@charset "utf-8";
/* CSS Document */



body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
	
}
h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
	
}
p{
	
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	line-height:1.5em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    text-decoration: none;
}
html{
	-webkit-text-size-adjust:none;
	
	}
body{
	font-size:14px;
	background-color:#FFF;
	font-family:"微软雅黑", "宋体";
}




#lang{
	color:#fff;
	background-color:#000;
	width:100%;
	overflow:hidden;
}

#langnr{
	margin:0px auto;
	
}
#langleft ul,#shareli{
	font-size:0px;
}
#shareli{
	text-align:right;
}
#langleft{
	position:relative;
}
#languge{
	width:40px;
	line-height:45px;
	text-align:center;
	position:absolute;
	text-indent:0px;
	right:15px;
	top:0px;
	display:none;
}
#langleft a:hover{
	color:#fabf01;
}
#langleft li,#shareli li{
	border-left:#4e4e4e solid 1px;
	display:inline-block;
	font-size:14px;
	line-height:45px;
	vertical-align:top;
	color:#cccccc;
}

#shareli li{
	min-width:40px;
	text-align:center;
	text-indent:1em;
}
#langleft li{
	padding-left:20px;
	padding-right:10px;
}

#shareli li:hover{
	background-color:#333;
}
#shareli li a{
	display:block;
	color:#333;
	font-weight:bold;
	background-color:#fabf01;
	text-transform:uppercase;
	width:160px;
	
}

#top{
	width:100%;
	background-color:#ffffff;
	padding-bottom:2px;
}
.sb{
	display:inline-block; 
	float:left;
	margin-top:1em;
}
@media screen and (max-width: 959px){
	.ot-btn{
		display:none;
	}
}




.navbar-default{background-color:#ffffff; margin-bottom:0px; padding-top:12px; font-size:16px; text-transform:uppercase;}/*整个导航栏的背景颜色*/
.navbar-default .navbar-collapse{padding-right:0px;padding-left:0px; border:none; margin-top:5px;}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;}
.navbar-nav>li>a{border-radius:0px;  }
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fabf01;background-color:transparent;border-bottom:#fabf01 solid 2px;}/*链接HOVER颜色*/
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#fabf01; background:none; border-bottom:#fabf01 solid 2px;}/*active焦点背景，字体颜色*/
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#fabf01;background:none;}/*点击下拉菜单焦点背景*/


/*缩略图*/
.navbar-toggle{
	background-color:#fabf01;
	border:none;
	margin-bottom:20px;
	
}
.navbar-default .navbar-toggle:hover{
	background-color:#fabf01;
}
.navbar-default .navbar-toggle:focus{
	background-color:#d7a400;
}

.navbar{
	min-height:80px;
}

@media only screen and (max-width: 767px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{ display:inline;}
	.navbar-brand{float:left;height:48px;font-size:18px;line-height:48px}
	.navbar-default .navbar-brand{color:#fff}
	.navbar-default .navbar-collapse{ background-color:#333;}/*手机版导航背景颜色*/
	.navbar-default .navbar-nav>li>a{color:#fff;}/*手机版链接颜色*/
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{ text-indent:2em;}/*手机版菜单字体格式*/
	.navbar-default .navbar-nav>li{ border-bottom:#666 solid 1px;}
    .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#fabf01;background-color:#444;}/*手机焦点链接HOVER颜色*/
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#999;background-color:#444;}
	#shareli{
		display:none;
	}
	
	#languge{
		display:block;
	}
	#mobilesearch{
	background-color:#000;
	height:48px;
}
	}
	
@media (min-width:768px){
	.navbar{border-radius:0px; border:none;}	
	/*宽屏版电脑下拉菜单*/
.dropdown-menu{
	background-color:#232323;
	overflow:hidden;	
}
.navbar-right .dropdown-menu{right:auto;left:-30px;}

.dropdown-menu>li>a{
	color:#FFF;
}
.dropdown-menu>li{
	border-bottom:#8fc41f solid 1px;
	
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#8fc41f;text-decoration:none;background:none;}
.dropdown-menu>li:hover{
	color:#8fc41f;
}
#mobilesearch{
	display:none;
}
	/*下拉菜单*/	
}
@media (min-width:1300px){
	.navbar-default .navbar-nav>li{
	margin-left:10px;
	margin-right:10px;
}/*宽屏导航菜单的间距*/			
}

.mSearch{
	padding-right:1em;
}

.mSearch .input{ border:0; font-size:12px; width:250px;height:25px;line-height:25px;border:solid 2px; border-color:#666;  background:#727272 url(../images/zoom.jpg) no-repeat right center; color:#efefef;text-indent:10px; display:inline-block; border-radius:30px;  }

.mSearch .input:focus{
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
border-color:#999;
}
.mSearch .submit:active:focus,
.mSearch .submit:active:hover,
.mSearch .submit:focus,
.mSearch .submit:hover {
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.mSearch .submit{width:120px;height:35px; border:0;background:#f08300;  color:#FFF; cursor:pointer; display:inline-block;margin-left:10px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*-----*/

@media screen and (min-width: 768px) and (max-width: 959px){
	.mSearch .input{
		width:250px;
		}
		.mSearch .submit{
			width:60px;
		}
	
	}
@media screen and (max-width: 767px) {

	.mSearch{
		padding-top:1em;
	}
	#langleft li:first-child{
		display:none;
	}
	}
@media screen and (max-width: 415px){

	.mSearch .input{
		width:180px;
		}
	
	}


/*-bottom---*/

#bottoma{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e5e5e5;
	padding:35px 0 20px 0;
}
.botlog{
	max-width:100%;
	display:block;
	margin-bottom:20px;
}
#bottoma h2{
	font-size:24px;
	font-weight:bold;
}
#bottoma h2 small{
	font-size:16px;
	color:#333;
	
}
#bottoma h2 a{
	color:#333;
}
#bottoma dl{
	margin-top:20px;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
	#bottoma dl{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}
}
#bottoma dl:first-child{
	margin-left:0px;
}
#bottoma dl:last-child{
	margin-right:0px;
}
#bottoma dt{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#333;
	line-height:30px;
	text-transform:uppercase;
}
#bottoma .col-sm-3 p{
	color:#333;
	margin-bottom:3px;
}
#bottoma dd{
	line-height:24px;
	text-align:left;
	color:#666;
}
#bottoma dd a{
	color:#666;
	
}
#bottoma dd a:hover{
	color:#000;
}

.contactfsline{
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:#a1a1a1 dashed 1px;
}
.contactfs{
	padding-top:20px;
}
.contactfs p{
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
}
.contactfs h3 a{
	font-weight:bold;
	font-size:24px;
	color:#333;
	line-height:30px;
}
.contactfs h4 a{
	font-weight:bold;
	font-size:18px;
	color:#333;
	line-height:30px;
}
.bottome{
	width:100%;
	background-color:#040404;
	clear:both;
	padding:20px 0;
	color:#666;
}

.bottomright{
	text-align:right;
}
.bottome a{
	color:#fff;
	font-size:12px;
}
.bottome a:hover{
	color:#fff;
}

/*------*/

#banner{
	 width:100%;
	 background-repeat:no-repeat;
	 background-position:center center;
	 position:relative;
	 text-transform:uppercase;
}
.banner{
	background-image:url(../images/nybanner.jpg);
}
.banner1{
	background-image:url(../images/news1.jpg);
}
.bannercat{
	background-image:url(../images/catalog.jpg);
}
.bannerapp{
	background-image:url(../images/application.jpg);
}
.bannerpro{
	background-image:url(../images/linian.jpg);
}
#bannerwz{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	left:0px;
	top:0px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

h1{
	vertical-align: middle; display: inline-block; *display: inline; *zoom: 1;
	color:#f8bd02;
	font-size:44px;
	font-weight:bold;
	
	
}
#bannerwz p{
	color:#CCC;
}

@media only screen and (max-width: 767px) {
	#banner{
		min-height:200px;
		overflow:hidden;
		
	}

}
@media only screen and (min-width: 1920px) {
	#banner{
		 -moz-background-size:100%; /* 老版本的 Firefox */
     background-size:100%;
	}
}




.theme-breadcrumb{
	position:relative;
	border-bottom:#ebebeb solid 1px;
}

.theme-breadcrumb .breadcrumb{
	background:none;
	padding:20px 0px;
	
	margin:0px;
	
}

.theme-breadcrumb .breadcrumb li,
.theme-breadcrumb .breadcrumb li a{
	color:#b7b7b7;
	font-size:12px;
	text-transform:uppercase;	
}

.breadcrumb{list-style:none;background-color:#f5f5f5;border-radius:4px}
.breadcrumb>li{display:inline-block;list-style:none;}
.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}
.breadcrumb>.active{color:#777}
.breadcrumb li a:hover{
	color:#e77817;
}



.box-left{
	max-width:250px;
	min-width:180px;
	overflow:hidden;
	-webkit-box-shadow:3px 3px 3px #cccccc;  
    -moz-box-shadow:3px 3px 3px #cccccc;  
     box-shadow:0px 0px 10px #dddddd;
}
	
.box-left-title{
	background-color:#fabf01;
	color:#fff;
	
	padding:20px 0;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	border-bottom:#fff solid 1px;
}
.box-left dt{
	height:43px;
	line-height:43px;
	text-indent:2em;
	cursor:pointer;
	border-bottom:#eee solid 1px;	
	color:#999;
	overflow:hidden;
}
.box-left dt a{
	display:block;
	font-weight:normal;
	
	font-weight:400;
}
.box-left dt a:hover{
	color:#333;
	background: #fabf01;
}
.current1{
	color:#999;
	background: #fff;
}
.current{
	color:#333;
	background-color: #fabf01;
}
.product-item{
	margin-top:20px;
}


.productsitem{
	padding:0;
	border:none;
    border-radius:0px;
	margin-bottom:40px;
	 -moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.productsitem :hover img{
	-webkit-box-shadow:0px 0px 20px #aaaaaa;  
    -moz-box-shadow:0px 0px 20px #aaaaaa;  
     box-shadow:0px 0px 20px #aaaaaa;
}
.thumbnail .caption{
	padding:9px;color:#999; white-space:nowrap;
	background-color:#ebeef0;
	
	}
/*重定分页*/
.pagination>li>span{
	color:#fff;
	background-color:#fabf01;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;background-color:#fabf01;border-color:#ddd}
.pagination>li>a{
	color:#fff;
	background-color:#333;
}

.leftnavchil{
	width:100%;
	background-color:#c2cece;
	overflow:hidden;
	display:none;
	
	}
	
.box-left h1{
	line-height:60px;
	background: url(../images/bj.jpg) no-repeat 10px bottom #004098;
	color:#FFF;
	font-size:24px;
	text-align:center;
}

.box-right-title h1{
	color:#333;
}
.vista,#nyleftcon li a:hover{
	color:#fff;
	font-size:14px;
	background-color:#f08300;
}

.cur{
	font-size:12px;
	color:#aeaeae;
}

.prosami{
	padding-top:20px;
	padding-bottom:20px;
}
.prolist a{
	color:#333;
}
@media only screen and (max-width: 1023px) {
	.product-list{display:none;}
	
	}
@media only screen and (max-width: 767px) {
	#boxleftnav{display:none;}
	}
/*产品详细*/


.promartop{
	margin-top:30px;
	background-color:#000;
	border-bottom:#c1c1c1 solid 1px;
	color:#333;
	text-indent:2em;
	font-size:24px;
	font-weight:bold;
	
	text-transform:uppercase;
	}


.promartoptitle{
	width:300px;
	background-color:#f8bd03;
	padding:20px;
}
.proname{
	font-size:16px;
	padding:20px 0;
	color:#999;
	line-height:30px;
	font-weight:normal;
	border-top:#fabf01 solid 3px;
}
.proname strong{
	font-size:30px;
	color:#333;
	font-weight:bold;
}



#nyjiacondet{
	width:100%;
	overflow:hidden;
	
}
.nyjiacondeth{
	display:inline-block;
	padding:8px 2em;
	border-right:#FFF solid 1px;
	color:#fff;
	background-color:#d20b1d;
	cursor:pointer;
	margin-top:10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}


.nyjiacondetc{
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	background-color:#f8f8f8;
}

.proviewbgny{
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	background-color:#f8f8f8;
}
.proviewbgny h3{
	color:#333;
	padding:15px 0;
	font-size:20px;
	
}

.proviewbgny p{
	line-height:25px;
    color:#666;
	padding:20px 0;
	margin-bottom:10px;
	word-wrap: break-word;
    word-break: normal;
	}

.proviewbgny table{
	color:#666;
	width:100%;
	margin-top:20px;
}

.proviewbgny table th{
	text-align:center;
	font-weight:bold;
	background-color:#666;
	color:#FFF;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
}
.proviewbgny table td{
	padding:5px 20px;
	text-align:center;
	border:#CCC solid 1px;
}

@media (max-width:768px){
	.proviewbgny{
		padding:0px;
	}
	.proviewbgny table td{
	padding:0px 0px;
}
}


/*--目录下载-*/

.catalog{
	 flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   background-color:#f1f1f1;
   border-top:#000 solid 1px;
}

.catalog:first-child{
	 border-top:none;
}
.catalogitem,.catalogcon{
	flex:1;
	padding-top:15px;
	padding-bottom:15px;
	border-left:#d1d1d1 solid 1px;
	display: -webkit-flex;
  display: -ms-flexbox;
   display: flex;
   align-items:center;
   justify-content:center;
}
.catalogitembg{
	background-color:#f8bd02;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.catalogcon{
	padding-left:20px;
	padding-right:20px;
}
.catalogcon{
	flex-grow:2;
}
@media (max-width:768px){
	
	.catalog{
		display:block;
	}
	.catalogcon{
	 border-bottom:#CCC solid 1px;
	 border-top:#CCC solid 1px;
}
}
.catabor{
	border-top:#CCC solid 1px;
	background-color:#047e44;
	color:#fccf00;
	font-weight:bold;
	margin-top:30px;
}
.cataline{
	width:45px;
	background-color:#fdd100;
	height:5px;
	margin-bottom:30px;
}
/*--------*/
.application{
	margin-top:60px;
}
.application .col-md-3 p{
	min-height:150px;
	text-align:center;
}
#appfeatures{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#appfeatures img{
	border-radius:8px;
	border:#f8bd02 solid 2px;
}
.appfeatures{
	width:200px;
}
.appfeatpadd{
	flex:1;
	padding:20px;
}
.appfmore{
	margin-top:40px;
}
.appfmore a{
	max-width:400px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	margin:0 auto;
	border-radius:30px;
	display:block;
	color:#333;
	text-decoration:none;
	background-color:#fff;
	padding:8px 0;
	border:#f8bd02 2px solid;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.appfmore a:hover{
	background-color:#f8bd02;
	color:#333;
	border:#f8bd02 2px solid;
	
}
.appfeatpadd h4{
	color:#f8bd02;
	font-size:24px;
	margin-bottom:10px;
}
.application .col-md-6{
	margin-bottom:20px;
}
.aboutdiver{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
	margin-top:60px;
	margin-bottom:60px;
}
.aboutdiverlogo{
	width:200px;
}
.aboutdiverline{
	height:20px;
	flex:1;
	background-color:#000;
	background-image:url(../images/fztx1.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.sectpadding{
	background-color:#fff; padding:120px 0; 
}
.sectpaddingpro{
	background-color:#eceef0; padding:60px 0; 
}
.sectpaddingpriew{
	background-color:#fff; padding-top:60px; 
}
.sectpaddingapp{
	background-color:#e9ecee; padding-bottom:60px; 
}

.about-title{
	width:100%;
	color:#333;
	font-size:44px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:10px;
	text-transform:uppercase;
	
}


.about-brief{
	color:#787878;
	padding-right:30px;
}
.about-line{
	width:60px;
	height:20px;
	margin-bottom:30px;
	}
.about-linebk{
	display:inline-block;
	width:6px;
	height:5px;
	border-right:#f8bd02 solid 5px;
	transform:skewX(150deg);
}
.about-brief:first-child{
	text-align:left;	
}
.about-brief p{
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	
}

.about-brief img{
	box-shadow:2px 5px 5px #c1c1c1;
}

.about-mission h4{
	font-size:18px;
	color:#333;
}
.about-mission{
	color:#787878;
	margin-top:40px;
}
.about-mission td,.about-mission th{
	padding:10px;
}
.about-mission img{
	box-shadow: 0px 0px 5px #888888;
}
.about-org{
	background-color:rgba(0,0,0,0.7);
	padding:120px 0;
	width:100%;
	text-align:center;
}

.about-org h4{
	color:#fff;
	font-weight:bold;
	font-size:48px;
	
}
.about-org p{
	color:#bbb;
}
.about-org:before{
	content:'';
	width:100%;
	height:40px;
	position:absolute;
	left:0px;
	top:-40px;
	background-color:#FFF;
	-webkit-box-shadow:5px 5px 5px #dddddd;  
    -moz-box-shadow:5px 5px 5px #dddddd;  
    box-shadow:5px 5px 5px #dddddd;
}
.about-org1,.about-org-line{
	display:inline-block;
	border:#CCC solid 1px;
	padding:10px 20px;
	vertical-align:text-top;
	margin:10px;
}
.about-org-line{
	border:none;
	width:200px;
	height:40px;
	padding:0px;
}
.about-orgbg{
	background-image:url(../images/aboutbg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100% auto;
}

.aboutcf img{
	width:100%;
}
.aboutcf{
	margin-top:60px;
}
.aboutcf .col-xs-6{
	margin-bottom:20px;
}
.aboutcfmore{
	margin-top:40px;
}
.aboutcfmore a{
	max-width:200px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	margin:0 auto;
	border-radius:30px;
	display:block;
	color:#fff;
	background-color:#f8bd02;
	padding:8px 0;
	border:#f8bd02 2px solid;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.aboutcfmore a:hover{
	color:#333;
	border:#f8bd02 2px solid;
	background-color:#fff;
}
.aboutlinian{
	background-color:#333;
	padding:120px 0;
	background-image:url(../images/linian.jpg);
	background-repeat:no-repeat;
	background-siza:cover;
	background-position:center center;
}
.aboutlinian .row{
	margin-top:60px;
}
.aboutlinian .col-sm-6{
	padding:0 30px;
}
.aboutlinian ul li:first-child{
	min-width:200px;
}
.aboutlinian ul{
	margin-bottom:10px;
}
.aboutlinian ul li{
	color:#fff;
}
.aboutlinian ul li i{
	color:#f8bd02;
}
.aboutlinian p{
	color:#FFF;
	margin-bottom:30px;
}
.aboutlinian h3{
	color:#f8bd02;
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
}
.about-title1{
	width:100%;
	color:#fff;
	font-size:44px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	
}
@media only screen and (max-width: 767px) {
	.sectpadding{
	 padding:40px 0; 
}
.sectpaddingpro{
	padding:20px 0; 
}
.sectpaddingpriew{
	 padding-top:20px; 
}
.sectpaddingapp{
	padding-bottom:20px; 
}
.about-title1,.about-title,.about-org h4{
	font-size:30px;
}

}
.about-title3{
	color:#fff;
}
.news h3 a{
	color:#333;
}
.newsview a{
	color:#999;
}
.newsview a:hover{
	text-decoration:underline;
}
.news h3 a:hover{
	color:#fabf01;
}
.news h5 a{
	color:#333;
}
.news h5 a:hover{
	color:#fabf01;
}
.newsview{
	
	line-height:25px;

}
.newsn p.newsview p{
	margin:0px;
	word-wrap:break-word;
	word-break:normal;
	text-align:left;
	color:#666;
}
.newsn p{
	width:100%;
	word-wrap:break-word;
	word-break:normal; 
}
.newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	display:block;
	margin:0 auto;
}
.newsview  h2,.newsview-name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
.newsview-name{
	font-size:24px;
	}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-bottom:40px;
}
.newsview-div{
	text-align:right;
}
.newsview-page{
	border-top:#CCC solid 3px;
}
.newsview h3{
	font-size:14px;
	font-weight:bold;
}
.newsview h1{
	font-size:20px;
	font-weight:bold;
}

.news{
	padding:20px;
	text-align:left;
	background-color:#f6f6f6;
	margin-top:2em;
	color:#666;
	border-top:#fabf01 solid 3px;
	text-align:center;
	
}
.newsimg{
	padding-right:20px;
}

.newsimg a:hover>img{
	 -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    -o-filter: grayscale(60%);
    filter: grayscale(60%);
    filter: gray;
}
.newsn{
	padding-top:0px;
	text-align:left;
}
.newsn p a{
	color:#999;
}
.newsn p a:hover{
	color:#666;
}
.newsn em{
	color:#999;
}
.news p{
	margin:1em auto 1em auto;
}
.news h3{
	color:#333;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
.contact{
	position:relative;
	background-color:#000;
	padding:200px 0;
}
.contactmaptitle{
	background-color:#000;
	color:#f8bd02;
	padding:20px 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	border-top:#f8bd02 solid 2px;
}
.contactmap{
	width:100%;
	height:500px;

	
}
.contactbg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/aboutbg1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	filter:alpha(opacity:40); opacity:0.4;  -moz-opacity:0.4;-khtml-opacity: 0.4;
}
.contact-1{
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-align:left;
	padding-right:10px;
	background-color:#FFF;
	padding:30px;
}


.contact-1 ul{
	margin-top:20px;
}
.contact-1 li{
	margin-top:10px;
	margin-bottom:10px;
}





.contact-1 a{
	color:#000;
}
.contact-1 a:hover{
	text-decoration:underline;
}


.service{
	font-size:16px;
	font-weight:bold;
	margin-bottom:40px;
	line-height:20px;
	color:#666;
}
.service strong{
	color:#8fc41f;
	font-weight:bold;

}
.clear{ width:100%; height:0px; line-height:1px; font-size:1px; clear:both;}	
.pg{display:inline;float:left;margin:5px;*margin:5px 5px 5px 10px;_margin:5px 5px 5px 10px;}
.back_pg{border-right:1px solid #e8e8e8;margin:0;padding:6px 0;}
.pg,.pgb{line-height:24px;}
.pg a,.pg strong,.pgb a,.pg label{display:inline;float:left;;color:#333;font-size:14px;margin-left:5px;overflow:hidden;-webkit-transition:all linear .2s;-moz-transition:all linear .2s;-ms-transition:all linear .2s;transition:all linear .2s;}
.pg a,.pg strong,.pgb a{background:#f3f3f3;border:1px solid #f3f3f3;padding:0 10px;height:24px;}
.pg a:hover,.pgb a:hover{background-color:#fff;border-color:#ec9a37;color:#ec9a37;}
.pg a.nxt,.pg a.prev,.back_pg a{background-repeat:no-repeat;background-position:-120px -388px;}
.back_pg a{background-color:transparent;background-position:-150px -388px;border:0;border-radius:0;padding:0 10px 0 15px;}
.pg a.nxt,.pg a.prev{line-height:99px;padding:0;width:24px;}.pg a.prev{background-position:-144px -388px;}
.pg strong{background-color:#f08300;color:#fff;}
.pg label{float:left;color:#333;cursor:text;font-size:14px;margin-left:5px;padding:0 5px;}
.pg label .px{float:left;background:#fff;border:1px solid #e8e8e8;padding:4px 8px;height:16px;width:24px;outline:0;line-height:16px\9;}
.pg label .px:focus{border-color:#6c655b;}
.pg label span{float:left;padding:2px 0 0 0.4em;}

