﻿@charset "utf-8";
html{ /*font-size:62.5%;*/ overflow-x:hidden;}
body{ padding:0px; margin:0px auto; /*font-size:1.6em;*/ font-size:26px; font-family: Microsoft YaHei,arial,'宋体'; color:#585858; background:#fff;
min-width:320px; 
max-width:640px;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-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;

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased; 
}
ul,li,form,dl,dt,dd, div,p,i,em{ font-style:normal; list-style:none; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6,p{padding:0px; margin:0px;}
select,input,textarea{ font-size:1em; font-style:normal; color:#636363; font-family:'微软雅黑'; border-radius:0; -webkit-border-radius:0; vertical-align:middle;}
img,object{ border:none; max-width:100%; border:0; overflow:hidden; vertical-align:top;}
td img{border:none; max-width:100%; border:0; overflow:hidden; vertical-align:top;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
a:focus {outline:none; -moz-outline:none;}

/*清楚浮动*/
.fl{float:left;}
.fr{float:right;}
.clear,.clearfix{ clear:both; overflow:hidden; zoom:0;}

/*页面框架*/
.auto{padding:0px 10px;}

/*字体、图片单位可以直接使用px*/

/*公用样式*/
.effect-img{overflow: hidden;text-align: center;cursor: pointer; zoom:1; overflow:  hidden;}
.effect-img img{opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform  0.35s;transition: opacity 0.35s, transform 0.35s;}
.effect-img:hover img{opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:  scale3d(1.2,1.2,1); top:0px; left:0px;}
*:hover{transition: all ease 0.35s;-webkit-transition: all ease 0.35s;-moz-transition: all ease 0.35s;}

.Title01{margin-bottom:40px;}
.Title01 .name{display:block; line-height:58px; font-size:30px; color:#009fe8; font-weight:bold; text-align:center; background:url(../images/titbg.png) no-repeat center bottom;}

.Title02{text-align:center; margin-bottom:15px;}
.Title02 .name{display:block; line-height:59px; font-size:36px; color:#5a5b5b;}
.Title02 em{display:block; font-size:24px; color:#285eb6; line-height:44px; font-family:Arial; text-transform:uppercase;}

.Meun{padding:19px 0px; border-bottom:1px solid #f1f1f1; border-top:1px solid #f1f1f1; text-align:center;}
.Meun a{display:inline-block; min-width:91px; padding:0px 6px; height:40px; line-height:40px; text-align:center; background:url(../images/tit.png) no-repeat; margin:0px 2px; font-size:24px; color:#222222; background-size:100% 100% !important; border-radius:15px 0px 15px 0px;}
.Meun a:hover,.Meun a.on{background:url(../images/titon.png) no-repeat; color:#fff;}

.Container{padding:55px 10px 66px;}


/*Pages*/
.Pages{width:100%; text-align:center;}
.Pages a{display:inline-block; height:28px; line-height:28px; padding:0px 12px; color:#666666; font-size:26px; border:1px solid #dddddd; margin:0px 2px; border-radius:3px;}
.Pages a:hover,.Pages a.a_cur{color:#fff; background:#009fe8; border:1px solid #037edb;}

/*top*/
.Header{background:#fff; position:relative; padding:15px 0px; display:block;}
.Logo{width:390px; float:left;}
.Logo img{display:block; width:100%;}
.Header .header_menu{background-image:url(../images/navicon.png); position:absolute; top:50%; right:20px; margin-top:-22px; width:45px; height:45px; background-position:center; background-repeat:no-repeat; z-index:9;}
.page_menu{width:50%;height:100%;background:url(../images/opacity.png) repeat;overflow:auto;overflow-x:none; position:fixed;z-index:9990;top:0;right:-100%;}
.page_menu .close_bar{height:80px;line-height:80px;overflow:hidden;position:absolute;top:0;left:0; width:100%;background:url(../images/opacity.png) repeat; border-bottom:1px solid #646464;text-align:right;}
.page_menu .close_bar a{background:url(../images/menu_close_btn.png) no-repeat;width:25px;height:25px; background-size:cover;display:inline-block;vertical-align:middle;margin-right:20px;transition:transform ease-in 0.3s;}
.page_menu .close_bar a:hover{transform:rotate(180deg);}
.page_menu .menu_list{margin:80px 20px 0px;}
.page_menu .menu_list li{border-bottom:1px solid #646464; padding:0px 10px 0px 30px;}
.page_menu .menu_list li h3{height:80px; line-height:80px; font-size:28px; position:relative;  font-weight:normal;}
.page_menu .menu_list li h3 a{color:#fff; text-decoration:none; display:block;}

/*banner*/
.Banner{position:relative; overflow:hidden;}
.Banner .item img{display:block; width:100%;}
.Banner .owl-dots{position:absolute; text-align:center; height:15px; line-height:15px; bottom:30px; left:0; width:100%;}
.Banner .owl-dots .owl-dot{width:15px; height:15px; display:inline-block; margin:0 2px; text-indent:9999; line-height:9999; overflow:hidden; background:#fff;opacity: .5; }
.Banner .owl-dots .owl-dot.active{background:#75c043;opacity: 1;}

/*bottom*/
.Bottom{padding:20px 0px; background:#1c1d1e; font-size:22px; line-height:20px; color:#636364; position:relative; margin-bottom:75px; text-align:center;}
.Bottom a{color:#636364;}
.Bottom i{padding:0px 8px;}
.Bottom #back-to-top{width:42px; height:42px; position:absolute; left:50%; margin-left:-21px; top:-15px; z-index:9;}
.Bottom #back-to-top img{display:block; width:100%;}

.FixedMeun{position:fixed; width:100%; left:0px; bottom:0px; background:#009fe8; z-index:9999;}
.FixedMeun dl dd{width:20%; float:left; text-align:center; padding:10px 0px;}
.FixedMeun dl dd img{display:inline-block;}
.FixedMeun dl dd em{display:block; font-size:22px; color:#fff; height:26px; line-height:26px;}

/*index*/
.Main{background:#f6f6f6;}
.HomeAbout{background:#f1f1f1; padding:45px 10px 68px;}
.HomeAbout .con{position:relative; margin-bottom:18px;}
.HomeAbout .con .pic img{display:block; width:100%;}
.HomeAbout .con .txt{position:absolute; width:100%; left:0px; bottom:0px; background:url(../images/opacity2.png) repeat; z-index:2;}
.HomeAbout .con .txt .box{padding:15px 25px; color:#fff; font-size:26px; line-height:24px;}
.HomeAbout .con .txt .name{display:block; color:#fff; font-size:24px; margin-bottom:12px; line-height:32px; display:none;}
.HomeAbout .con .txt .info{height:72px; overflow:hidden;}

.Homeidea .item{width:303px; float:left; position:relative;}
.Homeidea .item .effect-img img{display:block; width:100%; height:144px; border-radius:5px 0px 5px 0px;}
.Homeidea .item .tit{height:45px; line-height:45px; position:absolute; left:0px; bottom:18px; padding-left:30px; width:390px; background:url(../images/ideabg.png) no-repeat; z-index:2; font-size:26px; font-weight:bold; color:#fff;}
.Homeidea .item:hover .effect-img img{opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:  scale3d(1.2,1.2,1); top:0px; left:0px;}

.HomeIndustry{padding:56px 0px 70px; background:#fff;}
.IndustryList .owl-carousel{background:url(../images/insbg.png) no-repeat center bottom;}
.IndustryList .item{width:300px; float:left; border-bottom:3px solid #d5f2ff;}
.IndustryList .item .effect-img img{display:block; width:100%; height:500px;}
.IndustryList .item .txt{padding:30px 25px;}
.IndustryList .item .txt .tit{display:block; font-size:26px; line-height:36px; height:36px; overflow:hidden; text-align:center; font-weight:bold; color:#929292;}
.IndustryList .item .txt .info{margin:15px 0px 0px;}
.IndustryList .item .txt .info dd{padding-left:15px; background:url(../images/arr1.png) no-repeat left center; height:40px; line-height:40px; overflow:hidden;}
.IndustryList .item .txt .info dd a{display:block; font-size:26px; color:#666666;}
.IndustryList .item:hover{border-bottom:3px solid #009fe8;}
.IndustryList .item:hover .txt .tit{color:#009fe8;}
.IndustryList .item:hover .txt .info dd a{color:#333333;}
.IndustryList .item:hover .effect-img img{opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:  scale3d(1.2,1.2,1); top:0px; left:0px;}
.IndustryList .more{display:block; width:138px; height:31px; line-height:31px; background:#009fe8; color:#fff; font-size:26px; margin:40px auto 0px; text-align:center;}
.HomeIndustry .indinfo{padding:15px 25px;}
.HomeIndustry .indinfo .box{height:93px; line-height:31px; overflow:hidden;}

.HomeOther{position:relative;}
.HomeOther li{float:left; position:relative; overflow:hidden; z-index:3;}
.HomeOther li.i1{width:47.3958%;}
.HomeOther li.i2{width:26.0416%;}
.HomeOther li.i3{width:26.0416%; position:absolute; bottom:0px; right:26.5625%;}
.HomeOther li.i4{width:26.5625%;}
.HomeOther li img{display:block; width:100%;}
.HomeOther li .name{position:absolute; color:#fff; line-height:40px; font-size:26px; right:20%; bottom:30px;}
.HomeOther li.i1 .name{top:10%; right:30%; bottom:auto;}

.HomeNews{background:#f5f7fa; padding:55px 0px 82px;}
.NewsSlide .hd{padding:27px 0px 60px; text-align:center;}
.NewsSlide .hd li{display:inline-block; width:140px; height:43px; line-height:43px; margin:0px 20px;}
.NewsSlide .hd li a{display:block; border:1px solid #dcdee1; font-size:26px; color:#666666; border-radius:20px;}
.NewsSlide .hd li.on a{border:1px solid #285eb6; background:#285eb6; color:#fff;}

.NewsSlide .bd .more{display:block; width:138px; height:31px; line-height:31px; background:#009fe8; color:#fff; font-size:26px; margin:40px auto 0px; text-align:center;}
.NewsBox .item{width:300px; float:left; border:1px solid #dcdee1;}
.NewsBox .item .box{padding:24px 14px;}
.NewsBox .item .box .tit{display:block; font-size:26px; line-height:27px; height:27px; overflow:hidden; color:#212121;}
.NewsBox .item .box .effect-img{margin:20px 0px;}
.NewsBox .item .box .effect-img img{display:block; width:100%; height:173px;}
.NewsBox .item .box .con .date{display:block; font-size:26px; line-height:24px; color:#285eb6;}
.NewsBox .item .box .con .info{font-size:26px; line-height:30px; height:60px; overflow:hidden; color:#666666;}
.NewsBox .item:hover .box .effect-img img{opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1); top:0px; left:0px;}

/*关于我们*/
.About .title span{display:block;}
.About .title span.date{font-size:70px; line-height:62px; font-family:Arial; color:#f1f1f1; text-transform:uppercase;}
.About .title span.name{margin:19px 0px 12px; line-height:36px; font-size:24px; color:#009fe8;}
.About .title span.entit{font-size:26px; line-height:24px; color:#999999;} 
.About .con{padding:56px 0px 0;}

/*发展历程*/
.HistoryBox{padding:65px 0px 0px;}
.HistoryBox h2{line-height:34px; font-size:24px; color:#009fe8; text-align:center; margin-bottom:30px;}
.HistoryList{background:url(../images/hisbg.jpg) repeat-y center top; padding-bottom:30px;}
.HistoryList ul{background:url(../images/arr5.png) no-repeat center top;}
.HistoryList li{padding-top:47px;}
.HistoryList li .txt{width:272px; float:left; padding:40px 0px 0px;}
.HistoryList li .txt .date{display:block; font-size:24px; line-height:32px; color:#00a3ed; font-weight:bold; margin-bottom:10px;}
.HistoryList li .txt .info{font-size:26px; line-height:28px; color:#222222;}
.HistoryList li .pic{padding-left:68px; background:url(../images/arr6.png) no-repeat; background-position:left center; width:250px; float:right;}
.HistoryList li .pic img{display:block; width:100%; height:180px;}
.HistoryList li:nth-child(2n) .txt{float:right;}
.HistoryList li:nth-child(2n) .pic{float:left; padding:0px 68px 0px 0px; background-position:right center;}
.HistoryList li:hover .effect-img img {opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:  scale3d(1.2,1.2,1); top:0px; left:0px;}

/*发展理念*/
.DevelopBox{font-size:26px; line-height:41px; color:#222;}
.DevelopBox b{color:#009fe8;}
.DevelopSort{padding:40px 0px;}
.DevelopSort li{width:100%; margin-bottom:15px;}
.DevelopSort li .pic{position:relative; overflow:hidden; height:357px;}
.DevelopSort li .pic img{display:block; width:100%; height:357px;}
.DevelopSort li .pic .maskbg,.DevelopSort li .pic .maskbg .icon{position:absolute; left:0px; top:100%; width:100%; height:100%; transition: 400ms;}
.DevelopSort li .pic .maskbg .icon{top:0;}
.DevelopSort li .pic .maskbg{ background:url(../images/opacity3.png) repeat;}
.DevelopSort li .pic .maskbg .icon{background:url(../images/arr3.png) no-repeat center center;}
.DevelopSort li .txt{padding:25px 30px 0px; height:135px; text-align:center; background:#f7f7f7; border-bottom:1px solid #e5e5e5; color:#666666;}
.DevelopSort li .txt .name{display:block; font-size:26px; line-height:26px; color:#333333; margin-bottom:10px; font-weight:bold;}
.DevelopSort li .txt .info{font-size:26px; line-height:35px; height:70px; overflow:hidden;}
.DevelopSort li:hover .pic .maskbg{top:0px; transition: 400ms;}
.DevelopSort li:hover .txt{background:#009fe8; border-bottom:1px solid #009fe8; color:#cbe5f8;}
.DevelopSort li:hover .txt .name{color:#fff;}

.ideaBox dl{padding-bottom:40px; margin-bottom:40px; border-bottom:1px dashed #e9e9e9;}
.ideaBox dl:last-child{padding-bottom:0; margin-bottom:0; border-bottom:none;}
.ideaBox dl .pic{width:300px; float:left; border-radius:20px; overflow:hidden;}
.ideaBox dl .pic img{display:block; width:100%;}
.ideaBox dl .txt{width:284px; float:right; padding:62px 0px 0px;}
.ideaBox dl .txt h2{font-size:26px; line-height:40px; color:#009fe8;}
.ideaBox dl .txt .ins{margin:15px 0px 48px; color:#111111; font-size:26px; line-height:36px;}
.ideaBox dl:nth-child(2n) .pic{float:right;}
.ideaBox dl:nth-child(2n) .txt{float:left;}
.ideaBox dl:hover .effect-img img {opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:  scale3d(1.2,1.2,1); top:0px; left:0px;}

/*荣誉资质*/
.Honorlist ul{margin-bottom:50px;}
.Honorlist li{width:46%; height:213px;display: inline-block;margin: 1%;padding:0.5%;border: 1px solid #DEDEDE;overflow: hidden;}
.Honorlist li:nth-child(2n){float:right;}
.Honorlist li img{width: 100%;height: 100%;}
.Honorlist li:hover{box-shadow: 0 0 15px #555;}
.Honorlist li:hover img{transform: scale(1.06);-webkit-transform: scale(1.06);-moz-transform: scale(1.06);-ms-transform: scale(1.06);}

/*新闻中心*/
.NewsList li{background:#fff; padding:20px; margin-bottom:30px;}
.NewsList li .pic{width:222px; height:117px; overflow:hidden;float:left;}
.NewsList li .pic img{display:block; width:100%;}
.NewsList li .txt{float:right; width:56%;}
.NewsList li .txt .bg{padding-bottom:25px;border-bottom: 1px solid #DEDEDE;background: url(../images/a6.png) no-repeat left bottom;margin-bottom: 15px;}
.NewsList li .txt p{font-size:26px;color:#333;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; margin:0px 0 5px 0;}
.NewsList li .txt em{color:#B2B2B2; font-size:15px; display:block;}
.NewsList li .txt .info{font-size:26px; color:#808080; line-height:30px; height:60px; overflow:hidden;}
.NewsList li:hover{background:#e6e6e6;}
.NewsList li:hover .bg{border-bottom:1px solid #F7F7F7;}
.NewsList li:hover p{color:#009fe8; padding-left:10px; transition: 400ms;}
.NewsList li:hover .effect-img img {opacity: 1;-webkit-transform: scale3d(1.2,1.2,1);transform:  scale3d(1.2,1.2,1); top:0px; left:0px;}

/*新闻详情*/
.Atit{text-align:center; line-height:28px; position:relative;}
.Atit h2{font-size:26px; color:#333333;}
.Atit em{display:block; font-size:22px; color:#666666; padding:9px 0px 21px; border-bottom:1px dashed #e8e8e8;}
.Atit em i{padding:0px 12px;}
.bdsharebuttonbox{display:inline-block; vertical-align:middle;}
.ContentAbout{padding:34px 0px 21px 0px; border-bottom:1px solid #e7e7e7;}
.PrevNextBox{padding-top:24px;}
.PrevNextBox dl{font-size:26px; line-height:33px;}
.PrevNextBox dl b{color:#000; font-weight:normal;}
.PrevNextBox dl a{color:#666666;}

/*产品中心*/
.ProductBox{padding:37px 0px 88px;}
.ProductBox .title{font-size:30px; line-height:50px; text-align:center; color:#009fe8;}
.ProMeun{margin:38px 0px 64px; line-height:60px; background:#f8f8f8; overflow:hidden;}
.ProMeun a{display:inline-block; padding:0px 12px; min-width:50px; background:#ebf3ff; color:#222; font-size:22px; margin:0px 2px;}
.ProMeun a:hover,.ProMeun a.on{background:#009fe8; color:#fff;}
.ProductBox .ProLeft{width:140px; float:left; margin-left:18px;}
.ProductBox .ProLeft li{height:55px;}
.ProductBox .ProLeft li a{line-height:54px; font-size:26px; color:#222; display:block;}
.ProductBox .ProLeft li:hover a,.ProductBox .ProLeft li.onli a{border-bottom:1px solid #e8e8e8;}
.ProductBox .ProRight{width:412px; float:right;}

.ProductBox .ProRight .pic{border:3px solid #f3f3f3;}
.ProductBox .ProRight .pic img{display:block; width:100%;}
.Productinfo .txt h3{font-size:24px; line-height:52px; color:#0598f3;}
.Productinfo .txt .info dd{margin-top:27px; line-height:26px; font-size:26px; color:#222;}
.Productinfo .txt .info dd b{color:#000;}

.Productinfo .txt .Zxbz{margin:50px 0px 0px;}
.Productinfo .txt .Zxbz .tit{height:48px; line-height:48px; padding-left:20px; border:1px solid #f0f0f0; background:#009fe8; color:#fff; font-size:26px;}
.Productinfo .txt .Zxbz .con{text-align:center; padding:40px 0px 0px;}
.Productinfo .txt .Zxbz .con img{display:inline-block; max-width:100%;}

/*分支机构*/
.Organization .title{text-align:center;}
.Organization .title img{display:inline-block;}

.Culture{padding:58px 0px 46px;}
.Culture li .pic{height:372px;}
.Culture li .pic img{display:block; width:100%; height:372px;}
.Culture li .txt .box{padding:30px; color:#fff; text-align:center; font-size:26px; line-height:34px;}
.Culture li .txt .box .name{display:block; font-size:24px; line-height:40px;}
.Culture li.c1{background:#62d127;}
.Culture li.c2{background:#0599f2;}
.Culture li.c3{background:#f2891d;}

/*人力资源*/
.JobList .rczp{background:#f8f8f8; padding:30px 40px; margin-bottom:20px;}
.JobList .rczp p.flowed{width: auto;font-size: 16px;line-height: 40px;background:#0598f3;margin: 0 0 30px 0;padding: 0 30px;border-radius: 3px;color: #fff;cursor: pointer;display: inline-block;}
.JobList .rczp p.flowed:hover{padding: 10px 40px;}
.JobList .rczp .list{font-size: 16px;color: #666;display: block;}
.JobList .rczp .list dd{line-height: 35px;display: block;width: 48%;float: left;}
.JobList .rczp .list dd:nth-child(2n){float: right;}
.JobList .rczp .list dd:hover{background: rgba(0,0,0,0.1);padding-left: 1%;width: 49%;}
.JobList .rczp .tt{background: url(../images/arr2.png) no-repeat left center;border-bottom: 1px solid #DEDEDE;padding: 15px 0 15px 15px;color: #333;font-size: 16px;}
.JobList .rczp .cont{line-height:30px; padding:15px 0px;}
.JobList .rczp .apply{font-size:26px; line-height:40px; background:#5fcf2a; width:140px; text-align:center; border-radius:3px; color:#fff; display:block;}

/*应聘表单*/
.recruitform .list{margin:0 auto; width:580px;}
.recruitform .list li{margin-bottom:20px;}
.recruitform .list li span{display:block; float:left; line-height:40px; margin-right:3%; color:#4d4d4d; font-size:26px;}
.recruitform .list li input.txt{border:1px solid #e6e6e6; height:38px; line-height:38px; padding-left:10px; font-size:26px; width:468px;}
.recruitform .list li label{float:left; line-height:40px; margin-right:20px; font-size:26px; color:#4d4d4d;}
.recruitform .list li label input.radio{margin-right:8px; }
.recruitform .list li textarea{border:1px solid #e6e6e6; height:148px; padding:10px; font-size:26px; width:458px;}
.recruitform .list li.btn{text-align:center; width:100%; float:none; clear:both; padding-top:20px; }
.recruitform .list li.btn input{width:120px; color:#fff; height:36px; line-height:36px; font-size:26px; cursor:pointer; border-radius:18px; -webkit-border-radius:18px;  -moz-border-radius:18px; margin:0 8px; border:none;}
.recruitform .list li.btn input#subt{background:#0598f3;}
.recruitform .list li.btn input#rest{background:#ccc;}

/*党群建设*/
.PartyBox dl{margin-bottom:40px;}
.PartyBox dl:last-child{margin-bottom:0px;}
.PartyBox dl .pic{border-radius:16px 0px 16px 0px; overflow:hidden;}
.PartyBox dl .pic img{display:block; width:100%;}
.PartyBox dl .txt{border:3px solid #009fe8; border-top:none; border-radius:0px 16px 0px 16px; margin:-16px 0px 0px 0px; float:right; background:#fff url(../images/arr7.png) 220px 35px no-repeat;}
.PartyBox dl .txt .box{padding:46px;}
.PartyBox dl .txt .box h2{line-height:44px; margin-bottom:26px; color:#009fe8; font-size:30px;}
.PartyBox dl .txt .box .info{font-size:26px; line-height:31px; color:#222222; text-indent:2em;}

/*联系我们*/
.ContactBox .map{ margin:0% 0 3%; position:relative;}
.ContactBox .map img{display:block; width:100%;}
.ContactBox .map .txt{padding:35px; box-shadow:0px 0px 15px #e5e5e5;}
.ContactBox .map .txt .tit{ font-weight:bold; font-size:26px; color:#333; }
.ContactBox .map .txt .cont{ line-height:28px; margin-top:1.5%; font-size:26px;}
.ContactBox .apzx .tit{font-weight:bold; font-size:26px; color:#4d4d4d; line-height:35px; margin-bottom:20px;}
.ContactBox .apzx .list li{background:#f8f8f8; padding:30px; margin-bottom:10px;}
.ContactBox .apzx .list li img{ display:block; width:60px; height:60px; float:left; }
.ContactBox .apzx .list li .txt{ float:left; margin:5px 0 0 20px; width:450px;}
.ContactBox .apzx .list li .tit{ font-weight:normal; color:#4d4d4d;}
.ContactBox .apzx .list li .cont{ color:#808080; }
.ContactBox .apzx .list li.last{ width:330px; margin-right:0; }
.ContactBox .apzx .list li.last .txt{ width:230px; margin-top:0;}


/*下载中心*/
.Download ul{padding-bottom:30px;}
.Download li{font-size:26px; line-height:36px; height:36px; overflow:hidden; background:url(../images/line3.jpg) repeat-x left center;}
.Download li a{color:#626363; background:#fff;}
.Download li a.tit{background:#fff url(../images/arr8.png) no-repeat left center; padding:0px 12px 0px 10px;}
.Download li a.down{padding-left:10px; float:right; text-decoration:underline;}
.Download li:hover a{color:#009fe8;}

.homeul li{width:50%;float:left;}
.pBox {position:relative;overflow:hidden;}
.pBox a.aimg{position:relative;display:block;width:100%;height:100%;overflow:hidden;}
.pBox  a.aimg img{width:100%;height:100%;}
.pBox  a.aimg .atext{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:26px;color:#ff7f27;font-weight:bold;}
.pBox .mask{width:100%;height:100%;position:absolute;text-align:left;background:url(../images/orange.8.png);left:0;bottom:-100%;}
.pBox .mask a {display:block;color:#fff;padding:10px 5%;}
.pBox .mask .tag{display:inline-block;font-size:26px;border-bottom:#fff 1px solid;line-height:26px;}
.pBox .mask .font_ht{display:block;margin-bottom:5px;margin-top:7%;color:#fff;width:100%;height:40px;line-height:40px;font-size:24px;font-weight:normal;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.pBox .mask .text{height:70px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.pBox:hover .mask{bottom:0;transition:500ms;}


.ContentAbout p,.ContentAbout span,.Single p,.Single span,.About .con p,.About .con span,.Productinfo p,.Productinfo span,.content p,.content span,.JobList span,.JobList p,.ContactBox .apzx .list li p,.ContactBox .apzx .list li span,.Culture li .txt .box p,.Culture li .txt .box span{font-size:26px !important; line-height:38px !important;}

.Header .lan{height:45px;line-height: 45px;border-radius: 5px;background: #009fe8;color:#fff;float:right;margin-right:70px;margin-top:6px;color:#fff;text-align: center;padding:0 6px;}
.Header .lan a{display: block;color:#fff;}


