/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

@media screen and (max-width: 800px) {
    .pc{ display:none !important;}
    .wrapper{ width:100%; margin:0 auto; overflow:hidden; max-width:1200px; padding:0;}

/*头部+导航*/
.header{width:100%;}
.logo img{width:100%; max-width:430px; max-height:62px; display:block;}
.header_dianhua{line-height:16px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:65px; font-size:14px; color:#000;}
.header_dianhua span{display:block; overflow:hidden;font-size:30px; color:#ee9129; line-height:32px; font-family:Arial; font-weight:bold; font-style:oblique;}

nav{background:#193065; padding:2px 0;}
nav ul{width:100%;border-left:1px solid #fff;}
nav ul li{width:25%; float:left;border-right:1px solid #fff;}
nav ul li>a{display:block; height:50px;line-height:50px; text-align:center; color:#fff; font-size:18px; transition:all 0.4s;}
nav ul li:hover>a{color:#fff; background:#ee9129;}
nav ul li.on>a{color:#fff; background:#ee9129;}

.header{ width:100%; position:fixed; top:0; left:0; right:0; background:#FFF; height:64px;z-index: 9999999999; }
.header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:20px;right:15px;}
.header .ydd_btn span{display:block;width:100%;height:4px;background:#193065;}
.header .ydd_btn span.span02{margin:5px 0;}
.header .ydd_btn.click span{background:#193065;}
.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:-2px;margin-top:0px;}
.header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.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;}

.header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:64px;z-index:2000;}
.header .sjdnav ul{padding:0;margin:0;}
.header .sjdnav li{display:block;padding:0;text-align:center;margin-bottom:1px;background:#193065;}
.header .sjdnav li a{display:block;color:#fff;line-height:30px;font-size:14px;}
.header .sjdnav li a:hover{background:rgba(0,0,0,0.6);color:#fff;}

.container{ width: 100% !important;}

/*END-头部+导航*/


main{ min-width: 320px;}

.head{ display:block; padding:10px; overflow: hidden; box-sizing: border-box; }
.logo{ float:left; width:60%;}
.tel{ float:right;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover; 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:#193065; opacity:1; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#ee9129;}
.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*/

/*内容*/
.gsjj{width:100%; overflow:hidden; padding:20px 0;background:url(../images/gsjj_bj1.png) no-repeat left top,url(../images/gsjj_bj2.png) no-repeat right bottom;}
.gsjj_title{display:block; overflow:hidden; text-align:center;}
.gsjj_p{line-height:38px; font-size:22px; color:#111; font-weight:bold;}
.gsjj_p span{color:#193065;}
.gsjj_sp{line-height:30px; font-size:18px; color:#b4b4b4; font-family:Arial; font-weight:bold; text-transform:uppercase;}
.gsjj_heng{width:100px; height:3px; background:#193065; display:block; margin:15px auto 0 auto;}
.gsjj_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:40px; overflow:hidden;}
.gsjj_ul li{width:220px; height:220px; float:left; background:#fff; margin-bottom:40px; border:10px solid #ebebeb; border-radius:50%; display:flex; align-content:center; align-items:center; justify-content:center; flex-wrap:wrap; transition:all 0.4s; cursor:pointer;}
.gsjj_ul li .gsjj_logo{width:96px; height:80px; background-image:url(../images/icon.png); background-repeat:no-repeat; background-size:480px 160px; transition:all 0.4s;}
.gsjj_ul li .gsjj_spp{width:100%; text-align:center; height:30px; line-height:30px; overflow:hidden; font-size:18px; color:#9a9a9a; margin-top:10px; transition:all 0.4s;}
.gsjj_ul li:first-child .gsjj_logo{background-position:left top;}
.gsjj_ul li:nth-child(2) .gsjj_logo{background-position:-96px top;}
.gsjj_ul li:nth-child(3) .gsjj_logo{background-position:-192px top;}
.gsjj_ul li:nth-child(4) .gsjj_logo{background-position:-288px top;}
.gsjj_ul li:last-child .gsjj_logo{background-position:right top;}
.gsjj_ul li:hover{border-color:#ee9129;}
.gsjj_ul li:first-child:hover .gsjj_logo{background-position:left bottom;}
.gsjj_ul li:nth-child(2):hover .gsjj_logo{background-position:-96px bottom;}
.gsjj_ul li:nth-child(3):hover .gsjj_logo{background-position:-192px bottom;}
.gsjj_ul li:nth-child(4):hover .gsjj_logo{background-position:-288px bottom;}
.gsjj_ul li:last-child:hover .gsjj_logo{background-position:right bottom;}
.gsjj_ul li:hover .gsjj_spp{color:#ee9129;}
.gsjj_contect{display:block; overflow:hidden;}
.gsjj_contect>img{width:100%;  position:relative; z-index:9;}
.gsjj_T{display:block; overflow:hidden; margin-top:55px;}
.gsjj_T>img{width:72px; float:left; height:55px; margin-right:15px;}
.gsjj_T span{display:block; overflow:hidden; height:55px; line-height:54px; border-bottom:1px dashed #00458e; font-size:24px; color:#193065; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; padding-top:25px;}
.gsjj_txt>p{display:block; overflow:hidden; font-size:16px; color:#000; line-height:30px; padding-left:20px; margin-bottom:30px; position:relative;}
.gsjj_txt>p::before{content:"";width:10px; float:left; height:10px; background:#193065; border-radius:50%; position:absolute; left:0; top:10px;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px; line-height:30px;}
.gsjj_more a{ font-size:16px; color:#000;}
.gsjj_more a:hover{ color:#ee9129; text-decoration:underline !important;}

.cpzx{width:100%; overflow:hidden; padding:25px 0;background:url(../images/cp_bj.jpg) no-repeat center center; background-size:cover;}
.cpzx_ul{width:100%; display:block; overflow:hidden; padding-top:20px;}
.cpzx_ul li{width:50%; float:left; box-sizing: border-box; padding: 20px;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden; border:1px solid #ddd; background:#fff; padding:1px; transition:all 0.4s;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:80.42075%;}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:46px; text-align:center; background:#d8d8d8; border:1px solid #d8d8d8; margin-top:2px; font-size:14px; color:#333; transition:all 0.4s;}
.cpzx_ul li:hover .cpzx_B{border-color:#ee9129;}
.cpzx_ul li:hover .cpzx_txt{background:#ee9129; color:#fff;}

.lxwm{width:100%; overflow:hidden; background:#f6f6f6; padding:65px 0; padding-bottom: 120px;}
.lxwm_contect{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; overflow:hidden; padding-top:50px;}
.lxwm_logo{width:430px; float:left;}
.lxwm_logo img{display:block; width:430px; height:62px;}
.lxwm_dianhua{float:left; display:flex;}
.lxwm_dianhua>img{width:90px; float:left; height:90px;}
.lxwm_dianhua .lxwm_dianhua_txt{width:calc(100% - 90px); float:left; padding-left:15px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.lxwm_dianhua .lxwm_dianhua_txt .lxwm_dianhua_p{width:100%; float:left; height:20px; line-height:20px; font-size:16px; color:#000;}
.lxwm_dianhua .lxwm_dianhua_txt .lxwm_dianhua_sp{width:100%; float:left; height:50px; line-height:50px; font-size:24px; color:#ee9129; font-weight:bold;}
.lxwm_dianhua .lxwm_dianhua_txt .lxwm_dianhua_spp{width:100%; float:left; height:20px; line-height:20px; font-size:12px; color:#000;}
.lxwm_B{width:400px; float:left;}
.lxwm_B img{width:90px; float:left; height:90px; margin-right:20px;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}
.lxwm_txt span{display:block; overflow:hidden; line-height:28px; margin:5px 0; font-size:16px;}
/*End-内容*/

/*底部*/
footer{background:#193065; line-height:24px; padding:10px 0; text-align:center; color:#fff; font-size:14px;}
footer a{color:#fff; margin:0 15px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:10px 0;}
.main_left{width:288px; float:left;}
.about{width:100%; float:left; margin-bottom:35px;}
.about_title{display:block; overflow:hidden; height:90px; line-height:86px; background:url(../images/about_title.jpg) no-repeat center center; background-size:100% 100%; color:#fff; text-align:center; font-size:24px; border:2px solid #ececec;}
.about_ul{display:block; overflow:hidden; margin-top:1px; border:2px solid #ececec;}
.about_ul li{display:block; overflow:hidden; border-bottom:2px solid #ececec;}
.about_ul li:last-child{ border-bottom:none;}
.about_ul li a{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#a2a2a2; transition:all 0.4s; background:#fff;}
.about_ul li a:hover{background:#ee9129; color:#fff;}
.about_ul li.about_on a{background:#ee9129; color:#fff;}
.about_img{display:block; overflow:hidden; border:2px solid #ececec;}
.about_img img{display:block; width:100%; height:auto;}
.about_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px; padding:10px; border:2px solid #ececec;}
.main_right{width:100%; float:right;}
.dqwz_title{width:100%; float:left; line-height:42px; border-bottom:3px solid #d3d3d3;}
.dqwz_title {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/sj_jiantou.png) no-repeat right center #00458e;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
}
.dqwz_p{ font-size:18px; color:#222;}
.dqwz_nav{color:#5f5f5f; font-size:12px;}
.dqwz_nav span{color:#9c3933;}
.dqwz_contect{width:100%; float:left; padding-top:30px; padding: 10px;}
.company{display:block; overflow:hidden; font-size:14px; color:#222; line-height:30px;}
/*END-关于我们*/

/*产品中心*/
.cpzx_ul1{width:100%; display:block; overflow:hidden;}
.cpzx_ul1 li{width:50%; float:left; padding: 10px; box-sizing: border-box;}
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #ddd; background:#fff; padding:1px; transition:all 0.4s;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:80.42075%;}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:46px; text-align:center; background:#d8d8d8; border:1px solid #d8d8d8; margin-top:2px; font-size:14px; color:#333; transition:all 0.4s;}
.cpzx_ul1 li:hover .cpzx_B{border-color:#ee9129;}
.cpzx_ul1 li:hover .cpzx_txt{background:#ee9129; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_T{display:block; overflow:hidden; text-align:center; font-size:16px; line-height:30px; color:#101010;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#222; line-height:30px;}
.cpxq_txt img{max-width: 100%;padding-bottom:40px;display: block;}	
/*END-产品中心*/

/*联系我们*/
.contact{display:block;  overflow:hidden;}
.contact_txt{width:100%; float:left; font-size:14px; color:#222; line-height:30px; margin-top:20px;}
.contact_map{width:100%; float:left;}
#dituContentmap{width:100%; overflow:hidden; height:340px;}
.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-联系我们*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; border-bottom:1px dashed #ddd; line-height:40px;}
.xw_ul li span{float:right; font-size:14px; color:#888;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#222; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding:0 5px; font-size:16px;}
.xw_ul li a:hover{color:#ee9129;}

.xwxq{display:block; overflow:hidden;}
.xwxq_T{display:block; overflow:hidden; text-align:center; font-size:18px; line-height:30px; color:#000; padding-bottom:10px; border-bottom:1px dashed #b6b6b6;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#7a7a7a; padding:10px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END-闻中心*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:150px;z-index:9999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:140px;z-index:9999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top: 150px;width: 93px;height: 122px;z-index:9999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/

.key-top{text-align: right; color: #999}
.keys a{color: #999;}
.keys a:hover{text-decoration: underline !important;}
.key-footer a{margin: 0 3px;}


/**底部**/
.botm{position:fixed;bottom:0; left:0;width:100%; height:5em; background:#193065;}
.bottom ul{margin:0.5em auto;}
.bottom ul li{ float:left;width:23%;margin:0 0 0 2%;text-align:center; }
.bottom ul li span{ display:block; line-height:1.7em;font-size:0.9em;color:#fff;} 
.bottom ul li img{height:2em;} 


}




@media screen and (min-width: 801px) {
.phone{ display:none !important;}

/*头部+导航*/
.header{width:100%;padding:39px 0;}
.logo img{width:100%; max-width:430px; max-height:62px; display:block;}
.header_dianhua{line-height:16px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:65px; font-size:14px; color:#000;}
.header_dianhua span{display:block; overflow:hidden;font-size:30px; color:#ee9129; line-height:32px; font-family:Arial; font-weight:bold; font-style:oblique;}

nav{background:#193065; padding:2px 0;}
nav ul{width:100%;border-left:1px solid #fff;}
nav ul li{width:25%; float:left;border-right:1px solid #fff;}
nav ul li>a{display:block; height:50px;line-height:50px; text-align:center; color:#fff; font-size:18px; transition:all 0.4s;}
nav ul li:hover>a{color:#fff; background:#ee9129;}
nav ul li.on>a{color:#fff; background:#ee9129;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide{background-repeat:no-repeat; background-position:center center; background-size:cover; 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:#193065; opacity:1; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#ee9129;}
.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*/

/*内容*/
.gsjj{width:100%; overflow:hidden; padding:60px 0;background:url(../images/gsjj_bj1.png) no-repeat left top,url(../images/gsjj_bj2.png) no-repeat right bottom;}
.gsjj_title{display:block; overflow:hidden; text-align:center;}
.gsjj_p{line-height:58px; font-size:36px; color:#111; font-weight:bold;}
.gsjj_p span{color:#193065;}
.gsjj_sp{line-height:44px; font-size:30px; color:#b4b4b4; font-family:Arial; font-weight:bold; text-transform:uppercase;}
.gsjj_heng{width:100px; height:3px; background:#193065; display:block; margin:15px auto 0 auto;}
.gsjj_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:40px; overflow:hidden;}
.gsjj_ul li{width:220px; height:220px; float:left; background:#fff; margin-bottom:40px; border:10px solid #ebebeb; border-radius:50%; display:flex; align-content:center; align-items:center; justify-content:center; flex-wrap:wrap; transition:all 0.4s; cursor:pointer;}
.gsjj_ul li .gsjj_logo{width:96px; height:80px; background-image:url(../images/icon.png); background-repeat:no-repeat; background-size:480px 160px; transition:all 0.4s;}
.gsjj_ul li .gsjj_spp{width:100%; text-align:center; height:30px; line-height:30px; overflow:hidden; font-size:18px; color:#9a9a9a; margin-top:10px; transition:all 0.4s;}
.gsjj_ul li:first-child .gsjj_logo{background-position:left top;}
.gsjj_ul li:nth-child(2) .gsjj_logo{background-position:-96px top;}
.gsjj_ul li:nth-child(3) .gsjj_logo{background-position:-192px top;}
.gsjj_ul li:nth-child(4) .gsjj_logo{background-position:-288px top;}
.gsjj_ul li:last-child .gsjj_logo{background-position:right top;}
.gsjj_ul li:hover{border-color:#ee9129;}
.gsjj_ul li:first-child:hover .gsjj_logo{background-position:left bottom;}
.gsjj_ul li:nth-child(2):hover .gsjj_logo{background-position:-96px bottom;}
.gsjj_ul li:nth-child(3):hover .gsjj_logo{background-position:-192px bottom;}
.gsjj_ul li:nth-child(4):hover .gsjj_logo{background-position:-288px bottom;}
.gsjj_ul li:last-child:hover .gsjj_logo{background-position:right bottom;}
.gsjj_ul li:hover .gsjj_spp{color:#ee9129;}
.gsjj_contect{display:block; overflow:hidden;}
.gsjj_contect>img{width:725px; margin:0 -96px 0 20px; position:relative; z-index:9;}
.gsjj_T{display:block; overflow:hidden; margin-top:55px;}
.gsjj_T>img{width:72px; float:left; height:55px; margin-right:15px;}
.gsjj_T span{display:block; overflow:hidden; height:55px; line-height:54px; border-bottom:1px dashed #00458e; font-size:24px; color:#193065; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; padding-top:45px;}
.gsjj_txt>p{display:block; overflow:hidden; font-size:16px; color:#000; line-height:30px; padding-left:20px; margin-bottom:30px; position:relative;}
.gsjj_txt>p::before{content:"";width:10px; float:left; height:10px; background:#193065; border-radius:50%; position:absolute; left:0; top:10px;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px; line-height:30px;}
.gsjj_more a{ font-size:16px; color:#000;}
.gsjj_more a:hover{ color:#ee9129; text-decoration:underline !important;}

.cpzx{width:100%; overflow:hidden; padding:65px 0;background:url(../images/cp_bj.jpg) no-repeat center center; background-size:cover;}
.cpzx_ul{width:1220px; display:block; overflow:hidden; padding-top:50px;}
.cpzx_ul li{width:32%; float:left; margin:0 0.666%;}
.cpzx_ul li .cpzx_B{width:100%; overflow:hidden; border:1px solid #ddd; background:#fff; padding:1px; transition:all 0.4s;}
.cpzx_ul li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:80.42075%;}
.cpzx_ul li .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:46px; text-align:center; background:#d8d8d8; border:1px solid #d8d8d8; margin-top:2px; font-size:18px;font-weight: bold;color:#333; transition:all 0.4s;}
.cpzx_ul li:hover .cpzx_B{border-color:#ee9129;}
.cpzx_ul li:hover .cpzx_txt{background:#ee9129; color:#fff;}

.lxwm{width:100%; overflow:hidden; background:#f6f6f6; padding:65px 0;}
.lxwm_contect{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; overflow:hidden; padding-top:50px;}
.lxwm_logo{width:430px; float:left;}
.lxwm_logo img{display:block; width:430px; height:62px;}
.lxwm_dianhua{width:310px; float:left; display:flex;}
.lxwm_dianhua>img{width:90px; float:left; height:90px;}
.lxwm_dianhua .lxwm_dianhua_txt{width:calc(100% - 90px); float:left; padding-left:15px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.lxwm_dianhua .lxwm_dianhua_txt .lxwm_dianhua_p{width:100%; float:left; height:20px; line-height:20px; font-size:16px; color:#000;}
.lxwm_dianhua .lxwm_dianhua_txt .lxwm_dianhua_sp{width:100%; float:left; height:50px; line-height:50px; font-size:24px; color:#ee9129; font-weight:bold;}
.lxwm_dianhua .lxwm_dianhua_txt .lxwm_dianhua_spp{width:100%; float:left; height:20px; line-height:20px; font-size:12px; color:#000;}
.lxwm_B{width:400px; float:left;}
.lxwm_B img{width:90px; float:left; height:90px; margin-right:20px;}
.lxwm_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:24px;}
.lxwm_txt span{display:block; overflow:hidden; line-height:28px; margin:5px 0; font-size:16px;}
/*End-内容*/

/*底部*/
footer{background:#193065; line-height:24px; padding:10px 0; text-align:center; color:#fff; font-size:14px;}
footer a{color:#fff; margin:0 15px;}
footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:60px 0;}
.main_left{width:288px; float:left;}
.about{width:100%; float:left; margin-bottom:35px;}
.about_title{display:block; overflow:hidden; height:90px; line-height:86px; background:url(../images/about_title.jpg) no-repeat center center; background-size:100% 100%; color:#fff; text-align:center; font-size:24px; border:2px solid #ececec;}
.about_ul{display:block; overflow:hidden; margin-top:1px; border:2px solid #ececec;}
.about_ul li{display:block; overflow:hidden; border-bottom:2px solid #ececec;}
.about_ul li:last-child{ border-bottom:none;}
.about_ul li a{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; font-size:16px; color:#a2a2a2; transition:all 0.4s; background:#fff;}
.about_ul li a:hover{background:#ee9129; color:#fff;}
.about_ul li.about_on a{background:#ee9129; color:#fff;}
.about_img{display:block; overflow:hidden; border:2px solid #ececec;}
.about_img img{display:block; width:100%; height:auto;}
.about_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px; padding:10px; border:2px solid #ececec;}
.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left; line-height:42px; border-bottom:3px solid #d3d3d3;}
.dqwz_p{ font-size:18px; color:#222;}
.dqwz_nav{color:#5f5f5f; font-size:12px;}
.dqwz_nav span{color:#9c3933;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:16px; color:#444; line-height:30px;}
/*END-关于我们*/

/*产品中心*/
.cpzx_ul1{width:915px; display:block; overflow:hidden;}
.cpzx_ul1 li{width:285px; float:left; margin:0 20px 20px 0;}
.cpzx_ul1 li .cpzx_B{width:100%; overflow:hidden; border:1px solid #ddd; background:#fff; padding:1px; transition:all 0.4s;}
.cpzx_ul1 li .cpzx_B .cpzx_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpzx_ul1 li .cpzx_B .cpzx_img::before{content:""; display:block; padding-top:80.42075%;}
.cpzx_ul1 li .cpzx_txt{display:block; overflow:hidden; height:46px; line-height:46px; text-align:center; background:#d8d8d8; border:1px solid #d8d8d8; margin-top:2px; font-size:16px; color:#333;font-weight: bold;transition:all 0.4s;}
.cpzx_ul1 li:hover .cpzx_B{border-color:#ee9129;}
.cpzx_ul1 li:hover .cpzx_txt{background:#ee9129; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_T{display:block; overflow:hidden; text-align:center; font-size:18px;font-weight: bold;line-height:30px; color:#101010;}
.cpxq_img{display:block; overflow:hidden; padding:15px 0;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#222; line-height:30px;}
.cpxq_txt img{max-width: 100%;padding-bottom:40px;display: block;}
/*END-产品中心*/

/*联系我们*/
.contact{display:block;  overflow:hidden;}
.contact_txt{width:100%; float:left; font-size:16px; color:#222; line-height:30px;}
.contact_map{width:100%; float:left;}
#dituContentmap{width:100%; overflow:hidden; height:340px;}
.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-联系我们*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; border-bottom:1px dashed #ddd; line-height:40px;}
.xw_ul li span{float:right; font-size:14px; color:#888;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#222; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding:0 5px; font-size:16px;}
.xw_ul li a:hover{color:#ee9129;}

.xwxq{display:block; overflow:hidden;}
.xwxq_T{display:block; overflow:hidden; text-align:center; font-size:18px; line-height:30px; color:#000; padding-bottom:10px; border-bottom:1px dashed #b6b6b6;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:14px; color:#7a7a7a; padding:10px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
/*END-闻中心*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:150px;z-index:9999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:140px;z-index:9999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top: 150px;width: 93px;height: 122px;z-index:9999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/

.key-top{text-align: right; color: #999}
.keys a{color: #999;}
.keys a:hover{text-decoration: underline !important;}
.key-footer a{margin: 0 3px;}

}