@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{-webkit-tap-highlight-color: transparent;}
img {border:0px;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;*position: relative;}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
.c_box{width: 100%;height: 100%;position: relative;word-wrap:break-word;}
.c_m{width: 100%;height: 100%;*height: auto;display: table;*position: absolute;*top: 50%;*left: 50%;table-layout: fixed;}
.c_t{width: 100%;height: 100%;*height: auto;display: table-cell;vertical-align: middle;*position: relative;*top: -50%;*left: -50%;}
.hover_shadow{position: relative; top: 0; z-index: 888;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;}
.hover_shadow:hover{top: -4px; box-shadow: 0 10px 20px rgba(0,0,0,0.15); transition: translate3d(0, -2px, 0); z-index: 999;}

.header_box{width: 100%;height: auto;position: relative;z-index: 10;
-webkit-transition: all 0.05s linear; -moz-transition: all 0.05s linear; -ms-transition: all 0.05s linear; -o-transition: all 0.05s linear; transition: all 0.05s linear; }
.header_box .h_content{width: 96%;max-width: 1200px;height: 100px;margin: 0 auto; position: relative;}
.header_box .h_content .logo{width: 25%;max-width: 160px;height: 100%;line-height: 0;font-size: 0;float: left;overflow: hidden;}
.header_box .h_content .logo img{vertical-align: middle;max-width: 100%;max-height: 80%;}

/* 搜索 */
.header_box .h_content .search{width: 60px;height: 100%;float: right;text-align: center;cursor: pointer;color: #3d5b90;position: relative;}
.header_box .h_content .search .icon{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;}

/* 导航 */
.header_box .h_content .nav{width: auto;max-width: 75%;height: 100px;line-height: 100px;float: right;position: relative;z-index: 10;}
.header_box .h_content .nav ul{width: auto;height: 100%;margin: 0 auto;padding: 0;font-size: 0;}
.header_box .h_content .nav ul li{width: auto;height: 100%;float: left;padding: 0 1vw;font-size: 15px;position: relative;}
.header_box .h_content .nav ul li:first-child{margin: 0;}
.header_box .h_content .nav ul li.line{width: 1px;height: 100%;padding: 0;display: flex;align-items: center;justify-content: center;}
.header_box .h_content .nav ul li.line i{width: 1px;height: 14px;display: block;background: #e9e9e9;}
.header_box .h_content .nav ul li a{width: auto;height: 100%;box-sizing: border-box;display: inline-block;color: #393D49;border-bottom: 2px solid #fff;text-align: center;position: relative;overflow: hidden;}
.header_box .h_content .nav ul li a i{width: 12px;height: 12px;display: block;line-height: 12px;position: absolute;top: 50%;right: 0;margin: -6px 0 0;font-size: 12px;transform: scale3d(.6, .6, .6);}
.header_box .h_content .nav ul li a.active{color: #3d5b90;border-color: #3d5b90;}
.header_box .h_content .nav ul li:hover>a{ color: #3d5b90;}
.header_box .h_content .nav ul li:hover>.subnav{margin-top: 0;opacity: 1;visibility: initial;}
.header_box .h_content .nav ul li .subnav{width: 160px;height: auto;position: absolute;top: 100%;left: 50%;margin: 5px 0 0 -80px;background: #fff;text-align: center;visibility: hidden;opacity: 0;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header_box .h_content .nav ul li .subnav ul{width: 100%;height: auto;position: relative;}
.header_box .h_content .nav ul li .subnav ul li{width: 100%;height: auto;line-height: 24px;padding: 0;margin: 0;position: initial; position: relative;}
.header_box .h_content .nav ul li .subnav ul li:last-child{border: 0;}
.header_box .h_content .nav ul li .subnav ul li a{display: block;box-sizing: border-box;padding: 10px !important;font-weight: normal;font-size: 12px;text-align: center;color: #333;border: 0;}
.header_box .h_content .nav ul li .subnav ul li:hover>a{background: #4d76be;color: #fff;}
.header_box .h_content .nav ul li .subnav ul li:hover>ul{margin-top: 0;opacity: 1;visibility: initial;}
.header_box .h_content .nav ul li .subnav ul li ul{width: 160px;position: absolute;top: 0;left: 100%;margin: 0;background: #f5f5f5;margin: 5px 0 0 0;text-align: center;visibility: hidden;opacity: 0;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header_box .h_content .nav ul li .subnav ul li ul li a{color: #333;}
.header_box .h_content .nav_c{width: 40px;height: 100%;margin: 0 0 0 20px;float: right;font-size: 30px;text-align: right;display: none;align-items: center;justify-content: center;overflow: hidden;}
.header_box .h_content .mob_search_btn{width: 40px;height: 100%;line-height: 80px;float: right;font-size: 30px;text-align: right;display: none;overflow: hidden;}
.header_box .h_content .nav_c i{vertical-align: middle;font-size: 30px;color: #3d5b90;}
.header_box .h_content .mob_search_btn i{vertical-align: middle;font-size: 30px;color: #3d5b90;}
.header_box .h_content .lang_c{width: 40px;height: 100%;line-height: 80px;float: right;font-size: 30px;text-align: right;display: none;overflow: hidden;}
.header_box .h_content .lang_c i{vertical-align: middle;font-size: 36px;color: #3d5b90;}

.search_box{width: 100%; z-index: 999999; max-width: 360px; height: 50px; line-height: 50px; position: absolute; right: 0px; top: 105px; background: #fff; font-size: 16px; border-radius: 3px; padding: 0px 0px 0px 15px; display: none; box-shadow: 0 10px 20px rgba(0,0,0,0.15);}
.search_box i{font-size: 16px; color: #2dace0; line-height: 20px;}
.search_input{width: 70%; display: inline-block; height: 20px; line-height: 20px; border: none;}
.search_submit{width: 30%; display: inline-block; height: 50px; line-height: 50px; background: #ff9700; float: right; color: #fff; border: none; text-align: center; font-size: 16px; border-radius: 0px 3px 3px 0px;}

@media screen and (max-width: 991px) {
	.search_box{width: 96%; max-width: 900px;}
	.header_box{border-bottom: 1px solid #3d5b90;}
	.header_box .h_content{height: 80px;}
	.header_box .h_content .logo{width: 50%;}
	.header_box .h_content .nav, .header_box .h_content .search, .header_box .h_content .tel{display: none;}
	.header_box .h_content .nav_c{display: flex;}
	.header_box .h_content .mob_search_btn{display: flex;}
}

.nav_box{width: 70%;height: 100%;position: fixed;top: 0;left: -70%;z-index: 100;background: rgba(255, 255, 255, 1);overflow: hidden;overflow-y: auto;}
.nav_box .nav_close{width: 100%;height: 80px;box-sizing: border-box;padding: 0 20px;overflow: hidden;}
.nav_box .nav_close .close{width: 80px;height: 100%;float: left;position: relative;overflow: hidden;}
.nav_box .nav_close .close i{width: 50%;height: 2px;display: block;background: #3d5b90;position: absolute;top: 50%;left: -5px;margin: -1px 0 0;overflow: hidden;transform-origin: center center;}
.nav_box .nav_close .close i:first-child{transform: rotate(45deg);}
.nav_box .nav_close .close i:last-child{transform: rotate(-45deg);}
.nav_box .nav_close .m_lang{width: auto;height: 40px;margin: 20px 0;float: right;font-size: 0;overflow: hidden;}
.nav_box .nav_close .m_lang a{width: 40px;height: 40px;margin: 0 10px 0 0;display: inline-block;border-radius: 50%;background: #f5f5f5;font-size: 14px;color: #999;vertical-align: top;text-align: center;line-height: 40px;overflow: hidden;}
.nav_box .nav_close .m_lang a:last-child{margin: 0;}
.nav_box .nav_close .m_lang a.active{background: #3d5b90;color: #fff;}
.nav_box .line{width: 100%;height: 1px;background: #3d5b90;}
.nav_box .nav_list{width: 100%;height: auto;padding: 0 0 50px;overflow: hidden;}
.nav_box .nav_list ul{margin: 0;padding: 0;overflow: hidden;}
.nav_box .nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.nav_box .nav_list ul li:last-child{border: 0;}
.nav_box .nav_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 45px 20px 20px;font-size: 16px;position: relative;overflow: hidden;}
.nav_box .nav_list ul li a .icon_right{width: 20px;height: 30px;line-height: 30px;position: absolute;top: 50%;right: 20px;margin: -15px 0 0;z-index: 2;overflow: hidden;}
.nav_box .nav_list ul li>a.active{background: #3d5b90;color: #fff;}
.nav_box .nav_list ul li ul{padding: 10px 0;display: none;}
.nav_box .nav_list ul li ul li{border: 0;}
.nav_box .nav_list ul li ul li a{padding: 15px 20px;font-size: 14px;color: #393D49;}
.nav_box .nav_list ul li ul li a.active{background: #3d5b90;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.nav_box .nav_list ul li ul li ul li a{padding: 10px 20px 10px 30px;color: #999;}
.nav_box .nav_list ul li.search{margin: 3vw 0 0;}
.nav_box .nav_list ul li.search .search_form{width: 100%;height: 64px;background: #3d5b90;box-sizing: border-box;padding: 10px;overflow: hidden;}
.nav_box .nav_list ul li.search .search_form form{width: 100%;height: 44px;line-height: 44px;display: block;position: relative;background: #fff;overflow: hidden;}
.nav_box .nav_list ul li.search .search_form form input[type="text"]{width: calc(100% - 60px);height: 100%;border: 0;font-size: 14px;position: absolute;left: 0;z-index: 2;box-sizing: border-box;padding: 10px;}
.nav_box .nav_list ul li.search .search_form form input[type="submit"]{width: 60px;height: 100%;border: 0;font-size: 14px;position: absolute;right: 0;z-index: 2;background: none;border: 0;}
.nav_box .nav_list ul li.search .search_form form .btn{width: 60px;height: 100%;position: absolute;top: 0;right: 0;z-index: 1;text-align: center;color: #999;}
.nav_box .nav_list ul li.search .search_form form .btn i{font-size: 16px;}

.mask{width: 100%;height: 100%;background: #000;opacity: .5;position: fixed;top: 0;left: 0;z-index: 99;display: none;}
/* Banner */
.slide_container {width: 100%; height: auto; overflow: hidden; position: relative; background: #fff;}
.slide_container img {max-width: 100%; height: auto; min-height: 340px; display: block; object-fit: cover; vertical-align:middle;}

.banner_go_left{position: absolute; left: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; background: rgba(0,0,0,0.2); opacity: 0.2; z-index: 9999; cursor: pointer; border-radius: 0 3px 3px 0;}
.banner_go_right{position: absolute; right: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; background: rgba(0,0,0,0.2); opacity: 0.2; z-index: 9999; cursor: pointer; border-radius: 3px 0 0 3px;}
.banner_go_left i, .banner_go_right i{font-size: 20px;}
.banner_go_left:hover, .banner_go_right:hover{font-size: 20px; opacity: 1;}

.pagination_banner{position: absolute;left: 0;text-align: center;bottom:25px;width: 100%;}
.pagination_gallery{position: absolute;left: 0;text-align: center;bottom:25px;width: 100%;}

.slick-dots{position: absolute;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li{display: inline-block; width: 14px; height: 14px; border-radius: 7px; margin: 0 3px;padding: 0; cursor: pointer; opacity: 0.4; font-size: 0px; background: #fff;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.slick-dots li button{display: none;}
.slick-dots li.slick-active{opacity: 1; width: 30px;}
@media screen and (max-width:992px) {
    .slide_container {max-height: 230px;}
    .slide_container img {min-height: 230px;}
    .slick-dots li{width: 6px; height: 6px;}
    .slick-dots li.slick-active{width: 20px;}
}
@media screen and (max-width:768px) {
    .banner_go_left, .banner_go_right {
        display: none !important;
    }
    .slide_container {max-height: 170px;}
    .slide_container img {min-height: 170px;}
}
@media screen and (max-width:576px) {
    .slide_container {max-height: 110px;}
    .slide_container img {min-height: 110px;}
}

/* 首页默认布局样式 */
.i_main_box{width: 100%;height: auto;overflow: hidden;}
.i_main{width: 98%;max-width: 1220px;height: auto;margin: 30px auto;overflow: hidden;}
.i_title{width: 100%;height: auto;text-align: center;position: relative;overflow: hidden;}
.i_title .title{font-size: 24px;color: #393D49;}
.i_title .title span{color: #3d5b90;}
.i_title .text{margin: 0 0 10px;font-size: 30px;color: #393D49;line-height: 36px;overflow: hidden;}
.i_title .text i{width: 20px;height: 1px;margin: 0 10px;display: inline-block;background: #d9d9d9;vertical-align: middle;}
.i_title .line{width: 60px;height: 2px;background: #d9d9d9;margin: 10px auto 0;overflow: hidden;}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.i_main{margin: 30px auto;}
}
@media screen and (max-width: 991px) {
	.i_title{box-sizing: border-box;padding: 12px 2vw;background: #fff;}
	.i_title .title{font-size: 18px;}
	.i_title .text{font-size: 24px;}
}

/* 产品中心 */
.i_pro_box{width: 100%;height: auto;overflow: hidden;}
.i_pro_one{width: calc(25% - 20px); height: auto; margin: 0 10px 20px 10px; float: left; position: relative;}
.i_pro_img{width: 100%; height: auto; text-align: center; padding-bottom: 66.66%; background: #fff; position: relative; font-size: 0px; box-sizing: border-box; border: 1px solid #d9d9d9;}
.i_pro_img img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); *margin-top: -50%; _margin-top: -50%; margin-top: -50%\9\0; *margin-left: -50%; _margin-left: -50%; margin-left: -50%\9\0;}
.i_pro_text{width: 90%; height: 50px; line-height: 50px; padding: 0px 5%; overflow: hidden; background: #fff; color: #000; font-size: 16px; text-align: center;  text-overflow: ellipsis; white-space: nowrap;}
.i_pro_info{width: 100%;height: 88px;line-height: 22px;text-align: left;font-size: 12px;color: #999;overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.i_pro_one:hover .i_pro_text{color: #3d5b90;}

.p_pro_one{width: calc(25% - 20px); height: auto; margin: 0 10px 20px 10px; float: left; position: relative;}
.p_pro_img{width: 100%; height: auto; text-align: center; padding-bottom: 66.66%; background: #fff; position: relative; font-size: 0px; box-sizing: border-box; border: 1px solid #d9d9d9;}
.p_pro_img img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); *margin-top: -50%; _margin-top: -50%; margin-top: -50%\9\0; *margin-left: -50%; _margin-left: -50%; margin-left: -50%\9\0;}
.p_pro_text{width: 90%; height: 50px; line-height: 50px; padding: 0px 5%; overflow: hidden; background: #fff; color: #333; font-size: 16px; text-align: center;  text-overflow: ellipsis; white-space: nowrap;}
.p_pro_text em{font-style: normal; color: #f00;}
.p_pro_info{width: 100%;height: 88px;line-height: 22px;text-align: left;font-size: 12px;color: #999;overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.p_pro_one:hover .p_pro_text{color: #3d5b90;}
.p_pro_one:hover .p_pro_info{color: #3d5b90;}

@media screen and (max-width: 991px) {
	.i_pro_one{width: calc(50% - 20px);}
	.p_pro_one{width: calc(50% - 20px);}
}


/* Footer */
.footer_box{width: 100%;height: auto;background: #3d5b90;overflow: hidden;}
.footer_box .header{width: 96%;max-width: 1200px;height: auto;margin: 40px auto;overflow: hidden;}
.footer_box .header .f_nav{width: calc(100% - 280px);height: auto;float: left;overflow: hidden;}
.footer_box .header .f_nav ul{margin: 0;padding: 0;display: flex;overflow: hidden;}
.footer_box .header .f_nav ul li{width: 100%;height: auto;overflow: hidden;}
.footer_box .header .f_nav ul li:last-child{margin: 0;}
.footer_box .header .f_nav ul li span{width: 90%;height: 30px;display: block;font-size: 16px;font-weight: bold;color: #fff;overflow: hidden;}
.footer_box .header .f_nav ul li ul{width: 90%;margin: 5px 0 0;display: block;}
.footer_box .header .f_nav ul li ul li{width: 100%;height: auto;padding: 2px 0;font-size: 12px;line-height: 22px;overflow: hidden;}
.footer_box .header .f_nav ul li ul li a{color: #fff;}
.footer_box .header .f_nav ul li ul li a:hover{text-decoration: underline;}
.footer_box .header .f_con{width: 252px;height: auto;float: right;overflow: hidden;}
.footer_box .header .f_con .f_ewm{width: 222px;height: 110px;padding: 15px;background: #fff;overflow: hidden;}
.footer_box .header .f_con .f_ewm .img{width: 110px;height: 110px;text-align: center;float: left;overflow: hidden;}
.footer_box .header .f_con .f_ewm .img img{vertical-align: middle;max-width: 100%;}
.footer_box .header .f_con .f_ewm .text{width: 100px;height: auto;text-align: center;float: right;overflow: hidden;}
.footer_box .header .f_con .f_ewm .text .icon{width: 100%;height: auto;overflow: hidden;}
.footer_box .header .f_con .f_ewm .text .icon i{font-size: 40px;}
.footer_box .header .f_con .f_ewm .text .txt{width: 100%;height: auto;margin: 15px 0 0;line-height: 25px;font-size: 14px;color: #3d5b90;overflow: hidden;}
.footer_box .header .f_con .f_tel{width: 100%;height: auto;margin: 10px 0 0;text-align: center;font-size: 16px;color: #fff;overflow: hidden;}

.footer_box .f_bottom{width: 100%;height: auto;line-height: 30px;background: #2f4c7e;overflow: hidden;}
.footer_box .f_bottom .f_con{width: 96%;max-width: 1200px;height: auto;margin: 6px auto;font-size: 12px;color: #fff;overflow: hidden;}
.footer_box .f_bottom .f_con p{margin: 3px 0;}
.footer_box .f_bottom .f_con a{color: #fff;}
.footer_box .f_bottom .f_con a:hover{color: #3d5b90;}
.footer_box .f_bottom .f_con p:first-child{margin-top: 0;}
.footer_box .f_bottom .f_con p:last-child{margin-bottom: 0;}

@media screen and (max-width: 991px) {
	.footer_box .header{display: none;}
	.footer_box .f_bottom{text-align: center;border-top: 1px solid #3d5b90;background: #3d5b90;}
	.footer_box .f_bottom .f_con{margin: 1vw auto;color: #fff;}
	.footer_box .f_bottom .f_con a{color: #fff;}
}

/* Page Banner */
.p_banner{width: 100%;height: 260px;font-size: 0;position: relative;overflow: hidden;}
.p_banner .info{width: 96%;max-width: 1200px;height: 100%;margin: 0 auto;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.p_banner .info .content{width: 100%;height: auto;text-align: center;overflow: hidden;}
.p_banner .info .content .title{width: 100%;height: auto;font-size: 36px;color: #fff;overflow: hidden;}
.p_banner .info .content .navigation{width: 100%;height: auto;margin: 10px 0 0;line-height: 30px;text-align: center;font-size: 12px;color: #fff;overflow: hidden;}
.p_banner .info .content .navigation i.icon_shouye{font-size: 12px;}
.p_banner .info .content .navigation i{font-size: 14px;vertical-align: top;margin: 0 10px 0 0;color: #fff;}
.p_banner .info .content .navigation i.icon_you{margin: 0 10px;font-size: 12px;}
.p_banner .info .content .navigation a{color: #fff;}
.p_banner .info .content .navigation a:hover{color: #3d5b90;}
.p_banner .img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-size: 0;text-align: center;overflow: hidden;}
.p_banner .img img{vertical-align: top;min-width: 100%; min-height: 260px;}


.p_subnav{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;background: #f0f0f0;overflow: hidden;}
.p_subnav ul{width: 100%;height: auto;margin: 0 auto;padding: 0;display: flex;overflow: hidden;}
.p_subnav ul li{width: 100%;height: auto;box-sizing: border-box;border-left: 1px solid #fff;text-align: center;overflow: hidden;}
.p_subnav ul li:first-child{border: 0;}
.p_subnav ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 10px;font-size: 14px;overflow: hidden;}
.p_subnav ul li a.active, .p_subnav ul li a:hover{background: #3d5b90;color: #fff;}


.p_main_box{width: 100%;height: auto;overflow: hidden;}
.p_main_box .p_main{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_title{width: 100%;box-sizing: border-box;padding: 20px 2vw;text-align: center;font-size: 24px;background: #fff;display: none;overflow: hidden;}
.p_title .title{font-size: 24px;line-height: 30px;color: #3d5b90;}
.p_title .line{width: 20px;height: 2px;margin: 15px auto 0;background: #3d5b90;}


.details_box{width: 100%;height: auto;overflow: hidden;}
.title_details{width: 100%;height: auto;padding: 0 0 25px;background: #fff;border-bottom: 1px dashed #d9d9d9;text-align: center;font-size: 14px;color: #999;overflow: hidden;}
.title_details h1{margin: 0;padding: 0;font-weight: normal;font-size: 20px;color: #393D49;padding-bottom: 10px;}
.text_details{width: 100%;height: auto;font-size: 14px;line-height: 30px;color: #666;text-align: justify;overflow: hidden;}
.text_details.main_text{margin: 50px auto;}
.text_details.line_20{line-height: 20px;}
.text_details .title{padding: 0 0 20px;font-size: 18px;color: #fd8b30;border-bottom: 1px solid #d9d9d9;}
.text_details .c_title{margin: 10px 0;font-size: 24px;color: #26a9de;}
.text_details .c_title .line{width: 30px;height: 2px;margin: 10px 0 0;background: #26a9de;}
.text_details p{margin: 8px 0;}
.text_details p:first-child{margin-top: 0;padding-top: 0;}
.text_details p:last-child{margin-bottom: 0;padding-bottom: 0;}
.text_details img{vertical-align: middle;max-width: 100%;}
.text_details table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.text_details table tr:hover{ background: #f5f6fb;}
.text_details table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.text_details table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
.moblie{display: none;}
.p_main_box>.details_box{width: 96%;max-width: 1200px;margin: 30px auto;box-sizing: border-box;overflow: hidden;}

@media screen and (max-width: 991px) {
	.p_banner{display: none;}
	.p_subnav{display: none;}
	.p_box{display: none;}
	.p_main{width: 100%;margin: 0;}
	.navigation, .subnav{display: none;}
	.title_details{box-sizing: border-box;padding: 20px 2vw;}
	.text_details.main_text{margin: 2vw auto;}
	.p_title{display: block;}
	.p_main_box>.details_box{margin: 2vw auto;padding: 2vw;background: #fff;}
	.details_box{width: 96%;box-sizing: border-box;margin: 2vw auto;padding: 2vw;background: #fff;}
}


/* 内页 关于 */
.p_abo_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
@media screen and (max-width: 991px) {
	.p_abo_box{width: 100%;margin: 0;}
}

/* 内页 产品 */
.p_pro_box{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_pro_box .pro_list{width: 100%;height: auto;overflow: hidden;}
.p_pro_box .pro_list ul{margin: -20px 0 0;padding: 0;overflow: hidden;}
.p_pro_box .pro_list ul li{width: 23.5%;height: auto;margin: 20px 2% 0 0;float: left;background: #fff;overflow: hidden;}
.p_pro_box .pro_list ul li:nth-child(4n){margin-right: 0;}
.p_pro_box .pro_list ul li .img{width: 100%;height: auto;box-sizing: border-box;border: 1px solid #e9e9e9;border-bottom: 0;text-align: center;overflow: hidden;}
.p_pro_box .pro_list ul li .img img{vertical-align: middle;max-width: 100%;}
.p_pro_box .pro_list ul li .title{width: 100%;height: 50px;line-height: 50px;box-sizing: border-box;padding: 0 12px;background: #f5f5f5;font-size: 14px;text-align: center;overflow: hidden;}
.p_pro_box .pro_list ul li:hover .img{border-color: #3d5b90;}
.p_pro_box .pro_list ul li:hover .title{background: #3d5b90;color: #fff;}

@media screen and (max-width: 991px) {
	.p_pro_box{width: 96vw;margin: 2vw auto;}
	.p_pro_box .pro_list ul li .img{border: 0;}
	.p_pro_box .pro_list ul li .title{background: #fff;border-top: 1px solid #f0f0f0;}
}
@media screen and (min-width: 641px) and (max-width: 991px) {
	.p_pro_box .pro_list ul li{width: 32%;margin: 20px 0 0;}
	.p_pro_box .pro_list ul li:nth-child(3n-1){margin: 20px 2% 0;}
}
@media screen and (max-width: 640px) {
	.p_pro_box .pro_list ul{margin: -2vw 0 0;}
	.p_pro_box .pro_list ul li{width: 47vw;margin: 2vw 0 0 !important;background: #fff;}
	.p_pro_box .pro_list ul li:nth-child(2n){float: right;}
	.p_pro_box .pro_list ul li .img{border: 0;}
	.p_pro_box .pro_list ul li .text{padding: 2vw;background: #fff;border-top: 1px solid #e9e9e9;}
}

/* 详情 */
.p_pro_details{width: 100%;height: auto;margin: 0 0 30px;overflow: hidden;}
.p_pro_details .pro_d_header{width: 100%;height: auto;overflow: hidden;}
.p_pro_details .pro_d_header .content{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;background: #fff;overflow: hidden;}
.p_pro_img_box{width: 30%; height: auto; float: left; box-sizing: border-box; border: 1px solid #d9d9d9; margin-right: 3%; position: relative; overflow: hidden;}
.gallery_box{width: 100%; margin: 0px auto; height: auto; font-size: 0px; overflow: hidden;background: #fff;}
.gallery_img_one{width: 100%; height: auto; text-align: center; padding-bottom: 66.66%; position: relative; font-size: 0;}
.gallery_img_one img{max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); *margin-top: -50%; _margin-top: -50%; margin-top: -50%\9\0; *margin-left: -50%; _margin-left: -50%; margin-left: -50%\9\0; border-radius: 3px;}
.p_pro_details .pro_d_header .content .pro_text{width: 67%; float: right; box-sizing: border-box; padding: 20px; overflow: hidden;}
.p_pro_details .pro_d_header .content .pro_text .title{width: 100%;height: auto;line-height: 30px;font-size: 14px;color: #666;overflow: hidden;}
.p_pro_details .pro_d_header .content .pro_text .title h1{margin: 0;padding: 0;font-weight: normal;font-size: 30px;color: #333;}
.p_pro_details .pro_d_header .content .pro_text .line{width: 100%;height: auto;margin: 10px 0;font-size: 0;overflow: hidden;}
.p_pro_details .pro_d_header .content .pro_text .txt{width: 100%;height: auto;margin: 15px 0;font-size: 14px;color: #333;line-height: 30px;overflow: hidden; border-top: solid 1px #d9d9d9;}
.p_pro_details .pro_d_header .content .pro_text .txt p{margin: 8px 0;}
.p_pro_details .pro_d_header .content .pro_text .txt p:first-child{margin-top: 0;}
.p_pro_details .pro_d_header .content .pro_text .txt p:last-child{margin-bottom: 0;}
.p_pro_details .pro_d_header .content .pro_text .txt img{max-width: 100%;}
.p_pro_details .pro_d_header .content .pro_text .txt table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_pro_details .pro_d_header .content .pro_text .txt table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_pro_details .pro_d_header .content .pro_text .txt table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}
.p_pro_details .pro_d_m{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;overflow: hidden;}
.p_pro_details .pro_d_m .pro_d_title{width: 100%;height: 44px;margin: 30px 0 0;line-height: 44px;font-size: 0;background: #e9e9e9;overflow: hidden;}
.p_pro_details .pro_d_m .pro_d_title span{width: auto;height: 44px;margin: 0 0 0 2px;padding: 0 20px;display: inline-block;*display: inline;*zoom: 1;background: #3d5b90;font-size: 16px;color: #fff;vertical-align: top;cursor: pointer;overflow: hidden;}
.p_pro_details .pro_d_m .pro_d_title span:first-child{margin: 0;}
.p_pro_details .pro_d_m .pro_d_c{width: 100%;height: auto;overflow: hidden;}
.p_pro_details .pro_d_m .pro_d_c .content{width: 100%;height: auto;margin: 20px 0 0;font-size: 14px;line-height: 30px;color: #333;text-align: justify;overflow: hidden;display: none;}
.p_pro_details .pro_d_m .pro_d_c .content:first-child{display: block;}
.p_pro_details .pro_d_m .pro_d_c .content p:first-child{margin-top: 0;}
.p_pro_details .pro_d_m .pro_d_c .content p:last-child{margin-bottom: 0;}
.p_pro_details .pro_d_m .pro_d_c .content img{vertical-align: middle;max-width: 100%;}
.p_pro_details .pro_d_m .pro_d_c .content table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.p_pro_details .pro_d_m .pro_d_c .content table tr:hover{ background: #f5f5f5;}
.p_pro_details .pro_d_m .pro_d_c .content table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.p_pro_details .pro_d_m .pro_d_c .content table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

@media screen and (max-width: 991px) {
	.p_pro_details{margin: 0 0 2vw;}
	.p_pro_details .pro_d_header{padding: 2vw 0;background: none;border: 0;}
	.p_pro_img_box{width: 100%;}
	.p_pro_details .pro_d_header .content .pro_text{width: 100%;margin: 2vw 0 0;box-sizing: border-box;padding: 20px 2vw 2vw;background: #fff;float: initial;}
	.p_pro_details .pro_d_m .pro_d_title{box-sizing: border-box;height: auto;margin: 0;padding: 5px 2vw;background: #fff;}
	.p_pro_details .pro_d_m .pro_d_c{box-sizing: border-box;margin: 2vw 0 0;padding: 2vw;background: #fff;}
	.p_pro_details .pro_d_m .pro_d_c .content{margin: 0;}
}

/* 内页 解决方案 */
.p_cas_box{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_cas_box .cas_list{width: 100%;height: auto;overflow: hidden;}
.p_cas_box .cas_list ul{margin: -20px 0 0;padding: 0;overflow: hidden;}
.p_cas_box .cas_list ul li{width: 23.5%;height: auto;margin: 20px 2% 0 0;float: left;background: #fff;overflow: hidden;}
.p_cas_box .cas_list ul li:nth-child(4n){margin-right: 0;}
.p_cas_box .cas_list ul li .img{width: 100%;height: auto;box-sizing: border-box;border: 1px solid #e9e9e9;border-bottom: 0;text-align: center;overflow: hidden;}
.p_cas_box .cas_list ul li .img img{vertical-align: middle;max-width: 100%;}
.p_cas_box .cas_list ul li .title{width: 100%;height: 50px;line-height: 50px;box-sizing: border-box;padding: 0 12px;background: #f5f5f5;font-size: 14px;text-align: center;overflow: hidden;}
.p_cas_box .cas_list ul li:hover .img{border-color: #3d5b90;}
.p_cas_box .cas_list ul li:hover .title{background: #3d5b90;color: #fff;}

@media screen and (max-width: 991px) {
	.p_cas_box{width: 96vw;margin: 2vw auto;}
	.p_cas_box .cas_list ul li .img{border: 0;}
	.p_cas_box .cas_list ul li .title{background: #fff;border-top: 1px solid #f0f0f0;}
}
@media screen and (min-width: 641px) and (max-width: 991px) {
	.p_cas_box .cas_list ul li{width: 32%;margin: 20px 0 0;}
	.p_cas_box .cas_list ul li:nth-child(3n-1){margin: 20px 2% 0;}
}
@media screen and (max-width: 640px) {
	.p_cas_box .cas_list ul{margin: -2vw 0 0;}
	.p_cas_box .cas_list ul li{width: 47vw;margin: 2vw 0 0 !important;background: #fff;}
	.p_cas_box .cas_list ul li:nth-child(2n){float: right;}
	.p_cas_box .cas_list ul li .img{border: 0;}
	.p_cas_box .cas_list ul li .text{padding: 2vw;background: #fff;border-top: 1px solid #e9e9e9;}
}

/* 内页 解决方案 详情 */
.p_cas_box .cas_main{width: 75%;height: auto;float: left;overflow: hidden;}
.p_cas_box .cas_main .details_box{padding: 0 30px 0 0;}
.p_cas_box .sidebar_box{width: 25%;height: auto;float: right;box-sizing: border-box;padding: 20px 15px;background: #f5f6fb;overflow: hidden;}
.p_cas_box .sidebar_box .sidebar_title{width: 100%;height: auto;box-sizing: border-box;padding: 0 0 0 12px;border-left: 3px solid #3d5b90;line-height: 18px;font-size: 18px;overflow: hidden;}
.p_cas_box .sidebar_box .sidebar_list{width: 100%;height: auto;margin: 20px 0 0;overflow: hidden;}
.p_cas_box .sidebar_box .sidebar_list ul{margin: 0;padding: 0;}
.p_cas_box .sidebar_box .sidebar_list ul li{width: 100%;height: auto;margin: 10px 0;overflow: hidden;}
.p_cas_box .sidebar_box .sidebar_list ul li:first-child{margin-top: 0;}
.p_cas_box .sidebar_box .sidebar_list ul li:last-child{margin-bottom: 0;}
.p_cas_box .sidebar_box .sidebar_list ul li .title{line-height: 36px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_cas_box .sidebar_box .sidebar_list ul li .title a{color: #393D49;}
.p_cas_box .sidebar_box .sidebar_list ul li .title a:hover{font-weight: bold;color: #3d5b90;}
.p_cas_box .sidebar_box .sidebar_list ul li .time{line-height: 20px;font-size: 12px;color: #999;}

.p_cas_box .details_box{width: 96%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.p_cas_box .details_box .text_details{margin: 30px 0 0;}
.foot_kefu{display: none;}
@media screen and (max-width: 991px) {
	.p_cas_box{width: 96%;margin: 2vw auto;}
	.p_cas_box .cas_main .details_box{width: 100%;margin: 0;padding: 0;}
	.p_cas_box .details_box .text_details{width: 100%;box-sizing: border-box;margin: 2vw 0 0;padding: 2vw;background: #fff;}
	.footer_box .f_bottom{padding-bottom: 41px;}
	.foot_kefu{display: block; width: 100%; height: 40px; line-height: 40px; background: rgba(255,255,255,0); position: fixed; bottom: 0px; padding-top: 1px; z-index: 999;}
	.foot_kefu_one{width: calc(25% - 1px); height: 40px; line-height: 40px; float: left; text-align: center; margin-right: 1px; font-size: 12px; color: #fff; background: #ff9700; border-radius: 3px 3px 0 0;box-shadow: 0 -10px 15px rgba(0,0,0,0.1);}
	.foot_kefu_one:nth-child(4){width: 25%;margin-right: 0px;}
	.foot_kefu_one a{color: #fff;}
	.foot_kefu_one a i{margin-right: 3px; font-size: 12px;}
	.foot_kefu_one a:hover{color: #fff;}
}
@media screen and (max-width: 768px) {
	.p_cas_box .cas_main, .p_cas_box .sidebar_box{width: 100%;float: initial;}
	.p_cas_box .sidebar_box{margin: 20px 0 0;}
}

/* 内页 新闻 */
.p_new_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_new_box .new_main{width: 75%;height: auto;float: left;overflow: hidden;}
.p_new_box .new_list{width: 100%;height: auto;float: left;overflow: hidden;}
.p_new_box .new_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_new_box .new_list ul li{width: 100%;height: auto;padding: 30px 0;border-bottom: 1px solid #e9e9e9;overflow: hidden;}
.p_new_box .new_list ul li:first-child{padding-top: 0;}
.p_new_box .new_list ul li .img{width: 240px;height: auto;float: left;text-align: center;font-size: 0;overflow: hidden; border: solid 1px #d9d9d9; box-sizing: border-box;}
.p_new_box .new_list ul li .img img{vertical-align: middle;max-width: 100%;}
.p_new_box .new_list ul li .text{width: calc(100% - 280px);height: auto;box-sizing: border-box;float: right;overflow: hidden;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.p_new_box .new_list ul li .text .title{width: 100%;height: 30px;line-height: 30px;font-size: 18px;color: #393D49;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.p_new_box .new_list ul li .text .title a{margin: 0 30px 0 0;}
.p_new_box .new_list ul li .text .time{width: 100%;height: auto;line-height: 24px;font-size: 12px;color: #999;display: none;overflow: hidden;}
.p_new_box .new_list ul li .text .txt{width: 100%;height: 120px;margin: 5px 0 0;line-height: 30px;font-size: 14px;color: #757575; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.p_new_box .new_list ul li:hover .title a{color: #3d5b90;}
.p_new_box .new_list ul li:hover .txt{border-color: #3d5b90;}

.p_new_box .sidebar_box{width: 25%;height: auto;float: right;box-sizing: border-box;padding: 20px 15px;background: #f5f6fb;overflow: hidden;}
.p_new_box .sidebar_box .sidebar_title{width: 100%;height: auto;box-sizing: border-box;padding: 0 0 0 12px;border-left: 3px solid #3d5b90;line-height: 18px;font-size: 18px;overflow: hidden;}
.p_new_box .sidebar_box .sidebar_list{width: 100%;height: auto;margin: 20px 0 0;overflow: hidden;}
.p_new_box .sidebar_box .sidebar_list ul{margin: 0;padding: 0;}
.p_new_box .sidebar_box .sidebar_list ul li{width: 100%;height: auto;margin: 10px 0;overflow: hidden;}
.p_new_box .sidebar_box .sidebar_list ul li:first-child{margin-top: 0;}
.p_new_box .sidebar_box .sidebar_list ul li:last-child{margin-bottom: 0;}
.p_new_box .sidebar_box .sidebar_list ul li .title{line-height: 36px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_box .sidebar_box .sidebar_list ul li .title a{color: #393D49;}
.p_new_box .sidebar_box .sidebar_list ul li .title a:hover{font-weight: bold;color: #3d5b90;}
.p_new_box .sidebar_box .sidebar_list ul li .time{line-height: 20px;font-size: 12px;color: #999;}

@media screen and (max-width: 991px) {
	.bottom_tools{display: none;}
	.right_tool_box{display: none;}
	.p_new_box{width: 96%;margin: 2vw auto;}
	.p_new_box .new_list ul li{box-sizing: border-box;margin: 2vw 0;padding: 2vw;border: 0;background: #fff;}
	.p_new_box .new_list ul li:first-child{margin-top: 0;padding: 2vw;}
	.p_new_box .new_list ul li:last-child{margin-bottom: 0;}
	.p_new_box .new_list ul li .text .title{font-size: 16px;}
	.p_new_box .new_list ul li .text .txt{font-size: 12px;}
	.p_new_box .sidebar_box{background: #fff;}
}
@media screen and (max-width: 768px) {
	.p_new_box .new_main, .p_new_box .sidebar_box{width: 100%;float: initial;}
	.p_new_box .sidebar_box{margin: 20px 0 0;padding: 0;background: none;}
	.p_new_box .sidebar_box .sidebar_title{width: 100%;background: #fff;text-align: center;padding: 15px 20px;border: 0;color: #3d5b90;}
	.p_new_box .sidebar_box .sidebar_list{margin: 2vw 0 0;padding: 0;}
	.p_new_box .sidebar_box .sidebar_list ul li{box-sizing: border-box;margin: 1px 0;padding: 10px 2vw;background: #fff;}
	.p_new_box .new_list ul li .img{width: 40%;}
	.p_new_box .new_list ul li .text{width: 60%;box-sizing: border-box;padding: 0 0 0 10px;}
	.p_new_box .new_list ul li .text .txt{height: 60px;-webkit-line-clamp: 2;}
}
@media screen and (max-width: 480px) {
	.p_new_box .new_main .new_list ul li .img{width: 100%;float: initial;}
	.p_new_box .new_main .new_list ul li .text{width: 100%;margin: 2vw 0 0;float: initial;}
	.p_new_box .new_main .new_list ul li .text .title{font-size: 16px;font-weight: bold;}
	.p_new_box .new_main .new_list ul li .text .txt{height: 60px;line-height: 30px;font-size: 14px;-webkit-line-clamp: 2;}
}

/* 内页 新闻详情 */
.p_new_box .details_box{width: 96%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.p_new_box .details_box .text_details{margin: 30px 0 0;}
@media screen and (max-width: 991px) {
	.p_new_box .details_box{width: 100%;padding: 0;background: none;}
	.p_new_box .details_box .text_details{width: 100%;box-sizing: border-box;margin: 2vw 0 0;padding: 2vw;background: #fff;}
}

/* 内页 下载 */
.p_down_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_down_box .down_list{width: 100%;height: auto;overflow: hidden;}
.p_down_box .down_list ul{margin: 0;padding: 0;overflow: hidden;}
.p_down_box .down_list ul li{width: 100%;height: auto;line-height: 60px;float: left;box-sizing: border-box;padding: 5px 10px;background: #fff;border-bottom: 1px solid #dfecf4;overflow: hidden;}
.p_down_box .down_list ul li a{width: 100%;height: 100%;display: block;color: #333;overflow: hidden;}
.p_down_box .down_list ul li .link{width: 5%;height: 60px;float: left;text-align: center;color: #3d5b90;overflow: hidden;}
.p_down_box .down_list ul li .link i{vertical-align: top;font-size: 32px;}
.p_down_box .down_list ul li .title{width: 65%;height: 100%;float: left;font-size: 16px;overflow: hidden;}
.p_down_box .down_list ul li .attribute{width: 10%;height: 100%;float: left;font-size: 16px;overflow: hidden; text-align: center;}
.p_down_box .down_list ul li .time{width: 15%;height: 100%;float: right;font-size: 16px;overflow: hidden;}
.p_down_box .down_list ul li:hover{background: #fafafa;}
.p_down_box .down_list ul li:hover a{color: #3d5b90;}

@media screen and (max-width: 991px) {
	.p_down_box{width: 96%;margin: 2vw auto 30px;}
	.p_down_box .down_list ul{margin: -2vw 0 0;}
	.p_down_box .down_list ul li{margin: 2vw 0 0;padding: 10px 10px 10px 70px;border: 0;position: relative;}
	.p_down_box .down_list ul li .link{width: 60px;height: 60px;position: absolute;left: 10px;top: 10px;}
	.p_down_box .down_list ul li .link i{font-size: 40px;}
	.p_down_box .down_list ul li .title{width: 80%;height: 30px;line-height: 30px;}
	.p_down_box .down_list ul li .attribute{width: 18%;height: 30px;line-height: 30px;float: right;text-align: right;font-size: 14px;color: #999;}
	.p_down_box .down_list ul li .time{width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #999;}

}

/* List */
.list{width: 100%;height: auto;box-sizing: border-box;margin: 30px 0 0;text-align: center;font-size: 0;overflow: hidden;}
.list a,.list span{width: auto; max-width: 250px;height: 40px;margin: 0 5px;padding: 0 16px;line-height: 40px;border-radius: 3px;display: inline-block;*display: inline;*zoom: 1;background: #f0f0f0;font-size: 14px;color: #393D49;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list a.active,.list a:hover{background: #3d5b90;color: #fff;}
.list span{padding: 0 5px;background: none;}

#mapshowbox{width:100%; height:500px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; padding-bottom:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; font-family:Arial, "微软雅黑"; text-align:center; color:#fff; background:#ff7000; text-decoration:none;}
.goto_bigmap a:hover{background:#3d5b90;}

/* 定义在线客服 */
.right_tool_box{top:50%; margin-top:-46px; position:fixed; z-index: 9999999; right:0px; color: #fff;}
.right_tool_box a{display: inline-block; width: 100%; height: 100%; color: #fff;}
.right_tool_box a:hover{color: #fff;}
.tool_one{width:46px; height:46px; margin-bottom:1px; line-height: 46px; text-align: center; background: #5e81a7; border-radius: 3px 0 0 0;}
.tool_two{width:46px; height:40px; margin-bottom:1px; padding: 3px 0; line-height: 20px; text-align: center; background: #5e81a7; border-radius: 0 0 0 3px;}
.tool_one:hover,.tool_two:hover{background: #F18D37;}

/* 定义在线客服 */
.bottom_tools{top:50%; margin-top:-115px; position:fixed; z-index: 9999999; right:0px;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center;}
.cl_kefu_one i{font-size: 24px; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
#cl_gotop{display:none;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto;}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto;}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right; background: #fff;}
.qr_menu>span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu a{display:inline-block; width:138px; padding-left:20px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a i{font-size: 30px; display: inline-block; vertical-align: top; margin-right: 10px; color: #40abf5;}
.qr_menu a span{display: inline-block; vertical-align: top;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}