body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form{margin:0;padding:0}
body{font-size: 14px;font-family: 'Helvetica Neue',Helvetica,STHeiTi, SimHei,sans-serif;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#333;text-decoration:none}
a:hover{color:#c20;text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
.clear{clear: both;}
#about{
	float: left;
	font-size: 18px;
    padding: 30px 240px;
    background: #000;
    color: #fff;
    display: none;
    position: absolute;
    bottom: 0;
    opacity:0.5;
	/* older safari/Chrome browsers */  
    -webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}
.winheight{
	max-height: 856px;
	width: 100%;    
}
#about_h{
	position: relative;
	overflow: hidden;
}
#about_h:hover #about{
	display: block;
	z-index: 2;
}
#about_h #banner .bxslider img{ 
	width: 100%; 
} 
#header{
	width: 100%;
	float: left;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.bgg{
	width: 100%;
	float: left;
	background: #000;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	opacity:0.5;
	/* older safari/Chrome browsers */  
    -webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}
#header .logo{
	float: left;
	display: block;
	margin-top: 25px;
	margin-left: 10%;
}
#header .r{
	float: right;
	padding-right: 5%;
	*width: 750px;
}
#header .r .nav{
	display: inline-block;
	width: 500px;
	float: left;
}
#header .r .nav ul li{
	display: inline-block;
	position: relative;
	height: 76px;
	float: left;
}
#header .r .nav ul li a{
	display: block;
	padding: 0 16px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	font-size: 15px;
	height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
	margin-top: 25px;
	position:relative;
}
#header .r .nav ul li.dropdown a{
	background: url(../images/cert.png) right center no-repeat;
}
#header .r .nav ul li a span{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	top: 0;
}
#header .r .nav ul li a span.front{
	font-family: "Myriad Pro";
	display: block;
	width: 100%;
	position: relative;
	display: block;
}
#header .r .nav ul li:hover .front{
	top: -30px;
}
#header .r .nav ul li a span.back{
	position: relative;
	display: block;
	width: 100%;
	top: 30px;
}
#header .r .nav ul li:hover .back{
	top: -30px;
}
#header .r .nav ul li ul.dropdown-menu{
	position: absolute;
	background: #000;
	top: 76px;
	width: 100%;
	display: none;
	
	opacity:0.5;
	/* older safari/Chrome browsers */  
    -webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}
#header .r .nav ul li:hover ul.dropdown-menu{
	display: block;
}
#header .r .nav ul li ul.dropdown-menu li{
	width: 100%;
	float: left;
	height: 40px;
}
#header .r .nav ul li ul.dropdown-menu a{
	margin-top: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #2e2e2e;
	color: #b9b9b9;
	font-size: 13px;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: transparent;
}
#header .r .nav ul li ul.dropdown-menu a:hover{
	color: #fff;
}
#header .r .search{
	float: right;
	width: 176px;
	margin-left: 60px;
	display: inline-block;
}
#header .r .search .fg{
	width: 176px;
	height: 25px;
	border: 1px solid #909090;
	border-radius: 6px;
	margin-top: 24px;
	position: relative;
	float: left;
}
#header .r .search .fg .text{
	width: 90%;
	float: left;
	margin-left: 5%;
	height: 25px;
	line-height: 25px;
	border: 0;
	padding: 0;
	background: transparent;
	outline: none;
	color: #fff;
}
#header .r .search .fg button{
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 27px;
	padding: 0;
	outline: none;
	cursor: pointer;
	height: 27px;
	background: url(../images/icon_search.png) center no-repeat;
}
#header .menu_toggle{
	display: none;
}
#banner2,
#banner{
	width: 100%;
	float: left;
	position: relative;
	height: 100%;
}
#banner2 .bx-wrapper,
#banner .bx-wrapper{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	margin: 0;
	overflow: hidden;
}
#banner2 .bx-wrapper .bx-pager,
#banner2 .bx-controls-direction{
	display: none;
}
#banner2 .bx-wrapper li img{
	width: 100%;
}
#banner .bx-wrapper li{
	width: 100%;
	height: 100%;
	background-size: cover !important;
}
#banner .bx-wrapper li .text{
	position: absolute;
	bottom: 10%;
	left: 10%;
}
#banner .bx-wrapper li .text img{
	max-width: 80%;
}
#banner .bx-wrapper .bx-prev{
	background: rgba(0,0,0,.5);
	color: #fff;
	transform: translateX(-50px);
	-ms-transform: translate(-50px);		/* IE 9 */
	-webkit-transform: translate(-50px);	/* Safari and Chrome */
	-o-transform: translate(-50px);		/* Opera */
	-moz-transform: translate(-50px);		/* Firefox */
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;	
	height: 60px;
	z-index: 9;
}
#banner:hover .bx-wrapper .bx-prev{
	transform: translateX(0px);
	-ms-transform: translate(0px);		/* IE 9 */
	-webkit-transform: translate(0px);	/* Safari and Chrome */
	-o-transform: translate(0px);		/* Opera */
	-moz-transform: translate(0px);		/* Firefox */
	opacity: 1;
	*background:url(../images/left.jpg) no-repeat;
}
#banner .bx-wrapper .bx-next:hover,
#banner .bx-wrapper .bx-prev:hover{
	background: rgba(255,255,255,.3);
}
#banner .bx-wrapper .bx-prev:before{
	content: "<";
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-indent: 0;
	text-align: center;
	line-height: 60px;
	font-family: "Simsun";
}
#banner .bx-wrapper .bx-next{
	background: rgba(0,0,0,.5);
	color: #fff;
	transform: translateX(50px);
	-ms-transform: translate(50px);		/* IE 9 */
	-webkit-transform: translate(50px);	/* Safari and Chrome */
	-o-transform: translate(50px);		/* Opera */
	-moz-transform: translate(50px);		/* Firefox */
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 60px;
	z-index: 9;
}
#banner:hover .bx-wrapper .bx-next{
	transform: translateX(0px);
	-ms-transform: translate(0px);		/* IE 9 */
	-webkit-transform: translate(0px);	/* Safari and Chrome */
	-o-transform: translate(0px);		/* Opera */
	-moz-transform: translate(0px);		/* Firefox */
	opacity: 1;
	*background:url(../images/right.jpg) no-repeat;
}
#banner .bx-wrapper .bx-next:before{
	content: ">";
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #fff;
	width: 50px;
	height: 60px;
	text-indent: 0;
	text-align: center;
	line-height: 60px;
	font-family: "Simsun";
}
#banner .bx-wrapper .bx-pager{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	z-index: 9;
}
#banner .bx-wrapper .bx-pager .bx-pager-item a{
	width: 12px;
	border-radius: 6px;
	height: 12px;
	background: rgba(255,255,255,.6);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#banner .bx-wrapper .bx-pager .bx-pager-item a.active{
	width: 22px;
}
#index_box1{
	width: 100%;
	float: left;
	overflow: hidden;
}
#index_box1 .l{
	float: left;
	width: 50%;
	*width: 49.9%;
}
#index_box1 .l .pd5{
	padding: 10px 5% 5% 5%;
}
#index_box1 .l .cont{
	font-size: 15px;
	color: #787878;
	line-height: 26px;
}
#index_box1 .r{
	width: 50%;
	float: left;
}
#index_box1 .r .item{
	width: 50%;
	padding-top: 10px;
	float: left;
}
#index_box1 .r .item .cont{
	padding-left: 10px;
}
#index_box1 .r .item a{
	display: block;
	overflow: hidden;
	width: 100%;
}
#index_box1 .r .item a img{
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#index_box1 .r .item a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.tit_1{
	padding-left: 30px;
	background: url(../images/dot.png) left center no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}
#footer{
	width: 100%;
	float: left;
	background: #595757;
	padding: 20px 0;
}
#footer .cont{
	padding: 0 8%;
	line-height: 30px;
}
#footer .cont .l{
	float: right;
	font-size: 12px;
	color: #ffffff;
	font-family: "Myriad Pro";
}
#footer .cont .r{
	float: left;
}
#footer .cont .r a{
	display: inline-block;
	margin: 0 10px;
}
#mb_con{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}
#mb_con .mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}
#mb_con .mb_msg{
	text-align: center;
	position: relative;
	z-index: 222;
}
#mb_con .mb_msg img{
	margin-top: 10%;
	max-width: 90%;
	width: 300px;
}
#mb_con.wxmd img{
	width: 600px;
}
#about_1{
	width: 100%;
	float: left;
	padding-top: 5px;
}
#about_1 .item{
	width: 33.33%;
	float: left;
	background: #9a9a9a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	position: relative;
}
#about_1 .item1 .arr{
    position: absolute;
    border: 10px solid transparent;
    transition: all .3s;
    border-left: 15px solid transparent;
    width: 0;
    height: 0;
    right: -25px;
    z-index: 10;
    top: 50%;
    margin-top: -5px;
    border-left-color: #808080;
}
#about_1 .item2 .arr{
    position: absolute;
    border: 10px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-left: 15px solid transparent;
    width: 0;
    height: 0;
    right: -25px;
    z-index: 10;
    top: 50%;
    margin-top: -5px;
    border-left-color: #9a9a9a;
}
#about_1 .item.hover{
	background: #b42c31;
}
#about_1 .item-gray{
	background: #808080;
}
#about_1 .item.hover .arr{
    border-left-color: #b42c31;
}
#about_1 .item .cont{
	padding: 30px 10%;
}
#about_1 .item .cont .top{
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	margin-bottom: 10px;
}
#about_1 .item .cont .top img{
	height: 40px;
	margin-right: 10px;
}
#about_1 .item .cont .content{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	text-align: justify;
}
#timeline{
	width: 100%;
	float: left;
	background: url(../images/bg1.jpg) center no-repeat;
	background-size: cover;
	padding-top: 10px;
	*display: none; 
	display: none\9; 
}
#timeline .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: #fff;
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 15px;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -6px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.next {
    right: 0;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 24px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/arrowicon.png) no-repeat 0 0;
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 24px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/arrowicon.png) no-repeat 0 0;
}
.cd-horizontal-timeline .events-content { 
  position: relative; 
} 
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
    color: #bc0000;
}
.cd-horizontal-timeline .events a.selected:after{
	background: #bc0000;
}
.cd-horizontal-timeline .events-content li { 
  position: absolute; 
  z-index: 1; 
  width: 100%; 
  left: 0; 
  top: 0; 
  transform: translateX(-100%); 
  opacity: 0; 
  animation-duration: 0.4s; 
  animation-timing-function: ease-in-out; 
} 
.cd-horizontal-timeline .events-content li.selected { 
  /* visible event content */ 
  position: relative; 
  z-index: 2; 
  opacity: 1; 
  transform: translateX(0); 
} 
.cd-horizontal-timeline .events-content li.enter-right,  
.cd-horizontal-timeline .events-content li.leave-right { 
  animation-name: cd-enter-right; 
} 
.cd-horizontal-timeline .events-content li.enter-left,  
.cd-horizontal-timeline .events-content li.leave-left { 
  animation-name: cd-enter-left; 
} 
.cd-horizontal-timeline .events-content li.leave-right,  
.cd-horizontal-timeline .events-content li.leave-left { 
  animation-direction: reverse; 
} 
@keyframes cd-enter-right { 
  0% { 
    opacity: 0; 
    transform: translateX(100%); 
  } 
  100% { 
    opacity: 1; 
    transform: translateX(0%); 
  } 
} 
@keyframes cd-enter-left { 
  0% { 
    opacity: 0; 
    transform: translateX(-100%); 
  } 
  100% { 
    opacity: 1; 
    transform: translateX(0%); 
  } 
} 
.cd-horizontal-timeline .events-content ol{
	padding: 0 10%;
}
.cd-horizontal-timeline .events-content ol li{
	width: 100%;
	float: left;
}
.cd-horizontal-timeline .events-content ol li .l{
	float: left;
	width: 50%;
}
.cd-horizontal-timeline .events-content ol li .l h5{
	color: #ffffff;
	font-size: 30px;
	line-height: 1.4;
}
.cd-horizontal-timeline .events-content ol li .l p{
	color: #ffffff;
	line-height: 1.2;
	font-size: 18px;
}
.cd-horizontal-timeline .events-content ol li .r{
	float: right;
	text-align: right;
	width: 50%;
}
.cd-horizontal-timeline .events-content ol li .r img{
	max-width: 95%;
	margin-top: 20px;
}
#tuandui{
	width: 100%;
	float: left;
	padding: 140px 0 80px 0;
	background: url(../images/bg2.jpg) center no-repeat;
	background-size: cover;
}
#tuandui .cont{
	width: 1386px;
	margin: 0 auto;
}
#tuandui .cont .tit_1{
	margin-left: 5px;
}
#tuandui .cont .nav{
	width: 100%;
	float: left;
}
#tuandui .cont .nav ul{
	width: 100%;
	float: left;
}
#tuandui .cont .nav ul li{
	width: 33.33%;
	float: left;
}
#tuandui .cont .nav ul li a{
	padding: 5px;
	display: block;
	position: relative;
}
#tuandui .cont .nav ul li a img{
	width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#tuandui .cont .nav ul li a .item{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#tuandui .cont .nav ul li.cur a .item img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
#tuandui .cont .nav ul li a .tit{
	position: absolute;
	bottom: -60px;
	left: 0px;
	display: block;
	border-bottom: 12px solid #b50000;
	padding-bottom: 15px;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#tuandui .cont .nav ul li a .tit{
	bottom: 0;
	display: none;
}
#tuandui .cont .nav ul li a .tit span{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-left: 20px;
}
#tuandui .cont .nav_cont{
	width: 100%;
	float: left;
	margin-top: 10px;
	background: url(../images/tmbg.png);
}
#tuandui .cont .nav_cont ul{
	padding: 4%;
}
#tuandui .cont .nav_cont ul li{
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	display: none;
	font-weight: normal;
}
#tuandui .cont .nav_cont ul li.cur{
	display: block;
}
#tuandui .cont .nav ul li.cur a .tit{
	display: block;
}
#tuandui .cont .nav_cont ul li h5{
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
#rongyu{
	width: 100%;
	float: left;
	padding: 100px 0 60px 0;
}
#rongyu .cont{
	width: 1386px;
	margin: 0 auto;
}
#rongyu .cont .ryslide{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 10px;
}
#rongyu .cont .ryslide .l{
	float: left;
	width: 340px;
	background: #959595;
	position: relative;
	z-index: 1;
}
#rongyu .cont .ryslide .l .dataul{
	width: 100%;
	float: left;
	height: 677px;
}
#rongyu .cont .ryslide .l .dataul li{
	padding: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	height: 52px;
}
#rongyu .cont .ryslide .l .dataul li.cur{
	background: #b50000;
}
.page{
	padding: 20px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.page a{
	display: inline-block;
	margin: 0 5px;
	padding:0 5px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #b50000;
	color: #b50000;
}
.page a.active{
	background: #b50000;
	color: #fff;
}
#rongyu .cont .ryslide .r{
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 340px;
	height: 100%;
	width: 1046px;
}
#rongyu .cont .ryslide .r img{
	width: 100%;
	height: 100%;
}
#news_list{
	width: 100%;
	float: left;
	padding-top: 100px;
}
#news_list .tit{
	height: 66px;
	width: 100%;
	float: left;
	background: url(../images/bg3.png) repeat-x;
}
#news_list .tit .tit_1{
	margin-top: 15px;
}
#news_list .cont{
	width: 1386px;
	margin: 0 auto;
}
#news_list .news_cont{
	width: 100%;
	float: left;
	margin-top: 20px;
}
#news_list .news_cont .list{
	width: 100%;
	float: left;
	overflow: hidden;
}
#news_list .news_cont .list ul{
	margin-left: -5px;
	margin-right: -5px;
}
#news_list .news_cont .list ul li{
	width: 25%;
	float: left;
	margin-bottom: 5px;
	*width: 33%; 
}
#news_list .news_cont .list ul li a{
	padding: 5px;
	display: block;
}
#news_list .news_cont .list ul li a .item{
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
#news_list .news_cont .list ul li a .item .text{
	position: absolute;
	bottom: -80px;
	left: 0;
	padding-left: 80px;
	height: 80px;
	right: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#news_list .news_cont .list ul li a .item .text span{
	width: 80px;
	height: 60px;
	background: #c1272d;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 20px;
}
#news_list .news_cont .list ul li a .item .text span b{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin-top: 5px;
	float: left;
	width: 100%;
}
#news_list .news_cont .list ul li a .item .text span small{
	font-size: 20px;
	display: block;
	text-align: center;
	font-weight: bolder;
}
#news_list .news_cont .list ul li a .item .text span small.s_top{
	font-weight:normal;
}

#news_list .news_cont .list ul li a .item .text .r{
	background: url(../images/bg4.png) repeat-x;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	padding: 15px;
	height: 50px;
	overflow: hidden;
}
#news_list .news_cont .list ul li a img{
	width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#news_list .news_cont .list ul li a:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

#news_list .news_cont .list ul li a:hover .text{
	bottom: 0;
}
#news_list .news_detail{
	width: 100%;
	float: left;
	padding-top: 20px;
}
#news_list .news_detail .pr{
	padding-right: 500px;
}
#news_list .news_detail .article{
	width: 100%;
	float: left;
}
#news_list .news_detail .article .top{
	width: 100%;
	float: left;
	padding-top: 10px;
}
#news_list .news_detail .article .top h2{
	font-size: 24px;
	color: #000000;
	line-height: 1.4;
}
#news_list .news_detail .article .top .time{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
#news_list .news_detail .article .bottom{
	width: 100%;
	padding: 10px 0;
	padding-bottom: 50px;
	float: left;
}
#news_list .news_detail .article .bottom img{
	max-width: 100%;
	height: 100%;
	margin-left: -37px;
}
#news_list .news_detail .article .bottom p{
	font-size: 16px;
	line-height: 24px;
	text-indent: 2em;
}
#news_list .news_detail .newsrlist{
    position: fixed;
    width: 24%;
    right: 10%;
    height: 80%;
    margin-top: 0;
}
#news_list .news_detail .newsrlist h4{
	font-size: 18px;
	color: 000;
	padding: 10px 0;
	padding-left: 20px;
	line-height: 30px;
	font-weight: normal;
	background: url(../images/dot.png) left center no-repeat;
}
#news_list .news_detail .newsrlist .srcoll_news{
	width: 100%;
	height: 80%;
	overflow-y: auto;
}
#news_list .news_detail .newsrlist ul{
	width: 100%;
	float: left;
}
#news_list .news_detail .newsrlist ul li{
	padding: 10px 0;
}
#news_list .news_detail .newsrlist ul li a{
	line-height: 26px;
	font-size: 16px;
}
#anli{
	width: 100%;
	float: left;
	padding-top: 100px;
}
#anli .top{
	width: 100%;
	float: left;
}
#anli .top .cont{
	width: 1386px;
	margin: 0 auto;
}
#anli .top .cont ul{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#anli .top .cont ul li{
	display: inline-block;
	position: relative;
	margin-right: 20px;
	*float: left;
}
#anli .top .cont ul li a.active{
	background: #b50000;
	color: #fff;
}
#anli .top .cont ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	color: #999999;
	font-size: 15px;
}
#anli .top .cont ul li>a:hover{
	background: #b50000;
    color: #fff;
}
#anli .top .cont ul li a.active:hover{
	color: #fff;
}
#anli .top .cont ul li.drop a{
	
}
#anli .top .cont ul li dl{
	position: absolute;
	width: 100%;
	display: none;
	z-index: 6;
}
#anli .top .cont ul li.drop:hover dl{
	display: block;
}
#anli .top .cont ul li dl dd a{
	text-align: left;
	line-height: 28px;
	height: 28px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #c6c6c6;
	background: url(../images/tmbg2.png) !important;
	padding-left: 20px;
}
#anli .top .cont ul li dl dd a:hover{
	color: #fff;
	background: #333 !important;
}
#anli .bottom {
	width: 100%;
	float: left;
}
#anli .bottom .list{
	width: 100%;
	float: left;
	overflow: hidden;
}
#anli .bottom  .list ul{
	margin-left: -5px;
	margin-right: -5px;
}
#anli .bottom  .list ul li{
	width: 25%;
	float: left;
	margin-bottom: 5px;
	*width: 33%; 
}
#anli .bottom .list ul li a{
	padding: 5px;
	display: block;
}
#anli .bottom .list ul li a .item{
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}
#anli .bottom .list ul li a .item .text{
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #c30000;
	padding-bottom: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	bottom: -100px;
}
#anli .bottom .list ul li a .item .text h5{
	font-size: 16px;
	padding-left: 40px;
	color: #fff;
	line-height: 24px;
	background: url(../images/dot.png) 20px center no-repeat;
}
#anli .bottom .list ul li a .item .text p{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding-left: 20px;
}
#anli .bottom .list ul li a img{
	width: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#anli .bottom .list ul li a:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
#anli .bottom .list ul li a:hover .text{
	bottom: 0;
}
#banner.anli .bx-wrapper .bx-pager{
	display: none;
}
#banner.anli .bx-wrapper .bx-prev{
	display: none;
}
#banner.anli .bx-wrapper .bx-next{
	background: url(../images/rrr.png) no-repeat;
	width: 64px;
	height: 64px;
}
#banner.anli .bx-wrapper .bx-next:before{
	display: none;
}

#zhaopin{
	width: 100%;
	float: left;
	padding-top: 100px;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
}
#zhaopin .cont{
	width: 1386px;
	margin: 0 auto;
}
#zhaopin .cont .detail{
	width: 100%;
	float: left;
	margin-top: 20px;
	background: url(../images/tmbg4.png);
	position: relative;
}
#zhaopin .cont .detail .menu{
	width: 350px;
	padding: 20px;
	float: left;
}
#zhaopin .cont .detail .menu a{
	display: block;
	width: 100%;
	color: #787878;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 14px;
}
#zhaopin .cont .detail .menu a:hover,
#zhaopin .cont .detail .menu a.on{
	color: #c80000;
}
#zhaopin .cont .detail .menu a p{
	margin-bottom: 0;
}
#zhaopin .cont .detail .menu a small{
	font-family: "Arial";
	line-height: 20px;
}
#zhaopin .cont .detail .article{
	float: left;
	padding-top: 30px;
	height: 85%;
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	padding-right: 10px;
}
#zhaopin .cont .detail .article ul{
	position: relative;
	left: 0;
}
#zhaopin .cont .detail .article .scroll_article{
	height: 100%;
	overflow-y: auto;
}
#contact{
	width: 100%;
	float: left;
	padding-top: 100px;
	background: url(../images/bg4.jpg) no-repeat;
	background-size: cover;
}
#contact .cont{
	width: 1386px;
	margin: 0 auto;
}
#contact .cont .detail{
	width: 100%;
	float: left;
	margin-top: 10px;
	background: url(../images/tmbg5.png);
	position: relative;
	padding-bottom: 10px;
}
#contact .cont .detail .pad{
	padding: 30px;
}
#contact .cont .detail .pad .top{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	color: #fff;
}
#contact .cont .detail .pad .top h5{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
#contact .cont .detail .pad .top p{
	font-size: 14px;
	line-height: 22px;
}
#contact .cont .detail .pad .bottom{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#contact .cont .detail .pad .bottom h5{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
	padding-left: 20px;
	background: url(../images/dot.png) left center no-repeat;
}
#contact .cont .detail .pad .bottom .l{
	width: 160px;
	margin-right: 15px;
	float: left;
}
#contact .cont .detail .pad .bottom label{
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 25px;
}
#contact .cont .detail .pad .bottom .l .text{
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	background: #a1a1a1;
	outline: none;
	text-indent: 10px;
	color: #fff; 
}
#contact .cont .detail .pad .bottom .m{
	width: 350px;
	float: left;
}
#contact .cont .detail .pad .bottom .m textarea{
	width: 100%;
	float: left;
	line-height: 20px;
	border: 0;
	background: #a1a1a1;
	outline: none;
	color: #fff; 
	height: 70px;
	padding: 0;
	text-indent: 10px;
	resize: none;
}
#contact .cont .detail .pad .bottom .r{
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 15px;
	padding-top: 25px;
}
#contact .cont .detail .pad .bottom .r button{
	width: 70px;
	height: 70px;
	background: #c80000;
	color: #fff;
	text-align: center;
	border: 0;
	font-size: 17px;
	line-height: 24px;
	cursor: pointer;
}

	.fixed_text{
	    width: 320px;
	    padding: 0 60px;
	    background: url(../images/tmbg3.png);
	    float: left;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    color: #fff;
	}
	.fixed_text h5{
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
		padding-left: 20px;
		margin-top: 100px;
		background: url(../images/dot.png) left center no-repeat;
	}
	.fixed_text p{
		line-height: 24px;
	}

	.fixed_text{
		padding: 0 20px;
		width: 260px;
		left: 0;
		right: 0;
	}

@media (max-width: 1400px) and (min-width: 768px){
	#tuandui .cont{
		width: 100%;
	}
	#rongyu .cont{
		width: 100%;
	}
	#rongyu .cont .ryslide .r{
		width: 100%;
		padding-left: 0;
	}
	#contact .cont,
	#zhaopin .cont,
	#anli .top .cont,
	#news_list .cont{
		width: 98%;
	}
}
@media (max-width: 1240px) and (min-width: 1024px){
	#index_box1 .l .cont{
		font-size: 14px;
	}
	#index_box1 .l{
		width: 100%;
	}
	#index_box1 .r{
		width: 100%;
	}
	#news_list .news_detail .pr{
		padding-right: 420px;
	}
}
@media( max-width: 1044px) and (min-width: 768px){
	#header .r .search{
		margin-left: 0;
		width: 140px;
	}
	#header .r .search .fg{
		width: 140px;
	}
	#header .logo{
		margin-left: 20px;
	}
	#header .r .nav ul li a{
		font-size: 14px;
		padding: 0 10px;
	}
	#header .r .nav{
		width: 360px;
	}
	#header .r{
		padding-right: 20px;
	}
	#index_box1 .l{
		width: 100%;
	}
	#index_box1 .r{
		width: 100%;
	}
	#news_list .news_detail .pr{
		padding-right: 380px;
	}
}
@media(max-width: 767px){
	#mb_con .mb_msg img {
    margin-top: 50%;
    width: 202px;
	}	
	#header .menu{
		background: rgba(0,0,0,.8);
		padding-right: 0;
		position: absolute;
		top: 60px;
		width: 100%;
		display: none;
	}
	#header .r .nav{
		width: 100%;
	}
	#header .menu .nav ul{
		width: 100%;
		float: left;
	}
	#header .menu .nav ul li{
		width: 100%;
		height: auto;
		padding: 5px 0;
		float: left;
		border-bottom: 1px solid #888;
	}
	#header .r .nav ul li a{
		line-height: 30px;
		margin: 0;
		text-align: left;
		float: left;
	}
	#header .r .nav ul li ul.dropdown-menu{
		position: static;
		background: transparent;
	}
	#header .r .nav ul li ul.dropdown-menu li{
		border-bottom: 0;
		height: 30px;
	}
	#header .r .nav ul li ul.dropdown-menu li a{
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		border-bottom: 0;
	}
	#header .r .search{
		width: 60%;
		margin: 0 auto;
		float: none;
		display: block;
	}
	#header .r .search .fg{
		margin: 10px 0;
		width: 100%;
	}
	#header{
		height: 60px;
	}
	#header .logo{
		margin-top: 15px;
		margin-left: 15px;
	}
	#header .logo img{
		height: 28px;
	}
	#header .menu_toggle{
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		height: 40px;
		outline: none;
		border: 0;
		width: 40px;
		background: url(../images/menu.png) center no-repeat;
		background-size: 26px auto;
	}
	#header .menu_toggle.on{
		background: url(../images/close.png) center no-repeat;
		background-size: 26px auto;
	}
	#index_box1 .l{
		width: 100%;
	}
	#index_box1 .l .cont{
		font-size: 14px;
		line-height: 22px;
	}
	#index_box1 .r .item .cont{
		padding: 5px;
	}
	#index_box1 .r{
		width: 100%;
	}
	#footer .cont{
		padding: 0 10px;
	}
	#index_box1 .r .item{
		width: 100%;
	}
	#about_1 .item{
		width: 100%;
		height: auto !important;
	}
	#about_1 .item1 .arr{
		right: auto;
		left: 50%;
		margin-left: -15px;
		bottom: 0;
		top: auto;
		margin-bottom: -20px;
		border-left: 10px;
	    border: 10px solid transparent;
	    border-left: 15px solid transparent;
	    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	    border-left-color: #808080;
	}
	#about_1 .item2 .arr{
		right: auto;
		left: 50%;
		margin-left: -15px;
		bottom: 0;
		top: auto;
		margin-bottom: -20px;
		border-left: 10px;
	    border: 10px solid transparent;
	    border-left: 15px solid transparent;
	    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	    border-left-color: #9a9a9a;
	}
	.cd-horizontal-timeline .events-wrapper{
		padding: 0 30px;
	}
	.cd-horizontal-timeline .events-content ol li .l{
		width: 100%;
		margin-bottom: 10px;
	}
	.cd-horizontal-timeline .events-content ol li .r{
		width: 100%;
		text-align: center;
	}
	#tuandui .cont{
		width: 100%;
	}
	#tuandui .cont .nav ul li a .tit span{
		font-size: 14px;
		margin-left: 5px;
	}
	#tuandui .cont .nav ul li a .tit{
		padding-bottom: 0;
	}
	#mb_con.wxmd .mb_msg img{
		margin-top: 200px;
	}
	#rongyu .cont{
		width: 96%
	}
	#rongyu .cont .ryslide .l{
		width: 100%;
	}
	#rongyu .cont .ryslide .l .dataul li{
		padding: 10px;
	}
	#rongyu .cont .ryslide .r{
		position: static;
		width: 100%;
		padding: 0;
	}
	#news_list .news_cont .list ul li{
		width: 100%;
	}
	#news_list .cont{
		width: 100%;
	}
	#news_list .news_detail .pr{
		padding-right: 0;
	}
	#news_list .cont{
		width: 94%;
	}
	#news_list .news_detail .newsrlist{
		position: static;
		width: 100%;
		float: left;
	}
	#news_list .news_detail .newsrlist .srcoll_news{
		height: 500px;
	}
	#anli .top .cont{
		width: 94%;
	}
	#anli .bottom  .list ul li{
		width: 100%;
	}
	#zhaopin .cont{
		width: 94%;
	}
	#zhaopin .cont .detail .menu{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
	}
	#zhaopin .cont .detail .article{
		position: static;
		padding: 20px;
	}
	#contact,
	#zhaopin{
		height: auto !important;
		padding-bottom: 50px;
	}
	#contact .cont{
		width: 94%;
	}
	#contact .cont .detail .pad .bottom .m,
	#contact .cont .detail .pad .bottom .l{
		width: 100%;
	}
	#contact .cont .detail .pad .bottom .r{
		margin-left: 0;
	}
	#contact .cont .detail .pad .bottom .r button{
		width: 80px;
	}

	.fixed_text{
		position: relative;
		padding:10px 0;
		width: 100%;
	}
	.fixed_text h5{
		margin-top: 0;
	}
	#about{
		display: block;
		padding:10px;
		position: relative;
		font-size: 14px;
	}
	.winheight{
		background-size:100%
	}
	.fixed_text{
		color:#000;
	}
	#tuandui .cont .nav ul li a .tit span{
		line-height: 20px;
	}
    #tuandui .cont .nav ul li a .tit span c{
	    display: block;
	    margin-left: 5px;
	}
	#tuandui .cont .nav ul li.cur a .tit{
		height: 40px;
	}
	#tuandui .cont .nav_cont ul li p{
		font-size: 14px;
	}
	#rongyu .cont .ryslide .l .dataul{
		height: 100%;
	}
}