﻿/*全局样式*/
*{margin:0;padding:0;}
body{background:#fff; font-family:Arial,'Microsoft YaHei',SimHei,SimSun; font-size:14px; overflow-x:hidden; line-height:24px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal; outline:none;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none;}
.img-none{display:none !important;}
.img-position-absolute{position: absolute;	top: 0;	bottom: 0; left: 0;	right: 0; max-width:100%; max-height: 100%;display: block;	margin:auto;padding:auto;}

.wrap{max-width:1200px !important; margin:0 auto;}
header{width:100%; float:left;}
main{width:100%; float:left;}
footer{width:100%; float:left;}
/*End*/

/*头部*/
.topbox{width:100%; float:left; background:#f1f1f1; border-top:4px solid #0759bf; line-height:38px; font-size:14px; color:#2c3534;}
.topbox a{color:#2c3534; margin:0 10px;}
.topbox a:hover{color:#0759bf; text-decoration:underline !important;}

.header{width:100%; float:left; padding:32px 0; background:rgba(255,255,255,0.8); position:relative; left:0; top:0; z-index:9999999; transition:all 1s; box-shadow:10px 10px 10px rgba(0,0,0,0.2);}
.logo{float:left;}
.logo img{float:left; width:100%; max-width:428px; max-height:58px;}

/*导航*/
nav{float:right;}
nav ul{float:left;}
nav ul li{float:left; position:relative; padding:0 20px;height:58px; line-height:58px;text-align:center;}
nav ul li::before{content:""; width:1px; height:14px; background:#ccc; position:absolute;right:0; top:50%; transform: translateY(-50%);}
nav ul li>a{font-size:16px; color:#000;}
nav ul li:hover>a{color:#0759bf; text-decoration:underline !important;}
nav ul li:last-child{padding:0 0 0 20px;}
nav ul li:last-child::before{display:none;}

/*.nav_dl{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(189, 19, 20, 0.95) none repeat scroll 0 0 !important; background-color:#bd1314; padding:2px; transition:all 0.4s;}
.nav_dl dd{display:block; overflow:hidden;}
.nav_dl dd a{display:block; overflow:hidden; height:auto; line-height:42px; text-align:center; font-size:17px; color:#fff; text-align:center;}
.nav_dl dd a:hover{background:#ffc300; color:#fff;}
nav ul li:hover .nav_dl{display:block;}*/
/*END*/

/*banner*/
.banner{width:100%; float:left; position:relative;}
.banner .banner-imgbox{width:100%; float:left;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover; position:relative;}
.banner .banner-imgbox .swiper-slide .banner_img_top{padding-top:18.881%;}
.banner .banner-imgbox .swiper-slide img{width:100%; height:auto; display:block;}
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#0759bf; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#0759bf;}
.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-banner*/

.cpzx{width:100%; overflow:hidden; padding:50px 0;}
.cpzx_title{display:block; overflow:hidden; text-align:center; background:url(../images/title_heng1.png) no-repeat center center;}
.cpzx_p{ line-height:36px; font-size:30px; color:#16397d; font-weight:bold;}
.cpzx_sp{ line-height:18px; font-family:Arial; font-size:14px; color:#bfbfbf; text-transform:uppercase;}
.cpzx_ul{display:block; overflow:hidden; width:1260px; padding-top:50px;}
.cpzx_ul li{width:255px; float:left; margin:0 60px 0 0;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden; border:1px solid #b0b0b0; padding:5px; transition:all 0.4s;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:74.3802%;}
.cpzx_ul li .cpzx_B .cpzx_img .cpzx_hover{width:100%; height:100%; float:left; position:absolute; left:0; bottom:-100%; display:flex; line-height:24px; font-size:14px; color:#fff; align-content:center; align-items:center; justify-content:center; overflow:hidden; transition:all 0.4s; background:rgba(7, 89, 191, 0.8) none repeat scroll 0 0 !important; background-color:#0759bf;}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#000;}
.cpzx_ul li:hover .cpzx_B{ border-color:#0759bf;}
.cpzx_ul li:hover .cpzx_B .cpzx_img .cpzx_hover{bottom:0;}

.gsjj{width:100%; overflow:hidden; background-image:url(../images/gsjj_bj_hover.png),url(../images/gsjj_bj.jpg); background-position:left center,center center; background-size:cover,cover; background-repeat:no-repeat,no-repeat; padding:50px 0;}
.gsjj .cpzx_p{color:#fff;}
.gsjj .cpzx_sp{color:#fff;}
.cpzx_contect{display:block; overflow:hidden; max-width:54%; color:#fff; padding-top:30px; font-size:16px; line-height:36px;}
.cpzx_contect a{display:block; overflow:hidden; width:230px; height:50px; line-height:48px; border:1px solid #fff; text-align:center; margin-top:15px; font-size:20px; color:#fff; transition:all 0.4s;}
.cpzx_contect a:hover{background:#fff; color:#16397d;}

.case{width:100%; overflow:hidden; padding:50px 0;}
.case_ul{display:block; overflow:hidden; width:1224px; padding-top:30px;}
.case_ul li{width:282px; float:left; margin:0 24px 25px 0;}
.case_ul li a{display:block; overflow:hidden; border:1px solid #bbb; padding:5px; transition:all 0.4s;}
.case_ul li a .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case_ul li a .case_img::before{content:""; display:block; padding-top:81.3433%;}
.case_ul li a .case_p{display:block; overflow:hidden; height:42px; line-height:42px; margin-top:10px; font-size:16px; color:#000; transition:all 0.4s;}
.case_ul li a .case_heng{display:block; overflow:hidden; width:70px; height:2px; background:#b2b2b2; transition:all 0.4s;}
.case_ul li a .case_txt{display:block; overflow:hidden; height:72px; line-height:24px; font-size:14px; color:#000; margin:10px 0 15px 0;}
.case_ul li a:hover{border-color:#16397d;}
.case_ul li a:hover .case_p{color:#16397d;}
.case_ul li a:hover .case_heng{width:100%; background:#16397d;}

.news{width:100%; overflow:hidden; padding:50px 0; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover;}
.news_L{width:48.75%; float:left; padding-top:40px;}
.news_L a{display:block; overflow:hidden;}
.news_L a .news_img{display:block; overflow:hidden; background-repeat:no-repeat; background-position:center; background-size:cover;}
.news_L a .news_img::before{content:""; display:block; padding-top:47.86325%;}
.news_L a .news_p{display:block; overflow:hidden; height:34px; line-height:34px; margin-top:10px; text-overflow:ellipsis; white-space: nowrap; font-size:14px; color:#222; font-weight:bold; transition:all 0.4s;}
.news_L a .news_p span{float:right;font-size:12px; color:#3d3d3d; font-weight:normal;}
.news_L a .news_sp{display:block; overflow:hidden; height:60px; line-height:20px; font-size:12px; color:#222; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; transition:all 0.4s;}
.news_L a:hover .news_p{color:#16397d;}
.news_L a:hover .news_sp{color:#16397d;}
.news_ul{display:block; overflow:hidden; padding:20px 0 0 25px;}
.news_ul li{display:block; overflow:hidden; margin-top:20px;}
.news_ul li a{display:block; overflow:hidden; border:1px solid #fff; transition:all 0.4s;}
.news_ul li a .news_sub{width:80px; float:left; height:80px; background:#fff; text-align:center; display:flex; align-content:center; align-items:center; justify-content:center; flex-wrap:wrap; transition:all 0.4s; color:#222;}
.news_ul li a .news_sub .news_sub_p{width:100%; height:44px; line-height:44px; font-size:40px; font-weight:bold; overflow:hidden;}
.news_ul li a .news_sub .news_sub_sp{width:100%; height:26px; line-height:26px; font-size:16px; overflow:hidden;}
.news_ul li a .news_B{display:block; overflow:hidden; padding:5px 10px;}
.news_ul li a .news_B .news_T{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#222; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_B .news_txt{display:block; overflow:hidden; height:40px; line-height:20px; font-size:12px; color:#222; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.news_ul li a:hover{border-color:#16397d;}
.news_ul li a:hover .news_sub{background:#16397d; color:#fff;}

.lxwm{width:100%; overflow:hidden; padding:50px 0;}
.lxwm_contect{display:flex; justify-content:space-between; overflow:hidden; padding-top:50px;}
.lxwm_left{width:49%; float:left;}
.lxwm_map{display:block; overflow:hidden;}
.lxwm_map #dituContent{width:100%; height:150px; overflow:hidden;}
.lxwm_txt{display:block; overflow:hidden; padding-top:20px; line-height:28px; font-size:14px; color:#16397d;}
.lxwm_txt span{font-weight:bold;}
.lxwm_txt span:first-child{font-size:18px;}
.lxwm_form{display:block; overflow:hidden;}
.lxwm_B{width:100%; float:left; overflow:hidden; margin-bottom:5px; border:1px solid #dfdfdf;}
.lxwm_B:nth-child(1){width:49%; float:left;}
.lxwm_B:nth-child(2){width:49%; float:right;}
.lxwm_sp{width:40px; float:left; height:40px; line-height:40px; text-align:right; font-size:14px; color:#666;}
.lxwm_inp1{width:calc(100% - 40px); float:left; height:40px; line-height:40px; font-size:14px; color:#222; padding:0 10px;}
.lxwm_inp2{width:calc(100% - 40px); float:left; height:200px; line-height:24px; font-size:14px; color:#222; padding:7px 10px; border:none; outline:none;}
.lxwm_btn{width:100%; float:left; height:40px; background:#16397d; font-size:14px; color:#fff; margin-top:15px;}

footer{font-size:14px; color:#fff; background:#303030; line-height:24px; padding:25px 0; text-align:center;}
footer a{color:#fff; margin:0 5px;}
footer a:hover{color:#fff; text-decoration:underline !important;}

/*关于我们*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:280px; float:left;}
.about{width:100%; float:left; margin-bottom:40px;}
.about_title{display:block; overflow:hidden; height:56px; line-height:56px; background:#16397d; text-align:center; color:#fff; font-size:24px;}
.about_ul{display:block; overflow:hidden;}
.about_ul li{display:block; overflow:hidden; margin-top:5px;}
.about_ul li .about_p{display:block; overflow:hidden; height:46px; border:1px solid #ddd; line-height:44px; background:#eaeaea; font-size:16px; padding:0 10px; transition:all 0.4s; text-align:center;}
.about_ul li .about_p>a{color:#000;}
.about_ul li:hover .about_p{background:#16397d;}
.about_ul li:hover .about_p>a{color:#fff;}
.about_ul li .about_p>a:hover{color:#fff; text-decoration:underline !important;}
.about_dl{display:none; overflow:hidden;}
.about_dl dd{display:block; overflow:hidden; margin-top:3px;}
.about_dl dd>a{display:block; overflow:hidden; height:40px; line-height:40px; background:#eaeaea; font-size:14px; padding:0 10px;color:#000; transition:all 0.4s; text-align:center;}
.about_dl dd>a:hover{background:#16397d; color:#fff;}
.about_title1{display:block; overflow:hidden; height:30px; line-height:30px; font-size:22px; color:#16397d; font-weight:bold; text-transform:uppercase;}
.about_B{display:block; overflow:hidden; padding-top:10px;}
.about_B img{display:block; overflow:hidden; width:100%; height:auto;}
.about_B p{display:block; overflow:hidden; line-height:30px; font-size:14px; color:#000; padding:15px 5px 0 5px;}
.about_B p em{font-weight:bold;}

.main_right{width:885px; float:right;}
.dqwz_title{width:100%; float:left; border-bottom:1px solid #e5e5e5; line-height:50px;}
.dqwz_p{float:left; font-size:30px; color:#16397d;}
.dqwz_nav{float:right; font-size:16px; color:#000;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:16px; color:#190e0e; line-height:36px;}
/*end-关于我们*/

/*产品中心*/
.cpzx_ul1{display:block; overflow:hidden; width:945px;}
.cpzx_ul1 li{width:255px; float:left; margin:0 60px 0 0;}
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #b0b0b0; padding:5px; transition:all 0.4s;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:74.3802%;}
.cpzx_ul1 li .cpzx_B .cpzx_img .cpzx_hover{width:100%; height:100%; float:left; position:absolute; left:0; bottom:-100%; display:flex; line-height:24px; font-size:14px; color:#fff; align-content:center; align-items:center; justify-content:center; overflow:hidden; transition:all 0.4s; background:rgba(7, 89, 191, 0.8) none repeat scroll 0 0 !important; background-color:#0759bf;}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#000;}
.cpzx_ul1 li:hover .cpzx_B{ border-color:#0759bf;}
.cpzx_ul1 li:hover .cpzx_B .cpzx_img .cpzx_hover{bottom:0;}

/*视频中心*/
.cpzx_ul11{display:block; overflow:hidden; width:945px;}
.cpzx_ul11 li{width:435px; float:left; margin:0 15px 0 0;}
.cpzx_ul11 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #b0b0b0; padding:5px; transition:all 0.4s;}
.cpzx_ul11 li .cpzx_B .cpzx_img{width:100%; height: 235px; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul11 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:74.3802%;}
.cpzx_ul11 li .cpzx_B .cpzx_img .cpzx_hover{width:100%; height:100%; float:left; position:absolute; left:0; bottom:-100%; display:flex; line-height:24px; font-size:14px; color:#fff; align-content:center; align-items:center; justify-content:center; overflow:hidden; transition:all 0.4s; background:rgba(7, 89, 191, 0.8) none repeat scroll 0 0 !important; background-color:#0759bf;}
.cpzx_ul11 li .cpzx_txt{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#000;}
.cpzx_ul11 li:hover .cpzx_B{ border-color:#0759bf;}
.cpzx_ul11 li:hover .cpzx_B .cpzx_img .cpzx_hover{bottom:0;}

.cpxq{display:block; overflow:hidden;}
.cpxq_T{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; padding-bottom:10px; border-bottom:1px dashed #ccc;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_img img{display:block; max-width:100%; height:auto; margin:0 auto;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#222; line-height:24px;}
.cpxq_txt img { max-width:100%; height:auto; }
.cpxq_txt table { max-width:100% !important; }
/*end-产品中心*/

/*最新资讯*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:35px;}
.xw_ul li a{display:flex; overflow:hidden;}
.xw_ul li a .xw_img{width:170px; float:left; display:flex; background-position: center; background-repeat: no-repeat; background-size: cover;}
.xw_ul li a .xw_B{width:calc(100% - 170px); float:left; padding-left:20px;}
.xw_ul li a .xw_B .xw_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#222; font-weight:bold; transition:all 0.4s;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_B .xw_p span{float:right; font-weight:normal; font-size:12px; text-overflow:ellipsis; white-space: nowrap; transition:all 0.4s;}
.xw_ul li a .xw_B .xw_txt{display:block; overflow:hidden; height:80px; line-height:20px; font-size:12px; color:#222; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; transition:all 0.4s;}
.xw_ul li a:hover .xw_B .xw_p{color:#16397d;}
.xw_ul li a:hover .xw_B .xw_p span{color:#16397d;}
.xw_ul li a:hover .xw_B .xw_txt{color:#16397d;}
/*end-最新资讯*/

/*联系我们*/
.contact{display:block; overflow:hidden;}
.contact_txt{display:block; overflow:hidden; font-size:16px; line-height:30px; color:#000;}
.contact_txt span{font-weight:bold;}
.contact_map{display:block; overflow:hidden; border:1px solid #ababab; margin-top:20px;}
#dituContentmap{width:100%; overflow:hidden; height:400px;}
.iw_poi_title {color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap;}
.iw_poi_content {font: 12px arial,sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word;}
/*End-联系我们*/

@media (max-width:1220px) {
/*头部*/
.topbox{padding:0 1%;}
.header{padding:32px 1%;}
.logo img {max-width:369px; max-height:50px;}
nav ul li {height:50px; line-height:50px; padding: 0 10px;}
nav ul li:last-child {padding: 0 0 0 10px;}
/*End*/

.cpzx{padding:40px 1%;}
.cpzx_ul{width:100%; padding-top:40px;}
.cpzx_ul li{width:23%; margin:0 1% 0 1%;}
.cpzx_ul li .cpzx_txt {height:50px; line-height:50px;}
.gsjj{padding:40px 1%;background-image: url(../images/gsjj_bj_hover.png),url(../images/gsjj_bj.jpg);  background-position:40% center,center center; background-size: cover,cover; background-repeat: no-repeat,no-repeat;}
.case{padding:40px 1%;}
.case_ul{width:100%;}
.case_ul li{width:23%; margin:0 1% 25px 1%;}
.news{padding:40px 1%;}
.lxwm{padding:40px 1%;}
.lxwm_contect{padding-top:40px;}
footer{padding:20px 0;}

/*关于我们*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.about{margin-bottom:30px;}
.main_right{width:74%;}
/*end-关于我们*/

/*产品中心*/
.cpzx_ul1{width:100%;}
.cpzx_ul1 li{width:31.33%; margin:0 1%;}
.cpzx_ul1 li .cpzx_txt {height:50px; line-height:50px;}
/*end-产品中心*/

}

@media (max-width:991px){
/*手机头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%; display:flex; align-content:center; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.icon-menu span{width:100%; height:6px; float:left; margin:3px 0; display:flex; justify-content:center;}
.icon-menu span::before{content:""; width:100%; float:left; height:100%; background:#134896;}

.topbox{padding:0 10px;}
.header{position:relative; padding:0;}
.logo {width:100%; position:relative; padding:15px 10px;}
/*End*/

/*导航*/
nav{width:100%; display:block; position:relative; padding:0; z-index:99999999999;}
nav ul {display:none; float:left; height:auto; width:150px; padding:0; position:absolute; right:10px; top:0;  background:rgba(22, 57, 125, 0.8) none repeat scroll 0 0 !important; background-color:#16397d;}
nav ul li {width:100%; height:auto; height:auto; display:block; padding:0; margin:0; border-bottom:1px solid #fff; background:none;}
nav ul li::before{display:none;}
nav ul li a {display:block; overflow:hidden; color: #fff; padding:0; height:40px; line-height:40px; text-align:center;}
nav ul li a:hover{background:#fff; color:#16397d;}
/*END*/

.cpzx{padding:30px 1%;}
.cpzx_ul{padding-top:30px;}
.cpzx_ul li{width:31.33%; margin:0 1%;}

.gsjj{padding:30px 1% ;background-image: url(../images/gsjj_bj_hover.png),url(../images/gsjj_bj.jpg);  background-position:left center,center center; background-size: cover,cover; background-repeat: no-repeat,no-repeat;}
.cpzx_contect {max-width:100%;}

.case{padding:30px 1%;}
.case_ul li{width:31.33%; margin:0 1% 20px 1%;}

.news{padding:30px 1%;}
.news_L {padding-top:30px;}
.news_ul li{margin-top:10px;}

.lxwm{padding:30px 1%;}
.lxwm_contect{padding-top:30px;}
footer{padding:15px 0;}

/*关于我们*/
.main{padding:30px 10px;}
.main_left{width:34%;}
.about{margin-bottom:20px;}
.main_right{width:64%;}
/*end-关于我们*/

}

@media (max-width:767px){
/*手机头部+导航*/
.logo {padding:10px;}
.logo>a>img{width:80%; max-width: 428px; max-height: 58px;}
.icon-menu {right:10px;}
.icon-menu span{margin:2px 0;}
/*End*/

.cpzx{padding:20px 10px;}
.cpzx_p {line-height:30px; font-size:20px;}
.cpzx_ul{padding-top:20px; display:flex; justify-content:space-between; flex-wrap:wrap;}
.cpzx_ul li{width:49%; margin:0;}
.cpzx_ul li .cpzx_B {padding:2px;}
.cpzx_ul li .cpzx_txt {height:40px; line-height:40px; font-size:14px;}

.gsjj{padding:20px 10px;}
.cpzx_contect {padding-top:20px; font-size:14px; line-height:24px;}
.cpzx_contect a {width:200px; height:40px; line-height:38px; margin:10px auto 0 auto; font-size:16px;}

.case{padding:20px 10px;}
.case_ul{display:flex; justify-content:space-between; flex-wrap:wrap; padding-top:20px;}
.case_ul li{width:49%; margin:0 0 10px 0;}
.case_ul li a {padding:2px;}
.case_ul li a .case_p {height:30px; line-height:30px; margin-top:5px;}
.case_ul li a .case_txt {height:60px; line-height:20px; font-size:12px; margin:5px 0;}

.news{padding:20px 10px;}
.news_L {width:100%; padding-top:20px;}
.news_ul{width:100%; float:left; padding:20px 0 0 0;}
.news_ul li{margin-top:10px;}

.lxwm{padding:20px 10px;}
.lxwm_contect{padding-top:20px; display:block;}
.lxwm_left {width:100%;}
.lxwm_form {padding-top:20px;}
footer{padding:10px;}

/*关于我们*/
.main{padding:20px 10px;}
.main_left{width:100%;}
.about{margin-bottom:0;}
.about_title{ text-align:left; height:50px; line-height:50px; text-indent:20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #16397d;}
.about_ul{display:none;}
.about_ul li{margin-top:3px;}
.about_ul li a {height:40px; line-height:38px;}
.main_right{width:100%;}
.dqwz_contect{padding-top:20px;}
.company{font-size:14px; line-height:24px;}
/*end-关于我们*/

/*产品中心*/
.cpzx_ul1{display:flex; justify-content:space-between; flex-wrap:wrap;}
.cpzx_ul1 li{width:49%; margin:0;}
.cpzx_ul1 li .cpzx_B {padding:2px;}
.cpzx_ul1 li .cpzx_txt {height:40px; line-height:40px; font-size:14px;}
/*end-产品中心*/

/*最新资讯*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:90px;}
.xw_ul li a .xw_B{width:calc(100% - 90px); padding-left:10px;}
.xw_ul li a .xw_B .xw_txt{height:60px; -webkit-line-clamp:3; margin-top:0;}
/*end-最新资讯*/

/*联系我们*/
.contact_txt{font-size:14px; line-height:24px;}
#dituContentmap{height:200px;}
/*End-联系我们*/

	
.cpzx_ul11{display:block; overflow:hidden; width:100%;}
.cpzx_ul11 li{width:98%; float:left; margin:0 15px 0 0;}
.cpzx_ul11 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #b0b0b0; padding:5px; transition:all 0.4s;}
.cpzx_ul11 li .cpzx_B .cpzx_img{width:100%; height: 185px; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
}
/*手机底部*/
.hot{width:100%; height:58px; position:fixed; bottom:0; left:0; z-index:9999999999999; border-top:solid 2px #fff; background:#303030;}
.hot span{ color:#fff; font-size:16px; line-height:20px; text-align:center !important;}
.hot h6{ font-size:12px; line-height:20px; text-align:center !important;}
.hot .row{margin:0 !important;}
.hot .row div{padding:0 !important;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover a{background:#16397d; color:#fff;}
.hot .row div:hover span{color:#fff;} 
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #16397d;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
/*End*/


/*浮动QQ*/
.dock { position: fixed; right: 0px; width: 50px; -moz-opacity: 0.7; opacity: 0.7; z-index: 200;}
.dock.close { z-index: 50;}
.dock ul.icons {position: absolute; list-style: none; right: 0px; padding: 0px; width: 50px; border: 1px solid #333; border-right: none; background: #111; -moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; -ms-transition: all .3s ease-in-out 0s; -o-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.dock.close ul.icons { right: -70px;}
.dock ul.icons li i { display: block; position: relative; width: 50px; height: 50px; background: url(../images/icons.png) no-repeat; cursor: pointer; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; -ms-transition: all .3s ease-in-out 0s; -o-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; z-index: 210;}
.dock ul.icons li.active i { -moz-opacity: 0.4; opacity: 0.4;}
.dock ul.icons li.up i { background-position: -63px -150px;}
.dock ul.icons li.tel i { background-position: -62px -108px;}
.dock ul.icons li.im i { background-position: -63px -20px;}
.dock ul.icons li.wechat i { background-position: -59px -66px;}
.dock ul.icons li.down i { background-position: -63px -190px;}
.dock ul.icons li p { display: block; position: absolute; top: 50px; right: -260px; padding: 15px 20px; height: 120px; color: White; line-height: 30px; border: 1px solid #333; border-right: none; background: #111; -moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; -moz-opacity: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease-in-out .1s; -moz-transition: all .4s ease-in-out .1s; -ms-transition: all .4s ease-in-out .1s; -o-transition: all .4s ease-in-out .1s; transition: all .4s ease-in-out .1s; overflow: hidden; z-index: 201;}
.dock ul.icons li.active p { right: 50px; -moz-opacity: 1; opacity: 1; filter: alpha(opacity=100);}
.dock ul.icons li.tel p { width: 143px; height:130px; line-height:30px}
.dock ul.icons li.im p { width: 140px; height:170px; line-height:30px}
.dock ul.icons li.im p a { display: block; margin-top: 12px; width: 100px; height: 35px; line-height: 32px; color: #00dfb9; font-size: 16px; text-align: center; text-decoration: none; border: 1px solid #00dfb9; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; -ms-transition: all .3s ease-in-out 0s; -o-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.dock ul.icons li.im p a:hover { color: White; background: #0f8773; border: 1px solid #0f8773;}
.dock ul.icons li.wechat p { width: 180px; height:180px; line-height:30px}
.dock ul.icons li.wechat p img { border: 2px solid #000;}
.dock a.switch { position: absolute; display: block; top: 270px; right: 11px; width: 26px; height: 26px; background: url(../images/icons.png) no-repeat 0px -640px; cursor: pointer; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s;}
.dock a.switch.off { background-position: -32px -640px;}
@media (max-width:479px){
.dock { display:none;}
}

.clear { clear:both; }
.load-more { padding: 24px 0; text-align:center; }
.load-more a {  background: #fff; border: 1px solid #aaaaaa; border-radius: 9px; text-align: center; line-height: 48px; color: #727474; font-size: 14px; transition: all 0.5s; padding: 2px 5px; margin: 0 1px; }
.load-more a:hover { background:#c3c3c3b8; }
.load-more span { text-align: center; line-height: 48px; color: #727474; font-size: 14px; transition: all 0.5s; padding: 2px 5px; margin: 0 1px; }