html,body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	color: #707070;
	height: 100%;
}

hr,p,blockquote,dl,dt,dd,pre,form,fieldset,legend,button,input,textarea,td,figure,figcaption {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: '\5FAE\8F6F\96C5\9ED1'
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0
}

em {
	font-style: normal
}

button {
	cursor: pointer
}

img {
	border: 0;
	vertical-align: middle
}

a {
	color: #707070;
	text-decoration: none;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

a {
	-webkit-transition: all .2s ease-in-out 0;
	-moz-transition: all .2s ease-in-out 0;
	-o-transition: all .2s ease-in-out 0;
	-ms-transition: all .2s ease-in-out 0;
	transition: all .2s ease-in-out 0
}

a:hover {
	color: #1f4085;
	text-decoration: none
}

input,select,textarea {
	vertical-align: middle;
	font-size: 12px;
	font-family: "Microsoft Yahei",Verdana,Arial
}

table {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0
}

*{margin:0;padding:0;}

ul,ol,li{list-style:none;}

.line-height {
	line-height:22px;
}

.list-unstyled {
	margin: 0 !important;
	padding: 0 !important
}

.list-unstyled,
.list-unstyled > li {
	padding-left: 0;
	list-style: none
}

.list-unstyled,
.list-unstyled li {
	*margin: 0;
	*padding: 0;
	*list-style: none
}

.list-unpadding {
	padding-left: 0
}

.pull-left {
	float: left !important;
	display: inline
}

.pull-right {
	float: right !important;
	display: inline
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.clearfix:after,.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix,.row {
	display: inline-table
}

*html .clearfix,*html .row {
	height: 1%
}

.clearfix,.row {
	display: block
}

.clear {
	clear: both;
	*zoom: 1;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden
}

.hide {
	display: none!important;
	display: none
}

.col-1 {
	width:450px;
}
.col-2 {
	width:530px;
}
.col-3 {
	width:390px;
}
.col-4 {
	width:588px;
}
.col-5 {
	width:490px;
}
.col-6 {
	width:725px;
}
.col-7 {
	width:275px;
}
.col-8 {
	width:320px;
}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes shake {
	0,100% {
		-webkit-transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px)
	}
}

@-moz-keyframes shake {
	0,100% {
		-moz-transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-moz-transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-moz-transform: translateX(10px)
	}
}

@-o-keyframes shake {
	0,100% {
		-o-transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		-o-transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		-o-transform: translateX(10px)
	}
}

@keyframes shake {
	0,100% {
		transform: translateX(0)
	}

	10%,30%,50%,70%,90% {
		transform: translateX(-10px)
	}

	20%,40%,60%,80% {
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake
}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(404.png)\9;
	*behavior: url()
}

.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	behavior: url(404.png)
}

.container {
	width: 1000px;
	margin: 0 auto
}

.relative {
	position:relative;
}

.margin-top-30{
	margin-top:30px !important;
	margin-top:30px;
}
.margin-top-20{
	margin-top:20px !important;
	margin-top:20px;
}
.margin-top-15{
	margin-top:15px !important;
	margin-top:15px;
}
.margin-bottom-30{
	margin-bottom:30px !important;
	margin-bottom:30px;
}
.margin-bottom-80{
	margin-bottom:80px !important;
	margin-bottom:80px;
}
.margin-left-20 {
	margin-left:20px !important;
	margin-left:20px;
}
.margin-right-20 {
	margin-right:20px !important;
	margin-right:20px;
}
.padding-left-25 {
	padding-left:25px !important;
	padding-left:25px;
}
.padding-width-20 {
	padding:0 20px;
}
.no-space {
	margin:0 !important;
	padding:0 !important;
	margin:0;
	padding:0;
}


.red {
	color:#ca211c;
}


.header {
	height:90px;
	width:100%;
	background-color:#e6e6e8;
}
.language-btn a{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	padding:3px 15px;
	border:1px solid #cecece;
	color:#999;
	
	margin-left:7px;
	margin-top:38px;
}
.language-btn a:hover {
	color:#1f4085;
	border:1px solid #1f4085;
}
.icon {
	background:url("/static/image/icon.png") no-repeat;
	display:inline-block;
	*display: inline;
	*zoom: 1;
}
.banner-bgcolor {
	background: url("/static/image/bannerbg.jpg") repeat-x; 
background: -moz-linear-gradient(top,  #f1f2f2 0%, #e6e6e8 50%, #e6e6e8 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f2), color-stop(50%,#e6e6e8), color-stop(100%,#e6e6e8)); 
background: -webkit-linear-gradient(top,  #f1f2f2 0%,#e6e6e8 50%,#e6e6e8 100%); 
background: -o-linear-gradient(top,  #f1f2f2 0%,#e6e6e8 50%,#e6e6e8 100%); 
background: -ms-linear-gradient(top,  #f1f2f2 0%,#e6e6e8 50%,#e6e6e8 100%); 
background: linear-gradient(to bottom,  #f1f2f2 0%,#e6e6e8 50%,#e6e6e8 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#e6e6e8',GradientType=0 ); 
}
:root .banner-bgcolor{filter:none;}
.nav {
	background-color:#221178;
	height:45px;
	line-height:45px;
	overflow:hidden;
}
.nav li {
	float:left;
	width:110px;
	text-align:center;
}
.nav li a {
	font-size:14px;
	color:#fff;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	height:43px;
}
.nav li a:hover,
.nav .active a {
	color:#ffc1be;
	border-bottom:2px solid #ffc1be;
}

.footer {
	height:160px;
	width:100%;
	border-top:2px solid #d51d27;
}
.footer-link {
	height:107px;
}
.footer-link dl {
	margin-left:155px;
	overflow:hidden;
	float:left;
	margin-top:26px;
}
.footer-link dl:first-child {
	margin-left:0;
}
.footer-link dt {
	background:url("/static/image/icon.png") no-repeat;
	width:44px;
	height:44px;
	float:left;
	margin-right:10px;
}
.footer-link .tel dt {
	background-position:0 0;
}
.footer-link .address dt {
	background-position:0 -58px;
}
.footer-link .ceo dt {
	background-position:0 -111px;
}
.footer-link dd {
	color:#868484;
	
	float:left;
	margin-top:5px;
}
.footer-copyright {
	color:#868484;
	text-align:right;
	overflow:hidden;
	height:53px;
	line-height:53px;
}
.footer-copyright .icon {
	width:36px;
	height:36px;
	margin-top:12px;
}
.footer-copyright .icon-mail {
	background-position:-59px 0;
}
.footer-copyright .icon-weibo {
	background-position:-114px 0;
}
.footer-copyright .icon-weixin {
	background-position:-165px 0;
}
.blue-footer .footer-link {
	background-color:#3f3c4e;
}
.blue-footer .footer-copyright {
	background-color:#201d2e;
}
.white-footer .footer-link {
	background-color:#f1f1f1;
}
.white-footer .footer-copyright {
	background-color:#322f3e;
}

.index-bg {
	width:100%;
	height:100%;
	background:url("/static/image/index_bg.jpg") no-repeat center top;
	position:relative;
}
.index-content {
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-500px;
	height:268px;
	padding:50px 0;
	background-color: rgba(29,26,43,0.65);
	border-width:6px;
	border-style:solid;
	border-color: rgba(0,0,0,0.65);
}
.index-content a {
	color:#fff;
}
.index-news {
	margin-left:20px;
}
.index-news-image .white-transparent{
	background-color: rgba(255,255,255,0.3);
}
.index-news-image .black-transparent{
	background-color: rgba(0,0,0,0.3);
}
.index-news-image h3 {
	position:absolute;
	bottom:0;
	left:0;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
}

@media \0screen\,screen\9 {
  .index-content{
	border-color: rgba(0,0,0,0.65);
    background-color:#1d1a2b;
    filter:Alpha(opacity=65);
     
    *zoom:1; 
	
  }
   .index-content .index-news,
   .index-news-image .white-transparent *,
   .index-news-image .black-transparent *{
    position: relative;
  }  
   .index-news-image .white-transparent{
	border-color: rgba(255,255,255,0.3);
    background-color:#fff;
    filter:Alpha(opacity=30);
     
    *zoom:1; 
  }  
  .index-news-image .black-transparent{
	border-color: rgba(0,0,0,0.3);
    background-color:#000;
    filter:Alpha(opacity=30);
    
    *zoom:1; 
	
  }  
  .organization-member-bg{
	border-color: rgba(34,17,119,0.6);
    background-color:#221177;
    filter:Alpha(opacity=60);
    position:static; 
    *zoom:1; 
  }  
}
.titlemore {
	color:#fff;
	font-size:20px;
	margin-bottom:20px;
}
.titlemore .icon-more{
	background-position:-5px -174px;
	width:35px;
	height:35px;
	vertical-align:middle;
	margin-right:10px;
}
.index-news ul {
	margin-left:15px;
}
.index-news li {
	background:url("/static/image/libg.png") no-repeat left 7px;
	color:#fff;
	font-size:12px;
	margin-bottom:15px;
	width:280px;
	overflow:hidden;
	height:18px;
	line-height:18px;
	padding-left:15px;
}
.index-news li a:hover {
	text-decoration:underline;
}
.index-news-image {
	margin-left:15px;
}
.close-indexcontent {
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-21px;
}
.close-indexcontent .icon-close {
	background-position:0 -228px;
}
.close-indexcontent .icon-open {
	background-position:0 -270px;
}
.close-indexcontent .icon {
	width:42px;
	height:42px;
	cursor:pointer;
}


.JQ-content-box {
	overflow:hidden;
	width:1000px;
	height:347px;
	position:relative;
	
}
.JQ-slide-content {
	height:347px;
	position:absolute;
}
.JQ-slide-content li {
	width:1000px;
	float:left;
	list-style:none;
}
.banner-bgcolor .JQ-slide-nav {
	position:absolute;
	bottom:13px;
	text-align:center;
	width:100%;
}
.JQ-slide-nav li {
	width:25px;
	height:4px;
	background-color:#6b6b6b;
	margin:0 2px;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	cursor:pointer;
}
.JQ-slide-nav .active {
	background-color:#cb221d;
}
.knowus .white-transparent {
	width:336px;
}
.newslist {
	width:390px;
	border:1px solid #e4e4e4;
}
.newsnav {
	border-bottom:1px solid #e4e4e4;
	padding-right:13px;
}
.newsnav a {
	margin-top:10px;
	display:block;
	color:#c3c2c1;
	font-size:12px;
}
.newsnav a:hover {
	color:#221178;
}
.newsnav li {
	float:left;
	font-size:14px;
	color:#505051;
	padding:10px 20px;
	cursor:pointer;
}
.newsnav .active {
	background-color:#e9e9e9;
	color:#221178;
}
.icon-rect-red {
	vertical-align:middle;
	margin-top:-3px;
	width:8px;
	height:4px;
}
.active .icon-rect-red {
	background-position:-5px -315px;
	vertical-align:middle;
	margin-top:-3px;
	width:8px;
	height:4px;
}
.newslist .index-news {
	display:none;
	height:182px;
}
.newslist .index-news.in {
	display:block;
}
.newslist .index-news span {
	color:#bababa;
	font-size:11px;
}
.newslist .index-news {
	padding:5px 13px 4px 8px;
}
.newslist .index-news li {
	color:#676768;
	list-style:disc;
	padding:0;
	height:26px;
	line-height:26px;
	font-size:13px;
	margin-bottom:0;
	overflow: hidden;
}
.newslist .index-news a {
	color:#676768;
}
.knowus-login {
	width:245px;
}
.knowus-login .gray-bg {
	background-color:#e2e2e2;
	height:47px;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:16px;
	margin-bottom:2px;
}
.knowus-login-title span {
	color:#898989;
	font-size:25px;
	border-left:2px solid #d5d5d5;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	padding-left:5px;
}
.knowus-login .icon {
	width:48px;
	height:48px;
	vertical-align:middle;
	padding-right:15px;
}
.knowus-login .icon-mail {
	background-position:-55px -52px;
}
.knowus-login .active .icon-mail {
	background-position:-55px -387px;
}
.knowus-login .active a {
	color: #221178;
}
.knowus-login .icon-oa {
	background-position:-52px -120px;
}
.knowus-login .active .icon-oa {
	background-position:-55px -455px;
}
.knowus-login a {
	color:#797979;
	font-size:14px;
	margin-top:15px;
	display:block;
	width:160px;
}
.knowus-login a big {
	font-size:20px;
	vertical-align:middle;
	float:right;
	padding-right:45px;
}
.knowus-login .icon-arrow {
	background-position:-53px -237px;
	width:22px;
	height:22px;
	float:right;
	padding-right:35px;
}
.icon-branch {
	background-position:-52px -180px;
	width:26px;
	height:24px;
	vertical-align:middle;
}
.knowus-branch .title {
	color:#999;
	font-size:14px;
	margin:17px 0;
}
.knowus-branch .index-news {
	border:1px solid #e5e5e5;
	padding:20px 0;
	margin:0;
	width:335px;
	max-height:163px;
	overflow-x:hidden;
	overflow-y:auto;
}
.knowus-branch .index-news ul {
	width:370px;
	margin:0;
}
.knowus-branch .index-news li {
	width:135px;
	float:left;
	color:#333;
	font-size:12px;
	margin-right:25px;
	margin-left:20px;
	border-right:1px solid #ebebeb;
	height:23px;
	line-height:23px;
	padding:0;
	list-style:none;
}
.knowus-branch .index-news a {
	color:#333;
}
.knowus-branch .index-news .icon-dot {
	background-position:-16px -313px;
	width:5px;
	height:5px;
	padding-right:10px;
	vertical-align:middle;
}
.knowus-branch .index-news-image {
	margin-left:13px;
}
.knowus-branch .index-news-image a {
	color:#fff;
}
.knowus-bottom .icon {
	background:url("/static/image/icon_knowus.png") no-repeat;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:49px;
	height:47px;
	vertical-align:middle;
}
.knowus-bottom a:hover .icon {
	background:url("/static/image/icon_knowus_on.png") no-repeat;
}
.knowus-bottom .icon-report,
.knowus-bottom a:hover .icon-report {
	background-position:1px 0;
}
.knowus-bottom .icon-note,
.knowus-bottom a:hover .icon-note {
	background-position:-59px -3px;
}
.knowus-bottom .icon-product,
.knowus-bottom a:hover .icon-product {
	background-position:-118px -3px;
}
.knowus-bottom .icon-file,
.knowus-bottom a:hover .icon-file {
	background-position:-182px -3px;
}
.knowus-bottom .icon-regulations,
.knowus-bottom a:hover .icon-regulations  {
	background-position:-248px -3px;
}
.knowus-bottom a p {
	color:#8a8a8b;
	margin-top:10px;
}
.knowus-bottom a:hover p {
	color:#221178;
}
.knowus-bottom-div {
	width:100px;
	float:left;
	margin-left:68px;
}
.knowus-bottom .circle{
	border:1px solid #ececec;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	display:block;
}
.knowus-bottom {
	padding:18px 40px;
	border:1px solid #e5e5e5;
	margin-top:20px;
	margin-bottom:20px;
}

.left-content {
	width:197px;
}
.right-content {
	width:790px;
}
.nav-title {
	background:url("/static/image/title_bg.jpg") no-repeat;
	width:197px;
	height:59px;
	color:#cb2c25;
	font-size:15px;
	text-align:center;
	line-height:59px;
}
.nav-title .icon-nav {
	background-position:-58px -213px;
	width:15px;
	height:12px;
	vertical-align:middle;
	margin-left:15px;
}
.subnav {
	background-color:#f1f2f3;
}
.subnav li {
	font-size:10px;
	height:39px;
	line-height:39px;
	border-bottom:1px solid #e6e6e8;
	color:#acacac;
	
}
.subnav li a {
	color:#acacac;
	font-size:13px;
	padding-left:47px;
	display:block;
	
}
.subnav .active a {
	color:#221178;
}
.icon-bigdot {
	background-position:0 -327px;
	width:5px;
	height:5px;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:15px;
}
.subnav li .icon-bigdot {
	background-position:0 -338px;
}
.subnav .active .icon-bigdot,
.subnav li a:hover .icon-bigdot {
	background-position:0 -327px;
}
.subnav li a:hover {
	color:#221178;
}
.left-content .knowus-login {
	width:197px;
}
.left-content .knowus-login a {
	width:100px;
}
.left-content .knowus-login .icon-arrow {
	padding-right:0;
}
.left-content .knowus-login {
	margin-top:5px;
}
.left-content .knowus-login .gray-bg {
	margin-bottom:3px;
}
.bread .icon-blue-rect {
	
	background-position:0 -325px;
	width:5px;
	height:5px;
	margin-right:5px;
}
.bread a,.bread {
	color:#bdbdbd;
}
.subheader {
	color:#898989;
	background-color:#f6f6f6;
	height:37px;
	line-height:37px;
	padding:0 20px;
	
}
.development-list {
	padding:20px 20px 50px 20px
}
.development-list p {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: 28px;
}

.development-list li {
	position:relative;
	line-height:25px;
	padding-bottom: 20px;
	padding-left:12px;
}
.development-list li .icon {
	position:absolute;
	width:11px;
	height:11px;
	margin-left:-18px;
	margin-top:4px;
}
.development-list li .icon-listradius {
	background-position:-255px -29px;
}
.development-list .active .icon-listradius {
	background-position:-255px -1px;
}

.bigtitle {
	font-size:16px;
	color:#474747;
	height:47px;
	line-height:47px;
}
.operation {
	background:url("/static/image/zhici.jpg") no-repeat;
	width:340px;
	height:205px;
	padding-left:90px;
	padding-top:40px;
	color:#fff;
	font-size:12px;
}
.operation p {
	margin-bottom: 20px;
	line-height: 20px;
	text-indent: 25px;
}
.operation a {
	display:block;
	width:102px;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#e7e7e7;
	color:#5e5e5e;
	margin-top:10px;
}
.about-general {
	background-color:#edeef0;
	color:#646464;
	font-size:12px;
	padding:15px 20px;
}
.about-general p {
	padding-top:15px;
	text-indent:25px;
	line-height:20px;
}
.about-general a {
	display:block;
	color:#ca211c;
	margin-top: 10px;
	float:right;
}
.prechure-bluebg {
	background-color:#5881c3;
	width:306px;
	height:100px;
	padding:25px 12px;
	color:#fff;
	line-height:22px;
}
.prechure-bluebg p span {
	color:#fff;
	
	line-height:23px;
	display:block;
	background-color:#2d5491;
}
.prechure-graybg {
	background-color:#b6bccc;
	width:82px;
	height:78px;
	padding:36px 11px;
}
.prechure-graybg span {
	width:41px;
	height:47px;
	display:block;
	color:#ca211c;
	font-size:18px;
	border:3px solid #ca211c;
	padding:15px;
}
.colorblock {
	position:relative;
	width:450px;
	height:206px;
}
.wide-colorblock {
	width:175px;
	height:104px;
	text-align:center;
	line-height:101px;
	position:absolute;
	font-size:16px;
}
.colorblock .blueblock {
	background-color:#a1b9ec;
	top:0;
	left:0;
}
.blueblock a {
	color:#27478b;
}
.colorblock .greenblock {
	background-color:#d3f8a7;
	top:0;
	left:180px;
	width:157px;
}
.greenblock a {
	color:#629526;
}
.colorblock .greyblock {
	background-color:#d3d2c0;
	top:109px;
	left:0;
}
.greyblock a {
	color:#5e5c39;
}
.colorblock .yellowblock {
	background-color:#f8f4a7;
	top:109px;
	left:180px;
	width:157px;
}
.yellowblock a {
	color:#6c681a;
}
.long-colorblock {
	width:107px;
	height:213px;
	background-color:#edeef0;
	top:0;
	left:342px;
	position:absolute;
	text-align:center;
	font-size:16px;
	line-height:207px;
}
.long-colorblock a {
	color:#5e6676;
}
.about-honor {
	width:345px;
}
.about-honor ul {
	width:350px;
}
.about-honor h3 {
	color:#5e6676;
	font-size:14px;
	padding-top:8px;
	padding-bottom:5px;
}
.about-honor h4 {
	color:#4f5663;
	font-size:12px;
	padding-bottom:5px;
}
.about-honor li {
	display:block;
	width:155px;
	overflow:hidden;
	margin-right:20px;
	float:left;
	line-height:20px;
}
.about-honor li a {
	font-size:12px;
	color:#747474;
}
.about-honor-border {
	border:1px solid #edeef0;
}

.products-lists ul {
	width:900px;
}
.products-lists li {
	position:relative;
	float:left;
	width:177px;
	font-size:12px;
	overflow:hidden;
	margin-right:27px;
	margin-top:22px;
}
.products-lists li div {
	width:177px;
	overflow:hidden;
	height:173px;
}
.products-lists li h4 {
	color:#8d8d8d;
	height:40px;
	line-height:20px;
	overflow:hidden;
}
.products-lists li p {
	color:#acacac;
}
.products-lists .icon-enlarge {
	background-position:-124px -51px;
	width:52px;
	height:52px;
	margin-top:55px;
}
.products-lists span {
	width:177px;
	height:173px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	text-align:center;
	line-height:173px;
	display:none;
}
.products-lists li a {
	display:block;
}
.products-lists a img {
	transition:transform 1s;
-moz-transition:-moz-transform 1s; 
-webkit-transition:-webkit-transform 1s; 
-o-transition:-o-transform 1s; 
}
.products-lists a:hover img {
	transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
}
.products-lists a:hover h4 {
	color:#ed6d00;
}
.products-lists a:hover span {
	display:block;
}

.organization img {
	display:black;
}
.organization h4 {
	height:40px;
	line-height:20px;
	overflow:hidden;
	padding:20px 18px;
	width:354px;
	background-color:#7697cc;
	color:#fff;
}
.organization h4 a {
	color:#fff;
	display:block;
	float:left;
	width:293px;
}
.icon-arrow-right {
	background-position:-139px -118px;
	width:24px;
	height:41px;
}
.organization-branch .stripebg {
	background:url("/static/image/stripebg.png") repeat;
	height:290px;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}
.branch-inner .stripebg {
	width:303px;
}
.branch-outer .stripebg {
	width:158px;
}
.organization-branch .stripebg ul {
	width:100%;
	height:90%;
}
.organization-branch .stripebg li {
	float:left;
	list-style:disc inside;
	color:#333;
	line-height:24px;
	height:24px;
	width:110px;
	margin-right:20px;
	float:left;
	overflow:hidden;
	font-size:14px;
}
.organization-member li {
	list-style:disc inside;
	color:#fff;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
.organization-member {
	position:relative;
	color:#fff;
}
.organization-member p {
	display:none;
}
.organization-member-bg {
	background-color: rgba(34,17,119,0.6);
	height:44px;
	padding:20px 35px;
	position:absolute;
	width:320px;
	bottom:0;
	left:0;
}
.organization-member li a {
	color:#fff;
}

.page-inner-lists dl {
	float:left;
	width:350px;
	overflow:hidden;
	height:202px;
	border-bottom:3px solid #f0f0f0;
	margin-top:20px;
	margin-left:25px;
	cursor:default;
}
.page-inner-lists dt {
	background:#f2f2f2;
	height:35px;
	line-height:35px;
	font-size:16px;
	padding:0 25px;
	width:300px;
}
.page-inner-lists dd {
	padding:10px 10px 10px 25px;
	width:313px;
	height:127px;
	line-height:23px;
	color:#939393;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
}
.icon-href {
	
	background-position:-53px -312px;
	width:15px;
	height:15px;
}
.page-inner-lists .active .icon-href {
	background-position:-53px -285px;
}
.page-inner-lists .active {
	border-bottom:3px solid #cc231e;
}

.subnav-top-bg .return {
	display:block;
	float:left;
	width:58px;
	height:58px;
	text-align:center;
	line-height:58px;
	background-color:#c8cae1;
}
.subnav-top-bg li {
	float:left;
	width:217px;
	height:58px;
	line-height:58px;
	background-color:#fafafa;
	text-align:center;
}
.subnav-top-bg .active {
	background-color:#ececec;
}
.subnav-top-bg li .icon {
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-right:5px;
}
.subnav-top-bg li .icon-about {
	background-position:-356px -26px;
	margin-top:-3px;
}
.subnav-top-bg li .icon-news {
	background-position:-389px -26px;
	margin-top:-7px;
}
.subnav-top-bg li .icon-contact {
	background-position:-423px -26px;
	margin-top:-7px;
}
.subnav-top-bg .active .icon-about {
	background-position:-356px 0;
}
.subnav-top-bg .active .icon-news {
	background-position:-389px 0;
}
.subnav-top-bg .active .icon-contact {
	background-position:-423px 0;
}
.icon-arrow-left {
	background-position:0 -380px;
	width:15px;
	height:25px;
	vertical-align:middle;
}
.subnav-top-bg span {
	display:block;
	float:left;
	width:266px;
	height:58px;
	line-height:58px;
	padding-left:17px;
	background:url("/static/image/stripebg.png") repeat;
	color:#221179;
	font-size:18px;
}
.title-border {
	color:#5c5c5c;
	font-size:16px;
	border-bottom:1px dashed #dcdcdc;
	height:40px;
	line-height:40px;
	margin-bottom:30px;
}
.title-border a,
.bigtitle .more {
	color:#919191;
	font-size:12px;
	font-weight:normal;
}
.title-border .icon,
.bigtitle .more .icon {
	vertical-align:middle;
	margin-left:5px;
}
.inner-show-news li a {
	color:#fff;
	font-size:14px;
}
.inner-show-news li {
	line-height:22px;
}
.inner-show-news li p {
	color:#fff;
	font-size:12px;
}
.bussiness-inner .organization-member-bg {
	width:145px;
	height:260px;
	top:0;
	left:315px;
	padding-left:15px;
	padding-right:15px;
	padding-top:40px;
}
.bussiness-inner .organization-member {
	background: url("/static/image/stripebg.png") repeat;
	
}
.bussiness-inner .organization-member  span {
	float: left;
	display: inline;
	width: 150px;
	line-height: 25px;
	padding: 15px 0;
	color: #707070
}
.bussiness-inner .organization-member-bg a {
	color:#fff;
} 
.bussiness-inner .organization-member-bg h4 {
	height:154px;
	line-height:22px;
	overflow:hidden;
	margin-bottom:50px;
}
.limitheight-220 {
	line-height:22px;
	height:220px;
	overflow:hidden;
}
.inner-outer-bussiness .stripebg {
	width:350px;
	padding:14px 20px;
	line-height:22px;
	height:66px;
}
.inner-outer-bussiness .stripebg .stripebg-word {
	width:300px;
	height:66px;
	overflow:hidden;
}
.bussiness-talent .stripebg {
	width:500px;
	height:106px;
	padding:22px 20px;
}
.bussiness-talent .stripebg .limitheight {
	line-height:22px;
	height:88px;
	overflow:hidden;
}
.bussiness-talent-lists h3 {
	background-color:#b8b8b8;
	color:#fff;
	font-size:14px;
	width:210px;
	padding-left:20px;
	height:30px;
	line-height:30px;
}
.bussiness-talent-lists {
	width:230px;
	padding-left:20px;
}
.bussiness-talent-lists .stripebg {
	width:190px;
	height:110px;
	background:#f7f7f7;
	padding-top:10px;
}
.bussiness-talent-lists .stripebg li {
	width:75px;
	height:30px;
	line-height:30px;
}
.information-head {
	background-color:#f7f7f7;
	width:245px;
	height:265px;
	padding:25px 15px;
}
.information-head p {
	font-size:12px;
	padding-bottom:10px;
}
.information-head h2 {
	font-size:16px;
	padding-bottom:10px;
}
.information-head h2 a {
	color:#5e5e5e;
}
.information-head h4 {
	height:110px;
	line-height:22px;
	overflow:hidden;
}
.slide-news .JQ-content-box {
	width:450px;
	height:310px;
	overflow:hidden;
	position:relative;
}
.slide-news .JQ-content-box .JQ-slide-content {
	position:absolute;
	height:270px;
}
.slide-news .JQ-content-box .JQ-slide-content  li {
	width:450px;
	float:left;
	height:270px;
}
.slide-news .JQ-content-box .JQ-slide-content  .index-news-image {
	margin-left:0;
}
.slide-news .JQ-slide-nav {
	height:40px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	line-height:40px;
	background-color:#f7f7f7;
	position:absolute;
	bottom:0;
}
.icon-rect-pre {
	background-position:-210px 0;
	width:7px;
	height:13px;
}
.prev {
	margin-right:15px;
}
.prev:hover .icon-rect-pre {
	background-position:-210px -19px;
}
.icon-rect-next {
	background-position:-233px -19px;
	width:7px;
	height:13px;
}
.next:hover .icon-rect-next {
	background-position:-233px 0;
}
.inner-show-lists {
	border:1px solid #e8e8e8;
}
.inner-show-lists ul {
	padding:24px 20px 0 35px;
	margin-bottom:34px;
	height:250px;
	overflow:hidden;
}
.inner-show-lists li {
	
	color:#221179;
	margin-top:10px;
	line-height:20px;
}
.inner-show-lists li h3 {
	height:20px;
	overflow:hidden;
}
.inner-show-lists li p {
	color:#9f9f9f;
}
.inner-show-lists li a {
	color:#646464;
	font-size:14px;
	font-weight:normal;	
}
.inner-show-lists li span {
	color:#acacac;
	font-size:12px;
	padding-left:15px;
}
.inner-show-lists .first a,
.inner-show-lists li a:hover {
	color:#484848;
}
.inner-show-link h4 {
	color:#464646;
	padding-bottom:5px;
}
.inner-show-link p {
	line-height:25px;
}

.information-head .more .icon {
	vertical-align:middle;
}
.information-head .more:hover .icon,
.bigtitle .more:hover .icon {
	background-position:-53px -285px;
}
.information-hot .stripebg{
	padding-top:10px;
	height:310px;
}

.information-hot .stripebg ul {
	list-style: none;
}
.information-hot .stripebg li {
	line-height:30px;
	height:30px;
	width:255px;
	margin-right: 0;
	position: relative;
	list-style: none;
}

.information-sliders {
	width: 450px;
	height: 320px;
	overflow: hidden;
}
.information-hot .stripebg li a {
	display: block;
	width: 245px;
	margin-right: 10px
}
.information-hot .stripebg li span {
	color:#ccc;
}
.icon-wifi {
	background-position:-206px -58px;
	width:15px;
	height:15px;
	vertical-align:middle;
}
.information-imgnews .information-head {
	background:none;
	padding:0;
	margin-top:10px;
	width:230px;
	height:115px;
}
.information-imgnews .information-head h2 {
	font-size:14px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding:0;
}
.information-imgnews .information-head p {
	padding:5px 0;
}
.information-imgnews .information-head h4 {
	height:66px;
}
.information-imgnews ul {
	width:1028px;
}
.information-imgnews li {
	width:230px;
	margin-right:27px;
	float:left;
}
.bigtitle-border {
	border-bottom:1px solid #d6d6d6;
}
.information-news li {
	
}
.information-news li p {
	color:#aeaeae;
	margin-top:5px;
}
.information-news li h3 {
	font-size:14px;
	height:22px;
	line-height:22px;
	overflow:hidden;
}

.avg2-news,
.avg3-news {
	margin-top: 10px;
}
.avg2-news li,
.avg3-news li {
	width: 490px;
	float: left;
	display: inline;
	padding: 5px 0;
}
.avg3-news li {
	width: 320px;
}
.avg2-news li p {
	float: right;
	display: inline;
}
.avg3-news li p {
	display: none
}
.avg2-news li h3,
.avg3-news li h3 {
	float: left;
	display: inline;
	width: 380px;
	overflow: hidden;
	font-weight: normal;
}
.avg3-news li h3 {
	width: 320px;
}

.information-news li h3 a {
	color:#828081;
}

.icon-time {
	background-position:-133px -218px;
	width:17px;
	height:15px;
	vertical-align:middle;
	margin-right:5px;
}
.info-imglists dt {
	width:230px;
	padding-right:22px;
}
.info-imglists dd {
	width:475px;
}
.info-imglists dd h3 {
	padding-top:5px;
	padding-bottom:10px;
}
.info-imglists dd p {
	line-height:25px;
	height:50px;
	overflow:hidden;
	margin-bottom:10px;
}
.info-imglists dl {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #dcdcdc;
}

.info-imglists .newslists li {	
	float: left;
	display: inline;
	width: 760px;
	padding: 8px 10px!important;
}
.info-imglists .newslists li img,
.info-imglists .newslists li p {
	display: none;
}
.info-imglists .newslists li h3 {
	float: left;
	display: inline;
	width: 630px;
	font-weight: normal;
}
.info-imglists .newslists li h3 a {
	margin-left: 5px;
}
.info-imglists .newslists li span {
	float: right;
	display: inline;
}
.info-imglists .newslists li span i {
	display: none;
}

.info-imglists .content {
	line-height: 30px;
	font-family: 'SimSun';
	font-size: 14px;
	color: #333;
}
.info-imglists .content p {
	text-indent: 28px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'SimSun';
}
.info-imglists .content img {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
}
.info-imglists .content p img {
	
}

.icon-arrow-down {
	background-position:-49px -361px;
	width:24px;
	height:20px;
	vertical-align:middle;
}

.page-title h1 {
	font-size:18px;
	color:#5d5d5d;
	padding-bottom:10px;
}
.page-title p span {
	padding:0 5px;
}
.page-title p .icon {
	margin-top:-2px;
	margin-right:0;
}
.page-title p {
	line-height:30px;
	border-bottom:1px dashed #dcdcdc;
}
.page-title .return {
	display:block;
	width:63px;
	height:23px;
	text-align:center;
	line-height:23px;
	background-color:#f3f3f3;
	color:#9f9f9f;
	float:right;
	margin-top:7px;
}
.page-title .return:hover {
	background-color:#cc231e;
	color:#fff;
}
.returnlist {
	border-top:1px dashed #dcdcdc;
	margin-top:50px;
}
.returnlist p {
	height:30px;
	line-height:30px;
	border-bottom:1px dashed #dcdcdc;
}
.returnlist p span {
	padding-left:30px;
	padding-right:20px;
	color:#5d5d5d;
}
.returnlist p a,
.returnlist p .pull-right {
	color:#8e8e8e
}

.info-companynews-lists dt {
	font-size:16px;
	padding-bottom:10px;
}
.info-companynews-lists dd p {
	padding-bottom:10px;
}
.info-companynews-lists dl {
	padding:20px 0;
	border-bottom:1px dashed #dcdcdc;
}

.recuritlists .title {
	border-top:1px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
}
.ul-table li {
	float:left;
}
.recuritlists dl {
	padding:0 45px;
	border-bottom:1px dashed #dcdcdc;
}
.ul-table .row1 {
	padding-left:45px;
}
.ul-table {
	height:33px;
	line-height:33px;
}
.ul-table .row1 {
	width:235px;
}
.ul-table .row2 {
	width:150px;
}
.ul-table .row3 {
	width:190px;
}
.ul-table .row4 {
	width:35px;
}
.recuritlists dd {
	padding:10px 0;
	display:none;
}
.ul-table .row4 .icon {
	width:13px;
	height:13px;
	vertical-align:middle;
	background-position:-314px 0;
}
.recuritlists .on .ul-table .row4 .icon-smallarrow-down {
	background-position:-314px -11px;
}
.recurit-graybg .icon-tip{
	background-position:-210px -144px;
	width:100px;
	height:26px;
	margin-right:20px;
	vertical-align:middle;
}
.recurit-graybg {
	background-color:#f8f8f8;
	height:26px;
	line-height:26px;
	font-size:12px;
}
.icon-recurit {
	background-position:-209px -199px;
	width:18px;
	height:18px;
	vertical-align:middle;
	margin-right:5px;
}
.recurit-btn {
	background-color:#eb726a;
	width:110px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#fff;
	float:right;
	margin-top:20px;
	margin-bottom:30px;
}

.prolists-padleft li {
	margin:0 0 22px 14px;
}
.prolists-padleft ul {
	width:770px;
}

.contentsstyle p {
	color:#707070;
	color:#707070 !important;
	text-indent: 28px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'SimSun';
}

.news-slide .JQ-content-box {
	width:100%;
	height:320px;
}
.news-slide .JQ-slide-content {
	width:1000% !important;
	height:320px;
}
.news-slide .JQ-content-box li img {
	width:100%;
}

.pages {
	margin-top: 20px;
	text-align: center;
	line-height: 25px;
	padding: 10px 0;
}
.pages a,
.pages span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px;
	line-height: 25px;
	border: 1px solid #ddd;
}
.pages span {
	background: #221178;
	border: 1px solid #221178;
	color: #fff
}
#about p {
	text-indent: 28px;
	font-size: 14px;
}
#gsjj p {
	text-indent: 28px;
	font-size: 14px;
}
