﻿@charset "utf-8";
/*内页banner*/
.ny_banner{display: block;width:100%; min-width:1300px; margin: 126px auto 0;}
.ny_banner img{display: block; max-width: 100%; margin: 0 auto;}
.positon-bg {
    width: 100%;
    min-width: 1300px;
    height: 40px;
    margin-bottom: 40px;
    line-height: 40px;
    background-color: 
    #f5f5f5;
}
.positon {
    width: 1300px;
    margin: 0 auto;
}

/*产品列表*/
.warp {
    width: 1300px;
    margin: 0 auto;
}
.p-pro {
    position: absolute;
    right: 0;
    top: 42px;
    width: 340px;
    height: 320px;
}

.p-pro img {
    width: 100%;
    height: auto;
    position: relative;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0 \0;
}


.product-list {
    overflow: hidden;
    margin-bottom: 40px;
}

.pro-title { 
    width:1300px;
	margin:0 auto;
    position: relative;
}

.pro-title .ck-more {
    bottom: 0;
}

.pro-title .inner-h2 strong {
    font-size: 32px;
}

.mpro-tit .inner-h2 {
	font-size: 35px;
    margin-bottom: 10px;
	color:#f3782a;
	
}
.mpro-tit p {
    font-size: 16px;
    color: 
    #999999;
    font-weight: normal;
    margin-bottom: 45px;
}
.ck-more {
    display: inline-block;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #f3782a, #ed6048);
    background: -o-linear-gradient(right, #f3782a, #ed6048);
    background: -moz-linear-gradient(right, #f3782a, #ed6048);
    background: linear-gradient(to right, #f3782a, #ed6048);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    color: #da251d \0;
    background: white \0;
    border-bottom: 1px solid transparent;
    position: absolute;
    right: 0;
}
.product-list .pro-list {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
}

.product-list .pro-list li {
    float: left;
    width: 33.3%;
}

.product-list .pro-list li img {
    display: block;
    width: 100%;
}

.pro-list li .item {
    margin: 0 11px;
    border-radius: 4px;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.pro-list li .margin-b{margin-bottom:80px;}
.pro-list li .item .infor {
    background: #f5f5f5;
    padding-left: 25px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.pro-list li .item .infor::after {
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 0 0 4px 4px;
    background: url(../images/p-style.jpg) no-repeat bottom center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
}

.pro-list li .item .infor .cpname {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 46px;
    margin: 20px 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-list li .item .infor p {
    font-size: 16px;
    color: #666666;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-list li .item .infor .i1 {
    background-image: url(../images/p-icon.png);
	background-position: 2px center;
}

.pro-list li .item .infor .i2 {
    background-image: url(../images/p-icon1.png);
}

.pro-list li .item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.pro-list li .item:hover .infor::after {
    display: none;
}

.pro-list li .item:hover .infor {
    background: #ed6048;
    background: -webkit-linear-gradient(left, #f3782a, #ed6048);
    background: -o-linear-gradient(right, #f3782a, #ed6048);
    background: -moz-linear-gradient(right, #f3782a, #ed6048);
    background: linear-gradient(to right, #f3782a, #ed6048);
    border-radius: 0 0 4px 4px;
}

.pro-list li .item:hover .cpname,
.pro-list li .item:hover p {
    color: #fff;
}

.pro-list li .item:hover .i1 {
    background-image: url(../images/p-icon00.png);
}

.pro-list li .item:hover .i2 {
    background-image: url(../images/p-icon01.png);
}

.more-list li .item {
    margin: 0 11px 24px;

}

.more-list li .item > a {
    display: block;
    position: relative;
    padding-top: 75%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.more-list li .item > a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* case style */
ul.nav-tab{ clear: both; overflow: hidden; margin-left: -3%;}
ul.nav-tab li{ position: relative; overflow: hidden; float: left; width: 30.3%; margin-left: 3%; margin-bottom:50px;}
ul.nav-tab li .case-pics > a{position: relative;padding-top: 74%;display: block;}
ul.nav-tab li .case-pics > a img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.case-pics i{ position: absolute; left: 0; top: 0; width: 84px; height: 84px; background: url(../images/pro-icon03.png) no-repeat center;}
.case-pics img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
ul.nav-tab li:hover .case-pics img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08);}
.case-info{ position: absolute; left: 0; bottom: 0; width: 100%; text-indent:2em; background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; z-index: 5;}
.case-info h3{ padding: 10px 0;text-overflow: ellipsis;white-space: nowrap; width:95%; overflow:hidden;}
.case-info h3 a{ color: #FFF; font-size: 20px; font-weight: bold;}
.case-info p{ display:block; height:0; overflow:hidden; color: #FFF; font-size:16px; line-height:1; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;}
.case-info i{ position: absolute; right: 0; bottom: 0; display:block; height:0; overflow:hidden; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;}
ul.nav-tab li:hover .case-info{ background-color: #FF8000; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFF8000,endColorstr=#7FFF8000);}
ul.nav-tab li:hover .case-info p { height:30px;}
ul.nav-tab li:hover .case-info i{ width: 105px; height: 86px; z-index: 6;}
.product-list ul.nav-slj li{ margin-bottom:0;}

.case-pro{ clear: both; overflow: hidden; margin-top: 40px; }
.case-pro b{ display: block; font-size: 28px; line-height: 1; margin-bottom: 30px; padding-left: 32px; background: url(../images/pro-name.png) no-repeat left center;}
.case-pro ul{ margin-left: -2%;}
.case-pro li{ float: left; width: 23%; margin-left: 2%; text-align: center; }
.case-pro li a{ display: block; overflow: hidden;}
.newcases-pro li a img{ width: 100%; height: auto;}
.case-pro li img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.case-pro li:hover img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08);}
.case-pro li p{ line-height: 16px; margin: 20px 0;}
.case-pro li:hover p a{ color: #FF8000; }

.case-side{ padding: 0 30px 50px; border-top-right-radius: 80px; background-color: #FFF;}
.case-side li{ line-height: 40px; text-align: center; margin-bottom: 10px; background-color: #F3F3F3;}
.case-side li:hover{ cursor: pointer; background-color: #FF8000;}
.case-side li:hover a{ color: #FFF;}
.case-news{ position: relative; padding: 0 30px 20px; margin-top: 30px; border: 10px solid #FAFAFA;}
.case-news::before{ content: ''; display: block; position: absolute; left: 50px; top: -75px; width: 20px; height: 100px; background: url(../images/tit-line.png) no-repeat center;}
.case-news::after{ content: ''; display: block; position: absolute; right: 50px; top: -75px; width: 20px; height: 100px; background: url(../images/tit-line.png) no-repeat center;}
.case-news li{ line-height: 36px; padding-left: 30px; background: url(../images/pro-arrow.png) no-repeat left center; }
.case-news li a{ display: block; font-size: 15px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.case-news li a:hover{ color: #FF8000;}

/*vedio*/
.sol-list { 
    width:1300px;
	height:auto;
	padding-bottom:30px;
    margin: 55px auto;
	overflow:hidden;
}
.sol-list li{
    float: left;
    width: 31.5%;
    margin: 0 1%;
    margin-bottom: 90px;
    position: relative;
    transition: all .6s ease;
}
.special li{margin-bottom:55px;}
.fm-pj li{
    float: left;
    width: 31.5%;
    margin: 0 1%;
    margin-bottom: 90px;
    position: relative;
    transition: all .6s ease;
}
.re-video {height:auto; overflow:hidden;}
.re-video li {
    float: left;
    width: 47%;
    margin: 0 2%;
    margin-bottom: 50px;
    position: relative;
    transition: all .6s ease;
}
.sol-list li:nth-child(3n), .fm-pj li:nth-child(3n){
    margin-right: 0;
}
.re-video li:nth-child(2n),.re_news li:nth-child(2n){
    margin-left: 0;
}
.sol-list li:hover .pic, .fm-pj li:hover .pic,.re-video li:hover {
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    transform: translate(0, -3px);
    border-radius: 20px;
    transition: all .6s ease;
}

.sol-list li .pic, .fm-pj li .pic, .re-video li .pic{
    position: relative;
    overflow: hidden;
    padding-top: 53%;
    display: block;
    width: 85.5%;
    text-align: center;
    margin: 0 auto;
}

.sol-list li .pic img, .fm-pj li .pic img , .re-video li .pic img{
	max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.linebox {
    background: #fff;
    box-shadow: 0 6px 20px rgba(123, 123, 123, 0.2);
    margin: -118px auto 0;
    padding: 10px;
    border-radius: 20px;
}

.linebox .border-box {
    border-radius: 20px;
    border: 1px dashed #fda82b;
    padding: 125px 20px 20px;
}

.linebox a {
    font-size: 20px;
    color: #3d3d3d;
    display: block;
    font-weight: bold;
}

.sol-list li:hover .linebox a {
    color: #fda82b;
}

.linebox p {
    font-size: 16px;
    color: #3e566a;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 35px;
}

.linebox strong {
    font-weight: normal;
    font-size: 16px;
}

.linebox .one {
    background: url(../images/xq.jpg) no-repeat left 4px;
}

.linebox .two {
    background: url(../images/xz.jpg) no-repeat left 4px;
}

.sol-list li .jt, .fm-pj li .jt, .re-video li .jt{
    position: absolute;
    right: -12px;
    bottom: -12px;
}

/*新闻列表*/
.container {
    width: 1300px;
	margin:0 auto;
}
.col-lg-10 {
    width: 82%;
}
.col-lg-10 em{ display:inline-block; padding:10px 0;}
.col-lg-10 em span{display:inline-block; padding:0 30px 0 0; color:#949494;}
.col-lg-2 {
    width: 15%;
	float:right;
}
.news-02{padding:20px 0 150px;}
.news-lis-items li{transition: all .4s;padding:35px;border-bottom:solid 1px #dedede;background: #f5f5f5;}
.news-lis-items li:hover h4{color:#f3782a;}
.news-lis-items li:nth-child(even){background: #fff;}
.news-lis-items li a{display: block;}
.news-lis-items li h4{font-weight: bolder;font-size: 20px;color: #3e3e3e;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 30px;}
.news-lis-items li p{font-size: 14px;color: #949494;line-height: 26px;display:-webkit-box;overflow: hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-lis-items li .news-02-data{position: relative;display: flex;}
.news-lis-items li .news-02-data dt{flex: 1; font-weight: normal;padding-top: 10px; text-align: center;line-height: 35px;color: #949494;font-size: 14px;transition: all .4s;}
.news-lis-items li .news-02-data dt span{color: #858585;font-size: 35px;}
.news-lis-items li .news-02-data dd{position: absolute;right: 50px;top:15px;padding:20px 0; border-left:solid 1px #d1d1d1;opacity: 0;padding-left: 30px;transition: all .4s;}
.news-lis-items li .news-02-data dd i{color: #949494;font-size: 18px;}
.news-lis-items li:hover .news-02-data dt{flex: 0 0 50%;}
.news-lis-items li:hover .news-02-data dd{opacity: 1;right: 0;}

/*关于我们*/
.number{width:100%; overflow:hidden}
.number li{ width:17%; float:left;margin:25px 1.5% 0;}
.number li img{ display:block; text-align:center; margin:0 auto}
.number li p{font-size:16px; text-align:center; color:#000; margin:0; text-indent:0;}
.com_zi{ width:100%; line-height:30px; margin-top:60px;}
.com_zi h3{ font: bold 34px "微软雅黑";line-height:40px;text-align: center;  margin-bottom: 30px;color: #000;}
.com_zi p{ font-size:15px; text-indent:2em; line-height:32px; color:#666}
.shengchanjidi h3{ font-size:34px;color: #000;text-align: center; line-height: 59px;margin: 0 auto 15px;width: 100%;float: left;overflow: hidden;}  
.shengchanjidi h3 span{ margin-left:20px;} .shengchanjidi p{ text-align:center; font-size:18px;}
.shengchanjidi{ width:100%; overflow:hidden; margin-top:50px;}
.shengchanjidi li{ width:32.3333%; margin:0 0.5%; float:left}
.shengchanjidi li img{ width:100%; height:auto}
.shengchanjidi li h4{ font-size:16px; height:50px; line-height:50px; text-align:center; font-weight:600; color:#fff;background:url(../images/d.png) repeat-x ; width:100%;margin-top: -50px;position: relative;}
.history{ width:1200px; margin:0 auto 50px; overflow:hidden;}
.title2{ margin-bottom:50px;}
.title2 h3{ margin-bottom:4px;}
.title2 p{ text-align:center; font-size:18px; text-indent:0; margin-bottom:10px;}
.tab-con{ width:100%; margin-bottom:40px;}
.l-img{ float:left; position:relative; width:48%;}
.l-img .pic-com{}
.l-img span.fz30{ position:absolute; left:50px; top:-78px;}
.r-wenzi{ float:right; width:48%;}
.r-wenzi span{ color:#eee; font-size:94px; font-weight:bold;}
.r-wenzi p{ line-height:26px; color:#666; width:100%; margin-bottom:15px; margin-left:6px;}
.r-wenzi p i{ font-style:normal; font-size:20px; display:block; margin-bottom:6px;}
.widget-history{ float:left; background:url(../images/about_his_line.png) repeat-x center center; height:80px; margin:40px 0 50px; width:100%;}
.widget-history ul{ width:100%;}
.widget-history ul li{ float:left; width:195px; cursor:pointer;}
.widget-history ul li b{ background:url(../images/ab_his_dian.png) no-repeat center center; display:block; width:17px; height:17px; margin-top:30px; margin-left:auto; margin-right:auto}
.widget-history ul li span{ color:#333; font-weight:bold; height:30px; line-height:30px; margin:20px 0 10px 0; text-align:center; display:block;}
.widget-history ul li.tab-cur b{ background:url(../images/ab_his_dian_on.png) no-repeat center center;}
.honor{ background:#eee; padding:25px; height:400px;}
.honor-con{ width:1200px; margin:0 auto 50px;}
.l-zs{ float:left; width:69%;}
.l-zs ul{ overflow:hidden;}
.l-zs ul li{ float:left; margin:0 34px 20px 0;}
.l-zs ul li img{ width:238px; height:156px;}
.l-zs ul li p{ text-align:center; padding-top:10px;}

.capacity{ width:1320px; margin:70px auto 0; overflow:hidden;}
.capacity p{text-indent:2em; line-height:28px; font-size:15px; }
.capacity .title p{ text-align:center; font-size:18px; text-indent:0; margin-bottom:10px;}
.about-box{ width:100%; overflow:hidden;}
.about-box ul{ overflow:hidden; margin-top:20px;}
.about-box ul li{ float:left; margin:0 1.5% 20px; overflow:hidden; width:22%; }
.about-box ul li img { -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; -ms-transition: all 0.35s ease; transition: all 0.35s ease; -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); width: 100%; height: auto; }
.about-box ul li:hover img { -webkit-transform: scale(1.12); -moz-transform: scale(1.12); -ms-transform: scale(1.12); -o-transform: scale(1.12); transform: scale(1.12); }
.title{ margin-bottom:20px; overflow:hidden;}
.title h3{ font-size:34px; text-align:center; color:#000; line-height:52px;}
.title p{ text-align:center; font-size:18px; text-indent:0; color:#3d3d3d; margin-bottom:10px;}
.gjhz{ margin:30px auto 40px; overflow:hidden; width:1320px;}
.gjhz p{ text-indent:2em; line-height:28px; font-size:18px; width:1300px;}
.gjhz li{ float:left; margin: 0 18px 20px;}
.gjhz li img {padding: 5px 0;border: #d8d8d8 1px solid;}

.ser_lc{ margin-top:50px; overflow:hidden} 
.jishu_peiji{ margin-top:60px; margin-bottom:60px; width:100%; overflow:hidden}
.jishu_peiji_left{ float:left; width:42%;}  .jishu_peiji_left img{ width:100%; height:autos}
.jishu_peiji_right{ float:right; width:55%;}
.jishu_peiji_right h4{    font-size: 26px;color: #fff; background:#272c4c; padding:10px 20px; display:inline-block; font-weight:500;margin-bottom: 16px;}
.jishu_peiji_right p{font-size: 15px;color: #727171;line-height: 27px; margin-bottom:40px;}

.lc{  margin-top:53px; width:100%;overflow:hidden;}
.lc h4{ color:#fff; font-weight:500;font-size:18px; background:#0B3DB8; padding:4px 10px; width: 63%; margin:15px auto 0;text-align: center;} 
.lc li{ float:left; width:16.6%; background:url(../images/lc_line.png) no-repeat right 63px; }
.lc li img{ display:block; margin:0 auto; text-align:center}

.line2 {margin: 0 auto 10px;height: 4px;width: 60px;background:#ffba00;}

/*联系我们*/
.contact { width:1326px; margin:0 auto;margin-top:40px; overflow: hidden;margin-bottom: 35px;}
.contact h3{ font-size:40px; margin:8px 0 20px 0; font-weight:500;text-align:center; color:#000}
.contact h4{ font-size:20px; margin:15px 0 0 0; font-weight:600;text-align:center; color:#000}
.contact p{ font-size:17px; text-align:center; color:#666; }
.contact h5{ font-size:14px; line-height:24px; font-weight:400; margin:8px 0; text-align:center; color:#888}
.contact ul { margin-top:20px;}
.contact li { float: left;width: 17%;margin:0 1.5%;  text-align:center; }
.contact-wz {width: 100%;}
.contact ul li img { display:block; text-align: center; margin:10px auto 0}


.con_tit{ width:100%; background: url(../images/con_bj.jpg) repeat;}
.con_tit p{ width:75%; float:left;  background: url(../images/tishi.png) no-repeat left top; padding-left:60px;font-size:26px; font-weight:500; color: #000; line-height:70px; height:70px;}
.con_tit .online{ float:right; margin:13px 0; height:44px; line-height:44px;    border-radius: 30px; width:15%; font-size:16px; color:#fff; background:url(../images/lx_kf.png) no-repeat 20px center #272c4c; text-indent:40px ;text-align:center}
.con_tit .online a{ color:#fff} .con_tit .online a:hover{ color:#fc0}
.lianxi{ background:#f4f4f4;margin-top:30px; margin-bottom:40px; }
.lianxi_con{ width:90%; margin:0 auto;overflow:hidden}
.lianxi  h3 {font-size: 24px;color: #fff;text-align: center;line-height: 59px;font-family: Open Sans, Arial;background: url(../images/lx_tit.png) no-repeat center top;margin: 0 auto;margin-top: -12px;width: 100%;float: left;margin-bottom: 15px;overflow: hidden;}
.fl { width:50%; float:left; margin-top:20px; }  .fl p{ line-height:36px;}
.fr { width:40%; float:right;  margin-top:30px; margin-bottom:30px; }
.arrow { padding-top:10px;  padding-bottom:15px; border-bottom:1px solid #E3E3E3; color:#454545; font:18px 'Microsoft Yahei';}
.p1 span { color:#0755c9;}
.h { color:#222; font: bold 24px 'Microsoft Yahei'; line-height:200%;}
.p2{font:16px 'Microsoft Yahei'; color:#666; line-height:26px;margin:10px 0;}
.fl .t1{font-size:26px;font-weight:bold;color:#E99303;line-height:150%;}

.zixun1 { margin:20px 0 0 0; }
.zixun1 a{display:block;width:200px;height:46px;text-align:center;line-height:46px;color:#ffffff;background:#182133;font-size:18px; }
.zixun1 a img{display:none;}

/*产品内容*/
.boxes {
    max-width: 1300px;
    margin: 0 auto;
}
.pro-main{ clear: both; overflow: hidden;}
.pro-mains{ position: relative;}
.pro-mains::after{ content: ''; display: block; position: absolute; left: -8px; bottom: 0; width: 756px; height: 477px; background: url(../images/case-bg.png) no-repeat center; z-index: -1;}
.pro-fl{ float: left; width: 42%; padding-top: 50px;}
.pro-mains .pro-fl{ padding-top: 160px;}
.pro-fl h1{ color: #393B45; font-size: 35px; line-height: 1.3; margin-bottom: 30px;}
.pro-fl p{ color:#393B45; font-size: 16px; line-height: 30px; margin-bottom: 20px; }
.pro-fl p strong{ font-size: 18px;}
.con-side{ padding-top: 47px; margin-top:30px; background: url(../images/pro-con.png) no-repeat top center; background-size: contain;}
.con-side ul, .case-dot{ clear: both; overflow: hidden; border-radius: 0 0 8px 8px; margin: -1px 18px 0 8px;
    background: #FCFCFC;
    background: -moz-linear-gradient(top, #FCFCFC 0%, #E5E5E5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E5E5E5));
    background: -webkit-linear-gradient(top, #FCFCFC 0%,#E5E5E5 100%);
    background: -o-linear-gradient(top, #FCFCFC 0%,#E5E5E5 100%);
    background: -ms-linear-gradient(top, #FCFCFC 0%,#E5E5E5 100%);
    background: linear-gradient(to bottom, #FCFCFC 0%,#E5E5E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FCFCFC, endColorstr=#E5E5E5, GradientType=0);
}
.con-side ul li{float: left; width: 50%; width: 50%\0; width: 26%\9; color:#393B45; font-size: 16px; line-height: 30px; padding-left: 130px; margin: 10px 0 30px; box-sizing: border-box;}
.case-dot{ padding: 10px 30px;}
.con-side ul li.pro-ico01{ background: url(../images/pro-ico01.png) no-repeat 60px center;}
.con-side ul li.pro-ico02{ background: url(../images/pro-ico02.png) no-repeat 60px center;}
.con-side ul li strong{ display: block; font-size: 18px;}
.pro-fr{ float: right; width: 49%; padding: 30px; margin-bottom: 20px; border-bottom-left-radius: 80px; background-color: #FAFAFA; box-shadow: -1px 8px 15px -4px rgba(0,0,0,0.2); -webkit-box-shadow: -1px 8px 15px -4px rgba(0,0,0,0.2); -moz-box-shadow: -1px 8px 15px -4px rgba(0,0,0,0.2);}
.pro-fr video{display:block; max-width: 800px; height: auto;}
.pro-link{ position: relative; width: 100%; height: 58px; margin: 60px auto 16px; border-radius: 10px; background-color: #FA880A;}
.pro-link i{ position: absolute; left: 18px; bottom: 0; width: 96px; height: 100px; background: url(../images/tel-pic.png) no-repeat center;}
.pro-link span{ display: inline-block; color: #FFF; font-size: 20px; line-height: 58px; padding: 0 45px 0 130px; cursor: pointer; background: url(../images/tel-hand.gif) no-repeat right center;}
.pro-link span:hover{ -webkit-animation: link-down 1.5s linear 2; -o-animation: link-down 1.5s linear 2; animation: link-down 1.5s linear 2;}
@-webkit-keyframes link-down { 
    25% {-webkit-transform: translateY(-3px);} 
    50%, 100% {-webkit-transform: translateY(0);} 
    75% {-webkit-transform: translateY(3px);}
}
@keyframes link-down { 
    25% {transform: translateY(-3px);} 
    50%, 100% {transform: translateY(0);} 
    75% {transform: translateY(3px);}
}
.pro-tel{ float: right; width: 57%; height: 72px; width: 57%\0; height: 72px\0; width: 46%\9; height: 56px\9; line-height: 27px; color: #FFF; font-size: 16px; padding: 8px 40px 8px 60px; margin-top: -14px; border-radius: 0 10px 10px 0; border-radius: 0\9; background: url(../images/tel-side.png) no-repeat #393B45 left center; box-sizing: border-box;}
/* IE9+ */
@media all and (min-width:0) {
    .con-side ul li{
        width: 50%\9;
    }
    .pro-tel{
        width: 57%\9;
        height: 72px\9;
    }
}
.pro-tel img{ float: left; margin-top: 8px; margin-right: 18px;}
.pro-tel strong{ font-size: 22px; line-height: 1;}
.pro-type{ margin-top: 50px; width: 100%; height: 100px; border-top-right-radius: 80px; background-color: #F5F5F5;}
.pro-type li{ float: left; width: 25%; text-align: center;}
.pro-type li a{ display: block;}
.pro-type li img{ padding: 15px 0;}
.pro-type li p a{ color: #333; font-size: 20px;}
.pro-type li.type-select p a, .pro-type li:hover p a{ color: #FF8000;}
.pro-con{ clear: both; overflow: hidden; }
.pro-con.pro-line{margin-top: -20px;}
.con-fl{ float: left; width: 70%; margin: 10px 0 20px;}
.pro-base{ color: #333; font-size: 16px; line-height: 30px; margin-bottom: 20px;}
.pro-base h2{ color: #333; font-size: 24px; padding-left: 50px; margin: 32px 0 20px; background: url(../images/pro-icon.png) no-repeat left center;}
.pro-base img{display: inline-block; max-width: 800px; height: auto; margin:15px auto;}
.pro-base video{display: block; max-width: 800px; height: auto; margin:30px auto 0;}
.pro-base table, .news-detail table{margin:10px 0;}
.con-fl div{font-size:16px;}
.con_title{ text-align:center; font-size:45px; font-weight:bold; margin:0 0 45px;}
#special{margin:0; padding:0; border:none;}

.pro-page{ height: 50px; font-size: 0; margin:30px 0 40px; border-radius: 0 20px 0 20px; background-color: #FAFAFA;}
.pro-page b{ display: inline-block; width: 47.5%; font-size: 16px; font-weight: normal; line-height: 50px; margin-left: 2%;}
.pro-page b a:hover{ color: #FF8000;}

.re_news{clear:both; margin-bottom:30px;}
.re_news li{ display:inline-block; width:47%; margin-left:2%; line-height:35px; font-size:16px; padding-left:2%; background: url(../images/icon1h.png) no-repeat left center; overflow: hidden;}
.re_case{width:1300px; margin:0 auto 50px; height:auto; overflow:hidden;}
b.relatives{clear:both; display: block; font-size: 28px; line-height: 1; margin: 30px 0; padding-left: 32px; background: url(../images/pro-name.png) no-repeat left center;}
.case-relevant li{width:48.5%; margin-bottom: 20px; float:left; margin-right:2%; background-color:#F3F3F3;}
.case-relevant li:last-child{margin-right:0;}
.case-relevant li .rel-pic{width: 42%;}
.case-relevant li .rel-info{ width: 54%; margin-left: 3%; margin-top:15px; float:right; padding-right:2.5%;}
.rel-info h3{ margin-bottom: 35px; line-height: 1.1; font-weight:normal;}
.rel-info h3 a{ color: #555; font-size: 18px; line-height:30px;}
.rel-info h3 a:hover{ color: #FF8000;}
.rel-info p{ line-height: 28px; margin-top: 30px; text-align:left; font-size:15px;}
.rel-info p time{display:block; float:right;}
.rel-info p a:hover{color:#FF8000;}
.rel-pic a {
    display: block;
    overflow: hidden;
}
.rel-pic img {
    max-width: 100%;
    border: 0 none;
    vertical-align: middle;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.rel-pic a:hover img {
    -moz-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    transform: scale(1.08,1.08);
}

.con-fr{ float: right; width: 26%;}
.pro-about{ padding: 0 10px 10px; background-color: #F5F5F5; }
.pro-side{ padding: 0 30px; border-top-right-radius: 80px; background-color: #FFF;}
.pro-name{ line-height: 28px; text-align: center; font-size: 22px; font-weight: bold; padding: 30px 0 30px 50px; background: url(../images/tit-icon.png) no-repeat 25% center;}
.pro-side li{ text-align: center; padding-bottom: 10px;}
.pro-side li a{ display: block; overflow: hidden;}
.pro-side li p a{ margin: 10px 0;}
.pro-side li img{max-width: 100%;border: 0 none;vertical-align: middle; -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.pro-side li:hover img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08);}
.pro-side li:hover p a{ color: #FF8000;}
.pro-equ{ position: relative; padding: 0 30px 20px; margin-top: 30px; border: 10px solid #FAFAFA;}
.pro-equ::before{ content: ''; display: block; position: absolute; left: 50px; top: -75px; width: 20px; height: 100px; background: url(../images/tit-line.png) no-repeat center;}
.pro-equ::after{ content: ''; display: block; position: absolute; right: 50px; top: -75px; width: 20px; height: 100px; background: url(../images/tit-line.png) no-repeat center;}
.pro-equ li{ line-height: 40px; text-align: center; margin-bottom: 10px; background-color: #F3F3F3;}
.pro-equ li:hover{ cursor: pointer; background-color: #FF8000;}
.pro-equ li:hover a{ color: #FFF;}

.news-cont{ clear: both; overflow: hidden; padding: 24px 16px; margin-top: 40px; margin-right: 2px; background-color: #FFF; background-color: #F6F6F6\0; box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2); -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);}
.news-about{ float: left; width: 55%; margin-top: 30px;}
.news-cont p{ color: #666; font-size: 14px; line-height: 24px;}
.news-tel{ color: #333; font-size: 16px; margin-top: 24px;}
.news-tel b{ display: block; color: #FF8000; font-size: 18px;}
.news-ser{ position: relative; float: right; color: #DD8953; font-size: 16px; font-weight: bold; width: 37%; width: 35%\0; padding: 16px 10px; padding: 16px 8px\9; margin-top: 105px; text-align: center; border-radius: 12px; border-bottom: 1px solid #FDC58D; background-color: #FEDBB7;}
.news-ser::before{ content: ''; display: block; position: absolute; top: -105px; left: 8px; width: 100px; height: 105px; background: url(../images/news-ser.png) no-repeat top center; background-size: cover; z-index: 3;}
.news-ser::after{ content: ''; display: block; position: absolute; top: -8px; left: 8%; width: 84%; height: 8px; border-radius: 6px 6px 0 0; background-color: #EDEDED; z-index: 2;}
.news-ser span{ display: block; color: #FFF; font-size: 16px; font-weight: normal; width: 100%; margin-top: 5px; height: 30px; line-height: 30px; border-radius: 15px; cursor: pointer; 
    background: #FF4D52;
    background: -moz-linear-gradient(45deg, #FF4D52 0%, #FF9E5F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF4D52), color-stop(100%,#FF9E5F));
    background: -webkit-linear-gradient(45deg, #FF4D52 0%,#FF9E5F 100%);
    background: -o-linear-gradient(45deg, #FF4D52 0%,#FF9E5F 100%);
    background: -ms-linear-gradient(45deg, #FF4D52 0%,#FF9E5F 100%);
    background: linear-gradient(45deg , #FF4D52 0%,#FF9E5F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FF4D52, endColorstr=#FF9E5F, GradientType=0); 
}
.news-ser span:hover{ font-weight: bold;}
.news-page{ margin: 30px 0 40px; }
.news-page p{ height: 50px; line-height: 50px; padding: 0 8%; border-top-right-radius: 20px; background-color: #FAFAFA;}
.news-page p b{display: inline-block; }
.news-page p a{ display: inline-block; vertical-align: middle; width: 80%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news-page p a:hover{ color: #FF8000;}
.news-page p.news-pages{ position: relative; margin-top: 20px; border-top-right-radius: 0; border-bottom-left-radius: 20px;}
.news-pages::before{ content: ''; display: block; position: absolute; left: 30px; top: -40px; width: 14px; height: 60px; background: url(../images/news-line.png) no-repeat center;}
.news-pages::after{ content: ''; display: block; position: absolute; right: 30px; top: -40px; width: 14px; height: 60px; background: url(../images/news-line.png) no-repeat center;}

.message{
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 60px 40px 0 60px;
    border-top-left-radius: 100px;
    background: #FFE1C2;
    background: -moz-linear-gradient(top, #FFE1C2 0%, #FFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE1C2), color-stop(100%,#FFF));
    background: -webkit-linear-gradient(top, #FFE1C2 0%,#FFF 100%);
    background: -o-linear-gradient(top, #FFE1C2 0%,#FFF 100%);
    background: -ms-linear-gradient(top, #FFE1C2 0%,#FFF 100%);
    background: linear-gradient(to bottom, #FFE1C2 0%,#FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFE1C2, endColorstr=#FFFFFF, GradientType=0); 
}
.msgs{ padding-bottom: 16px;}
.msgs .msg-pic{ bottom: 16px;}
.msg-pic{ position: absolute; left: 25px; bottom: 0;}
.msg-txt{ float: left; width: 35%;}
.msg-txt h3{ font-size: 32px; line-height: 1.1;}
.msg-txt p{ color: #333; font-size: 16px; line-height: 26px; margin-top: 20px;}

.msg-show{ position: relative; float: right; width: 58%; padding: 40px 50px; margin-top: 40px; border-radius: 50px 10px 0 0; background-color: #FFF; box-shadow: -1px -1px 26px 0 rgba(0,0,0,0.4); -webkit-box-shadow: -1px -1px 26px 0 rgba(0,0,0,0.4); -moz-box-shadow: -1px -1px 26px 0 rgba(0,0,0,0.4);box-sizing: border-box;}
.msg-show ul{ clear: both; overflow: hidden; margin-top:0.5rem;}
.msg-show ul li{ margin-bottom: 20px; }
.msg-show ul li em{ display: block; color: #333; font-size: 18px; line-height: 1.1; margin: 10px 0;}
.msg-show ul li em i{ color: #E60100;}
.msg-show ul li input{ width:100%; height: 44px; line-height: 44px; color: #333; font-size: 16px; padding-left:20px; border: 1px solid #FFEDDA; border-radius: 6px; background-color: #FFF9F3;}
.msg-show ul li input:-webkit-autofill {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px #FFF9F3 inset !important;
}
.msg-show ul li textarea{ font-family:Microsoft YaHei; width:100%; height: 90px;line-height: 26px; color: #333; font-size: 16px; padding-left:20px; padding-top: 6px; border: 1px solid #FFEDDA; border-radius: 6px; background-color: #FFF9F3;}
::-webkit-input-placeholder{ color: #999; }
::-moz-input-placeholder{ color: #999; }
::-ms-input-placeholder{ color: #999; }
.msg-btn{ clear: both; overflow: hidden; }
.msg-btn .btn{ float: right; display:block; width:36%; height:42px; line-height:42px; text-align:center; color:#FFF; font-size:18px; background-color: #FF8000; border: none; border-radius: 21px; cursor: pointer;}
.msg-btn .btn:hover{ background-color: #393B45;}
.msg-show span{ position: absolute; top: -80px; right: 60px; width: 181px; height: 139px; background: url(../images/msg-pic01.png) no-repeat center;}
#code{display:inline-block;}
#code input{height: 30px; margin-bottom: 5px; width: 100px; margin-right: 10px; border: 1px solid #ddd;}
#code img{padding-top:5px; margin:0;}

/*新闻内容*/
.news-show{ clear: both; overflow: hidden; }
.news-fl{ float: left; width: 70%; padding-top: 10px;}
.news-tit{ margin-bottom: 32px; border-bottom: 1px dashed #999;}
.news-tit h1{ color: #333; font-size: 30px; line-height: 46px;}
.news-tit p{ color:#666; font-size: 16px; height: 16px; line-height: 16px; margin: 30px 0; }
.news-tit p img{ float: left; margin-right: 10px;}
.news-tit p i{ margin-left: 44px;}
.news-detail { color: #4D4F53; font-size: 16px; line-height: 35px; margin-bottom: 30px;}
.news-detail img{ display: inline-block; margin:15px 0; max-width: 800px; height: auto;}
.news-detail video{margin-bottom:15px;}
.news-detail a{ font-weight:bold;}

/*新闻中心*/
.news_center{width:1300px; margin:0 auto;}
.newstit {
    clear: both;
	width:1300px;
    border-bottom: 1px solid #d0d0d0;
	margin:0 auto 30px;
}
.newstit h3 {
    display: inline-block;
    font-size: 28px;
    background: url(../images/titleline.png) no-repeat center bottom;
    padding-bottom: 10px;
}
.newstit a {
	color:#000;
    float: right;
    line-height: 47px;
}
.newstit a i{font-size:15px;}
.news_c_01{width:1300px; height:auto; overflow:hidden; margin:0 auto 30px;}
.news_c_02{width:1300px; height:auto; overflow:hidden; margin:0 auto 60px;}
.news_c_01 li {
    position: relative;
    float: left;
    width: 31.33%;
    margin-right: 3%;
}
.news_c_01 li:last-child{margin-right:0;}
.news_c_01 li img {
    width: 100%;
    height: auto;
}
.main-info {
    position: relative;
    padding: 20px;
    margin: -40px 8% 10px 8%;
    padding-top: 20px\0;
    margin-top: -40px\0;
    padding-top: 60px\9;
    margin-top: -90px\9;
    background-color: 
#FFF;
box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 4px 6px -2px
    rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.5);
    z-index: 20;
}
.main-info h3 {
    color: 
    #DA4E4E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-info h3 a {
    color: 
    #DA4E4E;
    font-size: 20px;
}
.main-info p {
    color: 
    #666;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin: 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-info i {
    position: absolute;
    right: -10px;
    top: -30px;
    right: -10px\0;
    top: -30px\0;
    top: 8px\9;
    right: -22px\9;
    color: 
    #FFF;
    font-size: 16px;
    width: 112px;
    height: 42px;
	text-indent:0.7em;
    line-height: 35px;
    padding-left: 24px;
    background: url(../images/pro-icon04.png) no-repeat center;
}
.main-info a.info-more {
    color: 
    #DA4E4E;
    font-size: 16px;
    padding-right: 26px;
    background: url(../images/more-arrow03.png) no-repeat right center;
}
.news_bg{width:100%; min-width:1300px; height:auto; overflow:hidden; padding:30px 0; margin:40px 0; background-color:#f5f5f5;}
.news_c_02 li{
    width: 582px;
    height: 190px;
    float: left;
    overflow: hidden;
    border-bottom: #eee 1px dotted;
    padding: 15px 28px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px dotted #ececec;
    border-left-color: rgb(236, 236, 236);
    border-left-style: dotted;
    border-left-width: 1px;
border-left: 3px solid #ececec;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news_c_02 li:nth-child(2n){margin-left:0; margin-right:0;}
.news_c_02 li:hover {
    background-color: 
    #f0f2f5;
    border: none;
}
.news_c_02 li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 15px;
    font-size: 20px;
    color: 
    #393939;
    display: block;
}
.news_c_02 li:hover a {
    color: 
    #f8ac18;
}
.news_c_02 li .newsbomtime {
    clear: both;
    display: block;
    padding: 10px 0px;
    text-align: left;
}
.news_c_02 li .newsbomtime span {
    line-height: 32px;
    font-size: 14px;
    color: 
    #676767;
    padding-right: 10px;
}
.news_c_02 li .newsbomtime em {
    line-height: 32px;
    font-size: 14px;
    color: 
    #676767;
    margin: 10px auto;
    font-style: normal;
    background: url(/images/ll.png) no-repeat left center;
        background-size: auto;
    background-size: 20px auto;
    padding-left: 25px;
}
.news_c_02 li .newsbomtxt {
    font-size: 14px;
    margin: 0 auto 20px;
    color: 
    #9e9e9e;
    line-height: 28px;
}

.news-one-box {
    padding: 15px 20px;
}

.news-one {
    background: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.new-one-l {
    float: left;
    width: 43%;
    background: #f5f5f5;
    max-height: 546px;
    overflow: hidden;
}

.new-one-r {
    float: right;
    width: 55%
}

.new-one-l .news-p {
    padding: 30px 25px 50px;
    box-sizing: border-box;
}

.new-one-l .news-p a {
    position: static;
    padding-top: 0;
}

.new-one-l .time img {
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    position: static;
}

.new-one-l .time {
    font-size: 14px;
    color: #788291;
}

.new-one-l .news-p h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.new-one-l .news-p h3 a {
    font-size: 20px;
    color: #05163f;
    font-weight: bold
}
.new-one-l .news-p h3 a:hover{color:#f3782a}
.new-one-l .news-p .zy {
    font-size: 16px;
    color: #4b556e;
    line-height: 30px;
}

.new-one-r li {
    background: #f5f5f5;
    padding: 30px 25px 45px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.new-one-r .time img {
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.new-one-r .time {
    font-size: 14px;
    color: #788291;
}

.new-one-r h3 {
    margin-top: 15px;
    margin-bottom: 12px;
    width: 100%;
}

.new-one-r h3 a {
    font-size: 20px;
    color: #05163f;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-one-r .zy a {
    font-size: 16px;
    color: #4b556e;
}

.new-one-r li:hover h3 a {
    color: #f3782a;
}

/*新闻列表*/
.ul-news-list{margin:-30px 0 40px}
.ul-news-list li{padding:30px 0;overflow:hidden;border-bottom:1px solid #ddd}
.ul-news-list .date{float:right;width:125px;margin-top:8px;color:#999;margin-left:60px}
.ul-news-list .date span{display:block;font-size:30px;line-height:42px;margin-bottom:5px}
.ul-news-list .date p{font-size:14px;line-height:24PX;margin-bottom:10px}
.ul-news-list .date a{width:38px;height:38px;display:inline-block;background:url(../images/ep-ico2.png) center no-repeat #dedede}
.ul-news-list .img{float:left;margin-right:50px}
.ul-news-list .img img{display:block;width: 225px;}
.ul-news-list .txt{margin-right:185px;border-right:1px solid #ddd;padding-right:80px;overflow:hidden}
.ul-news-list .txt h3 a{display:block;font-size:20px;color:#222;line-height:34px;margin:0 0 10px;position:relative;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.ul-news-list .txt p{font-size:14px;color:#666;line-height:26px;margin-bottom:15px;height:52px;display:-webkit-box;display:box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.ul-news-list .txt em{display:inline-block;width:60px;line-height:23px;padding-left:30px;font-size:14px;color:#fff;background:url(../images/i-ico6.png) center left 10px no-repeat #f3782a;border-radius:22px;margin-right:10px}
.ul-news-list .txt span{display:inline-block;font-size:14px;color:#888;margin-right:10px}
.ul-news-list li:hover .date a{background:url(../images/ep-ico3.png) center no-repeat #f3782a}
.ul-news-list .txt h3 a:hover{color:#f3782a;padding-left: 5px;}
.pages2{margin-bottom:75px}
.pages2 ul{overflow:hidden}
.pages2 li{float:left;margin-right:10px}
.pages2 li a,.pages2 li span{display:block;padding:0 15px;line-height:36px;border:1px solid #dedede;font-size:14px;color:#999}
.pages2 li em{font-weight:700}
.pages2 .current a,.pages2 li a:hover,.pages2 .current span{background-color:#f3782a;color:#fff;border-color:#f3782a}
.pages2 .disabled a,.pages2 .disabled span{background-color:#ddd;color:#fff}

.news-gs{overflow: hidden;margin-bottom: 150px;}
.news-gs li{width: 48.1%;border-bottom: 1px dashed #e2e7f1;padding: 20px 0;float: left;margin-right: 3.62%;}
.news-gs li:nth-child(2n){margin-right:0;}
.news-gs li h5 a{font-size: 20px;color: #051024;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display:block;}
.news-gs li .time{font-size: 14px;color: #666666;display: block;background: url("../images/news-time02.png") left center no-repeat;padding-left: 30px;margin: 20px 0 15px 0;}
.news-gs li p{height: 48px;font-size: 14px;color: #666666;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-gs li:hover h5 a{color:#f3782a;}

.pj{margin-top:35px;}
.pj li{ display:inline-block; width:47.5%; text-align:center; font-weight:bold; font-size:16px; margin-right:4.5%;}
.pj li:nth-child(2n){margin-right:0;}
.pj li a:hover{color:#f3782a;}

