﻿/*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; }    /* 去掉火狐下链接虚线框 */
input{ outline:none; text-indent: 15px;}


/* end_Public */
/*public*/
/*ea_h*/
/*t_font_size*/
.t_font_size{ font-size:12px; color:#646464; float:right; wisdth:155px; position:absolute;   top: 46px;
    right: 0px;z-index:99999}
.t_font_size dl{ height:22px;}
.t_font_size dl dt{ float:left; margin-top:8px; font-size:16px !important}
.t_font_size dl dd{ margin-right:10px; float:left;background:#c0c0c0; text-align:Center; border-radius:2px;}
.t_font_size dl dd.t_font_size1{font-size:10px !important;  height:14px; width:14px; overflow:hidden; margin-top:8px;   }
 
.t_font_size dl dd.t_font_size2{ font-size:12px !important; height:18px; width:18px; margin-top:4px; }
.t_font_size dl dd.t_font_size3{ font-size:14px !important; height:22px; width:22px; }
.t_font_size dl dd.t_font_size2_cur { background:#646464;}
.t_font_size dl dd a{  color:#ffffff;}
/*end_t_font_size*/

/*xn_n_14_wrap*/
#ea_n {
    border-bottom: 8px solid #1e2776;
}
.xn_n_14_wrap{height: 75px;clear: both;width: 1200px;margin: 0 auto; position:relative;}
.xn_n_14_wrap_main{height: 75px; float:left;}
#xn_n_14_VMenu1{height:75px; float: left;}
.xn_n_14_wrap_menu1 {float: left;   height:75px;font-size: 16px;}
.xn_n_14_wrap_menu1>a{display: block;padding:0 10px; color:#444; text-decoration:none;text-align: center;height: 80px;line-height: 75px;}
.xn_n_14_wrap_menu1_2,.xn_n_14_wrap_menu1_cur { float: left; zoom: 1; width:auto; height:90px;font-size: 16px;}
.xn_n_14_wrap_menu1_2>a,.xn_n_14_wrap_menu1_cur>a{ display: block; padding:0 10px;height: 62px;line-height: 75px;color: #162f83;background: url(/Images/Public/index/CgAGe1qmMAGAOFBHAAABsOO2ihQ585.png) center bottom no-repeat; text-decoration:none;}
.xn_n_14_wrap_main > ul > li + li + li + li + li + li + li + li+li{display:none;}
.xn_n_14_wrap_main>ul>li>ul{position: absolute;background: url(/Images/Public/index/CgAGe1qndfmAftH-AAADpu-xvXI895.png) repeat-x;top: 75px;width: auto;height: 88px;z-index: -1;}
.xn_n_14_wrap_main>ul>li>a+ul+ul{display:none!important}
.xn_n_14_wrap_main>ul>li>ul>div{margin: 0 auto; position: relative;}
.xn_n_14_wrap_main>ul>li>ul>li{display: inline-block;height: 91px;line-height: 91px;}
#type1Li_t2801_1{margin-left:0;}
.xn_n_14_wrap_main>ul>li>ul>li:hover{transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition:all 300ms;}
.xn_n_14_wrap_main>ul>li>ul>li>a{font-size: 14px;color: #fff; padding:0 15px; -webkit-transition: all 300ms;transition: all 300ms;position:relative;display: block;}
.xn_n_14_wrap_main>ul>li>ul>li:last-child>a:after{content:'';display:block;background:transparent!important;width:1px;height:10px;position:absolute;top: 50%;right:0px;margin-top: -5px;}
.xn_n_14_wrap_main>ul>li>ul>li>a:after{content:'';display:block;background:#fff;width:1px;height:10px;position:absolute;top: 50%;right:0px;margin-top: -5px;display: none;}
.xn_n_14_wrap_main>ul>li>ul>li:hover a{color: #ed6d00;text-decoration: none !important;}
.xn_n_14_wrap_menu2 a{}
.xn_n_14_wrap_main ul li ul li a:hover{text-decoration: none!important;padding:0 30px;}
.xn_n_14_wrap_main ul li ul li ul{display: none !important;}
#type1Ul_t2801 {margin-left: -190px;}
#type1Ul_t101 {}
#type1Ul_t201 {}
#type1Ul_t301 {}
#type1Ul_t401 {}
#type1Ul_t3101 {}
#type1Ul_t701 {}
#type1Ul_t3401 {}
#fadeInDown {
    animation: fadeInDown .5s both;
    -wekit-animation: fadeInDown .5s both;
}
.nav_weixin{ width:290px; height:230px; background:#fff url(/Images/Public/index/20161114184336_7527.jpg?d=20180312151410025?d=20171226150324353) center no-repeat; background-size: 153px 172px; opacity:0;}
@-webkit-keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px;);
        transform:translateY(-20px;)
        opacity .3s linear
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
         opacity .3s linear
    }
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px);
         opacity .3s linear
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
        opacity .3s linear;
    }
}
/*end_xn_n_14_wrap*/
/*top*/
.top{width: 100%;z-index:99;position: relative;top: 0;}
.t_t{position:relative; z-index:100; width:1200px; margin:0 auto; }
/*end_top*/
/*twobox*/
.twobox{ position: absolute;top: 9px;right: 50%;margin-right: -595px; top:22px}
/*end_twobox*/
#timeNow{position: absolute; top: 75px;;font-size:12px;left:25px;display:none;}
/* t_ver */
.t_ver {float: right;/*position:absolute;top: 16px;right: 50%;margin-right: -600px;*/height: 26px;line-height: 26px;/* margin-top: 7px; */}
.ver_addzi{ float: left;color:#9a9a9a; font-size:14px;}
.t_ver ul{float:left;}
.t_ver ul li{float:left; margin-left: 7px;/*padding: 0 7px; border-right: 2px solid #9a9a9a;*/ }
.t_ver ul li:after { content:"/";color:#9a9a9a; font-size:14px;padding-left: 7px;}
.t_ver ul li:last-child{ border:none; padding-right:0;}
.t_ver ul li:first-child{ padding-left:0;}
.t_ver ul li:last-child:after{ content:"";color:#9a9a9a; font-size:14px;padding-left: 7px;}
.t_ver ul li a{color: #b2b2b2;font-size:14px;text-decoration:none;}
.t_ver ul li a:hover{ color:#2274b8; font-size:14px; text-decoration:none;}
/* end_t_ver */
/* t_search */
.t_search{float: right;/*position: absolute;top: 9px;right: 50%;margin-right: -535px;*/width:147px;height:30px;}
.t_search_text{border: 2px solid #c3c3c3;font-family:"微软雅黑";font-size: 12px;text-indent: 10px;border-radius: 15px;width: 147px;padding-right: 30px;height: 26px;line-height: 26px;outline: none;background-color: transparent;color: #c3c3c3;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
.t_search img{ font-family:"微软雅黑";font-size: 12px;text-indent: 10px; border-radius: 5px; width: 26px; padding-right: 12px;    margin-left: -25px;
height: 14px; line-height: 23px; outline: none; background-color: transparent; color:#c7c7c7; background:url(/Images/Heads/index/search.png?d=20170908095406257) 124px center no-repeat;
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;z-index: 99999999;}
/* end_t_search */
/* t_logo */
.t_logo{position:absolute;left: 50%;margin-left: -600px;z-index: -1;}
#ea_l{position:relative;top:83px;left:0px;width:256px;height:80px;}
.t_logo img{ width:256px;border:0px; height:80px}
/* end_t_logo */
/*cyqy*/
.cyqy{position: relative;float: left;height: 93px;line-height: 75px;font-size: 16px;    margin-left: 16px;}
.cyqy a:hover{ color: #162f83; }
.cyqybtn{margin-top: 27px;display: block;height: 20px;line-height: 20px;color: #141414;padding: 0 20px 0 20px;border-left: 3px solid #d2d2d2;background:url(/Images/Public/index/CgAGe1pr1haAOC4OAAAEah1sJGk017.png) no-repeat right center;}
.cyqycon{position: absolute;top: 81px;right: -104px;background: rgba(0,0,0,0.51);width: 209px;height: 0; transition: all 0.6s; overflow: hidden;  }
.cyqycon ul{padding: 8px 20px; }
.cyqycon li{ height: 30px; line-height: 30px;overflow:hidden; } 
.cyqycon a{ font-size: 14px; color: #ffffff; }
.cyqycon ul li a:hover{ font-size: 14px; color: #ed6d00; }
.cyqycon.curr{height:auto;}
/*end_cyqy*/
/*ea_h*/

.xn_ba_js_1_element img{height:500px;width: 100%;}/*ea_ba*/
/*myFocus*/
#myFocus{z-index:1;width:auto;height:500px;margin:0 auto;}
/*=========mF_YSlider ========*/
.mF_YSlider .pic li,.mF_YSlider .rePic li{position:absolute;top:0;left:0;display:none;}
.mF_YSlider .txt li{position:absolute;z-index:2;bottom:0;width:100%;height:36px;line-height:36px;display:none;}/*默认标题高度*/
.mF_YSlider_txt_li a{display:block;position:relative;z-index:1;color:#fff;padding-left:16px;font-size:14px;font-weight:bold;text-decoration:none;}/*标题样式*/
.mF_YSlider_txt_li>b{display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:#000;filter:alpha(opacity=40);opacity:0.4;}
.mF_YSlider .num{position:absolute;z-index:3;bottom:8px;right:2px;}
.mF_YSlider .num li{position:relative;float:left;width:20px;height:20px;overflow:hidden;text-align:center;margin-right:4px;cursor:pointer;}
.mF_YSlider_num_li_default a,.mF_YSlider_num_li_current a,.mF_YSlider_num_li_default b{display:block;width:18px;height:18px;border:1px solid #dedede;line-height:18px;position:absolute;z-index:2;top:0;left:0;color:#333; text-decoration:none;}
.mF_YSlider_num_li_default b{z-index:1;background:#fff;filter:alpha(opacity=60);opacity:0.6;}
.mF_YSlider_num_li_current a,.mF_YSlider .num li.hover a{border-color:#E63003;color:#fff;background:#F66E08;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;}

/*myFocus*//*ea_ba*/
/*ea_c*/
/*xn_c_abs*/
.xn_c_abs {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 300px;
    z-index: 99999999;
    transform:translateY(-50%);
  display:none!important;
}
.xn_c_abs img{width:100%;}
/*end_xn_c_abs*/
/*i_xhgdlink*/
.i_xhgdlink{width: 100%;min-height: 393px;}
.i_xhgdlink_m{width: 1200px;position: relative;min-height: 393px;margin: 0 auto;}
.xn_c_index_link_topbox{width: 100%;height: 71px;position: relative;float: left;border-bottom: 1px solid #e8e9ea;}
.xn_c_index_link_topbox>span{display: block;width:auto;position: relative;float: left;height: 21px;margin: 38px 0px 0px 10px;border-left: 4px solid #f39700;font-size: 21px;color: #000;line-height: 21px;padding-left: 8px;}
.i_xhgdl_t{  background:url(/Images/Contents/index/icpsp1_index_linkbg.png?d=20171130181156015) no-repeat; width:1000px; height:27px; padding-left:20px; color:#000; text-align:left;}
.i_xhgdl_t1{ float:left;}
.i_xhgdl_t2{ float:left; margin:0 5px; }
.i_xhgdl_t{ float:left;}
.i_xhgdl_m{z-index:9;width:1000px;position:relative;overflow:hidden;height: 35px;}
.i_xhgdl_link_main{    height: 35px;
    position: relative;
    margin: 0px 15px 0px 0px;
    float: left;}
.i_xhgdl_link_main_name{ position: relative;margin: 6px auto 0px auto;overflow:hidden; white-space: nowrap; text-align:center; text-overflow:ellipsis;  -o-text-overflow:ellipsis;  overflow:hidden; -moz-binding:url('ellipsis.xml#ellipsis'); }
.i_xhgdl_link_main_name>a{display: block;width: 100%; line-height: 30px;text-align: center;color: #26304c; font-size: 18px;transition:all ease-out 0.3s;}
.i_xhgdl_link_main_name2 a {color: #595959;font-size: 15px;}
.i_xhgdl_link_main_name a :hover{color: #182c80; }
/*end_i_xhgdlink*/
/*ep_i_news*/
.ep_i_news{ /*! width:1200px; */ height:35px; border-bottom: 1px solid #f5f5f7;margin: 1px auto;background: #f9f9f9;}
.ep_i_newsli{ width:1180px; margin:auto; position:relative; height: 31px;}
.ep_i_newsdaopic{ width:auto; height:35px; color:#2d2e2e; font-size:14px; line-height:35px; float: left; overflow: hidden; max-width: 160px; background:url(/Images/Public/index/CgAGfFqmQaGAGu7eAAABqJJpn9o674.png) left center no-repeat; padding-left: 28px;}
.ep_i_450{ float:left; width: 82px;height: 35px; line-height:35px;  overflow: hidden;display: none;}
.ep_i_451,.ep_i_452,.ep_i_newsmorewen,.ep_i_tim,.ep_i_newpic{ display:none}
.ep_i_453{ float:left}
.ep_i_454{ float:left;}
.ep_i_455{ float:left; }
.ep_i_newstitle{ line-height:31px;  width:700px;  float: left;}
.ep_i_divli{LINE-HEIGHT: 31px;WIDTH: 700px; FLOAT:left; HEIGHT:31px; OVERFLOW: hidden; text-align:left}
.ep_i_divli li{ width: auto; height: 31px; line-height: 35px;}
.ep_i_t{ float:left; width:700px; height: 35px; line-height:35px;}
.ep_i_newscore{ width: 100%; height: 35px; overflow: hidden;position: relative;}
.ep_i_newscore ul{position: relative;overflow: hidden;}
.ep_i_newscore a{ color:#2d2e2e; text-decoration:none; font-size: 14px;}
.ep_i_newscore a:hover{color: #2d2e2e;}
.ep_down,.ep_up{float: right; width: 34px; height: 30px; border: 1px solid #f0f0f0; border-bottom: 0; cursor:pointer;display: none;}
.ep_down{background:url(/Images/Contents/index/ep_down.png?d=20171220144645503) center no-repeat;display: none;}
.ep_down:hover{background:url(/Images/Contents/index/ep_down01.png?d=20171220144645503) #f3f3f3 center no-repeat;}
.ep_up{background:url(/Images/Contents/index/ep_up.png?d=20171220144645503) center no-repeat;}
.ep_up:hover{background:url(/Images/Contents/index/ep_up01.png?d=20171220144645503) #f3f3f3 center no-repeat;}
/*end_ep_i_news*/
/*xn_c_index_157_wrap*/
.xn_c_index_157_wrap{width:1200px;margin:0 auto;height:269px;display:flex;flex-direction:row;padding-bottom:18px;border-bottom:3px solid #006432;}
.xn_c_index_157_topbox{width:600px;height:30px;line-height:30px;}
.xn_c_index_157_nrbox{ width:600px; height:350px; position:relative; overflow:hidden; }
.xn_c_index_157_roll{ position:absolute; top:0;}
.xn_c_index_157_roll li {  width:600px; height:350px;  position:relative; float:left; }
.xn_c_index_157_roll li .xn_c_index_157_pic a { display:block; height:100%;}
.xn_c_index_157_roll li .xn_c_index_157_pic img { width:600px; height:350px; }
.xn_c_index_157_roll li h5 {text-align: left;font-weight: normal; width:100%; height:40px; background:rgba(0,0,0,.5); position:absolute; bottom:0; padding-left:8px; }
.xn_c_index_157_roll li h5 a { display:block; height:100%; color:#fff; line-height:40px;font-size:19px;text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 452px; }
.xn_c_index_157_focus {  width:100%; height:25px; position:absolute; bottom:-2px; right:20px; padding:9px 9px 0 0; text-align:right;}
.xn_c_index_157_focus span { display:inline-block; width:6px; height:6px; border:1px solid transparent;background:#fff; margin:0 5px 0 0; cursor:pointer; }
.xn_c_index_157_focus span.curr { background:#eb6100; }
/*end_xn_c_index_157_wrap*/
.xn_c_index_14_indCol{width:554px;height:57px;}
.xn_c_index_14_indCont>div>span{color:#767676;font-size: 16px;text-indent: 20px;display: block;line-height: 24px;}
.xn_c_index_14_indCont a{display:block;width:554px;height:45px;font-size: 24px;color: #182c80;text-align: center;font-weight: bold;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.xn_c_index_14_industry {
  float: right;
  width: 554px;
  height: 198px;
}

.xn_c_index_14_indCont {
    position: relative;
}
.xn_c_index_14_indTitle {
  height: 45px;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 10px;
}
#xn_c_index_14_indColName {
  display: none;
}
.xn_c_index_14_indMore {
   float: right;
  background: url(/Images/Public/index/CgAGe1qmgJKAa9mhAAABMrAYeek061.png) no-repeat 2px;
  padding-left: 20px;
  margin-top: 21px;
}
.xn_c_index_14_indmore {
    position: absolute;
    top: 108px;
    left: 242px;
}
.xn_c_index_14_indmore a {
    font-size: 13px;
font-weight: normal;
}
.xn_c_index_14_indMore a {color: #414141;font-size: 13px;
    
}
/*xn_c_97_wrap*/
.xn_c_97_wrap{width:710px;height:auto;overflow:hidden;float: left;margin-top: 14px; position: relative;}
.xn_c_97_main{height:auto;overflow:hidden;display:none; margin-top:-17px;}
.xn_c_97_top{height:40px;line-height:40px;overflow:hidden;font-size:18px;color:#333;margin-bottom:20px;}
.xn_c_97_t2{height:40px;float:right;margin-right:10px;}
.xn_c_97_top a{font-size:18px;color:#666;}
.xn_c_97_top a:hover{color:#F00;}
.xn_c_97_inner{height:330px;position:relative;}
.xn_c_97_inner .xn_c_97_cont{height:auto;overflow:hidden;position:relative;}
.xn_c_97_inner ul{height:330px;overflow:hidden;position:relative;}
.xn_c_97_inner li{width:580px;height:330px;overflow:hidden;float:left;position: relative;/* text-align: center; */}
.xn_c_97_img{height:339px;overflow:hidden;}
.xn_c_97_img img{width:100%;height:100%;display:block;border:0;}
.xn_c_97_title{display:block!important;z-index:30;position: absolute;bottom: 0;/* padding-left: 70px; */color: #fff;text-align: center;width: 580px;height: 40px;line-height: 40px;background: rgba(0,0,0,.7);}
.xn_c_97_title a{color:#fff;}
.xn_c_97_prev{width:56px;height:41px;line-height:41px;text-align:center;display:block;backgrousnd-color:rgba(208,214,223,.7);position:absolute;left: 0;bottom: 150px;cursor:pointer;z-index:33;}
.xn_c_97_prev:hover{}
.xn_c_97_next{width:56px;height:41px;line-height:41px;text-align:center;display:block;backgrousnd-color:rgba(86,121,164,.7);position:absolute;right: 0px;bottom: 150px;cursor:pointer;z-index:33;}
.xn_c_97_next:hover{}
.xn_c_97_next img,.xn_c_97_prev img{margin-top:15px;}
.xn_c_img{width: 1200px;margin:auto;}
.xn_c_97_title:hover a { color: red;}
/*.xn_c_97_cont>ul>li:hover .xn_c_97_img img{ filter:Gray; -webkit-filter: grayscale(100%);}*/
/*end_xn_c_97_wrap*/
/*i_pro*/
.i_pro{position:absolute; top:182px; left:0; width:1000px;} 
.i_pro_f{width:100%; height:100%; position:relative;}
.i_pro_m{width: 1200px;}
.i_pro_m > div:nth-child(3n) {
    margin-right: 0px;
}
.i_pro_main{width:382px; height:320px; position:relative; float:left; margin-right:18px;}
.i_pro_t{ position:relative; background:url(/Images/Contents/index/c_bg.png?d=20180312215443907) 0 -307px no-repeat; width:1000px; height:6px; color:#d50002; text-align:left;}
.i_pro_t1{ float:left; font-size:24px; font-weight:bold; color:#464646; text-transform:uppercase; left:105px; top:10px; position: absolute;}
.i_pro_t2{ float:left; color:#D50002; margin:15px 100px; display: none;}
.i_pro_t3{ float:left; font-size:24px; font-weight:bold; position:absolute; left:0px; top:10px;}
.add_i_pro_t1{ float:left; font-size:24px; font-weight:bold; color:#464646; text-transform:uppercase; left:105px; top:10px; position: absolute; line-height:30px}
.add_i_pro_t3{ float:left; font-size:24px; font-weight:bold; position:absolute; left:0px; top:10px;line-height:30px}
.add_i_pro_t4{ float:left; font-size:12px; position:absolute; left:0px; top:223px; color:#868686;}
.i_pro_img{width:382px; height:255px;overflow: hidden;  }
.i_pro_img img{width:382px; height:255px;transition: all 0.6s;}
.i_pro_img img:hover{transform: scale(1.1);}
.i_pro_main_name{      line-height:20px; font-size:20px; white-space: nowrap; text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ -o-text-overflow:ellipsis; /*溢出省略号，支持opera*/ overflow:hidden;/*溢出隐藏*/ -moz-binding:url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/ padding: 10px 0;}
.i_pro_main_name1{ color: #000; font-weight:bold; display:none}
.i_pro_main_name2 a{color: #353535; text-decoration:none;}
.i_pro_main_name2 a :hover{color: #ed6d00; text-decoration: none;}
.i_pro_main_cnt{    }
.i_pro_main_cnt1{ color: #000; font-weight:bold !important; display:none}
.i_pro_main_cnt2{ line-height:20px;  display:block; overflow:hidden; color: #707070; font-size: 12px;height: 100px;display:none;}
.i_pro_main_more{position:absolute; right:0; top:0; font-size:10px; display:none }
.i_pro_main_more a{ color:#C00; text-decoration:none;}
.i_pro_main_more a:hover{ color:#C00; text-decoration: underline;}
.i_pro_more{position:absolute; right:0; top:10px;}
.i_pro_more a{background:url(/Images/Contents/index/c_bg.png?d=20180312215443907) 0 -78px no-repeat; width:20px; height:55px; display: block;}
/*end_i_pro*/
/*xn_c_101_wrap*/
.xn_c_head{margin-bottom: 27px;}
.xn_c_head>span:nth-child(1){color: #2d2e2e;font-weight: bold;font-size: 30px;padding-left: 15px;border-left: 8px solid #ed6d00;line-height: 33px;height: 33px;}
.xn_c_head>span:nth-child(2){color: #808080;font-weight: bold;font-size: 14px;line-height: 33px;height: 33px;}
.xn_c_point{position: absolute;right: 175px;top:-25px;}
.xn_c_point>span:nth-child(1){display: block;color: #5d5d5d;font-size: 20px;}
.xn_c_nt>span:last-child{color: #f90712;font-size: 24px;}
.xn_c_point>span:last-child{color: #bababa;font-size: 13px;}
.xn_c_point>span:nth-child(3){color: #bababa;font-size: 13px;}
.xn_c_nt>img{margin-top: 45px;}
.xc_point{width: 190px;height: 125px;overflow: hidden;position:relative;}
.xc_hd{position:absolute;top:33px;left:-130px;color: #000;}
.xc_hd>span{display:block;float:left;font-size:16px;margin-right:8px;color: #5d5d5d;}
.xc_hd2{position:absolute;top:33px;left:212px;color: #000;}
.xc_hd2>span{display:block;float:left;font-size:14px;margin-right:8px;color: #5d5d5d;width:70px}
#xn_c_pg{color: #f90712;font-size: 60px;}
.xn_c_101_wrap{width: 554px;height: 240px;float: right;    }
.xn_c_101_wbox{position: relative;height: 260px;}
.xn_c_101_type{overflow: hidden; height:50px;line-height:50px;background: #e6e6e6;}
.xn_c_101_type li{float: left; padding: 0 200px; text-align: center; cursor: pointer; height: 50px; line-height: 50px;font-size: 21px; width:26.1%}
.xn_c_101_type li.active{ color: #182c80; font-weight: bold;  font-size: 21px;  font-weight:bold}
.xn_c_101_wcoentbox{display: block;}
.xn_c_101_wcoentbox.active{display: block;}
.xn_c_101_xhcoentbox{height: 45px; line-height: 40px; width: 555px; border-bottom: 1px dashed #d2d2d2;   overflow: hidden;}
.xn_c_101_lftbox{float: left; width: 140px; margin-right: 10px;}
.xn_c_101_lftbox img{width: 140px; height: 98px;display:none;}
.xn_c_101_title a{}
.xn_c_101_coent>a{color: #737373;font-size: 14px;}
.xn_c_101_title>a{color: #737373;font-size: 16px;text-align: left;}
.xn_c_101_more a{color: #f00;}
.xn_c_101_more{display: none;}
.xn_c_101_title{width: 451px;float: left;}
.xn_c_101_timebox{width: 100px;float: left;color: #737373;font-size:14px;     }
.xn_c_101_xhcoentbox:hover .xn_c_101_timebox,.xn_c_101_xhcoentbox:hover .xn_c_101_title>a,.xn_c_101_xhcoentbox:hover .xn_c_101_coent>a {color: #1e1e1e;}
.xn_c_101_tName:hover { color: #fff;
background: #182c80;}
.xn_c_101_tName.active:hover {
    color: #fff;
    background: #182c80;
}
.xn_c_101_tName:hover span { font-weight: bold; font-size: 21px;}
/*end_xn_c_101_wrap*/
.xn_c_1011_wrap{width: 554px;height: 330px;float: right;    }
.xn_c_1011_wbox{position: relative;height: 260px;}
.xn_c_1011_type{overflow: hidden; height:50px;line-height:50px;background: #e6e6e6;}
.xn_c_1011_type li{float: left; padding: 0 66px; text-align: center; cursor: pointer; height: 50px; line-height: 50px;font-size: 21px; width:26.1%}
.xn_c_1011_type li.active{ color: #182c80; font-weight: bold;  font-size: 21px;  font-weight:bold}
.xn_c_1011_wcoentbox.active{display: block;}
.xn_c_1011_xhcoentbox{height: 45px; line-height: 40px; width: 602px; border-bottom: 1px dashed #d2d2d2;   overflow: hidden;}
.xn_c_1011_lftbox{float: left; width: 140px; margin-right: 10px;}
.xn_c_1011_lftbox img{width: 140px; height: 98px;display:none;}
.xn_c_1011_title a{}
.xn_c_1011_coent>a{color: #737373;font-size: 14px;}
.xn_c_1011_title>a{color: #737373;font-size: 16px;text-align: left;}
.xn_c_1011_more a{color: #f00;}
.xn_c_1011_more{display: none;}
.xn_c_1011_title{width: 444px;float: left;}
.xn_c_1011_timebox{width: 100px;float: left;color: #737373;font-size:14px;     }
.xn_c_1011_xhcoentbox:hover .xn_c_101_timebox,.xn_c_101_xhcoentbox:hover .xn_c_101_title>a,.xn_c_101_xhcoentbox:hover .xn_c_101_coent>a {color: #1e1e1e;}
.xn_c_1011_tName:hover {  color: #182c80;}
.xn_c_1011_tName:hover span { font-weight: bold; font-size: 21px;}
.index_boxcleft {
  width: 602px;
  float: left;
}
.xn_c_1011_wcoentbox {
  margin-top: 433px;
  display:none;
}
/*xn_c_index_362_wrap*/
.xn_c_index_362_wrap{width:1180px;margin:0 auto; position:relative;height: 700px;}
.xn_c_index_362_tit{ height: 3px; line-height: 33px; margin: 13px 0 55px; }
.xn_c_index_362_tit1{ display: inline-block; font-size: 30px; color: #2d2e2e; font-weight: bold; border-left: 8px solid #ed6d00; padding-left: 15px; }
.xn_c_index_362_tit2{    color: #808080;font-weight: bold;font-size: 14px;line-height: 33px;height: 33px;}
/*大盒子列表*/
.xn_c_index_362_bigbox{width: 1200px;height: 474px;position:relative;margin:0 auto;overflow: hidden;}
.xn_c_index_362_bigbox ul{position: absolute;width:10000px; float:left;text-align:center;line-height:50px;}
.xn_c_index_362_bigbox ul li{width:100%;height: 474px;position: relative;background:#f8f8f8;float:left;}
.xn_c_index_362_bimgbox{width:100%;height: 474px; overflow: hidden; }
.xn_c_index_362_bimgbox img{ width:100%;height: 474px; webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.xn_c_index_362_bconbox{width:100%; height:474px; position: absolute; left:0; top:0;}
.xn_c_index_362_name{font-size: 30px; line-height: 474px; }
.xn_c_index_362_name a{ display:block; color: #feffff; }
.xn_c_index_362_name:hover{ cursor:pointer; background:rgba( 2,2,2,0.19 ); }
.xn_c_index_362_time,.xn_c_index_362_coent{display: none;width:100%; height:72px; line-height:24px; font-size:12px;overflow: hidden;}
.xn_c_index_362_bimgbox:hover{cursor: pointer; -webkit-transform:scale; (1.1)-moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);opacity: 0.8;}
/*---列表---*/
.xn_c_index_362_smabox{display: none; width:100%; height:30px; position: relative;z-index: 99;}
.xn_c_index_362_sma{width:100%; height:30px;}
.xn_c_index_362_sma li{width:120px;height:30px;float:left;margin-right:10px;background:#ccc;cursor:pointer;}
.xn_c_index_362_sma .xn_c_index_362_smalicurr{background:orange}
/*---按钮---*/
.xn_c_index_362_btnbox{ /*position: relative; width:1200px; height: 474px;*/ }
.xn_c_index_362_prev,.xn_c_index_362_next{position: absolute; top:285px;width:56px;height:56px;z-index:999;}
.xn_c_index_362_next{ background:url(/Images/Public/index/CgAGe1pr1heARhC3AAAFV-M9O34641.png) no-repeat center center; }
.xn_c_index_362_prev{ background:url(/Images/Public/index/CgAGe1pr1hiAbvg5AAAFU04B_Io288.png) no-repeat center center; }
.xn_c_index_362_next:hover{ cursor: pointer; background:url(/Images/Public/index/CgAGe1pr1heAMFemAAAFvit6hYk250.png) no-repeat center center; }
.xn_c_index_362_prev:hover{ cursor: pointer; background:url(/Images/Public/index/CgAGe1pr1hiAQz0XAAAF0FHMO4U257.png) no-repeat center center; }
/*.xn_c_index_362_prev a,.xn_c_index_362_next a{width:21px;height:28px;background:orange;display:block;}*/
.xn_c_index_362_prev{left:0;}
.xn_c_index_362_next{right:0;}
/*end_xn_c_index_362_wrap*/
/*xn_c_index_363_wrap*/
.xn_c_index_363_wrap{width:1200px;margin:0 auto; position:relative;display:none;}
.xn_c_index_363_tit{ height: 3px; line-height: 33px; margin: 25px 0 55px; }
.xn_c_index_363_tit1{ display: inline-block; font-size: 30px; color: #2d2e2e; font-weight: bold; border-left: 8px solid #ed6d00; padding-left: 15px; }
.xn_c_index_363_tit2{    color: #808080;font-weight: bold;font-size: 14px;line-height: 33px;height: 33px;}
.xn_c_index_39_wrap{width:1170px;margin: 0 auto;}
.xn_c_index_39_topbox{width:1170px;margin: 60px auto 30px;}
.xn_c_index_39_topbox span{ display: block; }
.xn_c_index_39_news_t2{ display: none !important; }
.xn_c_index_39_news_t1{font-size: 26px;height: 30px;line-height: 30px;color: #363636;font-weight: 600;}
.xn_c_index_39_news_t3{padding-top: 20px; font-size: 20px; height: 20px; line-height: 20px; color: #696969;}
.xn_c_index_39_nrboxsmall{display: inline-block;width: 395px;height: 135px;overflow: hidden;}
.xn_c_index_39_nrboxsmall:nth-child(4){ margin-right: 0 !important; }
.xn_c_index_39_nrboxsmall:hover .xn_c_index_39_title>a{ cursor: pointer; color: #bb1e10; }
.xn_c_index_39_nrboxsmall:hover .xn_c_index_39_coent>span{ color: #393939; }
.xn_c_index_39_nrbox{width:1200px; margin-bottom: 50px;}
.xn_c_index_39_lftbox{float:left;width:100%;}
.xn_c_index_39_lftbox img{width: 395px;height: 135px;}
.xn_c_index_39_ritbox{float:left;width:100%;}
.xn_c_index_39_title{width: 100%;height: 45px;line-height: 50px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xn_c_index_39_title a{line-height: 50px;font-size: 16px;color: #363636;}
.xn_c_index_39_time{display: none;padding-right: 14px;/*border-top: 2px solid #006eb1; */overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xn_c_index_39_time span{ float: left; font-size: 14px; line-height: 34px;  color: #5a5959; }
.xn_c_index_39_click,.xn_c_index_39_more{display: none;}
.xn_c_index_39_coent{width:100%;font-size: 14px;line-height: 24px;color: #7f7f7f;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.xn_c_index_39_author{ font-size: 12px; color: #a4a4a4; height: 24px; line-height: 24px; }
.xn_c_index_39_newsmore {
   float: right;
  background: url(/Images/Public/index/CgAGe1qmgJKAa9mhAAABMrAYeek061.png) no-repeat 2px;
  padding-left: 20px;
  margin-top: 21px;
}
.xn_c_index_39_newsmore {
    position: absolute;
    top: -10px;
    right: 0;
}
.xn_c_index_39_newsmore a {
    font-size: 13px;
font-weight: normal;
}
.xn_c_index_39_newsmore a {color: #414141;
    
}
/*end_xn_c_index_363_wrap*/

#xn_c_index_364_wrap {
  width: 1200px;
  margin: 0 auto;
  /*height: 109px;*/
}
#xn_c_index_365_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.xn_c_index_364_ul>li {
  float: left;
  margin: 0px 100px;
}
.xn_c_index_364_ul>li a {
    background: url(/Images/Public/index/CgAGfFqnQLCALoAgAAAJkH3vJQ4852.png) no-repeat;
    width: 100px;
    height: 100px;
    display: block;
}
.xn_c_index_364_ul > a {
    display: block;
    width: 25%;
    height: 140px;
   /* margin: 0 100px;*/
    float: left;
    color: #666;
    text-align: center;
}
.xn_c_index_364_ul > a li {
  background: url(/Images/Public/index/CgAGe1s0m4GAb764AABAeE_ZD-c305.png) no-repeat;background-position: top;
}
.xn_c_index_364_ul > a li:hover{background: url(/Images/Public/index/CgAGe1s0m8KAHcV6AABAwjGtOm8051.png) no-repeat;background-position: top;}
.xn_c_index_364_ul > a:hover {
  color: #ed6d00;
  background: url(/Images/Public/index/CgAGe1s0m8KAHcV6AABAwjGtOm8051.png) no-repeat;background-position: top;
}
.xn_c_index_364_ul a li span {
  padding: 9px 0;
  display: block;
}
.xn_c_index_364_li4 {
  /*! margin-right: 0px !important; */
}
.xn_c_index_364_ul > li span {
  display: block;
  text-align: center;
  padding: 15px 0px;
  color: #666;
  font-size: 18px;
}

.xn_c_index_364_tit{   line-height: 33px;    margin: 13px 0 13px 0;}
.xn_c_index_364_tit1{display: inline-block;    font-size: 30px;    color: #2d2e2e;    font-weight: bold;    border-left: 8px solid #ed6d00;    padding-left: 15px;}
.xn_c_index_364_tit2{    color: #808080;    font-weight: bold;    font-size: 14px;    line-height: 33px;    height: 33px;}
.xn_c_index_364_cont {    display: inline-block;    width: 100%;}
.xn_c_index_364_cont1 {    position: relative;}
.xn_c_index_364_cont1 a{margin: 0 2%;    display: inline-block;    overflow: hidden;}
.xn_c_index_364_cont1 a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xn_c_index_364_cont1 .swiper-button-prev, .xn_c_index_364_cont1 .swiper-container-rtl .swiper-button-next {
    background: url(/Images/Public/index/icon_slh.png) no-repeat center center;
    left: -70px;
}
.xn_c_index_364_cont1 .swiper-button-prev.my-button-disabled, .xn_c_index_364_cont1 .prevStop {
    background: url(/Images/Public/index/icon_sl.png) no-repeat center center;
    box-shadow: 0 0 30px #ebebeb;
}

.xn_c_index_364_cont1 .swiper-button-next, .xn_c_index_364_cont1 .swiper-container-rtl .swiper-button-prev {
    background: url(/Images/Public/index/icon_srh.png) no-repeat center center;
    right: -70px;
}
.xn_c_index_364_cont1 .swiper-button-next.my-button-disabled, .xn_c_index_364_cont1 .nextStop {
    background: url(/Images/Public/index/icon_sr.png) no-repeat center center;
    box-shadow: 0 0 30px #ebebeb;
}

.xn_c_index_364_cont1 .swiper-button-next, .xn_c_index_364_cont1 .swiper-button-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    box-shadow: 0 0 30px #cee2f9;
    border-radius: 50%;
}

.xn_c_index_364_img1{ width: 100%;    height: 100%;    object-fit: contain;    transition: -webkit-transform 1s;    transition: transform 1s;    transition: transform 1s,-webkit-transform 1s;}
.xn_c_index_364_ul {float: left;    width: 100%;    display: flex;    flex-wrap: wrap;    align-items: center;}

.xn_c_index_364_li1 a img:hover {
  background: url(/Images/Public/index/CgAGe1qnP0SAeOJlAAALeWi8FCc914.png) no-repeat;
}

/*index_cnt*/
.index_cnt{width:100%; background:url(/standardimagedirectory/incsp1_index_cbg.png) repeat-x; }
.index_cnt_m{width:100%; position:relative; margin:0 auto; }
/*end_index_cnt*/
/*index_boxc1*/
.index_boxc1{ position: relative; width: 1180px; margin: 0 auto; overflow: hidden; }
.xn_c_img{  display:none}
/*end_index_boxc1*/
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;background: transparent;
    border:none;
    outline: none;
}
#id_select1, #id_select2, #id_select3, #id_select4 {
    width: 281px;
    height: 31px;
    border: none;
    background: url(/Images/Public/index/CgAGe1qrioGANjlgAAA9jjuMpWU777.png) no-repeat;
    font-size: 16px;
    text-indent: 5px;
    color: #808080;
}
#xn_c_index_365_wrap select {
    margin-right: 20px;
}
#id_select4 {
    margin-right: 0px !important;
}
#id_select1:focus {
    background: url(/Images/Public/index/CgAGe1qqNjmACjo7AAAEqvF2eS8035.png) no-repeat;
}
#id_select2:focus {
    background: url(/Images/Public/index/CgAGe1qqNjmACjo7AAAEqvF2eS8035.png) no-repeat;
}
#id_select3:focus {
    background: url(/Images/Public/index/CgAGe1qqNjmACjo7AAAEqvF2eS8035.png) no-repeat;
display:none;}
#id_select4:focus {
    background: url(/Images/Public/index/CgAGe1qqNjmACjo7AAAEqvF2eS8035.png) no-repeat;
}
/*demo*/
.demo{width:100%;background-color: #fff;/* padding: 5px; */margin-top: 40px;padding: 2px 0 5px;}
.demo_wrap{width: 1200px;margin: 0 auto;height: 255px;position:relative;overflow:hidden;/* padding: 5px; */}
.demo li{position: absolute;top: 0;left: 100%;width: 100%;height: 100%;overflow: hidden; -webkit-opacity: 1;opacity: 1;display: block\9;-webkit-transition: left 300ms, -webkit-opacity 700ms;transition: left 300ms, opacity 700ms;}
.demo li:nth-child(1){background: #7e95d8;left: 0; }
.demo li:nth-child(2){background: #f3eef0; left: 340px;}
.demo li:nth-child(3){background: #d8a369; left: 617px;}
.demo li:nth-child(4){background: #7a7ccb; left: 793px;}
.demo li img{ width: 100%; height: 100%; }
.demo_wrap_curr0 li:nth-child(2){left: 492px;}
.demo_wrap_curr0 li:nth-child(3){left: 705px;}
.demo_wrap_curr0 li:nth-child(4){left: 917px;}
.demo_wrap_curr1 li:nth-child(2){left: 212px;}
.demo_wrap_curr1 li:nth-child(3){left: 705px;}
.demo_wrap_curr1 li:nth-child(4){left: 917px;}
.demo_wrap_curr2 li:nth-child(2){left: 212px;}
.demo_wrap_curr2 li:nth-child(3){left: 425px;}
.demo_wrap_curr2 li:nth-child(4){left: 917px;}
.demo_wrap_curr3 li:nth-child(2){left: 212px;}
.demo_wrap_curr3 li:nth-child(3){left: 425px;}
.demo_wrap_curr3 li:nth-child(4){left: 637px;}
/*end_demo*/
/*ea_c*/
/*ea_b*/
.xn_f_21_wrap{display: none;width: 1170px;height:auto;margin: 48px auto 24px;overflow: hidden;}
.index_body .xn_f_21_wrap{ display: block; }
.xn_f_21_wrap>span{float: left; font-size: 16px; height: 16px; line-height: 16px; font-weight: 600; }
.xn_f_21_xhbox{float:left;overflow:hidden;text-align:center;margin-bottom: 10px;margin-left: 8px;}
.xn_f_21_xhbox a{font-size: 14px;line-height: 15px;color: #000303;padding:0 10px;display:none;}


.foot_tel{float: left;position: relative;width: 450px;margin-top: 3px;left:80px;}
.foot_tel_top{ height: 28px; line-height: 15px; margin-bottom: 10px; font-size: 22px;border-bottom: 2px solid #111;width: 88px;}
.foot_tel_f{ position:relative; width:100%; height:100%;}
.foot_tel_f>div{ height: 26px; line-height: 14px; }


.xn_f_1_warp {}


.xn_f_2_warp {}

#form1{width:100%!important;}
.foot_copy{position:relative; width:100%; height: 31px; line-height: 31px; background: #c5c5c5; /*top:-17px*/}
.foot_copy>div{ display: inline-block; color: #858585; font-size: 12px; }
.foot_copy>div a{  color: #858585; }
.foot_copy>div a:hover{ color: #858585; text-decoration: underline; }


.foot{ width:100%; position:relative; text-align:center; font-size:15px; color:#111111; line-height:27px; margin-top:30px;}
.foot a{    }
.foot a:hover{ color:#165da5;}
.foot_c{position:relative; width:100%; margin:auto; text-align:left; background: #ababab;  height: 213px;}


.foot_c1{ width: 1200px; height: auto; overflow: hidden; margin: 0 auto; padding: 20px 0 40px; }


.foot_nav2{float: left;position:relative;width: 535px;}
.footlogo{width: 316px;height: 80px;margin: 90px 115px 14px;}
.footlogo img{ width: 506px;     height: 95px; margin-left: -21px;margin-top: -71px;}
.foot_nav2 ul{    margin-top: 28px;
    padding: 0px;
    
    max-width: 520px;
}
.foot_nav2 ul li{width: 120px;height: 16px;line-height: 16px;float:left;text-indent: 0;margin-bottom: 10px;}
.foot_nav2>ul>li:nth-child(n+9) {display: none;}
.foot_nav2 ul li a{line-height:25px;font-size: 14px;color: #ffffff;padding:0 6px;}

.foot_nav2 ul li ul li a{line-height:25px; font-weight: normal !important;}


.foot_qrbox{ float: left; width:108px; height: 155px; text-align: left; overflow: hidden; margin-top: 0px;}
.foot_qrbox img{ width: 108px; height: 112px; overflow: hidden; }
.foot_qrbox p{font-size: 13px;height: 31px;line-height: 31px;text-align: center;}


/*ea_b*/
/*ea_bg*/
/*ea_bg*//*ea_m*/
/*xn_m_6_wrap*/
.xn_m_6_head{width:128px;height: 38px;color:#fff;background: url(/Images/Marketings/index/xn_m_6_head.jpg?d=20200927094544372) no-repeat;margin-bottom: 7px;}
.xn_m_6_wrap{position:fixed;height:auto;width: 128px; z-index: 10001;background: #3a3f4e;}
.xn_m_6_mbox img{width: 20px;clear:both;display: none;}
.xn_m_6_mbox ul li{width: 78px;text-align: left;padding-left: 50px;height: 45px;line-height: 45px;font-size: 14px;overflow: hidden;border-bottom: 1px solid #64676f;}
.xn_m_6_mbox ul li a{color: #e9e9e9;display: block;}
.xn_m_6_mbox ul li a:hover{color: #e68126}
.xn_m_6_tel_box img{width: 20px;display: none;}
.xn_m_6_head .close{cursor:pointer;text-align: left;padding-left:10px;display: none;}
.xn_m_6_mbox ul{width: 128px;overflow: hidden;background: url(/Images/Marketings/index/xn_m_6_qq_ul.png?d=20200927094544372) 17px 0px repeat-y;}
.xn_m_6_markrt_code img{width: 100px;display: none;}
.xn_m_6_small_but { width:20px; height:50px; background:#000; 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_6_foot{width: 100%;height: 20px;background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#333));display: none;}
.xn_m_6_wrap img{width:30px;height:30px;}
.xn_m_6_orderId,.xn_m_6_xlwb,.xn_m_6_markrt_sky,.xn_m_6_markrt_ali,.xn_m_6_telephone,.xn_m_6_markrt_code,.xn_m_6_markrt_mail,#xn_m_6_Text1,.xn_m_6_qq_img{display:none;}
/*end_xn_m_6_wrap*/
#ea_ba {width: 1200px; margin: 0 auto;background-color: #fff;}

/*#ea_h {width: 1200px;margin: 0 auto;background-color: #fff;margin-top: 0px;}*/

/*#ea_c {width: 1180px;margin: 0 auto;background-color: #fff;padding: 10px;}*/
/*#ea_b {width: 1200px;margin: 0 auto;background-color: #fff;}*/


/*ea_m*/
/*pc_ewm*/
.pc_ewm {
    position: fixed;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 99999;
    width: 200px;
    background: #fff;
    padding:15px 10px;
}

.close_img {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #af090b;
    background: #fff;
    border: none;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.pc_ewm img {
    width: 100%;vertical-align: middle;    outline: none;   border: none;
}
/*pc_ewm*/
/*ea_pi*/
/*ea_pi*/
/*ea_wj*/
/*ea_wj*/
