<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*public*/
/* Public */
@charset "utf-8";

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite { font-style: normal; }
body {  -webkit-text-size-adjust:none; /* 谷歌不支持12px以下字号 */ font-family:"微软雅黑";}
a{ text-decoration: none; }
.clear,.cle {clear:both;}
a,area { blr:expression(this.onFocus=this.blur()) }   /*  去掉IE下链接虚线框 */
a:focus { outline: none; }    /* 去掉火狐下链接虚线框 */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite; animation-iteration-count:infinite;}
.animated.maxtime{-webkit-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-200%);transform:translateX(-200%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-200%);transform:translateX(-200%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(200%);transform:translateX(200%);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}
@-webkit-keyframes fadeInTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes fadeInTop{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}.fadeInTop{-webkit-animation-name:fadeInTop;animation-name:fadeInTop;}
@-webkit-keyframes fadeInTopBig{0%{opacity:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes fadeInTopBig{0%{opacity:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}.fadeInTopBig{-webkit-animation-name:fadeInTopBig;animation-name:fadeInTopBig;}
@-webkit-keyframes fadeInBottom{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes fadeInBottom{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}.fadeInBottom{-webkit-animation-name:fadeInBottom;animation-name:fadeInBottom;}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{opacity:1;-webkit-animation-name:shake;animation-name:shake}
@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{opacity:1;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.{opacity:1;-webkit-animation-name:tada;animation-name:tada}
@keyframes fadeMoveLeft{from {margin-left:3px;}to {margin-left:-6px;}}
@-moz-keyframes fadeMoveLeft{from {margin-left:3px;}to {margin-left:-6px;}}
@-webkit-keyframes fadeMoveLeft{from {margin-left:3px;}to {margin-left:-6px;}}.fadeMoveLeft{animation:fadeMoveLeft 0.5s infinite;-moz-animation:fadeMoveLeft 0.5s infinite;-webkit-animation:fadeMoveLeft 0.5s infinite;}
@keyframes fadeMoveRight{from {margin-left:-3px;}to {margin-left:6px;}}
@-moz-keyframes fadeMoveRight{from {margin-left:-3px;}to {margin-left:6px;}}
@-webkit-keyframes fadeMoveRight{from {margin-left:-3px;}to {margin-left:6px;}}.fadeMoveRight{animation:fadeMoveRight 0.5s infinite;-moz-animation:fadeMoveRight 0.5s infinite;-webkit-animation:fadeMoveRight 0.5s infinite;}
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}
@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}
@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-180deg);-ms-transform:perspective(400px) rotateY(-180deg);transform:perspective(400px) rotateY(-180deg)}70%{-webkit-transform:perspective(400px) rotateY(180deg);-ms-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(180deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}
@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes pulse{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}
@-webkit-keyframes show{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes show{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
.show{-webkit-animation-name:show;animation-name:show;}
.revealOnScroll{opacity: 0;}
/* end_Public */
/*public*//*ea_h*/
/* t_ver */
.t_ver{width:1200px;margin:0 auto;position:relative; display:none;}
.t_ver ul{position:absolute;right:0px;top:0px;z-index:9999;}
.t_ver li{float:left;margin:0px 5px;}
.t_ver a{display:block;font-size:12px;color:#333;line-height:30px;}
.t_ver a:hover{color:#174596;}
/* end_t_ver */
/* t_logo */
.t_logo{ position:absolute; top:15px; left:0px;}
.t_logo img{ width:131px; height:44px; border:0px;}
#ea_l{position:relative;top:auto;left:auto;width:131px;height:44px;}
/* end_t_logo */
/*xn_n_14_wrap*/
.xn_n_14_wrap{position: relative;width:1200px;margin:0 auto;}
.xn_n_14_wrap_main{width:941px;height:74px;position:absolute;right:0px;top:-74px;z-index:999;}
.xn_n_14_wrap_main&gt;ul&gt;li{float:left;float: left;padding: 0 16px;height:74px;position:relative;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;a{display: block; min-width: 64px;height: 72px;line-height: 72px;font-size: 16px;color: #333333;text-align: center;}
.xn_n_14_wrap_main&gt;ul&gt;li.xn_n_14_wrap_menu1_2&gt;a{color:#174596;border-bottom:2px solid #174596}
.xn_n_14_wrap_main&gt;ul&gt;li.xn_n_14_wrap_menu1_cur&gt;a{color:#174596;border-bottom:2px solid #174596}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul{width:150px;position:absolute;left:50%;margin-left:-75px;top:74px;text-align:center;background:#fff;border:1px solid #f0f0f0;z-index:9;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul+ul{display:none !important;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul&gt;li{ border-bottom:solid 1px #ededed; padding:10px 0;position:relative;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul&gt;li a{font-size:14px;color:#333;line-height:30px;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul&gt;li a:hover{color:#174596;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul&gt;li ul{position: absolute;right: -153px; background: #fff;width: 153px; top: 0;}
.xn_n_14_wrap_main&gt;ul&gt;li&gt;ul&gt;li ul li{padding:10px; border-bottom:solid 1px #ededed;}
/*end_xn_n_14_wrap*/
/*top*/
.top{ width: 100%; z-index:99; position:relative; height:74px;border-bottom:1px solid #dddddd;}
.t_t{position:relative; z-index:100; width:1200px; margin:0 auto; height:74px;}
.t_curr{position:fixed; top:0;left:0;background:#fff;}
/*end_top*/
/*ea_h*/
/*ea_ba*/
/*products_banner*/
.products_banner{width:100%; height:457px; overflow: hidden; position:relative; margin:0 auto;}
.products_banner_m{Z-INDEX:0; width:1920px; height:457px; position:absolute; left:50%; margin-left:-960px;}
/*end_products_banner*/
/*ea_ba*/



/*ea_c*/
/*n_content_right_name_r*/
.n_content_right_name_r{word-spacing: -4px;  width:400px;height: 23px;color:#777;font-size:12px;text-align: left;line-height: 23px;margin-bottom: 2px;}
.n_r_wz1,.n_r_wz2,.n_r_wz3,.n_r_wz4,.n_r_wz5,.n_r_wz6{color:#fff;}
.n_r_wz3,.n_r_wz5{letter-spacing: -1px;}
.n_r_wz1{display: none;}
.n_r_wz2 a,.n_r_wz4 a,.n_r_wz5 a,.n_r_wz6 a{color:#fff;}
.n_content_right_name_r ul li{float: left;}
.n_content_right_name_r ul li img{margin-right:12px;display: none;}
/*end_n_content_right_name_r */
/*xn_c_prodshow_13_wrap*/
.xn_c_prodshow_13_ul{padding-top: 78px;}
.xn_c_prodshow_13_wrap{    width: 1200px;
    margin: 0 auto;
    background: url(../images/cgage1mechuatgn3aacendkdrwy829.png)no-repeat;}
.xn_c_prodshow_13_wrap_2{color:#666666;text-align: center;display: block;font-size: 12px;margin-top: 2px;margin-bottom: 100px;margin-left: -1px;}
.xn_c_prodshow_13_wrap_1_1{margin: 0 auto;display: block;padding-top: 76px;width:220px;height: 77px;/* overflow: hidden; */}
.xn_c_prodshow_13_price,.xn_c_prodshow_13_pmarket,.xn_c_prodshow_13_pmember{display:none;}
.xn_c_prodshow_13_li{width: 1060px;height: 190px;border-bottom: 1px solid #ebebeb;margin-bottom: 30px;margin-left: 71px;}
.xn_c_prodshow_13_img{width: 320px;height: 160px;float: left;overflow: hidden;margin-right: 39px;}
.xn_c_prodshow_13_img img{width: 100%;height: 100%;}
.xn_c_prodshow_13_name { transition: all 0.6s ease 0s;margin-top: 12px;margin-bottom: 16px; float: left;width: 500px;}
.xn_c_prodshow_13_name a{color:#555555;font-size: 18px;}
.xn_c_prodshow_13_neirong{transition: all 0.6s ease 0s; color:#777777;font-size: 14px;line-height: 26px;margin-bottom: 18px;width: 530px;float: left;}
.xn_c_prodshow_13_zhtime3,.xn_c_prodshow_13_zhtime4,.xn_c_prodshow_13_zhtime5{color:#c8c8c8;font-size: 18px;}
.xn_c_prodshow_13_zhtime2,.xn_c_prodshow_13_zhtime1{color:#c8c8c8;font-size: 14px;}
.xn_c_prodshow_13_more{transition: all 0.6s ease 0s;float: right; margin-top: -90px;border-left: 1px solid #eeeeee;width: 75px;height: 39px;line-height: 39px;padding-left: 27px;}
.xn_c_prodshow_13_more a{transition: all 0.6s ease 0s; color:#bcbcbc;font-size: 18px;}
.xn_c_prodshow_13_time{float: left;width: 500px;}
.xn_c_prodshow_13_li:hover .xn_c_prodshow_13_neirong{color:#333333;margin-left: 10px;}
.xn_c_prodshow_13_li:hover .xn_c_prodshow_13_more{margin-right: -10px;}
.xn_c_prodshow_13_li:hover .xn_c_prodshow_13_more a{color:#333333;}
.xn_c_prodshow_13_li:hover .xn_c_prodshow_13_name{margin-left: 10px;}
/*end_xn_c_prodshow_13_wrap*/
/*fy*/
.case_body .fy{padding-top: 42px;}
.news_body .fy{margin-bottom: 65px;}
.fy{width:100%;text-align:center;font-size:0px;line-height: 36px;clear: both;padding-top: 78px;margin-bottom: 65px;padding-bottom: 26px;}
.fy span,.fy span a{color: #999999;vertical-align:top;margin: 0px;font-size: 14px;}
.fy span a:hover{background: #637d8e;transition: all 0.6s ease 0s;border: 1px solid #e9e9e9;color: #fff!important;}
.fy span a{background: #fff;}
.fy span{margin: 0px 2px;}
.fy_1{display: none;}
.fy_2{display: inline-block;font-size: 16px;width: 83px;height: 36px;}
.fy_2 a{display: block;width: 83px;height: 36px;font-size: 14px;border: 1px solid #e9e9e9;line-height: 36px;}
.fy .fy_2 a:hover{}
.fy_3{margin-left:5px; margin-right:5px;display: none;}
.fy_4{display: none;}
.fy_5{margin-left:5px; margin-right:5px;display: none;}
.fy_6{display: inline-block;font-size: 16px;width: 83px;height: 36px;}
.fy_6 a{display: block;width: 83px;height: 36px;font-size: 14px;border: 1px solid #e9e9e9;line-height: 36px;}
.fy .fy_6 a:hover{}
.fy_7{ margin-left:5px; margin-right:5px;display: none;}
.fy_8{display: none;}
.fy_9{display: none;}
.fy_out{display: inline-block;font-size: 16px;height: 36px;}
.fy_out a{display: block;width: 37px;font-size: 14px;height: 36px;border: 1px solid #e9e9e9;}
.fy_on{display: inline-block;font-size: 16px;width: 37px;height: 36px;}
.fy .fy_on a,.fy .fy_out a:hover{display: block;background: #333;transition: all 0.6s ease 0s;border: 1px solid #333;color: #fff!important;width: 37px;height: 36px;}
.case_body .fy .fy_on a,.case_body .fy .fy_out a:hover{display: block;background: #333;transition: all 0.6s ease 0s;border: 1px solid #333;color: #fff!important;width: 37px;height: 36px;}
.case_body .fy span a:hover{background: #333;transition: all 0.6s ease 0s;border: 1px solid #333;color: #fff!important;}
/*end_fy*/
/*n_main*/
.n_main{width: 100%; margin:0; padding:0; height:auto; overflow:hidden; margin-top:-200px;z-index:5; position: relative;} 
.n_content{width:1200px; margin:0 auto;}
.prod_view_body .n_content{margin-top: 258px;}
.case_body {overflow-x: hidden;}
.case_view_body {overflow-x: hidden;}
.prod_view_body .n_main{width: 100%;height: 100%;background:url(../images/bigpro.png)no-repeat;margin-top: 0px; }
/*end_n_main*/
/*n_content_left_cnt */
.n_content_left_cnt{height: auto;background: #fff;position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);margin-top: 208px;height: 37px;/*overflow: hidden;*/}
.about_body .n_content_left_cnt{margin-top: 203px!important;}
.honor_body .n_content_left_cnt{margin-top: 203px!important;}
.recruitment_body .n_content_left_cnt{margin-top: 203px!important;}
.n_content_left_cnt ul li ul li ul{border-bottom:none !important;}
.left_typeUl_t3100{height:80px;}
.left_menu1 {height:30px;transition: all 0.6s ease 0s;  margin:0 auto;width: 84px;background: #fff;font-weight:bold;font-size:12px;float: left;text-align: center; border-radius: 20px;border: 1px solid #d2d2d2;margin-right: 5px;}
.left_menu1 a{width: 84px;line-height: 31px;color: #616161;}
.left_menu1:hover a{display:inline-block;color:#fff;}
.left_menu1:hover{background: #666;}
/*.left_menu1_2 {margin:0 auto;width:193px;  background: #FFFFFF; font-weight:bold; font-size:12px; font-weight:bold; margin-bottom:6px;}
.left_menu1_2 a{width:100px; margin:0px auto 6px auto; border-bottom:1px solid #EBEBEB; font-weight:bold; font-size:13px; font-weight:bold; display:inline-block; padding-left:68px; line-height:30px; color: #d40000; background:url(../images/icpsp1_n_left_menujt.png) 50px center no-repeat #fff; text-decoration:none;}
.left_menu1_2 a:hover{}
.left_menu1_2 :hover{background-color: #292929;}*/
.left_menu1_2 {transition: all 0.6s ease 0s;  margin:0 auto;width: 84px;border-radius: 20px; height:31px; background: #fff;font-weight:bold;font-size:12px;float: left;text-align: center;border: 1px solid #d2d2d2;margin-right: 5px;}
.left_menu1_2 a{width: 84px;line-height: 31px;display:inline-block;color:#fff;background: #666;border-radius: 20px;}
.left_menu1_2:hover a{}
.left_menu1_2:hover{}

.left_menu1_cur{
    margin: 0 auto;
    width: 84px;
    background: #666;
    font-weight: bold;
    font-size: 12px;
    float: left;
    text-align: center;
    border: 1px solid #666;
    margin-right: 5px;
    line-height: 31px;
    height: 31px;
  border-radius: 20px;
}
.left_menu1_cur a{display:inline-block;color: #fff;text-decoration:none;}
.left_menu1_cur a:hover{}
.left_menu2{ width:auto; float:left; margin-right:10px;}
.left_menu2 a{ width:auto; padding:0 10px; color:#fff; background:#666; font-weight:normal;border-radius: 20px;}
.left_menu2 a:hover{ color:#fff;text-decoration: underline;}
/*.left_menu2_2{ width:193px;}
.left_menu2_2 a{text-indent:10px; background:none !important;  color:#C00;}
.left_menu2_2 a:hover{ color:#000; background:none !important;  color:#333;}
.left_menu2_cur{ width:193px;}
.left_menu2_cur a{text-indent:10px; color:#C00; background:none !important;}
.left_menu2_cur a:hover{ color:#000; background:none !important;}*/

.n_content_left_cnt ul ul ul .left_menu2_cur a{color: #fff; width: auto; float: left; padding:0 10px; background:#666; margin-right:10px; font-weight:normal;text-decoration: underline;}

.left_menu3{ width:193px;}
.left_menu3 a{  color:#000; height:20px; text-indent:20px; background:none !important; font-weight:normal;  border:none !important;}
.left_menu3 a:hover{ color: #F00; height:20px; background:none !important; font-weight:normal;}
.left_menu3_2{ width:193px;}
.left_menu3_2 a{  color:#C00; height:20px; text-indent:20px; background:none !important; font-weight:normal;  border:none !important;}
.left_menu3_2 a:hover{ color:#F00; height:20px; background:none !important; font-weight:normal;}
.left_menu3_cur{ width:193px;}
.left_menu3_cur a{  color: #C00; height:20px; text-indent:20px; background:none !important; font-weight:normal;  border:none !important;}
.left_menu3_cur a:hover{ color:#F00; background:none !important; font-weight:normal;}
.n_content_left_cnt ul ul ul{ width:400px; overflow: hidden; padding-top:20px;}

/*end_n_content_left_cnt */
/*n_content_left*/
.n_content_left{width:217px; height: auto; float:left; position:relative;}
/*end_n_content_left*/
/*n_content_right*/
.n_content_right{position:relative; width:783px; height: auto; float:right; padding-bottom:20px;}
/*end_n_content_right*/
/*n_content_right_name*/
.n_content_right_name{display: none; width:92%; height:90px; margin:0 auto; position:relative; border-bottom:1px solid #DBDBDB;}
/*end_n_content_right_name*/
/*n_content_right_m*/
.n_content_right_m {display: none; text-align:left; width:92%; margin:0 auto; line-height:24px; color:#737373; font-size:12px; padding:30px 0 20px 0; position:relative;}
/*end_n_content_right_m*/
/*ea_c*//*ea_b*/
/*xn_f_21_wrap*/
.xn_f_21_wrap{width:1020px;float:left;font-size:14px;color:#dddddd;margin-top:5px;display:none;}
.xn_f_21_xhbox{float:left;font-size:14px;color:#dddddd;margin-right:10px;}
.index_body .xn_f_21_wrap{display: block;}
.foot .xn_f_21_xhbox a{font-size:14px;color:#dddddd;}
.foot .xn_f_21_xhbox a:hover{color:#fff;text-decoration:underline;}
/*end_xn_f_21_wrap*/
/*foot_copy*/
.foot_copy{width:1020px;float:left;font-size: 14px;color: #ddd;line-height: 24px;opacity: 0.34;margin-top:10px;}
.foot .foot_copy_ba a{font-size:14px;color: #ddd;line-height: 24px;}
.foot .foot_copy_ba a:hover{color:#fff;opacity: 1 !important;}
/*end_foot_copy*/
/*xn_f_2_warp*/
.xn_f_2_warp {width:1020px;float:left;margin-top:5px;}
/*end_xn_f_2_warp*/
/*foot*/
.foot{  width:100%; position:relative; text-align:center; font-size:12px;color:#666666; line-height:25px; background:#333333;padding:30px 0px 10px 0;}
.foot a{ font-size:12px; color:#666666; text-decoration:none; line-height:25px;}
.foot a:hover{}
.foot_c{position:relative; width:1200px; margin:auto; text-align:left;overflow:hidden; height:132px;}
/*end_foot*/
/*xn_f_company*/
.xn_f_company{width:1020px;float:left;font-size:20px;color:#dddddd;font-weight:bold;}
/*end_xn_f_company*/
/*xn_f_ewm*/
.xn_f_ewm{width:105px;float:right;position:absolute;right:10px;top:0px;}
.xn_f_ewm img{width:105px;height:105px;margin-bottom:5px;}
.xn_f_ewm_text{font-size:14px;color:#ffffff;text-align:center;}
/*end_xn_f_ewm*/
/*ea_b*/
/*ea_bg*/
/*index_body*/
.index_body{}
/*end_index_body*/
/*inside_body*/
.about_body,.case_body,.case_view_body,.clients_body,.contact_body,.down_body,.down_view_body,.feedback_body,.faq_body,.faq_view_body,.honor_body,.honor_client_list_body,.honor_client_view_body,.job_body,.job_online_body,.news_body,.news_view_body,.order_body,.pro_body,.pro2_body,.prod_view_body,.products_body,.products2_body,.recruitment_body,.search_body,.sv_body,.video_body,.video_view_body,.sitemap_body,.clapro_complex_body,.claproducts_body,.claprod_view_body,.login_body,.reg_body,.success_body,.member_body,.getpass_body,.getchapass_body,.changepass_body,.lose_body,.verifymail_body,.apply_body,.buysucces_body,.callback_body,.help_body,.mborlist_body,.mborlist_view_body,.orlogin_body,.spcartone_body,.spcartthree_body,.spcarttwo_body{}
/*end_inside_body*/
/*ea_bg*/
/*ea_m*/
/*xn_m_2_wrap*/
.close{background:url(../images/cgags1g_v3sarzbuaaajuh6dr_s995.jpg) center no-repeat;width: 68px;height: 20px;font-size:0;position:absolute;top: -5px;border-radius: 8px;right: 2px;cursor:pointer;margin:0 !important;z-index:999;}
.xn_m_2_wrap{top:-50px;}
.xn_m_2_head{width:70px;height: 20px;color:#fff;}
.xn_m_2_wrap{position:fixed;height:auto;width: 70px;z-index: 99; top:230px!important; right:3%!important; -webkit-transform: translateY(50%);
   -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
     -o-transform: translateY(50%);
        transform: translateY(50%);display:none;}
.xn_m_2_mbox img{ display: none;   width: 100px;clear: both; height: 100px; position: absolute;    margin-left: -101px;
    margin-top: -1px;}
.xn_m_2_tel_box{opacity: 0;}
.xn_m_2_tel_box img{width: 20px; }
.xn_m_2_head .close{cursor:pointer;text-align: left;margin-top: 13px;display: none;}
.xn_m_2_mbox ul{}
.xn_m_2_markrt_code img{width: 100px;}
.xn_m_2_small_but { width:20px; height:50px; background:#666666; position:absolute; top:50%; margin-top:-25px; right:0px; cursor:pointer; color:#fff; font-size:12px; display:none; text-align:center; line-height:24px; }
.xn_m_2_foot{transition: all 0.6s ease 0s;width: 59px;    overflow: hidden;height: 59px;background:#fff url(../images/cgage1m6hv-aepm7aaa9ehhpqes755.png)no-repeat;cursor: pointer;font-size:0px;color:#fff;line-height: 110px;text-align: center;border: 1px solid #eeeeee;border-top: none;}
.xn_m_2_foot:hover{background:#637d8e url(../images/cgage1m6ijmaokxzaaa9bvqss8c293.png)no-repeat;}
.xn_m_2_orderId{display: none;}
.xn_m_2_mbox{position:relative;width:70px;}
.xn_m_2_markrt_ali{ display:none;}
#xn_m_2_Text4{ font-size:12px; display:none;padding: 6px 4px; background:url(../images/xuan_hover.png) no-repeat;}
#xn_m_2_Text1{ display:none;}
.xn_m_2_markrt_code{ background:url(../images/xuan_erweima.png) no-repeat;cursor: pointer;}
.xn_m_2_markrt_code:hover #xn_m_2_Text4{ display:block;}
.xn_m_2_markrt_code:hover .xn_m_2_markrtimg{ display:block;}
.xn_m_2_telephone{transition: all 0.6s ease 0s;  cursor: pointer;width: 59px;height: 59px;margin-top: -10px;background: #fff;border: 1px solid #eeeeee; border-bottom: none; background:#fff url(../images/cgage1m6hawaea7faaa-rbbnv8a608.png)no-repeat;background-size: 100%;border-top: none;}
.xn_m_2_telephone:hover{background: #fff3ea url(../images/pp.png) center 10px no-repeat;}
.xn_m_2_telephone:hover .xn_m_2_telephone&gt;h4{ display:block;}
.xn_m_2_telephone:hover .xn_m_2_tel_box{ opacity: 1;}
.xn_m_2_telephone:hover{ background:#fff url(../images/cgage1m6igiarg0faabhqovbp5o084.jpg)no-repeat;border: 1px solid #eeeeee; border-bottom: none;background-size: 100%; 	border-top: none;}
.xn_m_2_markrt_qq{margin-top: 52px;}
.xn_m_2_sky_author{display: none;}
.xn_m_2_markrt_qq:hover .xn_m_2_qq_li{ display:block;}
.xn_m_2_telephone h4{ display: none; left: 7px; color:#fff;text-align: center; height:22px; font-size:14px; font-weight:normal;overflow: hidden; position: absolute; bottom: 0px; }
.xn_m_2_markrtimg{ display:none;position: absolute;right: 48px;top: -28px;}
.xn_m_2_tel_box{ transition: all 0.6s ease 0s;  position:absolute;right: 59px;top: 0px;width:168px;height: 59px;line-height: 59px;color: #fff;background: #637d8e;opacity: 0;}
.xn_m_2_tel_tel{ margin-left:20px;font-size: 19px;}
.xn_m_2_qq_li:nth-of-type(1){display: none!important;}
.xn_m_2_qq_li{transition: all 0.6s ease 0s;width: 59px;height: 69px;background: #fff3ea;margin-bottom: 10px;overflow:hidden;border: 1px solid #eeeeee;border-bottom: none;margin-top: 62px;}
.xn_m_2_qq_li a:hover{ background: #637d8e   url(../images/cgage1m6i1yaue0saaa9hsmcewg960.png)no-repeat 6px 15px;}
.xn_m_2_qq_li a{transition: all 0.6s ease 0s;font-size:14px;color:#fff;display:block;text-align: center;line-height: 110px;font-size: 0px;background:#fff url(../images/cgage1m6i1yaue0saaa9hsmcewg960.png)no-repeat 6px 15px;}
.xn_m_2_qq_img{ display:none;}
.xn_m_2_markrt_sky h4{ display:none;}
.xn_m_2_markrt_sky{transition: all 0.6s ease 0s; width: 59px;height: 59px;background: #fff;position:absolute;top: 22px;left:0;border: 1px solid #eeeeee;border-bottom: none;  background: #fff url(../images/cgage1m6hqgat7roaaaxgyhjyos886.png)no-repeat center;}
.xn_m_2_markrt_sky:hover{opacity: 0.8;cursor: pointer; background:#637d8e url(../images/cgage1m6h_iaywykaaa-xjrlzhi556.png)no-repeat center;}
.xn_m_2_markrt_sky a{cursor: pointer; background: url(../images/ph.png)no-repeat center 10px;display:block;color:#fff;font-size:14px;text-align: center;line-height:110px;}
#qrcode,#qrAPPIOS,#qrAPPAndroid{display: none;}
#newBridge .icon-right-center{top:46%!important;}
/*end_xn_m_2_wrap*/
/*ea_m*/
/*ea_pi*/
/*ea_pi*/
/*ea_wj*/
/*ea_wj*/</pre></body></html>