body{font-size:14px; max-width:720px; font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;}
html{    width: 100%;    color: #545454;   }
*{ margin:0; padding:0;}
img{ border:none;}
ul{ list-style:none;}
li{list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
.hidden{display:none}
a,a:hover{ text-decoration:none}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}


.header{position: fixed;top:0;left:0;width:100%;z-index:999;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; background: #f2f2f2; height: 70px;}
.header .logo{width: 70%;}
.header .logo img{width: 70%;}
.menu_button{cursor:pointer;width:50px;height:50px;margin:10px 0 0 0;position: relative;z-index:999999;background:#0c66bb;}
.menu_button .nav_button{position: absolute;right:9px;top:24px;vertical-align: middle;border-radius:20px;width:36px;height:3px;cursor:pointer;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.menu_button .nav_button::after, .menu_button .nav_button::before{content:'';width:30px;height:3px;border-radius:20px;position: absolute;z-index:99999999;right:0;background-color:#fff;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.menu_button .nav_button::after{top:7px;}
.menu_button .nav_button::before{top:-7px;}
.menu_button.on .nav_button::before, .menu_button.on .nav_button::after{transform: scale(0);-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);-moz-transform: scale(0);}

.menu_box{position: fixed;width:100%;height:100%;right:0;top:-200%;z-index:888;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

	
	
.menu_box .item{float: left;width:100%;overflow:auto;height:auto}
.menu_box .item::-webkit-scrollbar{width:2px;height:2px;background-color:#f1f1f1;} 
.menu_box .item::-webkit-scrollbar-track{border-radius:0;background-color:#f1f1f1;}
.menu_box .item::-webkit-scrollbar-thumb{border-radius:0px;width:2px;height:2px;background-color:#db000b;}
.menu_box .item .pad{padding:5px 0 0 5px; border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.1); line-height: 37px;}
.menu_box .item h4{font-size:18px;color:#fff;}
.menu_box .item i{display: block;width:30px;height:1px;background-color: #fff;margin:10px 0;}
.menu_box .item span{font-size:14px;color:#fff;}
.menu_box .item ul{padding-top:0px;width:auto;margin:0;}
.menu_box .item ul li{text-align: left; float:left; padding: 0 0.5rem;}
.menu_box .item ul li a{font-size:14px;height:25px;line-height:25px; color:#fff;}
.menu_box .item:last-child{padding-bottom:40px;}


/* banner*/
#banner{position:relative;overflow:hidden;width:100%; margin-top: 70px;}
#banner ul{position:relative;overflow:hidden;width:600%;margin: 0;}
#banner ul li{width:16.666%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:35px;height:35px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:17px;height:17px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:10px;height:10px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:1px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 3px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#de3027}

/*about*/
.about{width: 100%; margin: 0 auto;background:url("../images/about.jpg") repeat; padding: 3% 0; }
.about h2{ color: #333; font-weight: normal; font-size: 20px;text-transform: uppercase; margin-bottom: 3%; padding-left: 2.5%;}
.about h2 span{ padding-top: 15px;}
.about h2 span strong{ color: #0c66bb; font-weight: 700;}
.about h2:after {background: #d7231b;opacity: .2;content: ''; width: 180px; height:10px; display: block; margin-top: -10px;}
.about p{ line-height: 31px;  margin: 0 auto;text-indent:2em; padding: 0 2.5%;text-align: justify}

.PubLink {margin-left: 2.5%;display: inline-block;color:#fff;width: 50%;max-width: 100px;line-height:35px;text-align: center;font-family:  Times New Roman;padding: 0px 30px; margin-top: 7%; background: #e10a00;}
.PubLink:hover {border: 1px #d2bb84 solid;background: #d2bb84;color: #fff;}

.about_anniu{ width: 100%; }
.about_anniu ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;justify-content:center; width: 100%;flex-wrap: wrap;}
.about_anniu li{width: 49%; text-align: center; padding:3% 0; transition: .5s; margin: 0 1px 1px 0; background: #0c66bb;}
.about_anniu li:nth-child(2n){margin-right: 0;}
.about_anniu li i{display: block; width: 80px; height: 80px;border-radius:50%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 auto;}
.about_anniu li i img{ display: block; margin:20px auto 0 auto; width: 47%;}
.about_anniu li span{ line-height: 28px; font-weight: 550;}
.about_anniu li a{color: #fff;}
.about_anniu li:hover { background: #164a84;}


/*pro*/
.inbanner_pro_list{width: 100%;background: url("../images/sec32.jpg") no-repeat center top; margin: 0% auto;padding: 5% 0 3% 0;}
.inbanner_pro_list ul{display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;flex-wrap: wrap;width:95%; margin: 0 auto; -webkit-justify-content:center;   justify-content:center;}
.inbanner_pro_list li{line-height: 50px; text-align: center; width: 49%; background: #f2f2f2;margin: 0 1% 1% 0; }
.inbanner_pro_list li:nth-child(2n){ margin-right: 0;}
.inbanner_pro_list li a{color: #333;}

.pro{background:#f2f2f2; padding-top: 5%; }
.al_pic{display: block; width: 95%;margin:0px auto 0px auto;}
.al_pic li {width:49%; margin: 0 1% 1% 0; float: left; }
.al_pic li:nth-child(2n){ margin: 0 0 1% 0;}
.al_pic li a img {display:block;width:100%;}
.al_pic li a ol {text-align:center;font-size:16px;margin:15px 0 0 0;position:relative;height:40px;transition:all .6s; width:100%;color:#333;}


/*adv*/
.duoyuanhua{background:#0c66bb;padding:20px 0;margin-top: 5%;}
.index_zdy{width: 100%; background: #113382; overflow: hidden; position: relative; padding: 80px 0;}
.index_zdy_bt{width: 85%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.index_zdy_bt .pro_bt_zu h2:before,.index_zdy_bt .pro_bt_zu h2:after{content: ""; width: 34.7%; height: 1px; background: rgba(255,255,255,.2);}
.index_zdy_foot{position: relative; z-index: 20; display: flex; justify-content: space-between;}
.tab{position: relative; width: 100%; overflow: hidden; }
.duo_l{width:95%; margin: 0 auto; }
.duo_l h2{font-size:28px;color:#fff; text-align: left;padding:0 0 30px 0}
.duo_l i{display: block;width:85px;height:2px;background: #fff; margin-bottom: 20px; }
.tab-nav{ display: flex;  flex-wrap: wrap; overflow: hidden; width: 100%;}
.tab-nav a{display: block;width: 32%; height: 35px; border:1px solid rgba(255,255,255,0.1); text-decoration: none; font-size: 17px;  line-height: 35px; color: #fff; margin-bottom: 16px; text-align: center}
.tab-nav a span{margin-left: 35px; color: #fff;}
.tab-nav a.current{background: #f29115; transition: all .3s;font-weight: bold;}
.tab-nav a img{}
.tab-con{position: relative; width:95%; overflow: hidden; margin: 0 auto; }
.tab-con-item{display: none; overflow: hidden; transition: all .3s;}
.tab-con img{ width:100%;}

/*news*/
.news{width: 100%; margin: 0 auto;background:url("../images/about.jpg") repeat; padding: 3% 0; }
.news h2{ color: #333; font-weight: normal; font-size: 20px;text-transform: uppercase; margin-bottom: 3%; padding-left: 2.5%;}
.news h2 span{ padding-top: 15px;}
.news h2 span strong{ color: #0c66bb; font-weight: 700;}
.news h2:after {background: #d7231b;opacity: .2;content: ''; width: 180px; height:10px; display: block; margin-top: -10px;}

.news_cont{display: flex;-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;	-ms-flex-wrap: wrap;flex-wrap: wrap;width:95%;overflow: hidden; margin: 0 auto;}
.news_cont .newList{flex-basis: 100%; width:100%; margin-right: 0; margin-top: 50px;border: 1px solid #f7f7f7; background: #fff;}
.newList{ overflow:hidden; padding:0rem; height:auto; width:100%; }
.news_cont .newList:nth-child(4n){ margin-right:0px; }
.news_cont .newPicBox{ position:relative; width:100%; height:0px; padding-bottom:50%; overflow:hidden; border-radius:0px; margin:0 auto; }
.news_cont .newPic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); width:100%; height:auto; transition:all .5s ease; }
.news_cont .picLink{ position:absolute; top:0px; left:0px; width:100%; height:100%; }
.news_cont .contentBoxB{ padding:3%; background: #fff; }
.news_cont .newTitle{ font-size:17px; margin-bottom:0; min-height:12px; line-height:1.2; font-weight:normal; color:#373c41; transition:all .5s ease; display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; }
.news_cont .lineBox{ position:relative; width:100%; height:1px; background:#ededed; margin-bottom:8px; }
.news_cont .lineBox::before{ content:''; position:absolute; top:0px; left:0px; width:0px; height:100%; background:#afafaf; transition:all .5s ease; }
.news_cont .TimeBox{ font-size:14px; line-height:1.5; letter-spacing:.25px; color:#777; margin-bottom:20px; }
.news_cont .newMs{ position:relative; width:100%; line-height:1.4; clear:both; font-size:14px; color:#777; min-height:22px; letter-spacing:0; margin:20px 0px 30px; display:-webkit-box; overflow:hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis;  font-weight: 100;}
.news_cont .image_con{ width: 100%; }
.news_cont .image_con img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_cont .image_con:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.news_cont .look{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-top:20px; color:#777; overflow:hidden; }
.news_cont .look .look_name{ margin-right:10px; position:relative; }
.news_cont .newList:hover .newPic{ transform:translate(-50%,-50%) scale(1.1); }
.news_cont .newList:hover .newTitle{ color:#222; }
.news_cont .newList:hover .lineBox::before{ width:100%; }


/*contact*/
.contact{width: 100%; background: #999; color: #c9caca; margin-bottom: 70px;}
.contact .end_logo{width: 50%; margin: 0 auto; padding-top: 5%;}
.contact .end_logo img{width: 100%;}

.contact .end_ewm{width: 70%; margin: 0 auto;}
.contact .end_ewm ul{display: flex; display:-webkit-flex;justify-content:space-between;}
.contact .end_ewm li{width: 48%; margin: 0 4% 0 0;}
.contact .end_ewm li:nth-child(2){ margin-right: 0;}
.contact .end_ewm li em{ line-height: 35px; text-align: center; font-style: normal; display: block;}
.contact .end_ewm li img{width: 100%;}

.contact .end_cont{width: 70%; margin: 2% auto;}
.contact .end_cont h2{ font-size: 16px;font-weight: bold;margin-bottom: 18px;padding-bottom: 20px;border-bottom: 1px solid #7a7a7a;}
.contact .end_cont p{ line-height: 31px;}

.contact .end_bq{width: 70%; margin: 2% auto 0 auto;}
.contact .end_bq p{ line-height: 40px;}

.end_qq{ width: 70%; margin: 0 auto;}
.end_qq ul{display: flex; display:-webkit-flex;justify-content:space-between;}
.end_qq li{width: 30%;}


/*网站内页*/
#nyba{height:200px;position: relative;overflow:hidden;background-attachment: fixed;position: relative;}
.nybabg{ position:absolute; z-index:2; width:100%; height:100%;opacity:1;}
.gsb{background:linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(38, 156, 212, 0) 40%);position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 1;}
#nyba img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;animation:change 2s ease-in-out}

.mbx{ width:100%; height:60px; border-bottom:1px solid #eaefed; margin-bottom: 2%;}
.mbx .espcms_path{ width:95%; margin:0 auto; font-size:16px; line-height:60px;}
.mbx .espcms_path li{display: inline-block;}
.mbx .espcms_path > li + li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}


.main{width:100%; margin: 2rem auto; overflow: hidden;}
.main h2{font-size: 22px;line-height: 2rem;color: #333;text-align: center;font-weight: bold;}
.main .main_date{ width:95%; color:#666; text-align:center; margin:0 auto 3% auto; text-align:center;}
.main .main_cont{ width:95%; margin:2rem auto 0 auto; font-size:16px; line-height:28px;}
.main .main_cont p span{ display:block;}
.main .main_cont li{ width:49.5%; float:left; margin:0 1% 1% 0;}
.main .main_cont li img{ width:100%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.2);}
.main .main_cont li:nth-child(2n){ margin-right:0px;}
.main .main_cont .product_title{ width:100%; text-align:center; background: #f2f2f2; line-height: 27px; font-size: 14px;} 
.main .main_cont .product_title a{ color:#333;}

.main_read_cont{ width:95%; margin:0 auto;}
.main_read_cont h3{background: #0c66bb; line-height: 31px; margin-bottom: 10px; padding-left: 15px; color: #fff;}
.main_read_cont img{ width:100%; margin:1rem auto; display:block;}
.main_read_cont p{ font-size:16px; line-height:28px; }
.espcms_info_pager{ width:95%; margin:0 auto 2ren auto;}
.espcms_info_pager li{ width:100%; float:left; line-height:50px;}
.espcms_info_pager li a{ color:#666;}


/*内页资质荣誉*/
.se_honor{width: 95%; margin: 0 auto;}
.se_honor ul{ width:100%;}
.se_honor li{width:44%; float:left; padding:2% 2% 2% 2%; margin:0 2% 2% 0;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;  border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); }
.se_honor li .img{overflow: hidden;padding: 1% 1% 0 1%;}
.se_honor li:nth-child(2n){ margin-right:0;}
.se_honor li img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.se_honor li em{display: block;text-align: center; line-height: 40px;}


.espcms_pro_photo{}
.espcms_pro_photo li{ float:left; width:80px; margin-right:10px; text-indent:0; margin-top:0px}
.espcms_pro_photo li img{width:76px;height:56px;  }
.espcms_pro_photo li a{ padding-left:20px;}

.modal-dialog{width: 100%;  margin:0px 0 0 20px; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
.modal-content{height: 100% !important;}
#showbigpic{width: 63 0px;margin: 0 auto;/*max-width:642px;*/}
.piclist{width:89%;overflow: hidden; margin:0px auto 0 auto; }
.absolute{position:absolute}
.arrow-left{top:63px;left:0;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/lleft.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-right{top:63px;right:0;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/rright.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-left:hover{ background:url(../images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/right_h2.png) no-repeat center top;}
#mycarousel{	transition: all .4s;}

/*内页招聘信息*/
.linian {text-align: center;}
.linian h2.btitle {font-size: 42px;color: #222;line-height: 66px;height: 66px;overflow: hidden;}
.linianfig {position: relative;width: 1000px;max-width: 100%;height: 400px;overflow: hidden;margin: 0 auto;}
.liniancon {margin: 30px 0 90px;font-size: 16px;color: #333;line-height: 34px;}
.liniancon img {max-width: 100%;}
.zpout {padding: 110px 0 120px; width: 80%; margin: 0 auto;;}
.rec-head {height: 76px;background-color: #f2f2f2;overflow: hidden;padding-left: 70px;border-bottom: 2px solid #333;}
.rec-head .th {float: left;padding: 18px 0;width: 20%;height: 76px;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.reclist li {border-bottom: 1px solid #ddd;}
.rec-hand {height: 64px;line-height: 64px;background-color: #fff;padding-left: 70px;overflow: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 12px 0;width: 20%;overflow: hidden;font-size: 16px;color: #222;line-height: 40px;text-align: center;height: 40px;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:hover .rec-hand {background-color: #eee;}
.reclist li.on .rec-hand {background-color: #333;}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li,.rec-hand,.reclist .td {-webkit-transition: 0.5s;transition: 0.5s;}
.reclist .rec-con {display: none;}
.rec-txt {color: #444;line-height: 31px;padding: 34px 70px 46px;background-color: #f7f7f7;}
.rec-txt .email {color: #1d6bdd;}
.rec-txt .email:hover {text-decoration: underline;}
@media screen and (max-width: 1080px) {
.rec-head,.rec-hand {    padding-left: 40px;}
.rec-txt {padding: 34px 40px 46px;}
}
@media screen and (max-width: 750px) {
.rec-head .th {width: 33%;}
.rec-head .th.bumen {display: none;}
.rec-hand .td {width: 33%;}
.rec-hand .td.bumen {display: none;}
.rec-head,.rec-hand {padding-left: 20px;}
.rec-txt {padding: 34px 20px 40px;}
.linian {padding-top: 20px;}
.linian h2.btitle {font-size: 34px;}
.zpout {padding: 25px 0; width: 95%;}
.liniancon {margin: 30px auto 50px auto; width: 95%; line-height: 28px;}
}



.ny_contact{ width:90%; margin:0 auto;}
.ny_contact ul{list-style: none;}
.ny_contact li{margin: 0 0.57rem 1rem 0.83rem; box-shadow: 0 0.08rem 0.18rem rgba(92, 119, 165, 0.2);} 
.ny_contact li i {display: block;margin-top: -0.28rem;z-index: -1;width: 2rem;float:left}
.ny_contact li p {font-size: 0.28rem;color: #475a7b;line-height: 0.8rem;padding-left: 0.5rem;background: url(../images/lx-bg1.png) no-repeat; border-radius: 0.12rem; float:right; width:85%; font-size:16px;}
.ny_contact li p a{color: #475a7b; font-weight:bold;}

.ny_wx{ width:90%; margin:0 auto; text-align:center}
.ny_wx h3{color: #475a7b; font-size:16px;}
.ny_wx img{ width:50%; margin:0 auto;}

.neirong{ width:95%; margin:0 auto}
.neirong p{ font-size:16px; line-height:28px;}
.neirong p span{ display:block; font-size:20px; font-weight:bold}

.navbar-inverse {background-color: #0c66bb; width:100%; height:70px;position: fixed; bottom: 0; left: 0; z-index: 1;}
.nav_botton_list {
    list-style: none;
    padding: 7px 0px;
    margin: 0px;
}

.nav_botton_list li {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 25%;
}
.nav_botton_list li >.espcms_toucp_botton {    color: #fff;    font-size: 14px;    display: block;
    width: 100%;
    text-align: center;
}.nav_botton_list li >.espcms_toucp_botton p {    font-size: 20px;    width: 100%;    padding: 0px 0px 5px 0px;    margin: 0px;}
.glyphicon {position: relative;top: 2px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 5px;}
.glyphicon-home:before { content: "";background: url(../images/002.png) no-repeat center top; display:inline-block; width:25px; height:25px; background-size:100%;}
.glyphicon-earphone:before { content: "";background: url(../images/007.png) no-repeat center top; display:inline-block; width:25px; height:25px; background-size:100%;}
.glyphicon-map-marker:before { content: "";background: url(../images/003.png) no-repeat center top; display:inline-block; width:25px; height:25px; background-size:100%;}
.glyphicon-user:before { content: "";background: url(../images/004.png) no-repeat center top; display:inline-block; width:25px; height:25px; background-size:100%;}

/*分页*/
.espcms_page_botton {
    text-align: center;
    border-top: 1px solid #E0E0E0;
    padding: 15px 0px;text-align: center !important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/*neyenews*/
.nynews{ width:95%; margin:2rem auto 0 auto;}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item a{ color:#333;}
.espcms_info_time {
    background: none;
    color: #BDBDBD;
    padding-top: 5px;
}
.espcms_info_time:before {
    float: left;
    padding-right: 5px;
    content: "";
    font-size: 10px !important;
    padding-top: 3px;
    color: #ababab;
}

.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}


/*内页横向菜单*/
.touch_nav{ position: relative; overflow: hidden; height: auto; line-height: 2.7rem; height: 2.7rem; font-size: .7rem;border-bottom: 1px solid #e6e6e6; }
.touch_nav ul{ width:28rem; height:2.7rem}
.touch_nav li { float: left; width:125px; text-align: center; border-right:1px solid #e6e6e6; height: 2.7rem;}
.touch_nav li a{ font-size:1rem; display: block; color:#333}
.touch_nav li:last-child{ border-right:0 solid #ccc}

/*内页发展历程*/
.selicheng{width: 80%; margin: 5% auto;}
.selicheng h2{text-align: center; font-weight: 500; margin-bottom: 5%;}
.selicheng h2 em{display: block;font-weight: 100; color: #666; margin-top: 15px;}
.lichenlist{ width: 100%; padding: 40px 0 182px; position: relative; margin: 10px auto 0;}
.lichenlist:before{ content: ''; position: absolute; left: 50%; top:0; z-index: 0;
	width: 0; height: 100%; border-left: 1px dashed #b4b4b4;}
.lichenlist li{ padding-right: 50%; height: 180px; text-align: right; position: relative; z-index: 1;
	background: url('../images/homeoneicon01.png') center 11px no-repeat;}
.lichenlist li .inner{ padding-right: 20px;}

.lichenlist li .pic{ width: 100%; height: 100px; margin-bottom: 10px;}
.lichenlist li .pic img{ height: 100%;}
.lichenlist li .year{  height: 44px; line-height: 44px;	font-size: 22px; color: #1d6bdd; font-weight: bold; font-style: italic;}
.lichenlist li .txt{ font-size: 14px; color: #666; line-height:24px; overflow: hidden;} 

.lichenlist li:nth-child(2n){ padding-right: 0; padding-left: 50%; text-align: left;}
.lichenlist li:nth-child(2n) .inner{ padding-left: 20px; padding-right: 0;}

.chenbtn{ display: block; width: 42px; height: 42px; margin: 0 auto; font-size: 0;
	background: url('../images/fz-top.png') center no-repeat;}
