/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/
/*右侧悬浮*/
.suspend_nav {
    background: #29489e;
    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: 3px;
    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: #7e3412;
    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 #29489e;
    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 #29489e;
    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 #29489e;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #29489e;
    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 #29489e;
    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;
}
/*头部+导航+大图*/
.header{width:100%;}
.logo{padding:20px 0 25px 0;}
.logo img{width:100%; max-width:415px; max-height:70px;}
.logo_txt img{max-width:250px;}
.header_dianhua{line-height:18px; color:#434343; font-size:13px; background:url(../images/header_dianhua.png) no-repeat left top; padding-left:60px; margin-top:12px;}
.header_dianhua span{display:block; overflow:hidden; line-height:24px; font-size:21px; font-family:Impact; color:#29489e;}

nav{background:url(../images/nav_bj.jpg) repeat-x; background-size:auto 60px; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%; border-left:1px solid #eee;}
.nav>li{width:11.1111%; position:relative; border-right:1px solid #eee;}
.nav>li>a{width:100%; height:60px; line-height:60px; font-size:16px; color:#505050; text-align:center; background-image:url(../images/nav_hover.jpg); background-repeat:repeat-x; background-size:auto 0;}
.nav>li:hover>a{ background-size:auto 100%; color:#fff;}
.nav>li>a.on{background-size:auto 100%; color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:rgba(255, 255, 255, 0.9);}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:34px; line-height:34px; text-align:center; font-size:14px; color:#505050; background-image:url(../images/nav_hover.jpg); background-repeat:repeat-x; background-size:auto 0;}
.nav_sub>dd>a:hover{ background-size:auto 100%; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.search{width:100%; overflow:hidden; background:url(../images/search_bj.jpg) repeat-x left center; background-size:auto 100%; padding:13px 0;}
.search_form{width:435px; float:left;}
.search_inp1{width:calc(100% - 66px); float:left; height:34px; line-height:34px; background:#f0f0f0; font-size:14px; color:#000; padding:0 20px;}
.search_inp1::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999999;} 
.search_inp1:-moz-placeholder, textarea:-moz-placeholder {color:#999999;} 
.search_btn{width:66px; float:left; height:34px; background:url(../images/search_ss.png) no-repeat center center,url(../images/nav_hover.jpg) repeat-x;}
.search_txt{display:block; overflow:hidden; font-size:14px; color:#696969; line-height:34px;}
.search_txt>span{float:left; font-weight:bold; color:#292929;}
.search_txt>a{color:#696969; margin:0 5px;}
.search_txt>a:hover{color:#29489e; text-decoration:underline!important;}

.gsjj{width:100%; overflow:hidden; padding:40px 0;}
.gsjj_title{display:block; overflow:hidden; text-align:center; padding-bottom:14px; background:url(../images/title_heng.png) no-repeat center bottom;}
.gsjj_p{line-height:24px; font-size:14px; color:#c3c3c3; text-transform:uppercase;}
.gsjj_sp{line-height:36px; font-size:24px; color:#2c3740;}
.gsjj_sp>span{color:#29489e; font-weight:bold;}
.gsjj_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-top:44px;}
.gsjj_left{width:53.25%; float:left; background-position:center; background-repeat: no-repeat;background-size:cover;}
.gsjj_left::before{content:""; display:block; padding-top:53.4483%;}
.gsjj_right{width:46.75%; float:left; padding-left:35px;}
.gsjj_pp{display:block; overflow:hidden; line-height:28px; font-size:20px; color:#292929; font-weight:bold;}
.gsjj_spp{display:block; overflow:hidden; line-height:28px; font-size:14px; color:#29489e;}
.gsjj_heng{width:14px; height:2px; display:block; margin:18px 0; background:#1f468f;}
.gsjj_txt{display:block; overflow:hidden; height:192px; line-height:24px; font-size:14px; color:#696969; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:8; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:22px;}
.gsjj_more a{width:108px; float:right; height:32px; line-height:32px; background:url(../images/more.png) no-repeat center center,url(../images/nav_hover.jpg) repeat-x;}
.gsjj_img{display:block; overflow:hidden; padding-top:26px;}
.gsjj_img img{display:block; max-width:100%; height:auto; margin:0 auto;}

.str{width:100%; overflow:hidden; background:url(../images/str_bj.jpg) no-repeat center center; background-size:cover; padding:40px 0;}
.str_nav{display:block; overflow:hidden; text-align:center; padding-top:30px; line-height:40px; font-size:22px; color:#bcbcbc;}
.str_nav a{color:#292929; font-weight:bold; margin:0 20px;}
.str_nav a:hover{color:#29489e;}
.str_nav a.str_on{color:#29489e;}
.str-imgbox{display:block; overflow:hidden; padding-top:30px;}
.str-imgbox .swiper-slide a{width:100%; float:left; overflow:hidden; border:8px solid #f0f2f5; background-position:center; background-repeat: no-repeat; background-size:cover;}
.str-imgbox .swiper-slide a::before{content:""; display:block; padding-top:66.9355%;}
.str-imgbox .swiper-slide a:hover{border-color:#1f468f;}
.str_more{display:block; overflow:hidden; padding-top:16px;}
.str_more a{width:108px; display:block; margin:0 auto; height:32px; line-height:32px; background:url(../images/more.png) no-repeat center center,url(../images/nav_hover.jpg) repeat-x;}

.cpzs{width:100%; overflow:hidden; padding:35px 0;}
.cpzs_left{width:270px; float:left;}
.cpzs_title{display:block; overflow:hidden; background:url(../images/cpzs_title_bj.jpg) no-repeat center center; background-size:cover; padding:44px 0 32px 0; text-align:center; color:#fff;}
.cpzs_p{line-height:38px; font-size:28px; font-weight:bold;}
.cpzs_sp{line-height:28px; font-size:14px; margin-top:10px;}
.cpzs_heng{display:block; overflow:hidden; max-width:138px; height:2px; background:#fff; margin:10px auto 0 auto;}
.cpzs_T{display:block; overflow:hidden; padding-top:25px; line-height:26px; font-size:18px; color:#fff; font-weight:bold; text-transform:uppercase;}
.cpzs_T>span{display:block; overflow:hidden; line-height:36px; font-size:24px;}
.cpzs_ul{display:block; overflow:hidden; border:1px solid #d9d9d9;}
.cpzs_ul li{display:block; overflow:hidden; border-bottom:1px solid #d9d9d9;}
.cpzs_ul li:last-child{border:none;}
.cpzs_ul li a{display:block; overflow:hidden; height:46px; line-height:44px; text-align:center; border:1px solid #fff; background-image: linear-gradient(#fff, #eee); font-size:16px; color:#292929;}
.cpzs_ul li a:hover{background-image:linear-gradient(#1f468f, #1252b7, #1f468f); border-color:#1f468f; color:#fff;}
.cpzs_ul li.cpzs_on a{background-image:linear-gradient(#1f468f, #1252b7, #1f468f); border-color:#1f468f; color:#fff;}
.cpzs_right{width:872px; float:right;}
.cptj_titleB{width:100%; float:left; border:1px solid #d9d9d9; height:40px; position:relative; background-image: linear-gradient(#fff, #eee);}
.cptj_titleB::before{content:""; width:100%; height:100%; border:1px solid #fff; position:absolute; left:0; top:0;}
.cptj_title{float:left; height:40px; line-height:40px; position:relative; margin:-1px 0 0 -1px; background:url(../images/tjcp_title_shutiao.png) repeat-x left center; font-size:14px; color:#fff; padding:0 20px;}
.cptj_title>span{float:left; font-size:16px; font-weight:bold; margin-right:10px;}
.cptj_title::before{content:""; width:20px; float:left; height:40px; background:url(../images/tjcp_title_jiantou.png) no-repeat center center; background-size:100% 100%; position:absolute; right:-20px; top:0;}
.cptj_ul{display:block; overflow:hidden; width:882px; padding-top:5px;}
.cptj_ul li{width:284px; float:left; margin:15px 10px 0 0;}
.cptj_ul li a{display:block; overflow:hidden; border:1px solid #d9d9d9;}
.cptj_ul li .cptj_B{width:100%; overflow:hidden; border-bottom:1px solid #d9d9d9;}
.cptj_ul li .cptj_B .cptj_img{width:100%; overflow:hidden; background-position:center; background-repeat: no-repeat; background-size:cover;}
.cptj_ul li .cptj_B .cptj_img::before{content:""; display:block; padding-top:65.95745%;}
.cptj_ul li .cptj_txt{display:block; overflow:hidden; height:40px; line-height:40px; padding:0 15px; font-size:16px; color:#292929;}
.cptj_ul li .cptj_txt>span{float:right; font-size:12px; color:#999999; font-weight:bold; text-transform:uppercase;}
.cptj_ul li:hover .cptj_B .cptj_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cptj_ul li:hover .cptj_txt{background:#194ca2; color:#fff;}
.cptj_ul li:hover .cptj_txt>span{color:#fff;}

.ind{width:100%; overflow:hidden; background:url(../images/ind_bj.jpg) no-repeat center center; background-size:cover; padding:48px 0;}
.ind_title{width:230px; float:left; background:url(../images/ind_title.jpg) no-repeat center center; background-size:cover; padding-top:35px; color:#fff; text-align:center;}
.ind_p{line-height:32px; padding-top:6px; font-size:24px;}
.ind_sp{line-height:18px; font-size:12px; text-transform:uppercase;}
.ind_icon{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; overflow:hidden; padding-top:30px; cursor:pointer;}
.ind-prev,.ind-next{width:40px; float:left; height:40px; line-height:40px; text-align:center; background:#1f468f; font-size:24px; font-family:SimSun;}
.ind-prev:hover,.ind-next:hover{background:#faa318;}
.ind_contect{width:calc(100% - 230px); float:left; padding-left:12px;}
.ind-imgbox .swiper-slide a{width:100%; float:left; overflow:hidden; position:relative; border:1px solid #e5e5e5;}
.ind-imgbox .swiper-slide a .ind_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ind-imgbox .swiper-slide a .ind_img::before{content:""; display:block; padding-top:85.52632%;}
.ind-imgbox .swiper-slide a .ind_hover{width:100%; height:100%; float:left; background:rgba(255,255,255,0.4); position:absolute; left:0; bottom:0; z-index:0;}
.ind-imgbox .swiper-slide a .ind_txt{width:100%; float:left; position:absolute; left:0; top:50%; transform:translateY(-50%); text-align:center; z-index:1;}
.ind-imgbox .swiper-slide a .ind_txt .ind_txt_p{line-height:24px; font-family:Impact; font-size:14px; color:#1f468f;}
.ind-imgbox .swiper-slide a .ind_txt .ind_txt_sp{line-height:30px; font-size:18px; color:#1f468f;}
.ind-imgbox .swiper-slide a .ind_txt .ind_txt_heng{width:28px; height:4px; display:block; margin:2px auto 0 auto; background:#36488b;}
.ind-imgbox .swiper-slide a .ind_txts{width:100%; float:left; height:50px; line-height:50px; font-size:18px; color:#fff; padding:0 10px; position:absolute; left:0; bottom:-100%;}
.ind-imgbox .swiper-slide a .ind_txts>span{font-family:Impact; font-size:14px; color:#fff; margin-right:8px;}
.ind-imgbox .swiper-slide a:hover .ind_hover{height:50px; background:rgba(31,70,143,0.8);}
.ind-imgbox .swiper-slide a:hover .ind_txt{top:-100%;}
.ind-imgbox .swiper-slide a:hover .ind_txts{bottom:0;}

.sol{width:100%; overflow:hidden; padding:40px 0;}
.sol_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:45px;}
.sol_ul li{width:calc(50% - 30px); float:left; margin-bottom:30px;}
.sol_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; border:1px solid #fff;}
.sol_ul li a .sol_B{width:230px; float:left; overflow:hidden;display:-webkit-box; display:-ms-flexbox; display:flex;}
.sol_ul li a .sol_B .sol_img{width:100%; overflow:hidden; background-position:center; background-repeat: no-repeat; background-size:cover;}
.sol_ul li a .sol_R{width:calc(100% - 230px); float:left; padding:20px 25px;}
.sol_ul li a .sol_R .sol_p{display:block; overflow:hidden; line-height:24px; font-size:16px; color:#2a2a2a; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.sol_ul li a .sol_R .sol_heng{display:block; overflow:hidden; width:50px; height:5px; background:#36488b; margin-top:10px;}
.sol_ul li a .sol_R .sol_txt{display:block; overflow:hidden; margin-top:20px; line-height:22px; height:88px; font-size:14px;color:#525252; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.sol_ul li a .sol_R .sol_more{display:block; overflow:hidden; width:76px; height:26px; line-height:26px; text-align:center; border-radius:13px; margin-top:20px; font-size:14px; color:#1f468f; text-transform:uppercase; background:#fff;}
.sol_ul li a:hover{background:#1f468f; box-shadow:0 0 10px rgba(0,0,0,0.3);}
.sol_ul li a:hover .sol_R .sol_p{color:#fff;}
.sol_ul li a:hover .sol_R .sol_heng{background:#fff;}
.sol_ul li a:hover .sol_R .sol_txt{color:#fff;}

.ys{width:100%; overflow:hidden;background:url(../images/ys_bj.jpg) no-repeat center center; background-size:cover; padding:55px 0;}
.ys_title{display:block; overflow:hidden; text-align:center;}
.ys_p{line-height:65px; font-size:60px; color:#e5e5e5; font-weight:bold; opacity:0.6; text-transform:uppercase; letter-spacing:5px;}
.ys_sp{line-height:44px; margin-top:-44px; font-size:24px; color:#292929; position:relative; z-index:2;}
.ys_sp>span{color:#1f468f; font-weight:bold;}
.ys_heng{display:block; overflow:hidden; margin:20px auto 0 auto; width:12px; height:5px; background:#1f468f;}
.ys_ul{display:block; overflow:hidden; margin-top:50px; border-top:1px solid #e5e5e5; border-left:1px solid #e5e5e5; background:#fff;}
.ys_ul li{width:33.3333%; float:left; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; cursor:pointer; padding:44px 50px 25px 50px;}
.ys_ul li .ys_pp{display:block; overflow:hidden; line-height:34px; font-size:22px; color:#1f468f; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.ys_ul li .ys_txt{display:block; overflow:hidden; line-height:30px; height:120px; font-size:16px; color:#696969; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; margin-top:20px;}
.ys_ul li .ys_img{display:block; overflow:hidden; margin-top:20px; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ys_ul li .ys_img::before{content:""; display:block; padding-top:26.08696%;}
.ys_ul li .ys_spp{display:block; overflow:hidden; height:40px; line-height:40px; margin-top:30px; font-family:Impact; font-size:12px; color:#999;}
.ys_ul li .ys_spp>span{width:40px; float:right; height:40px; background-image:url(../images/ys_icon.png); background-repeat:no-repeat; background-size:240px 80px;}
.ys_ul li:nth-child(1) .ys_spp>span{background-position:left top;}
.ys_ul li:nth-child(2) .ys_spp>span{background-position:-40px top;}
.ys_ul li:nth-child(3) .ys_spp>span{background-position:-80px top;}
.ys_ul li:nth-child(4) .ys_spp>span{background-position:-120px top;}
.ys_ul li:nth-child(5) .ys_spp>span{background-position:-160px top;}
.ys_ul li:nth-child(6) .ys_spp>span{background-position:right top;}
.ys_ul li:hover{background:#1f468f;}
.ys_ul li:hover .ys_pp{color:#fff;}
.ys_ul li:hover .ys_txt{color:#fff;}
.ys_ul li:hover .ys_spp{color:#fff;}
.ys_ul li:nth-child(1):hover .ys_spp>span{background-position:left bottom;}
.ys_ul li:nth-child(2):hover .ys_spp>span{background-position:-40px bottom;}
.ys_ul li:nth-child(3):hover .ys_spp>span{background-position:-80px bottom;}
.ys_ul li:nth-child(4):hover .ys_spp>span{background-position:-120px bottom;}
.ys_ul li:nth-child(5):hover .ys_spp>span{background-position:-160px bottom;}
.ys_ul li:nth-child(6):hover .ys_spp>span{background-position:right bottom;}

.news{width:100%; overflow:hidden; padding:60px 0;}
.news_contect{display:block; overflow:hidden; padding-top:35px;}
.con {width:calc(50% - 15px); float:left;}
#tags {display:block; overflow:hidden;}
#tags LI {float:left; position:relative; padding-right:2px;}
#tags LI::before{content:""; width:2px; float:left; height:17px; border-left:1px solid #bcbcbc; border-right:1px solid #d2d2d2; position:absolute; right:0; top:50%; transform:translateY(-50%);}
#tags LI:last-child::before{display:none;}
#tags LI A {display:block; overflow:hidden; padding:0 15px; height:34px; line-height:34px; font-size:16px; color:#646464;}
#tags LI.selectTag A {color:#1f468f; font-weight:bold;}
#tagContent {display:block; overflow:hidden; border:1px solid #e5e5e5; margin-top:10px; padding:0 20px;}
.tagContent {display: none;}
#tagContent div.selectTag {display: block}
.news_ul{display:block; overflow:hidden;}
.news_ul li{display:block; overflow:hidden; border-bottom:2px solid #eeeeee;}
.news_ul li:last-child{border:none;}
.news_ul li .news_p{display:block; overflow:hidden; height:52px; line-height:52px;}
.news_ul li .news_p>a{display:block; overflow:hidden; height:52px; font-size:16px; color:#373636; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li .news_p>span{width:12px; float:right; height:12px; margin:20px 0 0 10px; position:relative; cursor:pointer;}
.news_ul li .news_p>span::before{content:""; width:12px; height:1px; float:left; background:#1471ef; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.news_ul li .news_p>span::after{content:""; width:1px; height:12px; float:left; display:block; background:#1471ef; position:absolute; left:50%; top:0; transform:translateX(-50%);}
.news_ul li.news_on .news_p>span::after{display:none;}
.news_ul li .news_down{display:none; padding:10px 0 20px 0; overflow:hidden;}
.news_ul li .news_down .news_img{width:256px; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li .news_down .news_img::before{content:""; display:block; padding-top:72.76265%;}
.news_ul li .news_down .news_txt{display:block; overflow:hidden; padding-left:20px; font-size:14px; color:#a6a6a6; line-height:24px;}
.news_R{width:calc(50% - 15px); float:right; padding-top:44px;}
.news_L{width:272px; float:left;}
.news_L a{display:block; overflow:hidden; border:1px solid #e8e8e8;}
.news_L .news_B{width:100%; overflow:hidden; border-bottom:1px solid #e8e8e8;}
.news_L .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_L .news_B .news_img::before{content:""; display:block; padding-top:80%;}
.news_L .news_txtB{width:100%; float:left; padding:25px 20px; position:relative;}
.news_L .news_txtB .news_logo{width:50px; float:left; height:50px; background:#373636; position:absolute; left:20px; top:-42px; border-radius:5px; z-index:9; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.news_L .news_txtB .news_logo img{float:left;}
.news_L .news_txtB .news_txt_p{display:block; overflow:hidden; height:44px; line-height:22px; font-size:16px; color:#373636; font-weight:bold; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_L .news_txtB .news_txt_sp{display:block; overflow:hidden; padding-top:16px;}
.news_L .news_txtB .news_txt_sp>span{width:50%; float:left; height:26px; line-height:24px; border:1px solid #efefef; text-align:center; font-size:12px; color:#b2b2b2;}
.news_L .news_txtB .news_txt_sp>span>em{color:#666666;}
.news_L .news_txtB .news_txt_sp>span:last-child{color:#1f468f;}
.news_L .news_txtB .news_txt_spp{display:block; overflow:hidden; height:54px; line-height:18px; font-size:12px; color:#a6a6a6; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:16px;}
.news_L a:hover .news_txtB .news_txt_p{color:#1351b4;}
.honor{width:252px; float:right; border:1px solid #dbdbdb;}
.honor_title{width:100%; float:left; height:39px; line-height:38px; border-bottom:1px solid #dbdbdb;}
.honor_p{float:left; height:40px; line-height:40px; background:#1351b3; margin:-1px 0 0 -1px; font-size:16px; color:#fff; font-weight:bold; padding:0 30px;}
.honor_sp{float:right; padding-right:10px;}
.honor_sp>a{font-size:12px; color:#c6c6c6; text-transform:uppercase;}
.honor_sp>a:hover{color:#29489e; text-decoration:underline!important;}
.honor_contect{display:block; overflow:hidden; padding:10px;}
.honor-imgbox .swiper-slide a{width:100%; float:left; position:relative; background:#dbdbdb;}
.honor-imgbox .swiper-slide a::before{content:""; display:block; padding-top:142.9825%;}
.honor_icon{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; padding-top:10px;}
.honor-prev,.honor-next{width:36px; float:left; height:36px; background-color:#e2e2e2; background-position:center; background-repeat:no-repeat; background-image:url(../images/honor_icon.png); background-position:left top; outline:none; cursor:pointer;}
.honor-next{ background-position:left bottom;}
.honor-prev:hover{background-color:#1351b3; background-position:right top;}
.honor-next:hover{background-color:#1351b3; background-position:right bottom;}
.honor_logo{width:36px; float:left; height:36px; background:#e2e2e2; margin:0 1px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.honor_logo img{float:left;}
/*END-首页内容*/

/*底部*/
.zxly{width:100%; float:left; background-image: linear-gradient(#1f468f, #1252b7, #1f468f); padding:30px 0 35px 0;}
.zxly_p{line-height:38px; font-size:26px; color:#fff; font-weight:bold;}
.zxly_sp{line-height:20px; font-size:12px; color:#fff; text-transform:uppercase;}
.zxly_spp{line-height:34px; padding-top:20px; font-size:18px; color:#fff; font-weight:bold;}
.zxly_form{display:block; overflow:hidden; padding-top:25px;}
.zxly_inp{width:298px; float:left; height:50px; line-height:48px; border:1px solid #dbdbde; margin-right:6px; font-size:14px; color:#000; padding:0 40px 0 20px; background-color:#fff; background-position:right center; background-repeat:no-repeat;}
.zxly_inp::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #999999;} 
.zxly_inp:-moz-placeholder, textarea:-moz-placeholder {color: #999999;} 
.zxly_inp1{background-image:url(../images/zxly_icon1.png);}
.zxly_inp2{background-image:url(../images/zxly_icon2.png);}
.zxly_inp3{background-image:url(../images/zxly_icon3.png);}
.zxly_btn{width:288px; float:right; height:50px; background:#faa318; color:#000; font-size:14px;}

.footer{width:100%; float:left; background:#e7e7e7; padding:35px 0;}
.link{width:100%; float:left; padding-bottom:20px; border-bottom:1px solid #d3d4d7; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.link_title{width:70px; float:left; line-height:18px; text-transform:uppercase; font-size:12px; color:#343434;}
.link_title>span{display:block; overflow:hidden; line-height:22px; font-size:14px;}
.link_txt{width:calc(100% - 70px);display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.link_txt a{ font-size:14px; color:#343434; line-height:20px; margin:0 10px;}
.link_txt a:hover{color:#1f468f; text-decoration:underline!important;}

.lxwm_contect{width:100%; float:left; padding-top:60px;}
.lxwm_left{width:50%; float:left;}
.lxwm_title{width:100%; float:left; overflow:hidden; line-height:26px; font-weight:bold; color:#1f468f;}
.lxwm_p{font-size:22px; text-transform:uppercase;}
.lxwm_sp{font-size:16px; margin-top:5px;}
.lxwm_txt{width:100%; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; overflow:hidden; padding-top:15px; font-size:14px; line-height:30px; color:#343434;}
.lxwm_txt>span{width:50%; float:left;}
.lxwm_txt>span:last-child{width:40%;}
.lxwm_right{width:50%; float:right; padding-left:20px;}
.lxwmB{width:100%; float:left; padding-top:20px;}
.lxwm_wx{width:115px; float:left;}
.lxwm_wx img{display:block; max-width:100%; height:auto; margin:0 auto;}
.att{width:365px; float:right;}
.att_p{width:100%; float:left; height:50px; line-height:50px; margin-top:-70px;}
.att_p>span{float:left; font-size:18px; color:#343434;}
.att_p>a{float:right; width:50px; height:50px; background:#fff;border-radius:50%; line-height:50px; text-align:center; font-size:20px; color:#1351b5; margin-left:15px; position:relative;}
.att_p>a:hover{background:#1351b5; color:#fff;}
.att_wx{width:115px; height:0; overflow:hidden; float:left; position:absolute; right:0; bottom:100%;}
.att_wx img{width:115px; height:115px; display:block; margin:0 auto;}
.att_p>a:hover .att_wx{height:115px;}
.att_form{display:block; overflow:hidden; margin-top:5px; border:1px solid #fff; padding:3px;}
.att_inp1{width:calc(100% - 100px); float:left; height:34px; line-height:34px; font-size:12px; color:#000; padding:0 10px; background:none;}
.att_btn{width:100px; float:left; height:34px; background-image: linear-gradient(#1f468f, #1252b7, #1f468f); font-size:18px; color:#fff;}
.att_txt{display:block; overflow:hidden; padding-top:15px; line-height:18px; font-size:12px; color:#4b4b4b;}
.att_txt a{color:#4b4b4b; margin:0 6px;}
.att_txt a:hover{color:#1f468f; text-decoration:underline!important;}

footer{background:#fff; border-bottom:6px solid #36488b; font-size:12px; color:#4b4b4b; line-height:20px; padding:30px 0; text-align:center;}
footer>a{color:#4b4b4b; margin:0 5px;}
footer>a:hover{color:#4b4b4b; text-decoration:underline !important;}
.top-fanhui{width:40px; float:left; position:fixed; right:-100%; bottom:5%; transition:all 0.4s;}
.top-fanhui>a{display:block; overflow:hidden; height:40px; background:url(../images/top_fanhui.png) no-repeat center center #36488b; background-size:100% 100%; border-radius:5px;}
/*END-底部*/

/*公司简介*/
.dqwz{width:100%; overflow:hidden; padding:40px 0;}
.dqwz_title{width:100%; float:left; border-bottom:1px solid #e3e3e3; line-height:36px;  font-size:14px; color:#838383;}
.dqwz_p{float:left;}
.dqwz_nav{float:right;}
.dqwz_nav>a{color:#838383;}
.dqwz_nav>a:hover{color:#1f468f; text-transform:uppercase;}
.dqwz_contect{width:100%; float:left; padding-top:60px;}
.company{width:100%; float:left; margin-bottom:50px;}
.company_title{width:100%; float:left; line-height:34px; font-size:24px; color:#0b0b0b; font-weight:bold; padding-left:20px; position:relative; text-transform:uppercase;}
.company_title::before{content:""; width:4px; float:left; height:30px; background:#1f468f; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.company_contect{width:100%; float:left; margin-top:30px; position:relative;}
.company_imgB{width:47.5%; float:left;}
.company-imgbox .swiper-slide{background-position:center; background-repeat:no-repeat; background-size:cover;}
.company-imgbox .swiper-slide::before{content:""; display:block; padding-top:72.80702%;}
.company-imgbox .swiper-pagination {position: absolute; right:0; bottom:15px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;
-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.company-imgbox .swiper-pagination-bullet {width:10px; height:10px; float:left; background:#fff; opacity:1; border-radius:50%; margin:0 9px!important;}
.company-imgbox .swiper-pagination-bullet-active{opacity:1; background:#1f468f;}
.company_txt{width:57%; float:left; position:absolute; z-index:2; right:0; top:30px; background:#fff; font-size:16px; color:#313131; line-height:30px; padding:25px;}

.ind_ul{ float:left; width:1212px; padding-top:35px;}
.ind_ul li{width:230px; float:left; margin:0 12px 20px 0;}
.ind_ul li a{width:100%; float:left; overflow:hidden; position:relative; border:1px solid #e5e5e5;}
.ind_ul li a .ind_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ind_ul li a .ind_img::before{content:""; display:block; padding-top:85.52632%;}
.ind_ul li a .ind_hover{width:100%; height:100%; float:left; background:rgba(255,255,255,0.4); position:absolute; left:0; bottom:0; z-index:0;}
.ind_ul li a .ind_txt{width:100%; float:left; position:absolute; left:0; top:50%; transform:translateY(-50%); text-align:center; z-index:1;}
.ind_ul li a .ind_txt .ind_txt_p{line-height:24px; font-family:Impact; font-size:14px; color:#1f468f;}
.ind_ul li a .ind_txt .ind_txt_sp{line-height:30px; font-size:18px; color:#1f468f;}
.ind_ul li a .ind_txt .ind_txt_heng{width:28px; height:4px; display:block; margin:2px auto 0 auto; background:#36488b;}
.ind_ul li a .ind_txts{width:100%; float:left; height:50px; line-height:50px; font-size:18px; color:#fff; padding:0 10px; position:absolute; left:0; bottom:-100%;}
.ind_ul li a .ind_txts>span{font-family:Impact; font-size:14px; color:#fff; margin-right:8px;}
.ind_ul li a:hover .ind_hover{height:50px; background:rgba(31,70,143,0.8);}
.ind_ul li a:hover .ind_txt{top:-100%;}
.ind_ul li a:hover .ind_txts{bottom:0;}

.honor_ul{float:left; width:1230px; padding-top:25px;}
.honor_ul li{width:380px; float:left; margin:0 30px 30px 0; border:1px solid #dbdbdb; position:relative;}
.honor_ul li::before{content:""; display:block; padding-top:100%;}
/*END-公司简介*/

/*产品展示*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:250px; float:left;}
.about_title{display:block; overflow:hidden; height:72px; line-height:72px; text-align:center; color:#fff; font-size:20px; font-weight:bold; background:url(../images/about_title_bj.jpg) no-repeat center center; background-size:100% 100%; text-transform:uppercase;}
.about_ul{display:block; overflow:hidden; background:url(../images/about_bj.jpg) no-repeat center center; background-size:100% 100%;}
.about_ul li{display:block; overflow:hidden; border-bottom:1px solid #fff;}
.about_ul li a{display:block; overflow:hidden; height:54px; line-height:54px; font-size:18px; color:#fff; position:relative; padding:0 40px 0 15px; text-overflow:ellipsis; white-space: nowrap;}
.about_ul li a>span{width:20px; float:right; height:20px; line-height:20px; text-align:center; background:#fff; border-radius:5px; position:absolute; right:15px; top:50%; transform:translateY(-50%); font-size:14px; color:#1f468f; font-weight:bold;}
.about_ul li a:hover{background-image: linear-gradient(to right, #e6e9ec, #fff, #e6e9ec); color:#1f468f;}
.about_ul li a:hover>span{background:#1f468f; color:#fff;}
.about_ul li.about_on a{background-image: linear-gradient(to right, #e6e9ec, #fff, #e6e9ec); color:#1f468f;}
.about_ul li.about_on a>span{background:#1f468f; color:#fff;}
.about_dianhuaB{display:block; overflow:hidden; background:url(../images/about_dianhua_bj.jpg) no-repeat center center; background-size:100% 100%; padding:32px 0;}
.about_dianhua{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; text-align:center;}
.about_dianhua .about_dianhua_p{float:left; line-height:28px; font-size:14px; color:#1f468f; background:url(../images/about_dianhua.png) no-repeat left center; padding-left:34px;}
.about_dianhua .about_dianhua_sp{width:100%; float:left; padding-top:6px; line-height:30px; font-family:Impact; font-size:24px; color:#1f468f;}
.about_more{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; padding-top:20px;}
.about_more a{width:90px; float:left; height:28px; line-height:26px; text-align:center; border:1px solid #1f468f; margin:0 6px; font-size:14px; color:#1f468f;}
.about_more a:hover{background:#1f468f; color:#fff;}

.main_right{width:920px; float:right;}
.main_right .dqwz_contect{padding-top:25px;}
.cptj_ul1{display:block; overflow:hidden; width:942px;}
.cptj_ul1 li{width:292px; float:left; margin:0 22px 22px 0;}
.cptj_ul1 li a{display:block; overflow:hidden; border:1px solid #d9d9d9;}
.cptj_ul1 li .cptj_B{width:100%; overflow:hidden; border-bottom:1px solid #d9d9d9;}
.cptj_ul1 li .cptj_B .cptj_img{width:100%; overflow:hidden; background-position:center; background-repeat: no-repeat; background-size:cover;}
.cptj_ul1 li .cptj_B .cptj_img::before{content:""; display:block; padding-top:65.95745%;}
.cptj_ul1 li .cptj_txt{display:block; overflow:hidden; height:40px; line-height:40px; padding:0 15px; font-size:16px; color:#292929;}
.cptj_ul1 li .cptj_txt>span{float:right; font-size:12px; color:#999999; font-weight:bold; text-transform:uppercase;}
.cptj_ul1 li:hover a{border-color:#194ca2;}
.cptj_ul1 li:hover .cptj_B{border-color:#194ca2;}
.cptj_ul1 li:hover .cptj_B .cptj_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cptj_ul1 li:hover .cptj_txt{background:#194ca2; color:#fff;}
.cptj_ul1 li:hover .cptj_txt>span{color:#fff;}

.cp_bottom{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; font-size:14px; padding-top::;;}
.cp_bottom>a{float:left; border:1px solid #ddd; color:#337ab7; padding:6px 12px; margin-left:-1px;}
.cp_bottom>a:first-child{border-radius:4px 0 0 4px;}
.cp_bottom>a:last-child{border-radius:0 4px 4px 0;}
.cp_bottom>a:hover{background:#194ca2; border-color:#194ca2; color:#fff;}
.cp_bottom>a.cp_active{background:#194ca2; border-color:#194ca2; color:#fff;}







.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#000; line-height:30px;}
/*END-产品展示*/

/*视频中心*/
.video{width:100%; float:left; overflow:hidden; position:relative;}

.video>iframe{width:100%; height:100%; float:left; position:absolute; left:0; top:0;}
/*END-视频中心*/

/*解决方案*/
.sol_ul1{display:block; overflow:hidden;}
.sol_ul1 li{display:block; overflow:hidden; margin-bottom:15px;}
.sol_ul1 li a{display:-webkit-box; display:-ms-flexbox; display:flex; border:1px solid #e4e5e2; padding:15px;}
.sol_ul1 li a .sol_B{width:432px; float:left; overflow:hidden; border-right:1px solid #e4e5e2; display:-webkit-box; display:-ms-flexbox; display:flex; padding-right:30px;}
.sol_ul1 li a .sol_B .sol_img{width:100%; overflow:hidden; background-position:center; background-repeat: no-repeat; background-size:cover;border:1px solid #e4e5e2;}
.sol_ul1 li a .sol_R{width:calc(100% - 432px); float:left; padding:15px 0 15px 50px;}
.sol_ul1 li a .sol_R .sol_p{display:block; overflow:hidden; line-height:32px; font-size:18px; color:#124cac; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.sol_ul1 li a .sol_R .sol_txt{display:block; overflow:hidden; line-height:28px; height:168px; font-size:16px;color:#838383; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical;}
.sol_ul1 li a:hover{background:#1f468f;}
.sol_ul1 li a:hover .sol_R .sol_p{color:#fff;}
.sol_ul1 li a:hover .sol_R .sol_txt{color:#fff;}
/*END-解决方案*/

/*新闻资讯*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:1px solid #dfdfdf; padding:6px;}
.xw_ul li a .xw_B{width:244px; float:left; border:1px solid #dfdfdf; display:-webkit-box; display:-ms-flexbox; display:flex;}
.xw_ul li a .xw_B .xw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 244px); float:left; padding-left:25px;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:34px; font-size:16px; color:#292929; text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_sp{float:left; line-height:34px; font-size:12px; color:#999999; border:1px solid #dfdfdf; line-height:26px; padding:0 10px;}
.xw_ul li a .xw_txt{width:100%; float:left; overflow:hidden; height:54px; line-height:18px; font-size:12px;color:#696969; margin-top:15px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.xw_ul li a .xw_more{width:118px; float:left; height:30px; line-height:30px; text-align:center; background:#1f468f; font-size:12px; color:#fff; margin-top:15px;}
.xw_ul li a:hover{border-color:#1f468f;}
.xw_ul li a:hover .xw_R .xw_p{color:#1f468f;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:14px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#000;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:40%; float:left; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:60%; float:left; overflow: hidden; height:400px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.header{padding:0 1%;}
nav{padding:0 1%;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:13px 1%;}

.gsjj{padding:40px 1%;}
.gsjj_contect {padding-top:40px;}

.str{padding:40px 1%;}

.cpzs{padding:35px 1%;}
.cpzs_left{width:24%;}
.cpzs_title {padding:25px 0;}
.cpzs_right{width:74%;}
.cptj_ul{width:100%;}
.cptj_ul li{width:32.33%; margin:15px 0.5% 0 0.5%;}

.ind{padding:48px 1%;}

.sol{padding:40px 1%;}
.sol_ul {padding-top:40px;}
.sol_ul li {width: calc(50% - 15px);}
.sol_ul li a .sol_R {padding:15px;}

.ys{padding:40px 1%;}
.ys_ul {margin-top:40px;}
.ys_ul li {padding:30px 30px 20px 30px;}

.news {padding:50px 1%;}
.news_contect {padding-top:30px;}
.news_ul li .news_down .news_img {width:180px;}
.news_ul li .news_down .news_img::before {padding-top:100%;}
.news_L {width:48%;}
.honor {width:48%;}
.news_L .news_txtB {padding:15px;}
/*END-首页内容*/

/*底部*/
.zxly{padding:30px 1% 35px 1%;}
.zxly_inp{width:calc(25% - 6px);}
.zxly_btn{width:25%;}
.footer{padding:35px 1%;}
.lxwm_contect {padding-top:50px;}
.att {width: 320px;}
footer {padding:30px 1%;}
/*END-底部*/

/*公司简介*/
.dqwz{padding:40px 1%;}
.dqwz_contect{padding-top:40px;}
.company{margin-bottom:40px;}
.company_txt {width:52.5%; position:relative; top:0; padding:0 0 0 20px;}

.ind_ul{width:100%; padding-top:30px;}
.ind_ul li{width:19%; margin:0 0.5% 20px 0.5%;}

.honor_ul{width:100%;}
.honor_ul li{width:31.33%; margin:0 1% 30px 1%;}
/*END-公司简介*/

/*产品展示*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
.cptj_ul1{width:100%;}
.cptj_ul1 li{width:31.33%; margin:0 1% 22px 1%;}
/*END-产品展示*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#29489e;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:fixed; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:15px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(255, 255, 255, 0.9);}
.nav>li{width:100%; border-bottom:1px solid #29489e; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:13px 10px;}
.search_form {width: 350px;}

.gsjj{padding:30px 10px;}
.gsjj_contect {padding-top:30px;}
.gsjj_right {padding-left:20px;}

.str{padding:30px 10px;}
.str_nav {padding-top:20px;}
.str-imgbox {padding-top:20px;}
.str-imgbox .swiper-slide a {border:4px solid #f0f2f5;}

.cpzs{padding:25px 10px;}
.cpzs_left{width:29%;}
.cpzs_title {padding:15px 0;}
.cpzs_T {padding-top:15px;}
.cpzs_right{width:69%;}
.cptj_ul li{width:49%;}

.ind{padding:30px 10px;}
.ind_title {width: 200px; padding-top: 20px;}
.ind_icon {padding-top:15px;}
.ind_contect {width: calc(100% - 200px);}
.ind-imgbox .swiper-slide a .ind_img::before {padding-top:96%;}

.sol{padding:30px 10px;}
.sol_ul {padding-top:30px;}
.sol_ul li {width:100%; margin-bottom:20px;}
.sol_ul li a .sol_R {padding:10px;}

.ys{padding:30px 10px;}
.ys_ul {margin-top:30px;}
.ys_ul li {padding:15px;}
.ys_ul li .ys_txt {margin-top:10px;}
.ys_ul li .ys_img {margin-top:10px;}
.ys_ul li .ys_spp {margin-top:10px;}

.news {padding:30px 10px;}
#tagContent {padding:0 10px;}
.news_ul li .news_p {height:40px; line-height:40px;}
.news_ul li .news_p>a {height:40px;}
.news_ul li .news_p>span {margin:14px 0 0 10px;}
.news_contect {padding-top:10px;}
.news_ul li .news_down {padding:10px 0;}
.news_ul li .news_down .news_img {width:110px;}

.news_L {width:48%;}
.honor {width:48%;}
.news_L .news_txtB {padding:10px;}
.news_ul li .news_down .news_txt {padding-left:10px; font-size:12px; line-height:18px;}
/*END-首页内容*/

/*底部*/
.zxly{padding:25px 10px;}
.footer{padding:25px 10px;}
.lxwm_contect {padding-top:30px;}
.lxwm_left {width:45%;}
.lxwm_right {width:55%;}
.att {width:260px;}
.att_p {height:34px; line-height:34px; margin-top: -54px;}
.att_p>a {width:34px; height:34px; line-height:34px; font-size:18px; margin-left:5px;}
footer {padding:20px 10px;}
/*END-底部*/

/*公司简介*/
.dqwz{padding:30px 10px;}
.dqwz_contect{padding-top:30px;}
.company{margin-bottom:20px;}
.company_contect {margin-top:20px;}
.company_imgB {width:100%;}
.company_txt {width:100%; padding:20px 0 0 0;}

.ind_ul{padding-top:20px;}
.ind_ul li{margin:0 0.5% 10px 0.5%;}

.honor_ul li{margin:0 1% 20px 1%;}
/*END-公司简介*/

/*产品展示*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
.cptj_ul1 li{width:48%; margin:0 1% 15px 1%;}
/*END-产品展示*/

/*解决方案*/
.sol_ul1 li a .sol_B{width:300px; padding-right:20px;}
.sol_ul1 li a .sol_R{width:calc(100% - 300px); padding:15px 0 15px 30px;}
/*END-解决方案*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.search{padding:10px;}
.search_form {width:100%;}
.search_txt {width:100%; float:left; font-size:12px; line-height:20px; padding-top:10px;}

.gsjj{padding:10px;}
.gsjj_p {line-height:20px;}
.gsjj_sp {line-height:30px; font-size:20px;}
.gsjj_contect {padding-top:10px;}
.gsjj_left{width:100%;}
.gsjj_right {width:100%; padding:10px 0 0 0;}
.gsjj_heng {margin:4px 0;}
.gsjj_more {padding-top:10px;}
.gsjj_img {padding-top:10px;}

.str{padding:10px;}
.str_nav {padding-top:10px; line-height:24px; font-size:16px;}
.str_nav a {margin:0 5px;}
.str-imgbox {padding-top:10px;}
.str-imgbox .swiper-slide a {border:2px solid #f0f2f5;}
.str_more {padding-top:10px;}

.cpzs{padding:0;}
.cpzs_left{width:100%;}
.cpzs_title {padding:0;}
.cpzs_T {padding:0; height:50px; line-height:50px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center; text-align:left;}
.cpzs_T>span{float:left; padding-left:20px; height:50px; line-height:50px; font-size:18px; margin-right:10px;}
.cpzs_ul {display:none; margin:2px;}
.cpzs_ul li a {height:40px; line-height:38px; font-size:14px;}
.cpzs_right{width:100%; padding-top:10px;}
.cptj_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding:10px;}
.cptj_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cptj_ul li .cptj_txt {padding:0; text-align:center; font-size:14px; height:36px; line-height:36px;}

.ind{padding:10px;}
.ind_title {width:100%; padding-top:10px;}
.ind_p {line-height: 26px; font-size: 20px;}
.ind_icon {padding-top:10px;}
.ind-prev, .ind-next {width:30px; height:30px; line-height:30px; font-size:20px;}
.ind_contect {width:100%; padding:10px 0 0 0;}
.ind-imgbox .swiper-slide a .ind_img::before {padding-top:96%;}

.sol{padding:10px;}
.sol_ul {padding-top:10px;}
.sol_ul li {width:100%; margin-bottom:10px;}
.sol_ul li a .sol_B {width:110px;}
.sol_ul li a .sol_R {width:calc(100% - 110px); padding:5px;}
.sol_ul li a .sol_R .sol_heng {margin-top:2px;}
.sol_ul li a .sol_R .sol_txt {margin-top:5px; line-height:20px; height:40px;-webkit-line-clamp:2;}
.sol_ul li a .sol_R .sol_more {margin-top:5px;}

.ys{padding:10px;}
.ys_p {line-height:40px; font-size: 30px; letter-spacing: 3px;}
.ys_sp {line-height: 30px; margin-top: -30px; font-size: 18px;}
.ys_heng {margin:5px auto 0 auto;}
.ys_ul {margin-top:10px;}
.ys_ul li {width:100%; padding:10px;}
.ys_ul li .ys_pp {line-height: 28px; font-size: 18px;}
.ys_ul li .ys_txt {margin-top:5px; line-height:20px; font-size:14px; height:initial; -webkit-line-clamp:initial;}
.ys_ul li .ys_img {margin-top:5px;}
.ys_ul li .ys_spp {margin-top:5px;}

.news {padding:10px;}
.con {width:100%;}
#tagContent {padding:0 5px;}
.news_ul li .news_down .news_img {width:90px;}
.news_ul li .news_down .news_txt {height:90px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.news_R {width:100%; padding-top:10px;}
.news_L {width:100%;}
.honor {width:100%; margin-top:10px;}
.honor-imgbox .swiper-slide a::before {padding-top: 75.9825%;}
/*END-首页内容*/

/*底部*/
.zxly{padding:10px;}
.zxly_p {line-height: 30px; font-size: 20px;}
.zxly_spp {line-height: 20px; padding-top: 0px; font-size: 14px;}
.zxly_form {padding-top:10px;}
.zxly_inp{width:100%; margin:0 0 5px 0; height:40px; line-height:38px; padding:0 40px 0 10px;}
.zxly_btn{width:100%; height:40px;}

.footer{padding:10px;}
.link {padding-bottom:0; border-bottom:none;}
.link_txt a {font-size:12px; line-height:18px; margin:0 4px;}
footer {padding:10px;}
.top-fanhui {bottom:20%;}
/*END-底部*/

/*公司简介*/
.dqwz{padding:0;}
.about_title{display:block; overflow:hidden; height:50px; line-height:50px; background:#1f468f; font-size:20px; color:#fff; text-align:center;}
.dqwz_contect{padding:10px;}
.company{margin-bottom:10px;}
.company_title {font-size:16px; padding-left:15px;}
.company_contect {margin-top:10px;}
.company_txt {padding:10px 0 0 0; font-size:14px; line-height:24px;}

.ind_ul{padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.ind_ul li{width:calc(50% - 5px); margin:0 0 10px 0;}

.honor_ul{padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.honor_ul li{margin:0 0 10px 0; width:calc(50% - 5px);}
/*END-公司简介*/

/*产品展示*/
.main{padding:0;}
.main_left{width:100%;}
.main_left .about_title{display:block; overflow:hidden; height:50px; line-height:50px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center,url(../images/about_title_bj.jpg) no-repeat center center; background-size:auto,100% 100%; font-size:20px; color:#fff; text-indent:20px; text-align:left;}
.about_ul{display:none;}
.about_ul li a {height:40px; line-height:40px; font-size:14px;}
.main_right{width:100%;}
.main_right .dqwz_contect{padding:10px;}
.cptj_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cptj_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cptj_ul1 li .cptj_txt {padding:0; text-align:center; font-size:14px; height:36px; line-height:36px;}
.cpxq_p{font-size:16px; line-height:24px;}
.cpxq_img{padding-top:10px;}
.cpxq_txt{padding-top:10px; line-height:24px;}
/*END-产品展示*/

/*解决方案*/
.sol_ul1 li a {padding:3px;}
.sol_ul1 li a .sol_B{width:120px; padding-right:3px;}
.sol_ul1 li a .sol_R{width:calc(100% - 120px); padding:5px 0 5px 10px;}
.sol_ul1 li a .sol_R .sol_p {line-height:30px; font-size:16px;}
.sol_ul1 li a .sol_R .sol_txt {line-height:20px; height:60px; font-size:12px; -webkit-line-clamp:3;}
/*END-解决方案*/

/*新闻资讯*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a{padding:2px;}
.xw_ul li a .xw_B{width:110px;}
.xw_ul li a .xw_R{width:calc(100% - 110px); padding-left:10px;}
.xw_ul li a .xw_R .xw_p{line-height:30px;}
.xw_ul li a .xw_txt{margin-top:5px;}
.xwxq_p{font-size:16px; line-height:24px;}
.xwxq_img{padding-top:10px;}
.xwxq_txt{padding-top:10px; line-height:24px;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:100%;}
.contact_map{width:100%; height:250px; margin-top:10px;}
/*END-联系我们*/

}

/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background-image: linear-gradient(#1f468f, #1252b7, #1f468f);}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#1f468f; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #1f468f;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/