html, body {
	height: 100%;
	font-family: "微软雅黑";
}

a:focus {
	outline:0px solid;
}
img {
	margin:0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {
	margin:0 0 0px;
    color: #777;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #005AB1 ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #005AB1 ;
	text-decoration: none;
}


	

body {
	background: #f2f2f2 none repeat scroll 0 0;
	color: #6f6f6f;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/



.main-menu{background-color: #FFF;width:1200px; margin:auto;height:78px 

}

.nav{	height:78px; width:720px;  float: right
	}



.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 78px;
	text-transform: uppercase;
	display: block;
	width: 102px;
	text-align: center;
}
.main-menu ul.navbar-nav li a:hover{
	color: #555;
	background-color: #f9f9f9;font-size: 15px;
}

#mmm{
	color: #555;
	background-color: #f9f9f9;
	font-size: 15px;
	background-image: url(bg11.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.main-menu ul.navbar-nav > li > a::before {
    background: #1b9c3f;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005AB1 ;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: #434343;
	left: -39px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;


}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 78px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
	text-align: center;
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #005AB1 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#FFF;
	background-color: #569e0a;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 183px;
}
.logo a { padding-left:13px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/









.soud1{
	height:33px;
	line-height:33px;
	background-color:#434343;
	color:#cccccc;
	font-size:12px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right}


.soud1a em a{
	font-size:12px;
	color:#cccccc;
	margin-left:15px;
	margin-right:15px
}
.soud1a em a:hover{
	color: #005BAF;
}

.deyin01{ float:left}




.foott{
	width: 100%;
	font-size:12px;
	background-color: #666;
}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:34px;
	line-height:20px;
	color: #D4D4D4;
}

.footta2{
	width:580px;
	float:left;
	display:block;
	line-height:26px
}
.footta2 em{ width:320px; float:left; font-size:14px}
.footta2 i{
	display:block;
	font-size:21px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}


.foottb{
	width:400px;
	float:right;
	padding-top: 40px;
	background-image: url(logo3.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	background-position: right center;
	padding-right: 200px;
}

.foottb dl{
	float: left;
	width: 175px;
	margin-right: 35px;
}
.foottb a{
	color:#DADEEF
}
.foottb a:hover{
	color:#C6CCE6
}


.foottb dl dt{
	width: 80px;
	display:block;
	font-size:16px;
	line-height: 42px;
	color: #E7E7E7;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADEEF;
	margin-bottom: 18px;
}

.foottb dl dt a{
	color:#E4E8F3
}


.foottb dl dd{ display:block;
	line-height: 14px; padding-bottom:11px; margin-left:0px}







.foottd{
	line-height: 45px;
	height: 45px;
	background-color: #333;
	width: 100%;
	margin-top:25px
}
.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #ccc;
}

.foottd3 a{ float: right; width:190px; text-align:right;color: #ccc;}


.cggz1{
	width:100%;
	height:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.cggz1b{ width:1200px; margin:0 auto; line-height:65px; font-size:14px;}

.cggz1b b{ font-size:14px;}
.cggz1b a{ margin-left:10px; margin-right:10px; color:#999}

.sea1{
	height: 30px;
	width: 263px;
	display:block;
	float:right;
	font-size: 13px;
	color: #ADADAD;
	padding-left: 7px;
	border: 1px solid #F1F1F1;
	line-height: 30px;
	border-radius:17px;
	margin-top:15px;
	padding-top:3px;
	background-color: #F1F1F1;
}


.sea2{
	line-height: 23px;
	height: 23px;
	width: 215px;
	border: 1px solid #F1F1F1;
	color: #999;
	float:left;
	background-color: #F1F1F1; margin-left:10px;
}
.sea3{float:left;}

.riggg{
	float: right; margin-right:50px

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #f5f5f5;
	color: #444;
	display: none;
	position: fixed;
	
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
}
.search-option input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	padding: 8px 10px;
	width: 214px;
	height: 44px;
}
.search-option button.button {
    background: #fff;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 14px;
    text-align: center;
}





.yzh{box-shadow: 0px 5px 5px -5px #ccc;background-color:#FFF}	
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; background-color:#FFF

}/*头部固定代码*/

.nytj{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}




.dba00{
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.dbabt1{
	font-size: 24px;
	text-align: center;
	display: block;
	color: #333;

}


.dbabt1 em{
	background-color: #CCC;
	display: block;
	height: 2px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 3px;
}

.dbabt1 i{
	text-transform: capitalize;
	text-align: center;
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}


.dba01{
	display: block; text-align:center


}
.dtop1{ margin-top:2px}




.dba02{
	display: block;
	background-image: url(subg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 574px;
	margin-top: 22px;
	margin-bottom: 45px;
	padding-top: 3px;
}



.dblef{
	float: left;
	width: 220px; 
}

.dblef1{
	color: #FFF;
	background-color: #1b9c3f;
	display: block;
	height: 70px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}
.dblef1 i{
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	line-height: 31px;
}

.dblef2 a{
	font-size: 15px;
	line-height: 77px;
	color: #FFF;
	text-align: center;
	display: block;
	height: 77px;
	margin-bottom: 1px;
	background-color: #666666;
}
.dblef2 a:hover{
	background-color: #444;
}


#dba02a{
	background-color: #565656;
}
#dba02a:hover{
	background-color: #444;
}





#dba02b{
	background-color: #424141;margin-bottom: 0px;
}
#dba02b:hover{
	background-color: #333;
}


.dblef3{
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 42px;
	height: 42px;
	margin-bottom: 3px;
	background-color: #1b9c3f;
	color: #FFF;
}
.dblef4{ width:100%;
	display: block;
	
}
.dblef5{
	display: block;
	background-color: #FFF;
	height: 95px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 14px;
}
.dblef5 i{
	font-weight: bold;
	color: #f68600;
	display: block;
	font-size: 24px;
}
.dblef5 em{
	font-size: 14px;
	display:block;
}

.dblef6{
	float: right;
	width: 965px;
	overflow: hidden;
	display: block;
	padding-top: 23px;
}

.dblef6 li{
	display: block;
	height:250px; margin-bottom:17px
}
.dblef6 li a img{
	height: 250px;
	width: 570px;
	display: block;
	float: left;
}



.dblef6 li span{
	background-color: #FFF;
	display: block;
	float: left;
	height: 220px;
	width: 350px;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 20px;
	color: #444;line-height: 25px;
}


.dblef6 li span b{
	color: #1b9c3f;
	font-size: 20px;
	display: block;
	margin-bottom: 8px;
	
}

.dblef6 li span a{
	color: #f68600;
	display: block;
	margin-top: 22px;
	line-height: 15px;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width:68px;
}

.dblef6 li span a:hover{
	color: #f68600;

	border-bottom-color: #1b9c3f;

}

.dba05{
	background-image: url(bgg6.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 396px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.kkgr{
	width: 330px;
	margin-left: 830px;
	padding-top: 140px;
}
.k3{
	line-height: 20px;
	height: 60px;
	width: 330px;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 50px;

}
.k4{
	line-height: 28px;
	height: 28px;
	width: 330px;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 16px;

}

.k5{
	line-height: 35px;
	color: #FFF;
	background-color: #434343;
	height: 36px;
	width: 177px;
	border: 1px solid #434343;

}

.dba06{
	background-image: url(mf60.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 1364px;
	width: 1920px;
	margin-top: 30px;
	padding-top: 314px;
	color: #4f4f4f; width:100% 
}

.dba06lf{
	display: block;
	width: 470px;
	margin-left: 678px;
}

.dba06b{
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 30px;

}
.dba06c{	margin-top: 3px;
	font-size: 16px;
	display: block;
	margin-bottom: 27px;
}

.dba06 i{
	line-height: 22px;
	display: block;
	margin-bottom: 19px;
}

.dba06rt{
	display: block;
	width: 460px;
	margin-left: 145px;
}

.dba06dh{
	font-size: 24px;
	color: #559F0A;
	display: block;
	padding-top: 32px;
	padding-left: 60px;
	font-weight: bold;
}

.dtop5{
	margin-top: 118px;
}

.dtop6{
	margin-top: 90px;
}

.dtop7{
	margin-top: 126px;
}

.dtop8{margin-top: 40px;}


.dba11{
	float: left;
	width: 893px;color: #555;
}

.dbaxm{
	font-size: 18px;
	
	display: block;
	margin-bottom: 20px;
}

.dbaxm b{ margin-right:8px

}
.dbaxm i{
	font-size: 13px; margin-left:8px

}


.dba11m{
	float: left;
}

.dba11r{
	display: block;
	float: right;
	width: 475px;
}


.dba11r em{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}



.dba11gd{
	line-height: 34px;
	background-color: #ed8001;
	display: block;
	height: 34px;
	width: 100px;
	color: #FFF;
	text-align: center;
	margin-top: 30px;border-radius:6px ;box-shadow: 0px 0px 10px #999;
}


.dba11gd:hover{
	color: #FFF;
	background-color: #C96F01;
}




.dba12{
	float: right;
	width: 258px;
	background-image: url(mf61.jpg);
	background-repeat: no-repeat;
	background-position: center 38px;
	height: 335px;
}



.ma7{width:165px;	margin-right: auto;	margin-left: auto; }
.ma7 ul{}
.ma7 ul li{
	float:left;
	text-align:center;
	line-height:20px;
	width: 165px;
	margin-right: 15px;
	list-style-type: none;
}
.ma7 ul li a{color: #666;}
.ma7 ul li a:hover{color: #9D0000;}
.ma7 ul li img{height: 255px;	width: 165px;	display: block;}
#demo {overflow:hidden;width165px;}
#indemo {float: left;width:800%;}
#demo1 {float: left;}
#demo2 {float: left;}	


.dba13{
	background-image: url(jmbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;
	padding-top: 45px; padding-bottom:50px
}





.dba13i{
	width: 1300px;
}


.dba13i li a{
	width: 340px;
	float: left;
	padding: 19px;
	border: 1px solid #dddddd;
	display:block;
	line-height: 20px;
	margin-right: 28px;
	margin-top: 28px;
}


.dba13i li a em{
	font-size: 18px;
	color: #569e0a;
	margin-bottom:13px;
	display: block;
}

.dba13i li a img{
	margin-bottom:13px;
	display: block;
	height: 139px;
	width: 342px;
}

.dba13i li a i{
	display: block;
	margin-top: 15px;
}


.dba14{
	text-align: center;
	display: block;
	margin-bottom:30px;
}






.dba15{
	padding: 24px;
	float: left;
	border: 1px solid #CCC;
	width: 508px;
	font-size: 12px; 
}

.dba15 a em{
	display: block;
	font-size: 16px; color:#444
}

.dba15 a em:hover{
	color: #448908;
}


.dba15 i{
	display: block;
	margin-bottom: 3px;
}
.dba15 ins{
	line-height: 20px;
	color: #999;
	text-decoration: none;
	display: block;
	font-size: 14px;
}




.frt08{
	float: right;
	border: 1px solid #CCC;
	width: 560px;
	font-size: 12px;
	padding-top: 34px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 44px;
	height: 313px;
}


.frt08 li a{
	display:block;
	height:90px;
	padding-right: 20px;
	margin-bottom:20px;
}




.frt08 li a em{
	display:block;
	float:left;
	width:76px;
	height:60px;
	text-align:center;
	padding-top: 10px;
	background-color: #666;
}
.frt08 li a em i{
	display:block;
	font-size: 30px;
	line-height:30px;
	font-weight: bold;
	color: #fff;
}
.frt08 li a em p{display:block; color:#FFF}


.frt08 li a span{ width:440px; display:block; float:right}

.frt08 li a span b{
	font-size: 16px;
	display:block;
	color:#444;
	line-height: 18px;
	padding-top: 5px;
	font-weight: normal;
}

.frt08 li a:hover span b{

	color:#448908;

}


.frt08 li a span p{
	font-size: 14px;
	display:block;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top:8px;
	color: #999;
}

.dba18{
	background-image: url(fjrr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 176px;
	margin-top: 58px;
	margin-bottom: 58px;
}
.dba19{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.dba19a{
	background-image: url(mf9.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 318px;
	width: 422px;
	padding-right: 40px;
	overflow: hidden;
	margin-right: 30px;
}

.dba19b{
	float: left;
	width: 322px;
	background-image: url(mf9.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
}


.dba19b b{
	font-size: 18px;
	display: block;
	color: #5d5d5d;
}


.dba19bf{
	background-image: url(mf11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 248px;
	width: 242px;
	display:block;
	margin-top:18px;
	padding-left: 80px;
}

.dba19fm1{
	background-color: #f7f7f7;
	height: 27px;
	width: 225px;
	border: 1px solid #f7f7f7;
	margin-top: 13px;
}

.dba19fm2{
	background-color: #f7f7f7;
	height: 27px;
	width: 225px;
	border: 1px solid #f7f7f7;
	margin-top: 22px;
}

.dba19fm3{
	background-color: #f7f7f7;
	height: 54px;
	width: 225px;
	border: 1px solid #f7f7f7;
	margin-top: 24px;
	line-height: 18px;
}


.dba19fm4{
	line-height: 28px;
	color: #FFF;
	background-color: #ff6600;
	height: 28px;
	width: 225px;
	text-align: center;
	display: block;
	border: 1px solid #ff6600;
	margin-top: 26px;
}


.dba19r{
	background-image: url(jmbg8.jpg);
	background-repeat: no-repeat;
	background-position: left 38px;
	float: right;
	width: 290px;

}

.dba19r p{
		line-height: 18px;
	display: block;
	padding-bottom: 21px;
	padding-left: 55px;
	padding-top: 3px;
}

.dbfoot{
	background-color: #222222;
	padding-top: 45px;
	padding-bottom: 30px;
	margin-top: 68px; color:#ccccc1
}

.dbfoot2{
	line-height: 16px;
	height: 34px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #434343;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 75px;
	padding-left: 75px;
	margin-bottom: 65px;
}

.dbfoot2 a{
	color: #ccccc1;
	text-align: center;
	display: block;
	float: left;
	width: 150px;
}


.dbfoot2 a:hover{
	color: #FFF;
	}
	
	
	
	
	
.dbfoot3{
	display: block;
	float: left;
	width: 830px;
	font-size: 12px;
	line-height: 24px;
}
	
.dbfoot3 img{
	display: block;
	padding-bottom: 20px;
}
	.dbfoot3 em{
	display: block;
	padding-top: 20px;
}
.dbfoot4{
	float: right;
	padding-top: 35px;
}
	
	
.dbfoot5{
	display: block;
	margin-top: 25px;
	margin-left: 390px;
}
	
.dbfoot5 a{
	background-image: url(ss1.jpg);
	background-repeat: no-repeat;
	background-position: center -34px;
	display: block;
	height: 34px;
	width: 97px;
	border: 1px solid #6a6a6a;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
	.dbfoot5 a:hover{
	background-position: center 0px;
	border: 1px solid #fff;

}
	
.dbnybn{
	height: 400px;
	overflow: hidden;
}	
	
.dbnyy1{
	height: 60px;
	line-height:60px;
	color: #555;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 7px;
}	
.dbnyy1 a{color: #555;}	
.dbnyy1 a:hover{color: #000;	text-decoration: underline;}	
.dbnyy1 em{
	color: #1B9C3F;

}
	
.dbnylef{	float: left;
	width: 260px;}
	
	
	

.dbnyy3{
	color: #FFF;
	background-color: #1b9c3f;
	display: block;
	height: 60px;
	font-size:20px;
	padding-top: 15px;
	padding-left: 19px;
	margin-bottom: 2px;
}
.dbnyy3 i{
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	line-height: 25px;
}
	
.dbnyy4{}
.dbnyy4 a{
	line-height: 48px;
	height: 48px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	padding-left: 12px;
	display: block;
	color: #333; background-color:#f9f9f9
}
	
.dbnyy4 a:hover{ background-color:#CCC;color: #000;

}
	
	

	
.dblef5b{
	display: block;
	background-color: #f9f9f9;
	height: 115px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 14px; padding-top:10px; line-height:20px
}

.dblef5b i{
	font-weight: bold;
	color: #f68600;
	display: block;
	font-size: 24px; margin-top:5px; margin-bottom:9px
}
.dblef5b em{
	font-size: 14px;
	display:block;
}
	
	
	
.dbnyy8{}
.dbnyy8 a{
	line-height: 35px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	padding-left: 25px;
	display: block;
	color: #666;
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
	background-color: #f9f9f9;
	overflow: hidden;
	padding-right: 15px;
}
	
.dbnyy8 a:hover{ background-color:#eee;color: #000;

}
	
	
	
	
.dbnyy9{
	float: right;
	width: 915px;
}
	
.dbnyy10{
	line-height: 48px;
	height: 48px;
	background-color: #f7f7f7;
	padding-left: 20px;
	display:block;
	overflow: hidden;
	text-transform: uppercase;
}
	
.dbnyy11{
	background-color: #f9f9f9;
	margin-top: 12px;
	padding-top: 20px;

	padding-bottom: 50px;

	line-height: 28px;
}
		
	
	
.dbnyy12{
	margin-top: 18px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	line-height: 28px;
	border: 1px dashed #D4D4D4;
}
		
.dbnyy13 a img{
	display: block;
	float: left;
	width: 185px;
	height: 260px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}
	
.dbnybj{
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}






.dbnyy14{
	padding-bottom: 20px;
	line-height: 28px;
	
}


.dbnyy14 a{
	display: block;width: 200px; float:left;	margin-right: 11px;
	margin-left: 11px;
	margin-bottom: 35px;
	}
	
.dbnyy14 a img{
	display: block;
	width: 200px;
	height: 150px;

}
	

.dbnyy14 a span{
	line-height: 34px;
	background-color: #FFF;
	text-align: center;
	display: block;
	height: 34px;
}


.dbnyy14 a:hover span{
	color: #1B9C3F;
}


.dbnyy16{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px dashed #c8c8c8;
}

.dbnyy16 img{ width:100%; max-width:870px}
.biaoti{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #444;
	text-align: center;
	display: block;
	padding-bottom: 38px;
}


.dbnyy18{
	margin-top: 18px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	line-height: 28px;
	border: 1px dashed #ccc;
}
	


.frt08b{

	font-size: 12px;
	padding-top: 34px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 44px;
	height: 313px;
}


.frt08b li a{
	display:block;
	height:90px;
	padding-right: 20px;
	margin-bottom:40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BCBCBC;
}




.frt08b li a em{
	display:block;
	float:left;
	width:76px;
	height:60px;
	text-align:center;
	padding-top: 10px;
	background-color: #1B9C3F;
}
.frt08b li a em i{
	display:block;
	font-size: 30px;
	line-height:30px;
	font-weight: bold;
	color: #fff;
}
.frt08b li a em p{display:block; color:#FFF}


.frt08b li a span{ width:670px; display:block; float:right}

.frt08b li a span b{
	font-size: 16px;
	display:block;
	color:#444;
	line-height: 18px;
	padding-top: 5px;
	font-weight: normal;
}

.frt08b li a:hover span b{

	color:#448908;

}


.frt08b li a span p{
	font-size: 14px;
	display:block;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top:8px;
	color: #999;
}



.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}

.dbnyy1333 a img{
	display: block;
	float: left;
	width: 260px;
	height: 170px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}


.rrrty{
	
	line-height: 20px;
	background-color: #f5f5f5;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
	