@charset "utf-8";
body{overflow-x: hidden;}
/*头部开始*/
.pageHeader > .header{
	width:100%;
	height:92px;
	background:url(/style/images/header_bg_01.png) no-repeat center top;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 99;
}
.pageHeader .header-logo{
	margin-top: 17px;
}
.pageHeader .header-nav{
	margin-top: 32px;
	color:#fff;
	
	margin-left:36px;
}
.pageHeader .header-nav a{
	font-size:18px;
	color:#fff;
	margin-left:105px;
}

.pageHeader .header-nav a.on,
.pageHeader .header-nav a:hover{
	color:#0986fa;
}
.banner,
.banner-wrapper{
	width:100%;
	height:716px;
	position:relative;
}
.banner-slide li{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.banner-slide li .container{
	position: relative;
}
.banner-switch{
	position:absolute;
	bottom:15px;
	left:48%;
}
.banner-slide li img{
	width:1920px;
	height:716px;
	position: absolute;
	left:0;
	top:0;
	margin-left:-360px;
}
.banner-switch li{
	width:16px;
	height:16px;
	background:#9f9f9f;
	box-shadow: 0px 0px 4px 0px #999 inset;
	border-radius:50%;
	margin-right:15px;
	float:left;
	cursor:pointer;
}
.banner-switch li:last-child{
	margin-right:0;
}
.banner-switch li.on{
	background-color:#e3e304;
}
.header-search{
	height:30px;
	border:1px solid transparent;
	border-radius: 15px;
	overflow: hidden;
	position: absolute;
	right:0px;
	top:31px;
	background: transparent;
	z-index: 99;
}
.header-search.border{
	border-color:#ddd;
}
.search-btn-sub{
	width:30px;
	height:30px;
	border-radius: 15px 0px 0px 15px;
	background: url(/style/images/search_icon.png) no-repeat 7px center;
}
.search-btn-text{
	color:#fff;
	-width:200px;
	width:0px;
	height:30px;
	line-height: 30px;
	text-indent: 5px;
	border-radius: 0px 15px 15px 0px;
	background: transparent;
}
/*头部结束*/
/*首页开始*/
.index-content{
	padding-top:46px;
	padding-bottom: 70px;
}
.notice{
	height:43px;
}
.notice-tit{
	width:414px;
	height:43px;
	background:url(/style/images/index_content_03.jpg);
}
.notice-wrapper{
	width:736px;
	height:41px;
	line-height: 41px;
	border:1px solid #f1edef;
	border-right:0;
	overflow: hidden;
}
.notice-slide{
	position:relative;
	height:9999px;
}
.notice-slide li{
	height:41px;
	line-height: 41px;
}
.notice-slide li .tit{
	width:528px;
	font-size:14px;
	padding-left:25px;
}
.notice-slide li .date{
	color:#999;
}
.notice-btn > a{
	display: block;
	width:25px;
	height:17px;
}
.notice-btn > a.prev{
	background: url(/style/images/index_content_06.jpg);
	margin:1px 0px 7px 0px;
}
.notice-btn > a.next{
	background: url(/style/images/index_content_09.jpg);
}
.nav-block{
	margin-top: 63px;
}
.nav-item{
	float:left;
	width:287px;
	height:210px;
	margin-right:17px;
	box-sizing: border-box;
}
.nav-item:last-child{
	margin-right:0;
}
.nav-item:nth-child(1) {
	background-color: #f77c18;
}
.nav-item:nth-child(2) {
	background-color: #3f9df4;
}
.nav-item:nth-child(3) {
	background-color: #20b8a1;
}
.nav-item:nth-child(4) {
	background-color: #8ebf5e;
}
.nav-item .img-wrp{
	width:254px;
	height:148px;
	margin:17px auto 0;
}
.nav-item .img-wrp img{
	width:100%;
	height:100%;
}
.nav-item .tit-wrp{
	width:255px;
	line-height: 100%;
	margin:11px auto 0;
	text-align: right;
	font-size:20px;
	color:#fff;
}
.nav-item .tit-wrp span{
	font-size:14px;
	text-transform: uppercase;
}
.nav-item:hover .img-wrp {
	-webkit-animation-name: shake;
	-ms-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 300ms;
	-ms-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running
}
@keyframes shake{
	25% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1.1);
	}
	75% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(2.5deg);
	}
}
/*首页结束*/
/*底部开始*/
.pageFooter{
	position: relative;
}
.pageFooter:before{
	content: "";
	display: block;
	width:100%;
	height:4px;
	position: absolute;
	left:0px;
	top:-4px;
	background: url(/style/images/footer_top_line_03.png) repeat-x;
}
.foot-main{
	background: #edf2f9;
}
.foot-main > .container{
	padding:46px 0px 78px;
	background: url(/style/images/footer_03.png) no-repeat 788px 75px;
}
.foot-main dl{
	width:120px;
	margin-right:25px;
	float:left;
}
.foot-main dl dt{
	font-size:20px;
	margin-bottom: 10px;
}
.foot-main dl dd{
	font-size:14px;
	color:#666;
	line-height: 30px;
}
.foot-main dl dd a{
	color:inherit;
	font-size:inherit;
	font-family: inherit;
}
.foot-main dl dd a:hover{
	color:#000;
}
.foot-bot{
	height:42px;
	line-height: 42px;
	font-size:13px;
	color:#fff;
	text-align: center;
	background: url(/style/images/footer_14.jpg) no-repeat center bottom;
}
.icon-wx{
	width:20px;
	height:18px;
	background-image: url(/style/images/footer_06.png);
	margin-right: 5px;
}
.icon-qq{
	width:16px;
	height:17px;
	background-image: url(/style/images/footer_10.png);
	margin-right: 9px;
}
.dd-wx{
	cursor: default;
	position: relative;
}
.dd-wx .wx-ewm{
	position: absolute;
	left:0px;
	top:-120px;
	z-index: 99;
	display: none;
}
.dd-wx:hover .wx-ewm{
	display: block;
}
/*底部结束*/
/*内页开始*/
.pageHeader.inside-header > .header{
	height:90px;
	background:#0659b7;
	position: static;
}
.pageHeader.inside-header .header-nav a{
	margin-left:0px;
	display: inline-block;
	height:90px;
	width:99px;
	line-height: 90px;
	text-align: center;
}
.pageHeader.inside-header .header-nav .sep{
	margin:0px 33px;
	font-size:18px;
}
.pageHeader.inside-header .header-nav{
	margin-left:128px;
}
.inside-header .search-btn-sub{
	background-image: url(/style/images/inside_03.png);
}
.pageHeader.inside-header .header-logo{
	margin-top: 17px;
	
}
.pageHeader.inside-header .header-nav{
	margin-top: 0px;
}
.pageHeader.inside-header .header-search{
	top:31px;
}
.pageHeader.inside-header .header-nav a.on,
.pageHeader.inside-header .header-nav a:hover{
	color:#fff;
}
.nav-line{
	width:99px;
	height:3px;
	background-color: #fff;
	position: absolute;
	left:0px;
	bottom:1px;
}
.inside-container{
	padding:60px 0px 64px;
}
.inside-left{
	width:260px;
	
}
.inside-right{
	width:891px;
}
.side-list{
	border-top: 1px solid #cecccc;
	position: relative;
}
.side-list li.side-list-item{
	height:49px;
	line-height: 49px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #cecccc;
	font-size:16px;
	color:#333;
}
.side-list li:hover,.side-list li.on{
	background:#0659b7;
}
.side-list li:hover a,.side-list li.on a{
	color:#fff;
}
.side-list.oblate li.side-list-item{
	height:33px;
	line-height: 33px;
}


.side-list li.side-line{
	width:4px;
	height:51px;
	background-color: #0659b7;
	position: absolute;
	right:0px;
	top:-1px;
}
.side-list.oblate li.side-line{
	height:35px;
}
.side-list li.side-list-item:hover,
.side-list li.sside-list-item.on{
	color:#0659b7;
}
.ins-right-top{
	height:48px;
	line-height: 48px;
	border-bottom:1px solid #d6d1d1;
}
.ins-right-top h2{
	height:100%;
	font-size:22px;
	color:#0659b7;
	float:left;
}
.ins-right-top .crumb{
	height:100%;
	line-height: 54px;
	color:#666;
	float:right;
	padding-right:3px;
	padding-left:20px;
	background: url(/style/images/inside_07.png) no-repeat left 18px;
}
.ins-right-top .crumb a{
	color:inherit;
}
.ins-right-top .crumb a:hover{
	color:#DD2727;
}
.inside-content{
	padding:20px 0px;
	line-height:2em;
	min-height:300px;
}
.inside-content img{ max-width:100% !important;}
.inside-content>p{ text-indent:2em;}
.show-pro-top{
	margin-bottom: 29px;
}
.show-pro-top .left{
	width:407px;
}
.show-pro-top .left .pro-img-wrp{
	width:407px;
	height:290px;
	border:solid 1px #eaeaea;
}
.show-pro-top .left .pro-img-wrp img{
	width:auto;
	height:100%;
	display: block;
	margin: auto;
}
.show-pro-top .left .func-wrp{
	margin-top: 18px;
}
.show-pro-top .left .func-wrp .viewlarge{
	color:#999;
	margin-top: 8px;
	padding-right:20px;
	background: url(/style/images/inside_15.png) no-repeat right center;
}
.show-pro-top .left .func-wrp .viewlarge:hover{
	color:#0457b7;
	}
.show-pro-top .right{
	width:456px;
}
.show-pro-top .right h1{
	height:32px;
	line-height:26px;
	font-size:16px;
	color:#000;
	border-bottom: 1px dotted #bfbfbf;
	font-weight:900;
}
.show-pro-top .right .con-wrp{
	padding-top:8px;
}
.show-pro-top .right .con-wrp .tit{
	font-size:14px;
	color:#000;
	margin-bottom: 8px;
}
.show-pro-top .right .con-wrp .text{
	
	color:#666;
	}
.show-pro-det{
	margin-bottom: 35px;
}
.show-pro-det-tit{
	height:40px;
	background-color: #eee;
	margin-bottom: 24px;
}
.show-pro-det-tit h3{
	width:112px;
	height:40px;
	line-height: 40px;
	background-color: #1e8ec5;
	font-size:13px;
	color:#fff;
	text-align: center;
}
.show-pro-det .text{
	font-size:14px;
	line-height: 28px;
}
.show-pro-rel-tit{
	height:40px;
	background-color: #f5f5f5;
	margin-bottom: 36px;
}
.show-pro-rel-tit h3{
	height:100%;
	line-height: 40px;
	font-size:16px;
	color:#333;
	padding-left:20px;
	border-left:3px solid #3197c9;
}
.ins-rel-list ul li{
	width:211px;
	float:left;
	margin-right:11px;
}
.ins-rel-list ul li:last-child{
	margin-right:0;
}
.ins-rel-list ul li .img-wrp{
	width:209px;
	height:147px;
	overflow: hidden;
	border:1px solid #dcdbdb;
}
.ins-rel-list ul li .img-wrp img{
	width:209px;
	height:147px;
	transition: all .4s;
}
.ins-rel-list ul li .img-wrp img:hover{
	transform: scale(1.2);
}
.ins-rel-list ul li .tit-wrp{
	margin-top: 10px;
	text-align: center;
}
.body-mask{
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 99998;
	background: rgba(0,0,0,.4);
	display: none;
}
.show-pro-bimg{
	width:100% ;
	position: fixed;
	left:0px;
	top:0px;
	z-index: 99999;
	display: none;
	justify-content:center;
	align-items:center;
}
.show-pro-bimg img{
    max-height: 100%;
    width:auto !important;

}
.close{
	position: absolute;
	right:30px;
	top:30px;
	font:500 30px 'simsun';
	color:#53a3ff;
	transition: all 1s;
	cursor: pointer;
	font-weight:900;
	z-index: 999;
}
.close:hover{
	
    
    transform: rotate(180deg);
}
.ins-case-list ul li{
	float:left;
	width:282px;
	margin-right:21px;
	margin-bottom: 26px;
}
.ins-case-list ul li:nth-of-type(3n){
	margin-right:0;
}
.ins-case-list ul li .img-wrp{
	width:100%;
	height:80px;
	border:1px solid #c8c8c8;
	margin-bottom: 16px;
	overflow:hidden; text-align:center;
	display:flex;flex-direction:column;justify-content: center;
}
.ins-case-list ul li .img-wrp img{
	width:auto;
	max-width:100%;
	height:auto;

/*	height:100%;*/
}
.ins-case-list ul li .tit-wrp{
	width:100%;
	height:36px;
	line-height: 36px;
	background-color: #f1f1f1;
	font-size:14px;
	color:#0659b7;
	text-indent: 10px;
	overflow: hidden;
}
.ins-case-list ul li .con-wrp{
	padding:15px 0px;
	border-bottom: 1px dotted #b1b1b1;
	margin-bottom: 18px;
}
.ins-case-list ul li .con-wrp p{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	
}
.ins-case-list ul li .con-wrp p:before{
	content: "·";
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin:0px 8px;
}
.ins-case-list ul li .more{
	display: block;
	margin-left:16px;
	width:102px;
	height:33px;
	line-height: 33px;
	background-color: #ff7f00;
	color:#fff;
	text-align: center;
	font-size:13px;
}
.ins-case-list ul li .more:hover{
	background-color: #e98726;
}
.ins-pro-list ul li{
	float:left;
	width:435px;
	margin-right:20px;
	margin-bottom: 22px;
}
.ins-pro-list ul li:nth-of-type(2n){
	margin-right:0;
}
.ins-pro-list ul li .img-wrp{
	width:435px;
	height:313px;
	border:1px solid #e1e4e7;
	overflow: hidden;
	box-sizing:border-box;
}
.ins-pro-list ul li .img-wrp img{
	width:auto;
	height:100%;
	display: block;
	margin: auto;
	transition: all .4s;
}
.ins-pro-list ul li:hover .img-wrp img{
	transform: scale(1.05);
}
.ins-pro-list ul li .con-wrp{
	height:42px;
	padding:12px 15px 0;
	box-sizing: border-box;
	position: relative;
	background-color: #f1f5f8;
}
.ins-pro-list ul li .con-wrp .tit{
	font-size:16px;
	color:#333;
	height:15px;
	line-height: 15px;
	margin-bottom: 8px;
	position: relative;
	text-align:center;
}
/*.ins-pro-list ul li .con-wrp .tit:before{
	content: "";
	display: block;
	width:3px;
	height:15px;
	background-color: #0870cb;
	position: absolute;
	left:-9px;
	top:0px;
}*/
.ins-pro-list ul li .con-wrp .desc{
	font-family: "宋体";
	color:#878484;
	line-height: 20px;
	height:40px;
	overflow: hidden;
}
.ins-pro-list ul li .con-wrp .desc span{
	color:#0870cb;
}
.ins-pro-list ul li .con-wrp .more-icon{
	width:27px;
	height:26px;
	background: url(/style/images/list_pro_07.jpg) no-repeat;
	position: absolute;
	right:0px;
	bottom:0px;
}
.ins-pro-list ul li:hover .con-wrp{
	background-color: #0870cb;
}
.ins-pro-list ul li:hover .con-wrp .tit:before{
	background-color:#fff;
}
.ins-pro-list ul li:hover .con-wrp .more-icon{
	display: none;
}
.ins-pro-list ul li:hover .con-wrp *{
	color:#fff !important;
}
.ins-thy-list ul li{
	width:420px;
	margin-right:49px;
	margin-bottom: 14px;
	float:left;
}
.ins-thy-list ul li:nth-of-type(2n) {
	margin-right:0;
}
.ins-thy-list ul li .img-wrp,
.ins-thy-list ul li .img-wrp img{
	width:100%;
	height:198px;
}
.ins-thy-list ul li .con-wrp {
	padding-top:10px;
}
.ins-thy-list ul li .con-wrp .tit{
	height:30px;
	line-height: 30px;
	overflow: hidden;
	font-size:16px;
}
.ins-thy-list ul li .con-wrp .desc{
	height:56px;
	line-height: 28px;
	font-size:14px;
	color:#666;
}
.page-contact-left{
	width:426px;
}
.page-contact-right{
	width:611px;
}
.page-contact-left .cont-tit{
	width:353px;
	height:71px;
	background: url(/style/images/contact01.jpg);
	margin-bottom: 15px;
}
.page-contact-left .cont-list li{
	padding:19px 30px 20px 80px;
	border-bottom:1px solid #d9d5d5;
}
.page-contact-left .cont-list li:nth-child(1){
	background: url(/style/images/contact_06.jpg) no-repeat left center;
}
.page-contact-left .cont-list li:nth-child(2){
	background: url(/style/images/contact_09.jpg) no-repeat left center;
}
.page-contact-left .cont-list li:nth-child(3){
	border-bottom: 0;
	background: url(/style/images/contact_12.jpg) no-repeat left center;
}
.page-contact-left .cont-list li .top{
	color:#666;
	margin-bottom: 5px;
}
.page-contact-left .cont-list li .det p{
	line-height: 24px;
}
.page-contact-left .cont-list li .det{
	font-size:16px;
	line-height: 29px;
}
.ins-news-headline{
	height:182px;
	margin-bottom: 74px;
}
.ins-news-headline .left{
	width:575px;
	height:182px;
	box-sizing: border-box;
	padding:11px 0px 0px 4px;
	border-top:1px solid #d4d3d3;
	border-bottom:1px solid #d4d3d3;
}
.ins-news-headline .left .date{
	font-size:14px;
	color:#0659b7;
	line-height: 100%;
	margin-bottom: 5px;
}
.ins-news-headline .left .tit{
	height:30px;
	line-height: 30px;
	overflow: hidden;
	font-size:14px;
}
.ins-news-headline .left .desc{
	max-height:72px;
	line-height: 24px;
	color:#666;
	overflow: hidden;
	margin-bottom: 6px;
}
.ins-news-headline .left .more{
	display: block;
	width:113px;
	height:32px;
	line-height: 31px;
	text-align: center;
	font-size:14px;
	color:#666;
	background-color: #e2e2e2;
	transition: all .3s;
}
.ins-news-headline .left .more:hover{
	background-color: #0659B7;
	color:#fff;
}
.ins-news-list ul li{
	height:119px;
	margin-bottom: 33px;
}
.ins-news-list ul li .left{
	width:692px;
	height:119px;
	border-top:1px dotted #8b8b8b;
	border-bottom:1px dotted #8b8b8b;
	box-sizing: border-box;
}
.ins-news-list ul li .left .tit{
	font-size:16px;
	height:40px;
	line-height: 40px;
	overflow: hidden;
	padding-left:4px;
}
.ins-news-list ul li .left .desc{
	line-height: 21px;
	max-height: 42px;
	color:#666;
	margin-bottom: 8px;
	padding-left:4px;
}
.ins-news-list ul li .left .date{
	padding-left:29px;
	background: url(/style/images/news_10.jpg) no-repeat 5px center;
	color:#999;
	font-size:13px;
}
.ins-pic-list ul li{
	width:282px;
	margin-right:21px;
	margin-bottom: 12px;
	float:left;
}
.ins-pic-list ul li .img-wrp{
	border:solid 1px #d7d7d7;
	overflow: hidden;
}

.ins-pic-list ul li .img-wrp{width: 282px; height: 227px; overflow: hidden;}
.ins-pic-list ul li .img-wrp img{
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all .4s;
}
.ins-pic-list ul li .img-wrp img:hover{
	transform: scale(1.1);
}
.ins-pic-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.ins-pic-list ul li .tit{
	font-size:14px;
	color:#0659b7;
	height:45px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
}
.art-tit{
	font-size:20px;
	color:#000;
	line-height: 35px;
	text-align: center;
	font-weight:900;
}
.art-info{
	font-size:13px;
	color:#555;
	text-align: center;
	margin-bottom: 8px;
}
/*内页结束*/
/*---bootstrap pagination style---*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 25px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > a, .pagination > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.8;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > a:first-child, .pagination > span:first-child{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination  span{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3498DB;
    border-color: #2f89c6;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}
/*---bootstrap pagination style---*/
/*map*/
.stateTip, #StateTip { display: none; position: absolute; padding: 8px; background: #fff; border: 2px solid #2385B1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size: 12px; font-family: Tahoma; color: #333; }
.mapInfo i { display: inline-block; width: 15px; height: 15px; margin-top: 5px; line-height: 15px; font-style: normal; background: #aeaeae; color: #fff; font-size: 11px; font-family: Tahoma; -webkit-border-radius: 15px; border-radius: 15px; text-align: center }
.mapInfo i.active { background: #E27F21; }
.mapInfo span { padding: 0 5px 0 3px; }
.mapInfo b { font-weight: normal; color: #2770B5 }

.ny_tt{ background:url(/style/images/jian.png) no-repeat 100px center;}
.ny_tt a{ font-size:12px; padding-left:97px; text-align:left; box-sizing:border-box;}
#catr:nth-child(4n){ margin-right:0 !important;}
#catr .img-wrp{ border:solid 1px #c1c4cb;}
#catr .img-wrp img{ width:215px; height:285px;}
#catr .tit{ line-height:23px; margin-top:5px;}
#catr .img-wrp img:hover {
    transform: scale(1.03);}
	
	
	
	
.inside-content table td{ border:solid 1px #cccccc;}

#testing{ 
	width:100%; 
	height:50px;
	background:#0659b7;
	margin-top:10px;
	line-height:50px;
	text-align:left;
	box-sizing:border-box;
	}
	
#testing ul li{
	float:left;
	font-size:16px;
	color:#fff;
	padding:0 15px;
	}
#testing ul li:hover{
	background:#0a4e9b;
	}
#testing ul li a{
	font-size:16px;
	display:block;
	color:#fff;}
#testing ul li.jc{
	margin-right:0px;}
	
	
	
	
	
.left_contact{ width:100%; min-height:300px; margin-top:80px; background:#f9f9f9; padding-bottom:20px; border-bottom:solid 4px #ededed;}

.left_contact .l_t{ height:50px; background:#0659b7; text-align:center; line-height:50px; font-size:18px; color:#fff;}
.left_contact .l_tu{ height:130px; }
.left_contact .l_c{ margin-top:20px; padding:0 10px; }

.left_contact .l_c li{ border-bottom:dashed 1px #dfdfe0; padding:10px 0; font-size:12px; color:#666;}

.left_contact .l_c li.china_kf{  height:auto; background:url(/style/images/left_tel.png) no-repeat left center; padding-left:60px; }
.left_contact .l_c li.china_kf strong{ font-size:26px; font-style:italic; color:#0659b7}
.left_contact .l_c li.left_add{background:url(/style/images/left_add.png) no-repeat left center; padding-left:60px; color:#333;}











/*
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 */