﻿@charset "utf-8";
*{ outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html{ font:normal 100% "Microsoft YaHei";  -webkit-text-size-adjust:100% }
body{ padding:0px; margin:0px auto; font-size:100%; color:#666; background-color:#fff; min-width:320px; max-width:1080px;-webkit-text-size-adjust:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); /*取出点击出现半透明的灰色背景*/-webkit-user-select: none;  /*控制内容的可选择性*/-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;user-select: none;}
p{ margin:0;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; margin:0;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
ul,li,form, dl,dt,dd, div{ padding:0px; margin:0px;}
ol, ul,li,dl,dd { list-style:none; }
table { border-collapse:collapse; border-spacing:0 }
table td{border-collapse:collapse;}
em{font-style:normal;}
select,input,textarea{ font-size:100%; color:#666;font-family:"Microsoft YaHei"; border-radius:0; -webkit-border-radius:0;}
img,object{ border:none; max-width:100%; border:0; overflow:hidden; vertical-align:top;}
a{ color:#333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
a:focus { color:#333;outline:none; -moz-outline:none;}
a:active{ color:#333 }
.clear{ clear:both; height:0px; overflow:hidden; zoom:0;}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Contain{ padding:2%; min-height:200px;}
.SinglePage{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; line-height:1.8;}
@media (max-width:480px){
.SinglePage{ font-size:80%;}
}

/*top.html*/
.Top{position:relative;z-index:50;background: #fff; height:60px; }
.Top img{ max-width:416px; width:100%;}
.Top .logo{text-align:center; display:none;}
.Top .back{position:absolute;width:50px; top:0;height:100%; background-position: center center; background-repeat:no-repeat;background-size:auto 53%;left:0; background-image:url(../images/top_back.png);}
@media (max-width:480px){
.Top .back{ width:40px;}
}
@media (max-width: 320px){
.homeBody .Top .logo img { width: 78%;padding-top: 3%;}
}

/*栏目名称*/
.ColumnName{ text-align:center; color:#000; font-size:200%; line-height:90px;  font-weight:bold; }
@media (max-width:480px){
.ColumnName{ font-size:120%;line-height:60px;}
}
@media (max-width:320px){
.ColumnName{ font-size:100%;}
}
/*栏目名称 End*/
.homeBody .ColumnName{ display:none;}
.homeBody .Top .logo{ display:block; height:60px;}
@media (max-width:480px){
.homeBody .Top .logo img{ width:80%;}
}


.h_navlist{ background: #edf5fa; overflow:hidden;}
.h_navlist li{ width:33.3333%; float:left; text-align:center; padding:2% 0;}
.h_navlist li a{ color:#277de2; font-weight:bold; font-size:140%;}
@media (max-width:320px){
.h_navlist li a{ font-size:110%;}
}


.H_top{height: 50px;/* margin-top: 20px; */line-height: 50px; padding: 0 10px; position: relative;}
.H_topTip{position: relative; padding-left: 30px; font-weight:bolder; font-size: 120%;}
.H_topTip span{ position: absolute; left: 0; top: 50%; margin-top: -12px; }
.H_topTip span img{width: 25px;}
.H_topTip_en{font-size: 100%; font-weight: normal; color: #8c8b93;}

/*H_news*/
.H_news{background: #fff; }
.H_newsTop_list{width: 90%; margin: 0 auto;}
.H_newsTop_list2{width: 90%; margin: 0 auto;}
.H_newsTop{border-bottom: 1px solid #f1f1f1; position: relative; overflow: hidden;border-top: 1px solid #f1f1f1;}
.H_newsTop .prev{width:20px; height:40px; background:#fff url(../images/add_l.png) center no-repeat; position: absolute; left: 0; top:0; z-index: 999;}
.H_newsTop .next{width:20px;  height:40px; background:#fff url(../images/add_r.png) center no-repeat; position: absolute; right: 0; top:0;  z-index: 999;}
.AddH_newsTop .prev{width:20px; height:40px; background:#e8d7bb url(../images/add_ll.png) center no-repeat; position: absolute; left: 0; top:22px; z-index: 99;}
.AddH_newsTop .next{width:20px;  height:40px; background:#e8d7bb url(../images/add_rr.png) center no-repeat; position: absolute; right: 0; top:22px;  z-index: 99;}
.H_newsTop .prev:hover{background:#e8d7bb url(../images/add_ll.png) center no-repeat;}
.H_newsTop .on{background:#e8d7bb url(../images/add_ll.png) center no-repeat;}
.H_newsTop .next:hover{background:#e8d7bb url(../images/add_rr.png) center no-repeat;}
.H_newsTop .on{background:#e8d7bb url(../images/add_rr.png) center no-repeat;}
/*.H_newsTop ul{padding: 0 22px;}*/
.H_newsTop ul li{float: left; text-align: center;width: 80px;border-right: 1px solid #f1f1f1;background: url(../images/line2.png) 0 0 repeat-y;}
.H_newsTop ul li a{padding:0;line-height:40px;width: 80px;display: block;background: #fff;font-size:18px;font-weight: bold;color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 100%;} 

.H_newsTop ul .swiper-slide-active a{color: #fff;background: #277de2;}
.H_newCon ul{display: none;}
.H_newCon ul:first-child{display: block;}
.H_newsBox_list ul:first-child{display: block;}
.H_newsBox_list ul{display: none;}
@media (max-width:480px){
.H_newsTop ul li a{font-size: 95%;}
}

.H_newCon{padding: 0 10px;}
.H_newCon ul li{padding: 15px 0; border-bottom: 1px dashed #c0c0c0; overflow: hidden; font-size:90%;}
.H_newCon ul li a b{width: 69%; float: left; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  font-weight: normal;}
.H_newCon ul li a span{float: right; font-weight: 27%; color: #b7b7b7;}
.AddBox{border: 2px solid #f1f1f1; margin: 10px auto;}
.H_newText{width:100%;}
.H_newTitle{padding-bottom: 10px; margin: 0; border-bottom: 1px solid #d1d1d1; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: normal; color: #000;}
.H_newText_con span{position: absolute; padding:0 5px 0 18px; top: -8px; left: 0; background: #fff; font-weight: normal; font-size: 80%; background:#fff url(../images/icon_time.png) 0 0 no-repeat;}
.H_newText_con{font-size: 90%; padding-top: 10px; display: block; position: relative;}
.H_newMore{padding: 20px 0; display: block;}
.H_newMore span{width: 100px; height: 25px;display: block; border-radius: 15px; margin: 0 auto; border: 1px solid #fe6e0e; line-height: 25px; text-align: center; color: #fe6e0e; font-size: 100%;}


.H_Pro .H_top{ border-bottom:1px solid #f1f1f1;}
.H_Pro .HPro_list{ padding:4% 0 3%;}
.H_Pro .HPro_list .bx-wrapper{ position:relative; padding:0 4%; z-index:1;}
.H_Pro .HPro_list .bx-viewport{ z-index:2;}
.H_Pro .HPro_list .bx-pager{ display:none;}
.H_Pro .HPro_list .bx-controls-direction a{ position:absolute; z-index:10; height:100%; background:url(../images/btn_prev.png) no-repeat center center; background-size:contain; width:5%; top:0; left:0; overflow:hidden; text-indent:-999em;}
.H_Pro .HPro_list .bx-controls-direction a.bx-next{ left:auto; right:0; transform:rotate(180deg);}
.H_Pro .HPro_list li a{ display:block; text-align:center; margin:0 4%; font-size:90%; padding-top:70%;}
.H_Pro .HPro_list li img{ display:none; width:100%;}
.H_Pro .HPro_list li span{ line-height:30px; padding:0 5px; display:block; background:#f2f2f2;}
@media(max-width:375px){
.H_Pro .HPro_list li a{font-size:14px;}
.H_Pro .HPro_list li span{line-height:25px;}
}

.H_About .H_top{ border-bottom:1px solid #f1f1f1;}
.H_About .HAbout_con{ font-size:90%; padding:3% 4% 5%;}
.H_About .HAbout_con p{border-bottom: 1px dashed #ccc; padding-bottom: 12px; margin:0;}
.H_About .HAbout_con dl{ overflow: hidden; background: url(../images/iiconbg.jpg) no-repeat center; width: 100%;background-size: cover; margin-top:5%;}
.H_About .HAbout_con dd a{ padding:20% 0 20%; display:block; font-size:100%; color:#fff;}
.H_About .HAbout_con dd{ text-align: center; width:50%; padding-top:20%; background:url(../images/iicon1.png) no-repeat center 35%; float:left; background-size:30%;}
.H_About .HAbout_con dd:last-child{  background-image:url(../images/iicon2.png);}



/*Bottom end*/

.Bottom nav{ overflow:hidden; clear:both; padding:1% 0;background: #0070ba;}
.Bottom nav li{ float:left; width:50%;text-align:center; position:relative;}
.Bottom nav li::before{ position:absolute; right:0; width:1px; height:50%; top: 25%; background-color:#195479; content:''; box-shadow:2px 0 0 #CACACA;}
.Bottom nav li:last-child::before{ display:none;}
.Bottom nav li a{ display:block; color:#fff;padding:5% 0 5% 25%; background-repeat:no-repeat; background-position: 30% center; background-size:15% auto; font-size:250%; }
.Bottom nav li:nth-child(1) a{background-image:url(../images/b1.png); }
.Bottom nav li:nth-child(2) a{background-image:url(../images/b2.png);}

@media (max-width:768px){
.Bottom nav li a{ font-size:180%;}
}
@media (max-width:640px){
.Bottom nav li a{ font-size:150%;}
}
@media (max-width:480px){
.Bottom nav li a{ font-size:100%;}
}
@media (max-width:320px){
.Bottom nav li a{ font-size:80%;}
}
/*Bottom end*/

/*二级菜单*/
.Nav{clear:both; overflow:hidden;}
.Nav dd{ width:33.333333%; float:left; border-bottom:4px solid #fff; font-size:180%; text-align:center; position:relative;}
.Nav dd::before{ position:absolute; content:''; right:0; top:0; width:4px; background-color:#fff; height:100%;}
.Nav dd:nth-child(3n)::before{ display:none;}
.Nav dd a{ display:block; padding:5% 0;background-color:#ccc; font-weight:bold;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.Nav dd a.aon{ background-color:#5f5727; color:#fff;}
@media (max-width:768px){
.Nav{ font-size:90%;}
}
@media (max-width:640px){
.Nav{ font-size:65%;}
.Nav dd{border-bottom-width:3px;}
.Nav dd::before{width:3px;}
}
@media (max-width:480px){
.Nav{ font-size:60%;}
}
@media (max-width:320px){
.Nav{ font-size:50%;}
.Nav dd{border-bottom-width:2px;}
.Nav dd::before{width:2px;}
}
/*二级菜单 end*/

#column{ background:#eee; padding:2% 3%; color:#f9bf00; font-size:200%; font-weight:bold;}
@media (max-width:480px){
#column{ font-size:16px;}
}
@media (max-width:320px){
#column{ font-size:13px;}
}

/*banner*/
.banner{ margin:0px; padding:0px; position:relative; z-index:0;}
#JINGDONGBox img{ width:100%;}
#JINGDONGBox li{ position:relative; text-align:center; line-height:0px; vertical-align:middle !important;}
#JINGDONGBox .hd{ position:absolute; width:100%; text-align:center; z-index:10; bottom:1%;}
#JINGDONGBox .hd a{ width:20px; height:20px; border-radius:50%; display:inline-block; background-color:#fff; margin:0 3px; }
#JINGDONGBox .hd a.on{ background-color:#0070ba;}
@media (max-width:480px){
#JINGDONGBox .hd a{ width:12px; height:12px; }
}


/*banner end*/
.pageban img{ width:100%;}
#Silderbar {
    background: #fff;
    overflow: hidden;
}
#Silderbar .Menu ul{}
#Silderbar .Menu li{ float:left; width:40%;}
#Silderbar .Menu.MenuContact li{ float:left; width:25%;}
#Silderbar .Menu li a{ display:block;border-left:1px solid #f1f1f1;padding:0;line-height:40px;background: #fff;font-size:15px;font-weight: bold;color: #333;text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#Silderbar .Menu li.on a,.Menu li a:hover{ color: #fff;background: #277de2;border-left:1px solid #277de2;}
#Silderbar .Menu a.next{ display:block; float:right; width:4.875%; float:right; padding:3.2% 0;}
#Silderbar .Menu a.next em{ width:2%;}
#Silderbar .Menu a.next em img{ vertical-align:middle;}
#Silderbar .CityMenu li{ width:50%;}
#Silderbar .CityMenu li a{ padding:6.95% 0;}
#Silderbar .EnergyBanner li{ width:50%;}
#Silderbar .EnergyBanner li a{ padding:6.95% 0;}
#Silderbar a.next{ display:block; float:left; padding: 3%;}



/*新闻列表*/
.news_list{}
.news_list li{ overflow:hidden; clear:both;position:relative; margin-bottom:2%; border-bottom:1px dashed #cfcfcf; padding-bottom:2%;}
.news_list li:last-child{  border-bottom:0;}
.news_list li .pic{ float:left; width:24%; margin-top:3px;}
.news_list li .pic img{ width:100%; }
.news_list li .txt{ float:right; width:74%}
.news_list li h1{ font-size:125%; margin:1% 0; font-weight:bold;}
.news_list li h1 a{display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.news_list li p{ font-size:115%; line-height:1.7; margin-bottom:1%;}
.news_list li time{ color:#999;}
@media (max-width:768px){
.news_list{ font-size:90%;}
}
@media (max-width:640px){
.news_list{ font-size:70%;}
.news_list li p{ line-height:16px; height:32px; overflow:hidden;}
}
@media (max-width:480px){
.news_list{ font-size:60%;}
}

/*新闻列表 end*/


/*pages*/
.Pages{ padding:2% 0; text-align:center;zoom:1; overflow:hidden;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .p_page em,
.Pages .a_first,
.Pages .a_end{ display:none;}
.Pages a{margin:0px 2%;}
/*pages end*/
/*详细页 end*/
.detail{ text-align:center; padding:2% 0;}
.detail a,.info-back a,.Pages a.a_prev,.Pages a.a_next{ display:inline-block; border-radius:10px; border:1px solid #e2e2e2; padding:1% 7%; color:#000;
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.info-back{ text-align:center; padding:4% 0;}
.info-title{font-size:125%; margin:1% 0;color:#000; text-align:center; padding-top:3%; padding-bottom:2%;}
.info-date{ border-bottom:1px solid #ccc;color:#999;  padding-bottom:2%;text-align:center; margin-bottom:5%;}
.info-pn span{ display:block; padding-bottom:1%;}
.info-pn span a{color:#999; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
@media (max-width:480px){
.info-title{ font-size:100%;}
.info-date,
.detail a,
.Pages a,
.info-pn{ font-size:80%;}
}
/*详细页 end*/

/*发展历程*/
.HistoryList{color: #444;}
.HistoryList .TopTips{margin-bottom: 20px;overflow: hidden;}
.HistoryList ul{overflow: hidden;background: url(../images/his_bg.png) 85px repeat-y;margin-bottom:30px;padding-bottom: 20px}
.HistoryList ul li{padding-top: 45px;overflow: hidden;clear: both;background:url(../images/his_libg.png) 81px 52px no-repeat;}
.HistoryList ul li time{display: block;float: left;width: 81px;font-size: 16px;}
.HistoryList ul li .Right{ float:left; padding-left:100px;overflow: hidden; margin-top: -18px;}
.HistoryList ul li .Con{margin-bottom: 15px;}
.HistoryList ul li picture{display: block;width: 80%;}
.HistoryList ul li picture img{display: block;width:100%;height: auto;}

/*荣誉证书*/
.Honor_List{ padding:2% 0;}
.Honor_List li{ width:50%; float:left; padding:0 2% 4%;}
.Honor_List li .item{ padding:3%; background-color:#f2f2f2; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; box-shadow:0 0 3px #ddd;}
.Honor_List li a{ display:block; background-repeat:no-repeat; background-position:center; padding-bottom:70%; background-size:100% auto;}
.Honor_List li img{ width:100%;}
.Honor_List li span{ display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:center; width:100%; padding:4% 0 2%;}



/*企业文化*/
.culture_list{ padding:2% 0;}
.culture_list li{ width:50%; float:left; padding:0 2% 4%;}
.culture_list li .item{ padding:3%; background-color:#f2f2f2; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; box-shadow:0 0 3px #ddd;}
.culture_list li a{ display:block; background-repeat:no-repeat; background-position:center; padding-bottom:70%; background-size:100% auto;}
.culture_list li img{ width:100%;}
.culture_list li span{ display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:center; width:100%; padding:4% 0 2%;}


/*联系我们*/
.ContactList{overflow: hidden;min-height: 150px;}
.ContactList ul{}
.ContactList ul li{width: 100%;border: 1px solid #f8f8f8;border-bottom: 1px solid #ececec;padding: 15px 25px;overflow: hidden;background: #fbfafa;margin-right: 33px;margin-bottom: 33px;float: left;}
.ContactList ul li .h3{color: #0070ba;font-size: 16px;height: 45px;line-height: 45px;overflow: hidden;border-bottom: 1px solid #ececec;margin-bottom: 15px;}
.ContactList ul li .p{font-size: 12px;color: #555;overflow: hidden; margin-bottom:10px;}
.ContactList .fancybox{display: inline-block;width: 88px;height: 35px;overflow: hidden;background:url(../images/contact_map.png) center no-repeat; }
.ContactList .fancybox2{margin-top: 100px;}


/*在线留言*/
.FormBox{}
.FormBox .InputBox{overflow: hidden;margin-bottom: 16px;}
.FormBox .InputBox .Left{height: 33px;line-height: 33px;width: 135px;text-align: right;margin-right: 5px;float: left;overflow: hidden;}
.FormBox .InputBox .Right{overflow: hidden;}
.FormBox .InputBox .Right .text{height: 33px;line-height: 33px;background: #eee;padding: 0 10px; border:none;}
.FormBox .InputBox .Right .textarea{padding: 10px;height:100px;line-height: 20px;}
.FormBox .InputBox .Right .btn{cursor: pointer;width: 79px;text-align: center;font-size: 12px;color: #fff;line-height: 25px;height: 25px;background:#0070BA; border-radius:5px; margin-right: 17px; border:none;}
.FormBox .InputBox .Right .btn2{background:#C58D00;}
.FormBox .InputBoxSex label{display: block;float: left;margin-right: 50px;height: 33px;line-height: 33px;}
.FormBox .InputBoxSex label input{position:relative;top: 2px;}
.FormBox .InputBoxFiles .Right .BtnSelect{float: left;width: 140px;height: 33px;background: url(../images/sel_bg.jpg) center no-repeat;}
.FormBox .InputBoxFiles .Right .Files input{width: 140px;height: 33px;overflow: hidden;}
.FormBox .InputBoxFiles .Right .Files{position: absolute;top: 0;left: 0;filter:alpha(opacity=0);opacity:0;}
.FormBox .InputBoxFiles .Right{position: relative;}
.FormBox .InputBoxFiles .Txt{float: left;height: 33px;line-height: 33px;font-size: 12px;color: #6f6f6f;width: 248px;}


/*招聘岗位*/
.job_list ol{ padding:0 0 2%;margin: 0;}
.job_list ol h3{ margin:0; border-left:2px solid #0070BA; background-color:#ededed; position:relative; padding-left:1px;}
.job_list ol h3::before,
.job_list ol h3::after{ position:absolute; content:''; width:12px; height:2px; background-color:#7b7b7b; top:50%; right:10px;}
.job_list ol h3::before{ transform:rotate(-45deg);}
.job_list ol h3::after{transform:rotate(45deg); right:18px;}
.job_list ol h3 a{ border-left:1px solid #0070BA; padding:10px 40px 10px 20px; font-size:100%;}
.job_list ol .intro{ padding-top:2%; display:none;}
.job_list ol .intro td{ font-size:100%; padding:1% 0; line-height:35px; vertical-align:top;}
.job_list ol .intro td.name{ width:80px; text-align:right;}
.job_list ol .intro td .apply{ float:right; color:#fff; padding:0 3%; background-color:#0070BA; font-size:80%;}


.culture_list .sub{ display:none; text-align:center; padding-bottom:20px;}
.culture_list .sub span{ padding:5px 10px; margin-bottom:10px; display:inline-block;}
.culture_list .sub span.on a{text-decoration: underline; color: #ce9d00;}