@charset "utf-8";
/* CSS Document */
/*清除内外边距*/
html,body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,table,th,td,span,img,dl,dd,dt,input,textarea,button{padding:0;margin:0;}
/*设置字体*/
body,textarea,button,input,select{font-family:"Microsoft Yahei"; font-size:12px; color:#333333;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em{font-style:normal;}
/*设置列表*/
ul,ol{list-style:none;}
/*设置通用链接*/
a{ color:#333333; text-decoration:none; outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{ color:#FF0000;}
/*清除浮动*/
.clear{ clear:both;}


.header_l_row, .main_t_ul, #container_c_c, #container_c_main, .footer_c_row, #main {
width:1200px
}


#id{background:url(图片路径) ;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="图片路径");_background:none;}

.bjload{ background:url(../images/load.gif) center center no-repeat;}


#header{
	position: fixed;
	background:url(../images/topbj.png) repeat;
	width: 100%;
	z-index: 99;
	top:0;
}
#container_c_c, #container_c_main, .footer_c_row {
	width:62.5%;
	margin:0 auto
}

#nav {
	height:52px;
	clear:both;
	margin:22px auto 26px;
	position: relative;
}
#logo {
	width:30.9166%;
	float:left;
	margin-right:5.41666%;
	height:52px
}
#logo img {
	margin:12px 0 0;
	float:left
}
#logo a:hover {
	opacity: .85;
}
#logo_r {
	padding-left:5.3908%;
	float:left;
	margin:5px 0 0 5.3908%;
	height:52px;
	border-left:1px solid #ccc
}
a {
	list-style-type:none;
	text-decoration:none
}
p {
	color:#666
}
#logo_r p {
	font-size:14px;
	line-height:25px;
	color:#ddd;
}
#logo_r p a {
    color: #fff;
}
#logo_r p a:hover {
    text-shadow: 0 0px 2px rgba(250,207,4,.6);
}
#navlist {
	position: absolute;
	right:0;
	top:0;
}
#navlist div {
    display: none;
}
#navlist li {
    display: block;
    float: left;
    font-size: 1.5em;
    margin-left: 2.5em;
    margin-top: 0.5em;
	letter-spacing: 1px;
	position: relative;
}
#navlist li > a {
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
    display: block;
}
#navlist li > a:hover, #navlist li.current>a {
	color: #FFD908;
}
#navlist li > a::before{
    color: transparent;
    content: "•";
    font-size: 1em;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 100%;
    transform: translateX(-50%);
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
#navlist li > a:hover::before, #navlist li.current > a::before {
    color: #FFD908;
    text-shadow: 10px 0 #FFD908, -10px 0 #FFD908;
}
#navlist li:hover div {
	display:block;
}
#navlist li div {
	display:none;
	position:absolute;
	z-index:999;
	padding-top:40px;
	text-align: center;
	font-size: .8em;
	width:250px;
	left:-85px;
}
#navlist li div a {
	display: block;
	background:#333;
	background:rgba(0,0,0,.8);
	padding:1em;
	color:#fff;
} 
#navlist li div a:hover {
	background:#666;
	background: rgba(0,0,0,.65);
	color:#FFD908;
}
#navlist li div a::before, #navlist li div a::after {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
#navlist li div a::before {
    content: "[";
    margin-right: 10px;
    transform: translateX(20px);
}
#navlist li div a::after {
    content: "]";
    margin-left: 10px;
    transform: translateX(-20px);
}
#navlist li div a:hover::before, #navlist li div a:hover::after, #navlist li div a:focus::before, #navlist li div a:focus::after {
    opacity: 1;
    transform: translateX(0px);
}


.slider {
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
.slides {
	height:100%;
	/* Simple clear fix */
		overflow:hidden;
	/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility:hidden;
	-webkit-transform-style:preserve-3d;
	/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	-ms-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	-o-transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
	transition:all 500ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.slide {
	height:100%;
	float:left;
	clear:none;
}
.slider-arrows {
	}.slider-arrow {
	position:absolute;
	display:block;
	margin-bottom:-20px;
	width:60px;
	height:60px;
	line-height:60px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:2em;
	background-color:#333;
	background-color:rgba(50,50,50,.3);
	border-radius:50%;
}
.slider-arrow--right {
	bottom:50%;
	right:30px;
}
.slider-arrow--left {
	bottom:50%;
	left:30px;
}
.slider-nav {
	position:absolute;
	bottom:30px;
}
.slider-nav__item {
	width:12px;
	height:12px;
	float:left;
	clear:none;
	display:block;
	margin:0 5px;
	background:#FAC700;
}
.slider-nav__item:hover {
	background:#ccc;
}
.slider-nav__item--current {
	background:#77B11F;
}
.box {
	width:100%;
	height:100%;
	line-height:5;
	text-align:center;
	font-size:5em;
	color:#fff;
	text-transform:capitalize;
	vertical-align:middle;
}





#footer{ background:#434B4E; padding:30px 0 15px;}
.footer{ width:1200px; margin:0 auto;}
.footer_ewm{ width:280px; float:left;}
.footer_ewm h2 {
    font-size: 20px;
    line-height:30px;
    margin-bottom:15px;
	color:#FFFFFF;
	font-weight:normal;
}

.footer_nav{ width:200px; float:left;}
.footer_nav h2 {
    font-size: 20px;
    line-height:30px;
    margin-bottom:15px;
	color:#FFFFFF;
	font-weight:normal;
}
.footer_nav ul{ padding-top:10px;}
.footer_nav ul li{ line-height:26px;}
.footer_nav ul li a{ color:#999; font-size:14px;}
.footer_nav ul li a:hover{ color:#F3C915;}

.footer_contact{ width:400px; float:left;}
.footer_contact h2 {
    font-size: 20px;
    line-height:30px;
    margin-bottom:15px;
	color:#FFFFFF;
	font-weight:normal;
}
.footer_contact .tel {
    height: 61px;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.footer_contact .tel img{ float:left; margin-right:15px;}

.footer_contact .tel span {
    font-size: 30px;
    line-height: 20px;
    color: #fc0;
    padding: 18px 0;
    display: block;
}
.footer_contact .text{ padding:10px 0; line-height:25px; color:#FFFFFF; font-size:12px;}
.footer_contact .text a{ color:#999999;}
.footer_contact .text a:hover{ color:#FFFFFF; text-decoration:underline}



#icontent{ background:url(../images/i_c_bj.jpeg) top center no-repeat;}
.icontent{ width:1200px; margin:0 auto;}
.i_about{ height:580px;}
.i_about .text{ width:400px; float:right; padding-top:30px;}
.i_about .text .title{ background:url(../images/about_title.jpg) left  top repeat-y; padding-left:15px;}
.i_about .text .title h3{ line-height:35px; font-size:22px;}
.i_about .text .title span{ line-height:30px; font-size:16px; font-family:Arial, Helvetica, sans-serif;}
.i_about .text .aboutext{ line-height:30px; font-size:14px; color:#333333; padding-top:30px; text-indent:2em;}
.i_about .text .aboutext .more{ margin-top:30px; padding-left:50px;}

.i_team{}
.i_team .title{}
.i_team .title h2 {
    font-weight: 400;
    line-height: 50px;
    text-align: center;
	font-size:28px;
}
.i_team .title hr {
    height: 1px;
    width: 60px;
    text-align: center;
    position: relative;
    background: #931E20;
    border: 0;
}
.i_team .title p{ line-height:25px; text-align:center; font-size:13px; color:#333333; margin-bottom:20px;}
.i_team .pictxt{padding:5px 0;}
.i_team .picbox{ width:15.66%; float:left; margin:0 0.5%; }
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
img.img-circle.team-img {
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}
.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #5a5a5a;
}
.thumbnail .caption h3 {
    font-size: 16px;
    font-weight: 700;
}
.thumbnail:hover>img.img-circle.team-img {
    border: 4px solid #F3C915;
    font-size: medium;
}
.img-circle {
    border-radius: 50%;
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.thumbnail h3{ line-height:40px; font-size:15px; color:#000000; text-align:center;}
.thumbnail h4{ line-height:30px;text-align:center;font-size:13px;}
.thumbnail p{ line-height:22px; font-size:12px; color:#666666; padding:5px; text-indent:2em;}


#yewu{}
#yewu .jt{ text-align:center; height:56px;}
#yewu .title{    font-size: 38px;
    margin: 36px 0 12px;
    padding-bottom: 17px;
	text-align:center;
    border-bottom: 1px solid #dedfe1;}
#yewu .ftitle{ text-align:center; line-height:30px; font-size:14px; color:#a6a6a6;}
.yewu{ width:1200px; margin:0 auto; padding:20px 0 40px;}

.main_t_ul li {
	width:21.8%;
	height:272px;
	float:left;
	margin:23px 36px 0 0;
	text-align:center;
	letter-spacing:.5px;
	border:solid 1px #d3d3d3;
	padding-bottom:45px;
	border-radius: 45px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.main_t_ul li:hover {
	background: #fcfcfc;
	border:solid 20px #eee;
	padding-left:10px;
	padding-right:10px;
	margin:4px 7px -19px -29px;
	box-shadow: none;
}
.main_t_ul .last-child {
	margin-right:0
}
.main_t_ul .last-child:hover {
	margin-right: -29px;
}

.main_t_ul li img {
	margin:28px 0 39px
}
.main_t_ul h3 {
	font-size:18px;
	line-height:10px;
	margin-bottom:17px
}
.index_box_t {
	display:inline-block;
	text-align:left;
	margin:0 auto;
	padding:0 10px
}
.index_box_t span {
	line-height:20px;
	color:#666
}



.adtit{ text-align:center;margin:40px 0 30px;} 
.adtit h1{ font-size:28px; color:#3b3b3b;padding-bottom:5px;}
.adtit p{ font-size:16px; color:#999;}


.nlist1{width:1230px; margin:0 auto;}
.newscell{ float:left;width:585px;  overflow:hidden;margin-right:30px;margin-bottom:30px;}
.newscell a{ display:block;width:585px;height:230px; background:#f7f7f7;transition: all 0.2s ease 0s; }
.newscell .pic{ float:left;width:260px;height:230px;overflow:hidden; }
.newscell img{display:block;height:230px;transition:all 0.2s ease 0s;  }
.newscell .txt{ float:right;width:285px;height:180px;padding:35px 20px 15px;}
.newscell .txt h3{ font-size:16px; color:#333; font-weight:bold;}
.newscell .txt span.time{ display:block;height:20px; line-height:22px;font-size:12px; color:#808080; font-family:Arial;padding-left:24px; background:url(../images/ico3.png) no-repeat left center;margin:12px 0;}
.newscell .txt p{ font-size:14px; color:#6f6f6f; line-height:24px;}
.newscell a:hover{ background:#F3C915;}
.newscell a:hover .txt h3,.newscell a:hover .txt span.time,.newscell a:hover .txt p{ color:#fff;}
.newscell a:hover .txt span.time{background:url(../images/ico4.png) no-repeat left center;}


#inner_content{ padding:20px 0;}
.inner_content{ width:1200px; margin:0 auto; line-height:30px; font-size:14px;}
.inner_content .ftitle{ border-bottom:1px solid #dedfe1; line-height:60px; margin-bottom:20px;}
.inner_content .ftitle .sbar{ float:left;}
.inner_content .ftitle .sbar ul{}
.inner_content .ftitle .sbar ul li{ float:left; line-height:60px; padding-right:25px;}
.inner_content .ftitle .sbar ul li .on{ color:#FFF; background:#F3C915;}
.inner_content .ftitle .sbar ul li a{ color:#333333; font-size:15px; border:1px solid #EEEEEE; background:#EEEEEE; padding:8px 15px; border-radius:25PX;}
.inner_content .ftitle .sbar ul li a:hover{ color:#FFF; background:#F3C915;}
.inner_content .ftitle .snav{ float:right; line-height:30px; padding-top:30px; font-size:12px;}
.inner_content .ftitle .snav a{ color:#333333;}
.inner_content .ftitle .snav a:hover{ color:#FFCC0D;}


/*--------------------新闻-----------------------*/

.VieList{
width:1160px; _height:170px; float:left; min-height:170px;
 border-bottom:1px dashed #D2D2D2;   margin:0px 20px;
  }
  
.VieList .time{ width:109px; height:147px; float:left; background:url(../images/clock.gif) no-repeat 12px 23px; padding-top:23px; padding-left:36px;}  
  
 .VieList .time .big{ width:80px; height:28px; float:left;  font-size:28px; color:#999; line-height:24px; font-weight:bold; text-align:center;} 
.VieList .time .smail{ width:80px; height:26px; float:left; line-height:14px; font-size:15px; padding-left:5px;}
.VieList .img{ width:175px; height:145px; float:left; padding-left:15px; padding-top:25px;}
.VieList .img img{ width:144px; height:120px;}
.VieList h3{ width:775px; height:24px; float:left; padding-top:26px; }
.VieList h3 a{font-size:16px;}
.VieList h3 a:link,.VieList h3 a:visited{ color:#2A2B2c;}
.VieList h3 a:hover{ color:#FF6600;}
.VieList h3 a:active{ color:#2A2B2c;}

.VieList .keys{ width:775px; height:26px; float:left; font-size:12px; line-height:24px; color:#999;}
.VieList .coms{ width:775px; height:90px; padding-top:5px; line-height:22px; float:left; color:#666; font-size:12px;}
.pagelist{ margin-top:25px; line-height:30px; text-align:center;}

/*about_content*/

.about_box{ width:50px; height:50px; float:left; background:#F3C915; line-height:50px; text-align:center;font-weight:bold; font-size:16px; font-family:"Courier New", Courier, monospace}
.about_txt{ width:1100px; float:right; line-height:35px; font-size:15px; color:#333333; }



/*//////////////*/
/*Data Preloader*/
/*//////////////*/
#preloader {
	position:fixed;
	z-index:2500;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
	z-index:99999999; 
}
#status {
	position:fixed;
	z-index:99999999;
	width:250px;
	height:250px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-image:url(../images/status.gif); 
	background-size:64px 64px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-125px 0 0 -125px; 

}
#status p{
	top:60%;
	line-height: 30px;
	margin-bottom: 30px;
	font-size:13px;
	letter-spacing:0px;
	display: block;
	position:relative;
	overflow:hidden;
}
#status em{
	font-size:10px!important;
	display:block;
	font-style:normal;
}

.center-text{	
	display:block; 
	text-align:center;
}
/*///////////////////*/
/*Typograhpy Features*/
/*///////////////////*/

/* 回到顶部 */
 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:40px;
	bottom:-100px;
	_bottom:auto;
	width:36px;
	height:80px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/Top.png);
	_background-image:url(../images/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -80px;
}
/* 回到顶部 */

