@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #555;
}

ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, th, tr, td, table {
	padding: 0;
	margin: 0;
}

table {
	 border-collapse:collapse;
	 border-spacing:0
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

a {
	color: #555;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ghlh79');
  src:  url('../fonts/icomoon.eot?ghlh79#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ghlh79') format('truetype'),
    url('../fonts/icomoon.woff?ghlh79') format('woff'),
    url('../fonts/icomoon.svg?ghlh79#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*顶部*/

#top {
	width: 100%;
	height: 38px;
	margin: 0 auto;
	background-color: #e5e5e5;
}

#top .box {
	width: 1200px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
}

#top .welcome {
	width: 680px;
	height: 38px;
	float: left;
	line-height: 38px;
	font-size: 16px;
	color: #555;
}

#top .tel {
	width: 260px;
	height: 38px;
	float: right;
	background:url(../images/telico_top.png) left no-repeat;
	text-align: right;
	line-height: 38px;
	font-size: 16px;
	color: #555;
}

#top .tel span{
	color: #eb6100;
	font-weight:bold;
}

/*头部*/

#head {
	width: 100%;
	height: 115px;
	margin: 0 auto;
	background: #fdfdfd;
}

#head .box {
	width: 1200px;
	height: 115px;
	margin: 0 auto;
}

#head .logo {
	width: 210px;
	height: 115px;
	float: left;
}

#head .logo img {
	width: 186px;
	height: 84px;
	margin-top: 15px;
}

#head .text {
	width: 200px;
	height: 55px;
	float: left;
	margin-top: 38px;
}

#head .text span {
	color:#eb6100;
}

#head .adv {
	width: 580px;
	height: 55px;
	float: left;
	margin-left:50px;
	margin-top: 38px;
	overflow:hidden;
}

#head .adv li{
	width: 140px;
	height: 42px;
	line-height:42px;
	float: left;
	color:#888;
}

#head .adv li span{
font-family: "icomoon";
    font-size: 24px;
    color: #ff8e42e0;
    vertical-align: bottom;
    margin-right: 8px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #ff8e42e0;
    border-radius: 22px;
    display: inline-block;
}

#head .weixin {
	width:120px;
	height:96px;
	float:right;
	margin-top:10px;
}
#head .weixin img {
	width:94px;
	height:94px;
	border:1px solid #bdbdbd;
	float:right;
}
#head .weixin span {
	width:20px;
	height:90px;
	display:block;
	float:left;
	color:#eb6100;
	padding-top: 6px;
}

/*导航*/
#menu {
	width:100%;
	height:60px;
	margin:0 auto;
	background:#14437a;
}

#menu .box {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

#menu ul.topul {
	width: 1200px;
	position: relative;
	z-index:999;
}

#menu ul.topul > li {
	position: relative;
	display: inline-block;
	height:60px;
	float:left;
}

#menu ul.topul > li > a {
	font-size: 18px;
	width:170px;
	color:#fff;
	position: relative;
	display: block;
	height:60px;
	line-height:58px;
	border-left: 1px solid #0d2d52;
	text-align:center;
	overflow:hidden;
}

#menu ul.topul > li:last-child > a {
	border-right: 1px solid #0d2d52;
}

#menu ul.topul > li:hover > a {
	color: #fff;
	background-color:#eb6100;
}

#menu ul.topul > li.cur > a {
	background-color:#eb6100;
	color: #fff;
}

/*二级导航*/
#menu ul.topul > li:hover ul.erul{
	display:block;
}

#menu ul.erul{
	display:none;
	padding:15px 0 20px;
	position:absolute;
	background-color:#fff;
	border: 1px solid #eb6100;
}

#menu ul.erul > li{
	width:auto;
	white-space:nowrap;
	padding:0 19px;
}

#menu ul.erul > li:hover > a{
	color:#fff;
	background:#eb6100;
	border-bottom:1px solid #eb6100;
}

#menu ul.erul > li a{
	width:auto;
	white-space:nowrap;
	min-width:80px;
	padding:8px 16px;
	display:block;
	line-height:20px;
	color:#555;
	background-color:#fff;
	border-bottom:1px solid #eee;
	text-decoration:none;
}

/*三级导航*/
#menu ul.erul > li:hover ul.sanul{
	display:block;
}

#menu ul.sanul{
	display:none;
	padding:15px 0 20px;
	position:absolute;
	background-color:#fff;
	border: 1px solid #eb6100;
	text-align:left;
	margin-left: 131px;
	margin-top: -53px;
}

#menu ul.sanul > li{
	width:auto;
	white-space:nowrap;
	padding:0 19px;
}

#menu ul.sanul > li:hover a{
	color:#fff;
	background:#eb6100;
	border-bottom:1px solid #eb6100;
}

#menu ul.sanul > li a{
	width:auto;
	white-space:nowrap;
	min-width:80px;
	padding:8px 16px;
	display:block;
	line-height:20px;
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #eee;
	text-decoration:none;
}

/*导航特殊处理*/
#menu ul.prodrop{
	margin-left: 0;
	text-align:left;
}
#menu ul.inddrop{
	margin-left: 0;
	text-align:left;
}
#menu ul.inddrop .sanul{
	margin-left: 259px;
	text-align:left;
}
#menu .hidden{ display:none}


/*banner*/

#banner {
	width: 100%;
	height: 515px;
	margin: 0 auto;
	overflow:hidden;
}

.fullSlide { width:100%; height:515px; position:relative; z-index:98;}
.fullSlide .bd { position:relative; z-index:0;}
.fullSlide .bd li { width:100%; height:515px; overflow:hidden; }
.fullSlide .bd li a { display:block; height:515px;}
.fullSlide .hd { width:100%; position:absolute; z-index:1; bottom:20px; height:20px; line-height:20px;opacity: 0.9;filter: alpha(opacity=90);}
.fullSlide .hd ul { text-align:center; }
.fullSlide .hd ul li { cursor:pointer; display:inline-block; width:60px; height:6px; margin:4px; overflow:hidden; background:#ea6f18; text-indent:-999em;}
.fullSlide .hd ul .on { background:#275386; }
.fullSlide .prev,.fullSlide .next{ display:none; }


/*首页产品*/

#indexpro{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom:70px;
	background: url(../images/mainbg.png) top repeat-x;
	overflow:hidden;
}

#indexpro .searchbox{
	width: 1200px;
	height: 60px;
	margin: 5px auto 0;
	overflow:hidden;
}

#indexpro .srhkey{
	width: 860px;
	height: 60px;
	float:left;
	line-height:60px;
	overflow:hidden;
}

#indexpro .srhkey span{
	width:95px;
	height:30px;
	display:inline-block;
	line-height:28px;
	color:#fff;
	background:#14437a;
	text-indent:14px;
	margin-right:8px;
	
}

#indexpro .srhkey a{
	display:inline-block;
	margin-left:5px;
	margin-right:8px;
}

#indexpro .srhkey a:hover{
	color:#555;
	text-decoration:underline;
}

#indexpro .srhfrm {
	width: 274px;
	height: 38px;
	margin-top:12px;
	background: url(../images/search.png) no-repeat;
	float: right;
}

#indexpro .srhfrm .key {
	width: 215px;
	height: 26px;
	float: left;
	margin-top: 4px;
	margin-left: 18px;
	line-height: 26px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #888;
	border: none;
	outline:none;
	background-color: transparent;
}

#indexpro .srhfrm .btn {
	width: 24px;
	height: 24px;
	z-index: 999;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	cursor: pointer;
	border: none;
	background-color: transparent;
}

#indexpro .box{
	width: 1200px;
	height: auto;
	margin:0 auto;
	overflow:hidden;
}

#indexpro .fltitle{
	width: 1200px;
	height: 100px;
	margin: 38px auto 55px;
	text-align:center;
	background:url(../images/flctitle.png) center bottom no-repeat;
	overflow:hidden;
}

#indexpro .fltitle h2{
	font-size:38px;
	line-height: 45px;
	color:#14437a;
}

#indexpro .fltitle .encat{
	font-size:24px;
	line-height:38px;
	color:#cccccc;
	display:block;
	text-transform:uppercase;
}

#indexpro .box .procat{
	width: 1200px;
	height: auto;
	text-align:center;
	overflow:hidden;
}

#indexpro .box .procat span, #indexpro .box .procat a{
	width: 270px;
	height: 55px;
	display:inline-block;
	line-height:55px;
	font-size:18px;
	color:#fff;
	margin:5px 1px 5px 0;
	overflow:hidden;
}

#indexpro .box .procat span{
	background:#eb6100;
}

#indexpro .box .procat span:hover{
	background:#e47f38;
	cursor:pointer;
}

 #indexpro .box .procat a{
	background:#14437a;
}

 #indexpro .box .procat a:hover{
	background:#1c5597;
}

#indexpro .box .indexprolst{
	width: 1200px;
	height: auto;
	margin:20px auto;
	overflow:hidden;
}

#indexpro .box .indexprolst ul{
	width: 1250px;
	height: auto;
	overflow:hidden;
}

#indexpro .box .indexprolst li{
	width: 367px;
	height:340px;
	float:left;
	margin-right:48px;
	margin-top:20px;
	overflow:hidden;
}

#indexpro .box .indexprolst li img{
	width: 330px;
	height:300px;
	margin:0 auto;
	display: block;
}


#indexpro .box .indexprolst li div{
	width: 367px;
	height:35px;
	background:#848484;
}

#indexpro .box .indexprolst li span{
	width: 330px;
	height:35px;
	display:inline-block;
	line-height:35px;
	font-size:16px;
	color:#fff;
	text-indent:15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
}

#indexpro .box .indexprolst li div::after{
	content: "";
	width: 30px;
	height:35px;	
	line-height:35px;
	color:#fff;
	display:inline-block;
	font-weight:normal;
	font-size:20px;
	float:right;
	font-family:"icomoon";

}

#indexpro .box .indexprolst li:hover div{
	background:#14437a;
}



/*首页优势*/

#indexadv{
	width: 100%;
	height: 1008px;
	margin: 0 auto;
	background:url(../images/advbg.jpg) center 174px no-repeat;
	overflow:hidden;
}

#indexadv .fltitle{
	width: 100%;
	height: 186px;
	margin: 0 auto;
	background:url(../images/advtitle.png) center no-repeat;
	text-align:center;
	overflow:hidden;
}

#indexadv .fltitle h3{
	font-size:42px;
	color:#fff;
	margin-top:32px;
}

#indexadv .fltitle span{
	font-size:20px;
	color:#ccc;
	margin-top:5px;
	display:inline-block;
}

#indexadv .fltitle p{
	font-size:20px;
	color:#fff;
	margin-top:5px;
}

#indexadv .advbox{
	width: 1200px;
	height: 720px;
	margin: 0 auto;	
	padding-top:95px;
	overflow:hidden;
}

#indexadv .advbox .circle{
	width:545px; height:545px; float:left; margin-left:60px; border:3px solid #14437a; border-radius:280px;
}

#indexadv .advbox .advpro{
	width:540px; height:410px; float:left; margin-left:-605px; margin-top:100px;
}

#indexadv .advbox .advpro img{
	width:440px; height:410px;
}

#indexadv .advbox .items{
	width:815px; height:600px; float:left; margin-top: -590px; margin-left: 400px;
}

#indexadv .advbox .item{
	width:664px; height:102px; float:left; margin:15px auto;
}

#indexadv .advbox .item:hover{
	cursor:pointer;
}

#indexadv .advbox .item div{
	width:98px; height:98px; border:2px solid #14437a; border-radius:55px; float:left; text-align:center; margin-right:20px;
}

#indexadv .advbox .item div span{
	width:90px; height:90px; margin:4px auto; line-height:90px; text-align:center; border-radius:55px; display:inline-block; background:#14437a; color:#fff; font-family:"icomoon";font-size:40px;
}

#indexadv .advbox .item h3{
	font-size:24px;
	color:#14437a;
	font-weight:normal;
	margin-top:18px;
}

#indexadv .advbox .item:hover h3{
	color:#eb6100;
}

#indexadv .advbox .item p{
	margin-top:5px;
}



/*首页横幅*/
#indexad{
	width: 100%;
	height: 176px;
	margin: 0 auto;
	background:url(../images/index_ad.jpg) center no-repeat;
	overflow:hidden;
}

#indexad .adbox{
	width:1200px;
	height:176px;
	margin:0 auto;
}

#indexad .adbox img{
	width:100px;
	height:100px;
	float:right;
	margin-top:38px;
}

/*首页案例*/

#indexcase{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom:30px;
	overflow:hidden;
}

#indexcase .fltitle{
	width: 1200px;
	height: 100px;
	margin: 60px auto 25px;
	text-align:center;
	background:url(../images/flctitle.png) center bottom no-repeat;
	overflow:hidden;
}

#indexcase .fltitle h2{
	font-size:38px;
	line-height: 45px;
	color:#14437a;
}

#indexcase .fltitle .encat{
	font-size:24px;
	line-height:38px;
	color:#cccccc;
	display:block;
	text-transform:uppercase;
}

#indexcase .casecat{
	width: 1200px;
	height: auto;
	text-align:center;
	margin:40px auto;
	overflow:hidden;
}

#indexcase .casecat a{
	width: 200px;
	height: 40px;
	display:inline-block;
	line-height:40px;
	font-size:16px;
	color:#fff;
	margin:5px 1px 5px 0;
	background:#14437a;
	overflow:hidden;
}

#indexcase .casecat a:hover{
	background:#1c5597;
}

#indexcase .box {
	width: 1200px;
	height: auto;	
	margin: 0 auto;
	overflow: hidden;
}

#indexcase ul{
	width: 1300px;
	height: auto;	
	overflow: hidden;
}

#indexcase ul li{
	width: 284px;
	height: 228px;
	float:left;
	margin-right:20px;
	text-align:center;
	overflow: hidden;
}


#indexcase ul li img{
	width: 280px;
	height: 188px;
	border:2px solid #ccc;
}

#indexcase ul li:hover img{
	border:2px solid #14437a;
}

#indexcase ul li span{
	width: 284px;
	height: 24px;
	margin: 7px auto;
	display:block;
	line-height:24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#indexcase ul li:hover span{
	color:#14437a;
}

#indexcase .more{
	width:160px;
	height:35px;
	border-radius:18px;
	display:block;
	margin:50px auto;
	line-height:33px;
	color:#fff;
	text-align:center;
	font-size:14px;
	background:#eb6100;
	overflow:hidden;
}

#indexcase .more:hover {
	background:#e47f38;
}

#indexcase .more span{
	font-family:"宋体";
	color:#fff;
}


/*首页关于*/

#indexabout{
	width:100%;
	height:auto;
	background: url(../images/indexaboutbg.jpg) top center no-repeat;
	overflow:hidden;
}

#indexabout .fltitle{
	width: 1200px;
	height: 90px;
	margin: 58px auto 55px;
	text-align:center;
	background:url(../images/flatitle.png) center bottom no-repeat;
	overflow:hidden;
}

#indexabout .fltitle h2{
	font-size:38px;
	line-height: 45px;
	color:#14437a;
}

#indexabout .fltitle .encat{
	font-size:24px;
	line-height:38px;
	color:#fff;
	display:block;
	text-transform:uppercase;
}

#indexabout .aboutbox{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#indexabout .aboutimg{
	width:532px;
	height:318px;
	float:left;
}

#indexabout .aboutimg img{
	width:522px;
	height:308px;
	border:5px solid #9fa7b0;
}

#indexabout .abouttxt{
	width:608px;
	height:318px;
	float:right;
}

#indexabout .abouttxt h3{
	font-size:32px;
	line-height:36px;
	color:#eb6100;
}


#indexabout .abouttxt{
	line-height:28px;
}

#indexabout .abouttxt .txtdesc{
	margin-top:15px;
}

#indexabout .abouttxt p{
	margin-top:8px;
}

#indexabout .more{
	width:140px;
	height:32px;
	border-radius:18px;
	display:block;
	margin-top:20px;
	line-height:30px;
	color:#fff;
	text-align:center;
	font-size:14px;
	background:#eb6100;
	overflow:hidden;
}

#indexabout .more:hover {
	background:#e47f38;
}

#indexabout .more span{
	font-family:"宋体";
	color:#fff;
}




/*首页资质*/

.honorbox{width:1200px;height:auto; margin:40px auto 80px; overflow:hidden;}

.honortitle{width:138px; height:64px; margin: 0 auto; text-align:center; color:#222; font-size:30px; border-bottom:4px solid #eb6100; line-height:62px;}

.rollphotos { width: 1200px; height:289px; margin-top:40px; overflow:hidden;}
.LeftBotton { width:25px; height: 276px; background: url(../images/arrleft.png) no-repeat; float:left; margin-top:6px; cursor: pointer; }
.RightBotton { width:25px; height: 276px; background: url(../images/arrright.png) no-repeat; float:right; margin-top:6px; cursor: pointer; }
.rollphotos .cont { width: 1110px; float:left; margin-left:20px; overflow: hidden; }
.rollphotos .hwbox { FLOAT: left; WIDTH: 222px; TEXT-ALIGN: center }
.rollphotos .hwbox img { width:198px; height:285px; border:2px solid #79797a; cursor:pointer;}
.rollphotos .hwbox:hover img { border:2px solid #14437a; }


/*首页文章*/

#indexart{
	width:100%;
	height:auto;
	margin:50px auto 100px;
	overflow:hidden;
}

#indexart .box{
	width:1200px;
	height:430px;
	margin:0 auto;
	overflow:hidden;
}

#indexart .box .left{
	width:600px;
	height:430px;
	float:left;
	overflow:hidden;
}

#indexart .box .left .fltitle{
	width:600px;
	height:62px;
	border-bottom:3px solid #c3c2c2;
	overflow:hidden;
}

#indexart .box .left .fltitle h3{
	display:inline-block;
	line-height:45px;
	font-size:38px;
	color:#14437a;
	overflow:hidden;
}

#indexart .box .left .fltitle span{
	display:inline-block;
	line-height:45px;
	font-size:38px;
	font-weight:normal;
	color:#cccccc;
	text-indent:12px;
	overflow:hidden;
}

#indexart .box .left .fltitle a{
	display:inline-block;
	float:right;
	line-height:45px;
	font-size:18px;
	font-weight:normal;
	color:#eb6100;
	margin-top:12px;
	overflow:hidden;
}

#indexart .box .left .cnews{
	width:600px;
	height:150px;
	margin-top:48px;
	border-bottom:1px solid #ddd;
}

#indexart .box .left .cnews h4{
	width:600px;
	height:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#indexart .box .left .cnews h4 span{
	width:55px;
	height:30px;
	display:inline-block;
	float:left;
	text-align:center;
	line-height:28px;
	font-size:16px;
	background:#eb6100;
	color:#fff;
	font-weight:normal;
}

#indexart .box .left .cnews h4 a{
	display:block;
	width: 530px;
	float: right;
	height:30px;
	line-height:28px;
	font-size:24px;
	color:#333;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#indexart .box .left .cnews p{
	margin-top:20px;
	font-size:16px;
	color:#888;
	line-height:26px;
}

#indexart .box .left .cnews p a{
	display:inline-block;
	font-size:16px;
	color:#555;
	line-height:26px;
}

#indexart .box .left ul{
	margin-top:20px;
}

#indexart .box .left ul li{
	width:600px;
	height:32px;
	margin-top:3px;
	line-height:32px;
	background:url(../images/newsarr.png) right no-repeat;
}

#indexart .box .left ul li:hover{
	text-decoration: underline;
}

#indexart .box .left ul li a{
	width:565px;
	height:32px;
	padding-right: 35px;
	line-height:32px;
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

#indexart .box .line{
	width:0px;
	height:360px;
	border-left:1px solid #ccc;
	float:left;
	margin-top:65px;
	margin-left:100px;
	overflow:hidden;
}

#indexart .box .right{
	width:412px;
	height:430px;
	float:right;
	overflow:hidden;
}

#indexart .box .right h3{
	width:412px;
	height:62px;
	line-height:40px;
	border-bottom:3px solid #c3c2c2;
	font-size:38px;
	font-weight:normal;
	color:#14437a;
	overflow:hidden;
}

#indexart .box .right p{
	margin-top:32px;
	margin-bottom:26px;
	line-height:20px;
	color:#888;
}

#indexart .box .right span{
	width:40px;
	height:38px;
	display:inline-block;
	float:left;
	margin-top:6px;
	border:1px solid #ccc;
}

#indexart .box .right span.slianxiren{
		background:url(../images/feedbookico.png) 0 -3px no-repeat;
}

#indexart .box .right span.sdianhua{
		background:url(../images/feedbookico.png) 0 -47px no-repeat;
}

#indexart .box .right span.sneirong{
		height:108px;
		background:url(../images/feedbookico.png) -2px -94px no-repeat;
}

#indexart .box .right .intxt{
	width:352px;
	height:38px;
	line-height:38px;
	border:1px solid #ccc;
	border-left:none;
	float:left;
	margin-top:6px;
	color:#888;
	padding:0 8px;
	outline:none;
}

#indexart .box .right .incon{
	width:352px;
	height:98px;
	line-height:24px;
	border:1px solid #ccc;
	border-left:none;
	float:left;
	resize:none;
	margin-top:6px;
	color:#888;
	padding:5px 8px;
	outline:none;
}

#indexart .box .right .btn{
	width:412px;
	height:52px;
	font-size:22px;
	color:#fff;
	background:#eb6100;
	border:none;
	cursor:pointer;
}

#indexart .box .right .btn:hover{
	background:#e47f38;
}

/*内页框架*/

#innermain{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#innermain .box{
	width:1200px;
	height:auto;
	margin:45px auto 60px;
	overflow:hidden;
}

/*内页左侧*/
#innermain .inleft{
	width:242px;
	height:auto;
	float:left;
	overflow:hidden;
}

/*内页左侧分类*/

#innermain .inleft .leftcat{ width:242px; background-color:#f3f3f3; padding-bottom:36px; margin-bottom:20px; border-bottom:5px solid #dad9d9; overflow:hidden; }
#innermain .inleft .leftcat h2{ width:242px; height:62px; margin:0 auto;  background:url(../images/cattitle.png) no-repeat; text-align:center; font-size:22px; color:#fff; font-weight:normal; line-height:60px; }
#innermain .inleft .leftcat h3{ width:242px; height:52px; margin:0 auto; background-color:#14437a; text-align:center; font-size:22px; color:#fff; line-height:50px; font-weight:normal; }
#innermain .inleft .leftcat ul.topcat{ width:212px; height:auto; margin:0 auto; padding-top:15px; }
#innermain .inleft .leftcat ul.topcat > li{ width:260px; height:42px; margin-bottom:10px; line-height:40px; }
#innermain .inleft .leftcat ul.topcat > li > a{ width:168px; height:42px; display:block; line-height:42px; padding-right:42px; text-indent:22px; color:#333; background:url(../images/catarr.png) #fff right center no-repeat; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#innermain .inleft .leftcat ul.topcat > li:hover > a{ background:url(../images/catarr.png) #ddd right center no-repeat; color:#222; }

#innermain .inleft .leftcat ul.topcat li ul{ width:380px; height:auto; padding:14px; display:none; background-color:#ddd;  overflow:hidden;}
#innermain .inleft .leftcat ul.topcat li:hover ul{ position:absolute; *position:relative; display:block; margin-left:210px; margin-top:-42px; z-index:10;}
#innermain .inleft .leftcat ul.topcat li:hover ul.hidden{ display:none; }
#innermain .inleft .leftcat ul.topcat li:hover ul li{ width:180px; height:28px; line-height:28px; float:left; display:block; margin: 2px 5px;}
#innermain .inleft .leftcat ul.topcat li:hover ul li a{  width:180px; height:28px; display:block; line-height:28px; color:#333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#innermain .inleft .leftcat ul.center > li > a{ text-indent:0; text-align:center;}

/*内页左侧电话*/
#innermain .inleft .leftel{
	width:238px;
	height:auto;
	border:2px solid #14437a;
	overflow:hidden;
}

#innermain .inleft .leftel h3{
	width:238px;
	height:42px;
	margin:0 auto 12px;
	text-indent:16px;
	line-height:40px;
	color:#fff;
	font-size:20px;
	background:#14437a;
	font-weight:normal;
	overflow:hidden;
}

#innermain .inleft .leftel h3 span{
	display:inline-block;
	font-size:14px;
	margin-left:15px;
	font-weight:normal;
	color:#fff;
}

#innermain .inleft .leftel p{
	width:210px;
	height:auto;
	margin:20px auto;
	line-height:26px;
	font-size:14px;
	overflow:hidden;
}

#innermain .inleft .leftel strong{
	padding-left:10px;
}

#innermain .inleft .leftel img{
	width:150px;
	height:150px;
	display:block;
	margin:10px auto;
}



/*内页右侧*/

#innermain .inright{
	width:910px;
	height:auto;
	float:right;
	overflow:hidden;
}

/*当前位置*/

#position {
	width: 910px;
	height: 46px;
	line-height: 44px;
	margin-top: 6px;
	background:#14437a;
	color:#fff;
	overflow: hidden
}

#position h2 {
	width: auto;
	height: 46px;
	line-height: 44px;
	font-size:20px;
	color:#fff;
	display:inline-block;
	padding-left:16px;
	font-weight:normal;
	overflow:hidden;
}

#position div {
	width: auto;
	height: 46px;
	display:inline-block;
	line-height: 44px;
	text-align: right;
	padding-right:16px;
	float: right;
	color:#fff;
}

#position div a{
	color:#fff;
}

/*内页产品列表*/

#prolst{
	width:940px;
	height:auto;
	margin:50px 0 15px;
	overflow:hidden;
}

#prolst li{
	width:290px;
	height:292px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	overflow:hidden;
}

#prolst li img{
	width:280px;
	height:255px;
	display:block;
	margin:0 auto;
}

#prolst li span{
	width:260px;
	height:36px;
	padding:0 15px;
	line-height:36px;
	display:block;
	text-align:center;
	color:#fff;
	background:#8c8d8d;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	cursor:pointer;
}

#prolst li:hover img{
	cursor:pointer;
}

#prolst li:hover span{
	background:#14437a;
}

/*内页图片列表*/

#imglst{
	width:940px;
	height:auto;
	margin:50px 0 15px;
	overflow:hidden;
}

#imglst li{
	width:290px;
	height:243px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;	
	overflow:hidden;
}

#imglst li img{
	width:286px;
	height:193px;
	display:block;
	border:2px solid #ccc;
	overflow:hidden;
}

#imglst li span{
	width: 266px;
	height: 48px;
	padding: 0 10px;
	line-height: 46px;
	display: block;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#imglst li:hover img{
	border:2px solid #14437a;
}

#imglst li:hover span{
	color:#14437a;
}


/*内页资质列表*/

#imglst2{
	width:940px;
	height:auto;
	margin:50px 0 15px;
	overflow:hidden;
}

#imglst2 li{
	width:208px;
	height:297px;
	float:left;
	margin-right:20px;
	margin-bottom:28px;
	border:2px solid #ccc;
	overflow:hidden;
}

#imglst2 li img{
	width:208px;
	height:297px;
	display:block;
	overflow:hidden;
}


#imglst2 li:hover{
	border:2px solid #14437a;
}


/*内页文章列表*/

#arclst{
	width:910px;
	height:auto;
	margin:32px 0 25px;
	overflow:hidden;
}

#arclst li{
	width:910px;
	height:138px;
	margin-top:22px;
	padding-bottom:22px;
	border-bottom:1px solid #eaeaea;
	overflow:hidden;
}

#arclst li h3{
	height:40px;
	line-height:38px;
	margin-bottom:5px;
}

#arclst li h3 a{
	width:910px;
	height:40px;
	display:block;
	line-height:38px;
	font-size:18px;
	color:#14437a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

#arclst li h3 a:hover{
	color:#14437a;
}

#arclst li span{
	font-size:14px;
	color:#999;
}

#arclst li p{
	line-height:24px;
	font-size:16px;
	margin-top:15px;
}

/*内页标题信息*/

#innermain .inright h1.title{
	width:910px;
	height:auto;
	margin:65px auto 0;
	line-height:36px;
	text-align:center;
	font-size:28px;
	color:#333;	
	overflow:hidden;
}

#innermain .inright .tline{
	width:910px;
	height:auto;
	margin-top:35px;
	border-bottom:2px solid #ddd;
	overflow:hidden;
}

#innermain .inright .infos {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	background-color: #F0F0F0;
	color: #9B9B9B;
	margin: 35px auto;
	margin-bottom: 0px;
	overflow: hidden;
}

/*内页产品描述*/

#prodesc{
	margin:60px auto;
	overflow:hidden;
}

#prodesc .prothumb{
	width:400px;
	height:auto;
	float:left;
	border:5px solid #eae9e9;
}

#prodesc .prothumb img{
	width:400px;
	height:auto;
}

#prodesc .procontact{
	width:450px;
	float:right;
}

#prodesc .procontact .protitle{
	line-height:32px;
	font-size:24px;
	color:#14437a;
	font-weight:bold;
	padding-bottom:16px;
	margin-bottom:38px;
	border-bottom:2px solid #dddddd;
	display:block; 
	text-align:center;
}

#prodesc .procontact .weixin {
	width:180px;
	height:160px;
	margin:0 auto;
}
#prodesc .procontact .weixin img {
	width:160px;
	height:160px;
	float:right;
}
#prodesc .procontact .weixin span {
	width:20px;
	height:150px;
	display:block;
	float:left;
	color:#555;
	padding-top: 8px;
	font-size:18px;
}

#prodesc .procontact .ordertel{
	width: 380px;
	height:40px;
	margin: 28px auto 0;
	line-height:38px;
	font-size:18px;
	color:#fff;
	text-indent:75px;
	background: url(../images/telicoyl.png) #14437a 35px no-repeat;
	background-size:30px;
	border-radius:20px;
	
}

#prodesc .procontact .ordertel span{
	line-height:46px;
	font-size:24px;
	color:#777;
	vertical-align: top;
}


/*内页联系我们*/
#contact{
	width:910px;
	height:auto;
	margin:70px 0 50px;
	overflow:hidden;
}

#contact h3{
	width:910px;
	height:36px;
	line-height:34px;
	color:#14437a;
	font-size:22px;
	font-weight:normal;
	overflow:hidden;
}

#contact .left{
	width:424px;
	height:auto;
	float:left;
	padding-bottom:40px;
	overflow:hidden;
}

#contact .left h4{
	width:424px;
	height:40px;
	margin:20px 0 10px;
	line-height:38px;
	font-size:20px;
	color:#333;
	font-weight:normal;
}

#contact .left p{
	line-height:26px;
	font-size:16px;
	color:#555;
}

#contact .weixin {
	width:180px;
	height:160px;
	float:right;
	margin-right:40px;
	margin-top:20px;
}
#contact .weixin img {
	width:160px;
	height:160px;
	float:right;
}
#contact .weixin span {
	width:20px;
	height:150px;
	display:block;
	float:left;
	color:#555;
	padding-top: 8px;
	font-size:18px;
}

/*内页在线留言*/
#feedbook{
	width:910px;
	height:auto;
	margin:50px 0;
	overflow:hidden;
}

#feedbook h3{
	width:910px;
	height:36px;
	line-height:34px;
	color:#14437a;
	font-size:22px;
	font-weight:normal;
	overflow:hidden;
}
#inform { margin-top:30px; }
#inform table{ border:none; }
#inform table td { height:45px; line-height:30px; padding:5px 8px; padding-left:10px; padding-right:0;}
#inform table td.left { width:90px; text-align:left; line-height: 35px; padding-left:0; padding-right:8px;}
#inform .intxt { width:756px; height:30px; line-height:30px; padding:3px 5px;}
#inform .incon { width:756px; height:140px; margin-top:3px; line-height:30px; padding:3px 5px; resize:none;}
#inform .intxt, #inform .incon { border:1px solid #A8A8A8;background-color: transparent; outline:none;}
#inform span { color:#F00; }
#inform table td{ border:none }
#inform .inbtn { height:70px; line-height:70px; text-align:left; padding-left:350px; }
#inform .inbtn input{ font-size:16px; width:116px; height:40px; background:#14437a; color:#fff; border:none; cursor:pointer; }
#inform .inbtn input:hover{ background:#0c57a7; }

/*详细介绍*/

#content{
	width:910px;
	height:auto;
	margin:50px 0;
	line-height:1.8;
	overflow:hidden;
}

#content h1{
	line-height:36px;
	margin: 46px auto;
	font-size:32px;
	color:#333;
	text-align:center;
}

#content h1:first-child{
	margin-top:10px;
}

#content h2{
	height: 39px;
	line-height:36px;
	margin: 45px auto;
	background:url(../images/prodetarr.png) #eeecec left no-repeat;
	font-size:20px;
	color:#fff;
	text-indent:32px;
}

#content h2:first-child{
	margin-top:0;
}

#content img{max-width:100%;height:auto !important;}

#content p{margin-bottom:15px;}



/*关于优势*/
#indexadv2{
	width:910px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

#indexadv2 .advbox{
	width:910px;
	height:auto;
	padding:10px 0;
	overflow:hidden;
}

#indexadv2 .advbox span{
	width:64px;
	height:64px;
	float:left;
	margin-right:10px;
	display:inline-block;
	color:#114e8f;
	font-size:36px;
	text-align:center;
	border-radius:32px;
	line-height:64px;
	font-family:"icomoon";
	font-weight:normal;
}

#indexadv2 .advbox h3{
	font-size:22px;
	color:#333;
	line-height:32px;
	font-weight:normal;
}



#indexadv2 .advbox p{
	line-height:28px;
}


/*内容表格*/

#content table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	max-width:100%;
}

#content table,#content table td,#content table th {
	border: 1px solid #d4d4d4
}

#content table th,#content table td {
	text-align: left;
	padding: 8px 12px;
	width: auto !important;
	max-width:100%;
	line-height:1.5;
	height:auto !important;
}


#contact table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	max-width:100%;
}

#contact table,#contact table td,#contact table th {
	border: 1px solid #d4d4d4
}

#contact table th,#contact table td {
	text-align: center;
	padding: 8px 12px;
	width: auto !important;
	max-width:100%;
	line-height:1.5;
	height:auto !important;
}



/*上一页、下一页*/

#innermain .inright .prenext{
	width:910px; 
	height:auto;
	padding-top:25px;
	border-top:4px solid #ccc;
	overflow:hidden;
}

#innermain .inright .prenext .pre{
	width:910px; 
	height:30px;
	line-height:30px;
	display:block; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

#innermain .inright .prenext .next{
	width:910px; 
	height:30px;
	line-height:30px;
	display:block; 
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}


/*底部*/

#footer {
	width: 100%;
	height: auto;
	background: url(../images/footbg.jpg) center top no-repeat;
	overflow: hidden;
}

#footer .box {
	width: 1200px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

#footer .fmenu {
	width: 1200px;
	height: 44px;
	margin: 55px auto 42px;
	background: #14437a;
	border-radius: 20px;
	text-align:center;
}

#footer .fmenu a{
	line-height:42px;
	color:#fff;
	font-size:18px;
	margin:0 34px;
}

#footer .fmenu a:hover{
	text-decoration:underline;
}

#footer .fcon{
	width: 1145px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

#footer .fcon .sqwx {
	width: 148px;
	height: auto;
	float: left;
	overflow: hidden;
}

#footer .fcon .sqwx span {
	width: 28px;
	height: 96px;
	padding-top: 24px;
	display:block;
	float:left;
	line-height:18px;
}

#footer .fcon .sqwx img {
	width: 120px;
	height: 120px;
	float:right;
}

#footer .fcon .fcontact {
	width: 515px;
	height: auto;
	float: left;
	margin-left:154px;
	text-align:center;
	overflow: hidden;
}

#footer .fcon .fcontact .ftel{
	height:52px;
	margin-bottom:16px;
	line-height:52px;
	font-size:32px;
	color:#666;
	text-indent:56px;
	background: url(../images/telicoyl.png) left no-repeat;
}

#footer .fcon .fcontact .ftel span{
	display:inline-block;
	font-size:38px;
	height:52px;
	line-height:48px;
	color:#eb6100;
	font-family:"黑体";
	font-weight:bold;
	vertical-align: middle;
	text-indent: 0;
}

#footer .fcon .shwx {
	width: 148px;
	height: auto;
	float: right;
	overflow: hidden;
}

#footer .fcon .shwx span {
	width: 28px;
	height: 96px;
	padding-top: 24px;
	display:block;
	float:right;
	text-align:right;
	line-height:18px;
}

#footer .fcon .shwx img {
	width: 120px;
	height: 120px;
	float:left;
}

#footer .copyright {
	width: 1200px;
	height: auto;	
	line-height:28px;
	margin-bottom:125px;
	margin-top:-50px;
	text-align: center;
	overflow: hidden;
}

#footer .copyright a:hover {
	color:#555;
	text-decoration:underline;
}

/*分页*/
#pages{ clear:both; padding:20px 0 10px; line-height:34px; text-align:center; overflow:hidden; }
#pages li { display:inline-block; height:34px; margin-right:5px; line-height:34px; font-size:16px; padding:0 12px;  border:1px solid #ddd; color:#555; overflow:hidden}
#pages li a{ display:block; height:34px; line-height:34px; font-size:16px; color:#555; text-decoration:none; }
#pages li a:hover{ color:#14437a; }
#pages li.active { background:#14437a; }
#pages li.active a{ color:#fff; }
