﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****锛侊紒椤甸潰閫氱敤css鏍峰紡瀹氫箟寮€濮�******/

html,
body {
    min-width: 1200px;
    font-family: "微软雅黑";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body鐨刢ss瀹氫箟:杩欓噷瀹氫箟椤甸潰涓婁笅宸﹀彸杈硅窛锛岄〉闈㈣儗鏅鑹诧紝婊氬姩鏉￠鑹叉牱寮� */

body {
    font-family: "微软雅黑";
    /*鏂囧瓧瀛椾綋瀹氫箟 */
    font-size: 14px;
    /*鏂囧瓧澶у皬瀹氫箟 */
    color: #666666;
    /*鏂囧瓧棰滆壊瀹氫箟 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 缃戠珯瓒呴摼鎺ss閫氱敤璁剧疆 */

a {
    text-decoration: none;
}


/* 閾炬帴鏃犱笅鍒掔嚎,鏈変负underline */

a:link {
    color: #2c2c2c;
}


/* 鏈闂殑閾炬帴 */

a:visited {
    color: #2c2c2c;
}


/* 宸茶闂殑閾炬帴 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 榧犳爣鍦ㄩ摼鎺ヤ笂 */

a:active {
    color: #2c2c2c;
}


/* 鐐瑰嚮婵€娲婚摼鎺� */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*娓呴櫎娴姩*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*娓呴櫎娴姩*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}

checkbox {
    border: 0px;
}

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0f6cc9;
}

.color {
    color: #0f6cc9;
}


.maincolor{
    color:#0f6cc9;
}

/*header*/



.header_nav {height: 70px;background: url(../images1/nav_bg.jpg) no-repeat center bottom;position: relative;z-index: 99;}
.menu ul{  overflow: hidden; position: relative; top:-2px;}
.menu ul li {float: left;height: 77px;line-height:77px;width:150px;text-align: center; background:url(../images1/nav_line.jpg) no-repeat center right;}
.menu ul li a {font-size: 16px;color: #fff;font-weight:bold;}
.menu ul li:hover,
.menu ul li.hover{
    background:url(../images1/nav_li.png) no-repeat top right;
    width:150px;
    
    line-height:60px;
}
.menu ul li:hover a,
.menu ul li.hover a{
    background:url(../images1/hover.png) no-repeat bottom right;
    padding-bottom: 12px;
}

.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px;height: 70px;}


.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}




/* in_product */
.in_news{
	background: url(../images/bg_cp.jpg) center top no-repeat;
    padding-top: 60px;
    padding-bottom: 70px; background-size:100% 100%}



.in_news .news_top {text-align: center; margin-top:20px }
.in_news .news_top li{
	display: inline-block;
    padding: 0 6px;width: 200px;
    background: #fff;
    margin: 0 10px;
    height: 50px;
	}
.in_news .news_top li:nth-child(5){}
.in_news .news_top li a{color:#444;font-size: 16px; line-height:50px;}
.in_news .news_top li:hover,.in_news .news_top li.on{ color: #fff; background:#fab614}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; background:#fab614}

.in_news .news_box{ max-width:1380px; height:auto; margin:40px auto 0}
.in_news .news_box ul{display: none;}
.in_news .news_box ul.on{display: block;}

.in_news .news_box li {
	float: left;
    margin-right:2%;
    margin-bottom:22px; width:32%;
	}
.in_news .news_box li:nth-child(3n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:100%;
    height:369px;
    overflow: hidden; background:#fff;
	vertical-align: middle;text-align: center;
	}
.in_news .news_box li .topimg img{
	transform: scale(1);
	transition: all 0.5s ease-out;
	width:100%;
	height:auto;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.1);
	}

.in_news .news_box li p{
	width: 100%;
    margin: 0 auto;
    background: #f1f1f1;display:block; height:52px
    
	}	
.in_news .news_box li p a{
	line-height:52px;
	font-size:18px;
	color:#444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center; display:block; height:52px; width:90%; margin:0 auto
	}
.in_news .news_box li:hover p{ background:#1a5dc2}
.in_news .news_box li:hover p a{
	line-height:52px;
	font-size:18px;
	color:#fff;
	}	

.in_news .news_topa {text-align: center; margin-top:20px }
.in_news .news_topa li{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 70px;
    margin: 0 15px;
    color: #fff;
    font-size:20px;
    background:#fab614; font-weight:bold;border-radius: 30px;
	}
.in_news .news_topa li span{color:#ffffff;font-size: 18px; line-height:50px; font-weight:500}
.in_news .news_topa li a{color:#ffffff;font-size: 18px; line-height:50px; font-weight:500}


.main_title{
text-align:center;
font-size:20px;
line-height:35px;
color:#fff;
}
.main_title p
{font-size:40px;
color:#fff;
line-height:55px;
font-weight:bold;	
}

/* 关于我们 */
.inbox3{ margin:0 auto; background:url(../images/inabbg.jpg) no-repeat center 0; padding:80px 0 70px; height: auto; background-size:100% 100%}
.inbox3 .mainin{ margin:0 auto;max-width:1200px}
.inbox3 .lefttxt{ width:45%; height:auto; display:block; float:left}
.inbox3 .lefttxt .tit {
font-size: 30px;
line-height: 40px;
color:#333333
}
.inbox3 .lefttxt .tit p {
color:#333;
font-weight:bold;
font-size: 45px;
line-height:180%;
}
.inbox3 .lefttxt .tit p span {
color:#333;
font-weight:bold;
font-size: 45px;
line-height:180%;
}
.inbox3 .lefttxt .txt{ font-size:16px; line-height:30px;  height:180px; display:block; overflow:hidden; text-align:justify; margin-top:20px }
.inbox3 .lefttxt .txt *{font-size:16px; line-height:30px; }
.inbox3 .lefttxt .txt p{}
.inbox3 .lefttxt .more {
    width: 175px;
    height: 50px;
    margin-top: 30px;
    border-radius: 5px;
    background:#0f6cc9;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    display: block;
    text-align: center;transition: all 0.2s ease-out;
}
.inbox3 .lefttxt .more:hover{ background:#0f6cc9}
.lefttxt ul li {
    float: left;
    height: 50px;
    margin-right: 10%; margin-top:40px
}
.lefttxt ul li:nth-child(3n) {
margin-right:0
}
.lefttxt ul li a {
    font-size: 22px;
    line-height: 50px;
    display: block; color:#555555
}
.lefttxt ul li.lia {
background:url(../images/icon1_about.png) left 0 no-repeat;
padding-left:60px;
}
.lefttxt ul li.lib {
background:url(../images/icon2_about.png) left 0 no-repeat;
padding-left:46px;
}
.lefttxt ul li.lic {
background:url(../images/icon3_about.png) left 0 no-repeat;
padding-left:51px;
}
 .lefttxt ul li:hover a {
color:#004098
}
.lefttxt ul li.lia:hover {
background:url(../images/icon1a_about.png) left 0 no-repeat
}
.lefttxt ul li.lib:hover {
background:url(../images/icon2a_about.png) left 0 no-repeat
}
.lefttxt ul li.lic:hover {
background:url(../images/icon3a_about.png) left 0 no-repeat
}

.inbox3 .rightimg{ display:block; float:right; width:51%; height: auto;}
.inbox3 .rightimg .sysp{ width:100%; height:auto; overflow:hidden;}
.inbox3 .rightimg .sysp img{ display:block; width:100%;transform: scale(1);transition: all 0.5s ease-out;}
.inbox3 .rightimg .sysp:hover img{transform: scale(1.1);}
.inbox3 .rightimg ul li{ float:left; width:31.33%; margin-right:3%; margin-top:15px}
.inbox3 .rightimg ul li:nth-child(3n) {margin-right:0}
.inbox3 .rightimg ul li a{display:block;width:100%; height:auto; overflow:hidden; }
.inbox3 .rightimg ul li a img{width:100%;transform: scale(1);transition: all 0.5s ease-out;}
.inbox3 .rightimg ul li:hover a img{transform: scale(1.1);}
.mainin{ width:84%; margin:0 auto}

.w110{ width:108% !important; margin-left:-4% !important}
.w110 li{ border-right:0 !important}

.about-num{ width:100%;padding:50px 0 20px; margin:0 auto}
.about-num li{ float:left; width:20%;padding: 0 0 0 4%; border-right: 1px solid #ddd;}
.about-num li:first-child{width:20%}
.about-num li:nth-child(2){width:20%}
.about-num li:nth-child(4){border-right:none; width:20%}
.about-num li .counter,.about-num li .count-unit{ display:inline-block; font-size:60px; line-height:80px; font-family:Arial, Helvetica, sans-serif; color:#004098; font-style:normal}
.about-num li .count-unit2{display:inline-block; font-size:45px; font-weight:bold; line-height:80px;font-family:Arial, Helvetica, sans-serif;color:#004098; font-style:normal}
.about-num li p{ font-size:16px; line-height:30px}


.clear {
  clear: both;
}
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textover{text-overflow:ellipsis;white-space:nowrap;}
/*清除浮动*/

/*in_good*/
.in_good {
    height: 1289px;
    background: url("../images1/good_bg.jpg") top center no-repeat;
    padding-top: 60px;
}
.in_good ul li .list01{width: 565px;}
.in_good ul li .list02{width: 600px;}
.in_good ul li .list{margin-left: 30px;}
.in_good ul li .list .good_t{position: relative;padding-left: 82px;margin-top: 55px;}
.in_good ul li .list .good_t h3 {font-size: 26px;color: #3a3a3b;}
.in_good ul li .list .good_t h3 span{color: #0f6cc9;}
.in_good ul li .list .good_t p{color: #bcbbb9;}
.in_good ul li .list .good_t i{position: absolute;top: 0; left: 0;background: url("../images1/good_t.png") no-repeat;width: 71px;height: 56px;line-height: 56px;text-indent: 10px;font-size: 33px;color: #fff;font-weight: bold;letter-spacing: 1px;}
.in_good ul li .list .txt p {
    line-height: 30px;
    font-size: 16px;
    margin-top: 15px;
    color: #373636;
    padding-left: 82px;
}


/* in_parnter */
.in_parnter{background: #f8f8f8;padding: 30px 0 80px;}
.in_parnter .picScroll2{position: relative;}
.in_parnter .bd {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top:15px;
}
.in_parnter .bd li {
    width: 194px;
    height: auto;
    margin-right: 6px;
    text-align: center;
    position: relative;
    float: left;
}
.in_parnter .bd li img{width: 192px;height: 121px;border: 1px solid #e8e8e8;}
.in_parnter .bd li p{color: #525050;margin-top: 5px}
.in_parnter .hd .prev, .in_parnter .hd .next {
    display: block;
    width: 49px;
    height: 49px;
    cursor: pointer;
    position: absolute;
    top: 25%;
}
.in_parnter .hd .next{background: url(../images1/next2.png) no-repeat;right: -58px;}
.in_parnter .hd .prev{background: url(../images1/prev2.png) no-repeat;left: -58px;}

/*案例*/
/*工程案例*/
.index_case {
	background: url(../images/bg_case.jpg) center top no-repeat;
	padding-top: 150px;
	padding-bottom: 110px;
}
.index_case .main {
	margin: 0 auto;
	max-width: 1200px;
	width: 85%;
}
.index_case .main .topframe {
}
.index_case .main .topframe .left_title {
	font-size: 48px;
	line-height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 35%;
	float: left;
	margin-top: 90px;
}
.index_case .main .topframe .left_title span {
	font-size:36px;
	color:#fff;
	line-height:75px;
	font-family:"微软雅黑"
}
.index_case .main .topframe .left_title .dec {
	width:110px;
	height:3px;
	display:block;
	background:#fff;
	margin-top:2%;
}
.index_case .main .topframe .right_txt {
	display: block;
	float: right;
	width: 44%;
}
.index_case .main .topframe .right_txt h1 {
	width:160px;
	height:75px;
	display:block;
	text-align:center;
	line-height:75px;
	background:#0051ad;
	color:#fff;
	border:2px solid #fff;
	font-size:23px;
}
.index_case .main .topframe .right_txt h2 {
	font-size:42px;
	color:#333;
	line-height:2;
	font-weight:bold
}
.index_case .main .topframe .right_txt h2 span {
	font-size:42px;
	color:#0051ad;
	font-weight:bold
}
.index_case .main .topframe .right_txt h3 {
	font-size: 20px;
	line-height: 2;
	color: #666666;
	font-weight: normal;
	letter-spacing: -0.6px;
}
.index_case .main .topframe .right_txt .txt {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}
.index_case .main .topframe .right_txt .txt * {
	font-size:16px;
	line-height:32px;
	text-align:justify;
	color:#333
}
.mr_frbox2e {
	HEIGHT: 370px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
/*.mr_frbox2e .leftprole{ position:absolute; left:0; top:8px;CURSOR: pointer}
.mr_frbox2e .rightprore{ position:absolute; right:0; top:8px;CURSOR: pointer}*/

.imgboxcpe {
	width:1200px;
	height:370px;
	margin:0px auto 0;
	overflow:hidden
}
.imgboxcpe ul li {
	margin:0 18px 0 18px;
	display: inline;
	float:left;
	overflow:hidden;
}
.imgboxcpe ul li a {
	display:block;
	width:360px;
	height: auto;
	padding:0;
	background:#fff;
	line-height:60px;
	text-align:center;
	font-size:18px;
}
.imgboxcpe ul li a .imgali {
	width:360px;
	height:307px;
	text-align:center;
	overflow:hidden
}
.imgboxcpe ul li a .imgali span {
	height:100%;
	display:inline-block;
	vertical-align:middle
}
.imgboxcpe ul li a .imgali img {
	width:100%;
	height:100%;
	vertical-align: middle;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.imgboxcpe ul li a:hover .imgali img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.imgboxcpe ul li a:hover {
}


/*五大优势*/
.ys{ width:100%; height:auto; margin:50px auto}
.ys .title{ display:block; text-align:center; margin-bottom:45px}
.ys .title h1{ font-size:50px; color:#0f6cc9; font-weight:bold; line-height:75px; margin-bottom:10px}
.ys .title h2{ 
    background: #ff9000;
    line-height: 45px;
    font-size: 21px;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    padding: 0 50px;
    display: inline-block;
}

.ys1{ height:441px; margin:0 0 11px 0;}
.ys1 .content{ width:1200px; height:auto; margin:0 auto}
.ys1 dl{ width:510px; margin-top:45px;}
.ys1 dt{ background:url(../images/ys_bj1.png) no-repeat left top; height:91px;}
.ys1 dt em{ display:inline-block; font:65px Impact; color:#c5d6ff; float:left; width:80px; text-align:center; line-height:90px;}
.ys1 dt p{ float:left; font:29px "Microsoft Yahei"; font-weight:bold; color:#fff;}
.ys1 dt p i{ display:block; font:12px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#9dbaff; padding-top:21px;}
.ys1 dd h3{
	line-height: 28px;
    padding-bottom: 14px;
    font: 28px "Microsoft Yahei";
    font-weight: bold;
    color: #0f6cc9;
    background: url(../images/ys_dot.png) repeat-x center bottom;
    width: 510px;
    margin: 40px 0 10px 0;
	}
.ys1 dd p{ font:16px "Microsoft Yahei"; line-height:28px; color:#333; background:url(../images/ys_bj2.png) no-repeat left 8px; padding-left:30px; margin-top:8px; text-align:justify}
.ys1 dd p b{ color:#ff9000;}
.ys2{ }
.ys3{ }
.ys4{ }
.ys5{ }
/*新闻中心*/

.inmiaoti{ width:1200px;height:142px; margin:0 auto; position: relative;background:url(../images/btbg.png) no-repeat center 113px; overflow:hidden}
.inmiaoti p{line-height:212px; color:#efefef; font-family:impact; font-size:126px; text-align:center; text-transform:uppercase}
.inmiaoti h1{ position:absolute; line-height:60px; font-size:35px; color:#333; top:40px; font-weight:bold; display:block; width:100%; height:60px;text-align:center;}
.inmiaoti h1 span{line-height:60px; font-size:35px; color:#0f6cc9; font-weight:bold}
.inmiaoti h3{
	position: absolute;
    line-height: 35px;
    font-size: 20px;
    color: #363636;
    top: 95px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
	}
.inbox4{ width:100%; height:805px; background:url(../images/newsbg.jpg) repeat; margin-top:-10px}
.inbox4 .neconb{ margin:0 auto; width:1200px; height:auto}
.inbox4 .zxnbox{ width:776px; height:auto}
.inbox4 .zxnbox .inxwtit{ width:786px; height:60px;background:url(../images/xw1.jpg) no-repeat 0 bottom; margin-bottom:35px}
.inbox4 .zxnbox .inxwtit p{ line-height:50px; font-weight:bold; font-size:18px}
.inbox4 .zxnbox .inxwtit a{line-height: 50px;}
.inbox4 .zxnbox .tjxwcoc{ width:364px; height:auto}
.inbox4 .zxnbox .tjxwcoc img{ max-width:100%; height:auto}
.inbox4 .zxnbox .tjxwcoc h3{ display: block; height:60px; line-height:60px; width:100%; overflow:hidden; border-bottom:1px solid #e1e1e1; font-weight:bold; font-size:16px}
.inbox4 .zxnbox .tjxwcoc .zyxwin{ width:100%; height:120px; overflow:hidden; margin:12px 0}
.inbox4 .zxnbox .tjxwcoc .zyxwin,.inbox4 .zxnbox .tjxwcoc .zyxwin *{ line-height:30px; font-size:14px; color:#555}
.inbox4 .zxnbox .tjxwcoc .xwmoredf{ display:block; width:108px; height:34px; background:#0f6cc9; text-align:center; font-size:14px; color:#fff; line-height:34px}
.inbox4 .zxnbox .tjxwcoc .xwmoredf:hover{ background:#ff9000;}

.inbox4 .zxnbox .inxwlid{ width:364px; height:auto}
.inbox4 .zxnbox .inxwlid .xwsyboxw{ width:364px; height:auto; margin:10px 0 0;background:url(../images/num.png) no-repeat 0 6px}
.inbox4 .zxnbox .inxwlid .xwsyboxw a{
	display: block;
    width: 100%;
    line-height: 35px;
    text-indent: 32px;
    font-size: 15px;
	}
.inbox4 .zxnbox .inxwlid .xwsyboxw a:hover{ font-weight:bold}

.inbox4 .incjcob{ width:369px; height:auto}
.inbox4 .incjcob .inxwtit{ width:369px; height:60px;background:url(../images/xw2.jpg) no-repeat 0 bottom; margin-bottom:30px}
.inbox4 .incjcob .inxwtit p{ line-height:50px; font-weight:bold; font-size:18px}
.inbox4 .incjcob .inxwtit a{
	line-height: 50px;}


.inbox4 .incjcob .xwsyboxw{ width:369px; height:auto;}
.inbox4 .incjcob .xwsyboxw a{
	display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cfcfcf;
	}
.inbox4 .incjcob .xwsyboxw a h3{
	height: 35px;
    line-height: 35px;
    display: block;
    width: 334px;
    padding-left: 35px;
    background: url(../images/wen.gif) no-repeat 0 6px;
    overflow: hidden;
    font-size: 16px;
	}
.inbox4 .incjcob .xwsyboxw a p{
	display: block;
    width: 334px;
    height: 52px;
    padding-left: 35px;
    background: url(../images/da.gif) no-repeat 0 6px;
    overflow: hidden;
	}
.inbox4 .incjcob .xwsyboxw a p,.inbox4 .incjcob .xwsyboxw a p *{ color:#555; line-height:26px}
.inbox4 .incjcob .xwsyboxw a:hover h3{ color:#0f6cc9}













.news{ width:100%; height:auto; margin:70px auto 0; background:#f5f5f5; padding-top:50px; padding-bottom:50px}
.news .main{ width:1200px; height:auto; margin:0 auto}
.news .main .title{ background: url(../images/line.png) center 75px no-repeat; display:block; text-align:center; font-size:20px; color:#666666; height: auto; line-height:30px}
.news .main .title p{ font-size:40px; color:#0f6cc9; font-weight:bold; line-height:50px; margin-bottom:10px}
.news .main .content{margin-top:40px}

.leftnews{ width:600px; height:auto; display:block; float:left}

.childb{ width:600px; height:100px; margin:0 auto; padding-top:24px; padding-bottom:24px; border-bottom:1px solid #cdcdcd}
.childb .time{ display:block; text-align:center; margin-right:20px; float:left; width:103px; height:74px; border:1px solid #343434; padding:12px 0}
.childb .time p{ font-size:37px; font-family:Arial, Helvetica, sans-serif; line-height:45px;}
.childb .time span{ font-size:19px; font-family:Arial, Helvetica, sans-serif; line-height:25px}

.childb .txt{ display:block; float:left; width:370px; height:auto; }
.childb .txt p{font-size:16px; line-height:35px;height:35px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.childb .txt p a{font-size:18px; line-height:35px;}
.childb .txt span{line-height:25px; height:50px; color:#666; display:block; overflow:hidden}

.childb .more{display:block; float:right; color:#0f6cc9; font-size:14px; line-height:25px; padding-top:60px}

.rightnews{ width:542px; height:448px; display:block; float:right; background:#fff}
.rightnews .topimg{ width:542px; height:325px; display:block; overflow:hidden}
.rightnews .topimg img{ width:542px; height:325px;transform: scale(1);transition: all 1s ease-out;}
.rightnews .txt{ padding:15px 15px 30px}
.rightnews .txt .lb{ width:390px; height:auto; display:block; float:left}
.rightnews .txt .lb p{ font-size:16px; line-height:35px;height:35px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.rightnews .txt .lb p a{ font-size:18px; line-height:35px;}
.rightnews .txt .lb span{ line-height:25px; height:50px; color:#666; display:block; overflow:hidden}
.rightnews .txt .more{ width:96px; height:32px; display:block; float:right; text-align:center; line-height:32px; background:#0f6cc9; color:#fff}

.rightnews:hover .topimg img{transform: scale(1.2);}


/*foot*/
.footer{ width:100%; background:#333333;}
.fobox{ width:1200px;margin:0 auto; padding-bottom:50px}
.fologo{ width:160px; height:162px; padding:60px 0 0; margin-right:75px}
.footer h3{ line-height:46px; color:#fff;background:url(../images/botline.jpg) no-repeat 0  bottom; font-size:20px; margin-bottom:10px}
.kslink{
	width: 210px;
    height: auto;
    padding: 40px 0 0;
    margin-right: 90px;
	}
.kslink li{
    display: block;
    width: 35%;
    float: left;
    margin: 0 30% 0 0;
	}
.kslink li a{
	line-height: 38px;
    font-size: 16px;
    color: #fff;
	}
.kslink li a:hover{ text-decoration:underline}

.kslink li:nth-child(2n){ margin-right:0}


.lxbot{ width:450px; height: auto;padding:40px 0 0}
.lxbot,.lxbot *{ line-height:38px; color:#fff; font-size:16px}
.lxbot b{ color:#fff}
.foer{width:345px; height: auto; padding:100px 0 0}
.foer img{ width:345px}
.lxbot strong{font-weight: bold; color:#fff}


.fotext{
	height: 65px;
    background: #1d1d1d;
	text-align:center
	}
.fotext span{ display:inline; margin:0 35px;}
.fotext *{ line-height:65px; color:#efefef; font-size:15px;}
.fotext a{line-height:65px; color:#efefef; font-size:15px;}
.fotext a:hover{ text-decoration:underline}





.box_os {
    height: auto;
    overflow: hidden;
    width: 131px;
    position: fixed;
    right: 0;
    top: 144px;
    z-index: 9999;
    display: block;
}
.box_os .os_x, .box_os .osqq, .ico_os, .ico_gt, .ico_pp, .osqq .qq {
    background: url(../images/os20130523.gif) no-repeat;
}
.box_os .os_x {
    background-color: #f7f7f7;
    background-position: 2px 2px;
    width: 18px;
    height: 20px;
    float: right;
    display: inline;
    cursor: pointer;
}
.box_os .osqq {
    width: 129px;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    background-position: 0 -120px;
    clear: both;
    padding: 37px 0 8px 0;
    text-align: center;
    font: 12px Arial,Helvetica,sans-serif;
}
.box_os .osqq p {
    height: auto;
    line-height: 20px;
    width: 129px;
    margin-top: 8px;
}
.box_os .osqq p strong {
    color: #666;
}

.box_os .osqq .qq {
    background-position: -140px -120px;
    display: block;
    width: 99px;
    height: 26px;
    margin: 0 auto;
    margin-top: 8px;
    cursor: pointer;
}
.acbox {
    width: 130px;
    overflow: hidden;
	cursor: pointer;
}
.acbox .ico_pp {
    float: right;
	height: 49px;
    overflow: hidden;
    width: 129px;
    background: url(../images/askprice_xb.jpg);
    border: none;
    margin: 0px;
}
.codebox {
	float: right;
	height: 129px;
    overflow: hidden;
    width: 129px;
    background: url(../images/ewm.jpg);
    border: 1px solid #D1D1D1;
    margin: 0px;
	background-size:contain;
}
.codebox.code1 {
	background: url(../images/ewm1.jpg);
	background-size:contain;
}
.codebox.code2 {
	background: url(../images/ewm2.jpg);
	background-size:contain;
}

.onlineService {
	background: none;
    display: none;
    width: 39px;
    height: 178px;
    position: fixed;
    right: 0;
    top: 144px;
    z-index: 9999;
}
.onlineService .ico_os {
    background-position: -2px -20px;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    width: 39px;
    height: 98px;
    float: right;
}
.onlineService .ico_pp {
    background-position: right -60px;
    border: 1px solid #81b140;
    cursor: pointer;
    width: 39px;
    height: 37px;
    float: right;
    margin: 0 0 1px 0;
    clear: both;
	overflow:hidden;
	transition:all .2s;
}
.onlineService .ico_pp:hover {
	width:88px;
}
.onlineService .ico_gt {
    background-position: right 0;
    border: 1px solid #299ec0;
    cursor: pointer;
    width: 39px;
    height: 37px;
    float: right;
    clear: both;
	transition:all .2s;
}
.onlineService .ico_gt:hover {
	width:88px;
}
.mes_cover {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	background:rgba(0,0,0,.5);
}
.mes_cover .mes_box {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:600px;
	height:530px;
	background:#fff;
	box-shadow:0 0 4px rgba(0,0,0,.6);
	border-radius:5px;
}
.mes_cover .mes_box h3 {
	font-size:18px;
	margin:20px 0 0;
	text-align: center;
}
.mes_close {
	background: url(../images/os20130523.gif) no-repeat;
    background-position: 2px 2px;
    width: 18px;
    height: 20px;
	position:absolute;
	top:10px;
	right:10px;
    cursor: pointer;
}
.mes_cover .mes_box form {
	padding:20px;
}
.mes_cover .mes_box input {
	width: 540px;
    border: 1px solid #ccc;
    height: 40px;
    margin: 10px 0;
    padding-left: 5px;
}
.mes_cover .mes_box textarea {
	vertical-align: middle;
    width: 540px;
    border: 1px solid #ccc;
    height: 100px;
    margin: 10px 0;
    padding: 5px;
}
.mes_cover .mes_box #msgLeft_Btn_div {
	margin-top: 20px;
    text-align: center;
}
.mes_cover .mes_box #msgLeft_Btn_div button {
	background: #ec4242;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
	border: 0;
	outline: 0;
}
@media screen and (max-width:640px) {
    .box_os{
        display:none;
    }
}	

.pagebar{height:24px;text-align:center;letter-spacing:0;font-size:12px;line-height:24px;margin-top: 20px;}
.pagebar a{display:inline-block;margin:0 3px;padding:0 8px;border:1px solid #e8e8e8;background:#f8f8f8;color:#898989;text-align:center;-webkit-transition:color .2s,background .2s;transition:color .2s,background .2s;}
.pagebar a.st{font-family: fangsong;}
.pagebar a:hover{border:1px solid #1c4587;background:#1c4587;color:#fff;}
.pagebar a.page-num-current{border:1px solid #1c4587;background:#1c4587;color:#fff;}
