
* {
    margin: 0;
}

html,body,#page {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    color:#333;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei',"MSYH",Helvetica,Arial,san-serif;
    font-size: 16px;
	width:100%;
	min-width:1200px;
}
input,textarea,button,select {
    font-family: 'Microsoft Yahei',"MSYH",Helvetica,Arial,san-serif;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f00;
}
*:focus {
    outline:none;
}
ul,ol,dl,li {
    list-style: none;
	margin:0;
	padding:0;
}

address,em {
    font-style: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

.CLEAR {
    clear: both
}

.hidden {
    display: none!important
}
ins {
    display: none;
}
.FL {
    float: left
}

.FR {
    float: right;
}

img,a img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}
*,*:after,*:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
header,section,article,nav,figure,footer,address,aside,dialog,menu {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

/*display:block; for lte IE 8 support html5*/

.ibg {
    background: #f7f7f7
}
#page {
    width: 1050px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}

.wbg {
    background: #f1f1f1;
}

.w100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w960 {
    width: 960px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w1000 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}
section {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    height: auto;
    margin-top: 0px;
}
aside {
    margin: 0;
    padding: 0 0 20px;
    min-height: 300px;
    border: 0;
    width: 220px;
    *width: 218px;
    width: 218px\0;
    float: left;
    margin-left: 0px;
    overflow: hidden;
}
#wside {
    width: 240px;
    position: relative;
    background: #fff;
    border-right: 1px solid #ddd
}
#content {
    width: 721px;
    float: left;
    margin-right: 0px;
    padding: 10px 0 100px 40px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    margin-left: -1px;
    overflow: hidden;
}
#main {
    width: 100%;
    height: auto;
    min-height:600px;
    margin: 0px auto;
    padding: 0px 0 0;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.hbox {
    height: auto;
    width: 730px;
    *width: 728px;
    width: 728px\0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.clearbox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#content > .show {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    line-height: 24px;
    overflow: hidden
}
.showcontent {
    width: 100%;
    margin: 50px auto
}
.showcontent h1 {
    line-height: 30px;
    padding: 0 0 20px 0;
    font-weight: normal;
    display: none
}
.showcontent .sharedown {
    margin: 50px auto 30px;
}

.et-slide .description a.more,.et-slide .description a.more:visited {
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding:2px 10px;
    border-radius:4px;
}


.defaultpage {
    width: 400px;
    height: 100px;
    position: relative;
    margin: 350px auto 100px;
/*	-webkit-animation: blink ease-in-out 4s 1s both;
	animation: blink ease-in-out 4s 1s both;*/
}
.defaultpage span {
    position: absolute;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    height: auto;
}
.defaultpage .p1 {
    left: 0;
    top: 0;
}
.defaultpage .p2 {
    left: 0;
    bottom: 0;
}
.defaultpage .p3 {
    left: 0;
    top: 0;
}
.defaultpage .p4 {
    right: 0;
    top: 0;
}
.defaultpage .p1 img,.defaultpage .p2 img,.defaultpage .p3 img,.defaultpage .p4 img {
    width:200px;
}


.defaultpage .p5 {
    left: 0;
    top: 0;
}
.defaultpage .p6 {
    right: 0;
    top: 0;
}
.defaultpage .p5 img{
    width:266px;
}
.defaultpage .p6 img{
    width:133px;
}


@-webkit-keyframes blink {
0% {
opacity:.3;
}
20% {
opacity:1;
}
40% {
opacity:.3;
}
60% {
opacity:1;
}
80% {
opacity:.3;
}
100% {
opacity:1;
}
}
@keyframes blink {
0% {
opacity:.3;
}
20% {
opacity:1;
}
40% {
opacity:.3;
}
60% {
opacity:1;
}
80% {
opacity:.3;
}
100% {
opacity:1;
}
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
49% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
60% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
70% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
80% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
90% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function:cubic-bezier(0.215, .61, .355, 1);
transition-timing-function:cubic-bezier(0.215, .61, .355, 1)
}
0% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
49% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
-ms-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
60% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
-ms-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
70% {
-webkit-transform:scale3d(.9, .9, .9);
-ms-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
80% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
-ms-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
90% {
-webkit-transform:scale3d(.97, .97, .97);
-ms-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
100% {
opacity:1;
-webkit-transform:scale3d(1, 1, 1);
-ms-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}



.teamlist{
	width:100%;
	margin:0 auto;
}
.teamlist li{
	text-align:right;
	width:100%;
	height:auto;
	margin-bottom:100px;
	overflow:hidden;
}
.teamlist li:last-child{
	margin-bottom:0
}
.teamlist li span{
	display:inline-block;
	width:50%;
	float:right;
	position:relative;
	z-index:10;
}
.teamlist li picture{
	float:left;
	margin-top:-50px;
	z-index:2;
}
.teamlist li:nth-child(3) picture{
	margin-top:-150px;
}


.teamlist li:nth-child(2n){
	text-align:left;
}
.teamlist li:nth-child(2n) span{
	display:inline-block;
	float:left;
}
.teamlist li:nth-child(2n) picture{
	float:right;
}



#team .showcontent h1 {
    display: none
}

#default {
    width: 100%;
    min-width: 1000px;
    height: auto;
    padding-top: 50px;
    text-align: center;
    overflow: visible;
    background: #fff;
}
#default figure {
    margin: 0 auto;
    padding-bottom: 30px;
    background: url(../images/d_headerbg.png) left bottom repeat-x;
}
#default figure img {
    width: 320px;
    height: auto;
}
#default .w100 {
    margin: 0 auto;
    background: #D6D4D9;
}
#default .w100 img {
    width: auto;
    vertical-align: top;
    border: none;
}
#default article {
    background: #F6F6F6 ;
}
#default menu {
    width: 1000px;
    height: 80px;
    background: url(../images/d_menubg.png) left bottom no-repeat;
    margin-top: -36px;
}
#default menu ul {
    width: 969px;
    background: #fff;
    padding: 0;
    height: 60px;
    margin: 12px 0 0 16px;
    position: relative;
}
#default menu ul li {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    float: left;
    font-size: 16px;
    border-left: 1px solid #999;
    margin: 20px 10px 0 0;
    padding-left: 10px;
}
#default menu ul li:first-child {
    border-left: 0;
    margin-left: 30px;
}
#default menu ul li a {
    color: #666;
}

#default menu ul li a:hover,#default menu ul li a.hover {
    color: #f00
}
#default menu ul li.sh {
    display: block;
    text-align: right;
    width: 200px;
    height: 60px;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#default menu ul li.sh img {
    height: 60px;
    float: right;
}
#d,#d footer {
    background: #F6F6F6;
}
#d footer {
    min-width: 1000px;
    margin: 0 auto;
}
#d footer p {
    text-align: center;
    font-size: 14px;
}


header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom:1px solid #ddd;
    overflow: visible;
}
.hdbox {
    height: inherit;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    overflow: visible;
}
.hdbox a.logo {
    display: block;
    height: 80px;
    line-height:80px;
    margin: 0;
    float: left;
    width: 600px;
    position: absolute;
    left: 2%;
    top: 10px;
    z-index: 999;
    font-size: 36px;
}
.hdbox a.logo img {
    height: 50px;
    vertical-align: top;
    margin:15px 20px 0px 0;
}
.hdbox a.logo span { display:block; width:100%; height:inherit;}
.hdbox a.logo:hover span{
	color:#333;
	-webkit-animation: flipInX 1s .01s linear both;
	animation: flipInX 1s .01s linear both;
}

@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}

@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}
@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}

@-webkit-keyframes fadeIn {
  0% {opacity:1;}
  50% {opacity:.5;}
  100% {opacity:1;}
}
@keyframes fadeIn {
  0% {opacity:1;}
  50% {opacity:.5;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeScale {
  0% {-webkit-transform: scale(1,1);}
  50% {-webkit-transform: scale(.9,.9); opacity:.8;}
  100% {-webkit-transform: scale(1,1);}
}
@keyframes fadeScale {
  0% {transform: scale(1,1);}
  50% {transform: scale(.9,.9); opacity:.8;}
  100% {transform: scale(1,1);}
}


.toptel {
    width:300px;
    height: 20px;
    position:absolute;
    right:2%;
    top:10px;
    z-index:99;
    text-align:right;
}
.toptel span {
    margin-left:5px;
    display:inline-block;
    width:auto;
    color:#666;
    text-align: right;
    float: right;
    height: 20px;
    overflow: hidden;
    width:100px;
}
.toptel span.tel {
    width:auto;
}
.toptel span img{
    display:inline-block;
    margin-left:10px;
    float:left;
    width:20px;
    height:20px;
}
#showqr {
    display:none;
    width:119px;
    border:1px solid #DDD;
}


/*.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:0.4s;animation-delay:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}*/
#loading{
	display:none;
	width:100%;
	height:100%;
	margin:0px auto;
	background:#fff;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}
#loading p {
	width:200px;
	height:20px;
	margin:0 auto;
	position: absolute;
	left:50%;
	top:300px;
	margin-left:-100px;}
#loading .expand{
	width:100%;
	height:10px;
	margin:2px 0;
	background:#2187e7;
	position:absolute;
	border-radius:5px;
	box-shadow:0px 0px 10px 1px rgba(0,198,255,0.7);
    -moz-animation:fullexpand 1s ease-out;
	-webkit-animation:fullexpand 1s ease-out;
}

@-moz-keyframes fullexpand{
	0%{width:0px;}
	100%{ width:100%;}	
}
@-webkit-keyframes fullexpand{
	0%{width:0px;}
	100%{ width:100%;}	
}





.abbg {
    color:#333;
    background: #f1f1f1;
}
.abbg .bigtit h3{
    color:#333;
}
.csbg {
    background:#F9F9F9;
}

.idx_row {
    width: 1200px;
    height:auto;
    margin:0 auto;
    padding: 0px;
    float:none;
    border:0;
    overflow:hidden;
}

.bigtit {
    width:100%;
    height:auto;
    text-align:center;
    padding:50px 0 30px 0;
    overflow:hidden;
}
.bigtit h3 {
    font-size:30px;
    line-height:50px;
    color: #333;
}
.bigtit i {
    display:inline-block;
    width:auto;
    font-style:normal;
    text-transform:uppercase;
    color:#999;
}
.bigtit i:before {
    content:'------------';
    margin-right:20px;
}
.bigtit i:after {
    content:'------------';
    margin-left:20px;
}

.abtxt {
	width: 100%;
	height:auto;
	clear:both;
	text-align:justify;
	line-height: 35px;
	text-indent:0em;
	margin: 0 auto 50px auto;
	overflow:hidden;
}
.abtxt img {
    width:auto !important;
    width:100%;
    max-width:100%;
    
}

.fwys {
    width:80%;
    height:auto;
    padding:20px 0 50px;
    margin:0 auto;
    text-align:center;
    overflow:hidden;
}
.fwys li {
    display:inline-block;
    width:16%;
    padding:0 0%;
    float:none;
    text-align:center;
}
.fwys li:first-child{
    margin-left:2%;
}
.fwys li img {
    width:72px;
    height:72px;
    margin-bottom:0px;
}
.fwys li h5 {
    font-size:18px;
    line-height:40px;
    font-weight:normal;
}
.fwys li p {
    color:#666;
    font-size:12px;
    line-height:20px;
}


.show.nopdt {
	padding-top:0;
}
.show .fwys {
    width:100%;
    height:auto;
    padding:20px 0 5px;
    margin:0 auto;
    background:#fff;
    text-align:center;
    overflow:hidden;
}
.show .fwys li {
	display:inline-block;
    width:140px;
    padding:0 0;
    float:none;
    text-align:center;
}
.show .fwys li img {
    width:64px;
    height:64px;
    margin-bottom:0px;
}
.show .fwys li h5 {
    font-size:14px;
    line-height:40px;
    font-weight:normal;
    color:#333;
    font-family: MSYH, 'Microsoft Yahei','å¾®è½¯é›…é»‘', Helvetica, Arial, san-serif;
}
.show .fwys li a {
	color:#333;
}
.show .fwys li a:hover h5{
	color:#f00;
}


.ctus ul {
	width: 70%;
	height:auto;
	margin:20px auto 50px;
	overflow:hidden;
}
.ctus ul li{
	float:left;
	padding:0 0% 0 4%;
	color:#666;
	font-size:14px;
	position:relative;
	background-position:10px 5px;
	background-repeat:no-repeat;
	background-size:16px;
}
.ctus ul li b {
	font-size:16px;
	color:#333;
}
.ctus ul li.email {
	width:25%;
	background-image:url(../images/email_16.png);
}
.ctus ul li.tel {
	width:20%;
	background-image:url(../images/phone_16.png);
}
.ctus ul li.address {
	width:42%;
	background-image:url(../images/address_16.png);
}
.ctus ul li.wx {
    width: 20%;
    background-image: url(../images/wx_16.png);
}
.ctus ul li.weixin {
	width:100%;
	padding:50px 0 0;
	text-align:center;
}
.ctus ul li.weixin img {
	width:120px;
	height:120px;
}



#div2 {
	background:;
	background-size:auto 100%;}
#div2 .bigtit h3,#div2 .bigtit i {
	color:;
}

.zpchl *,.zpchl *:hover{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.zpchl {
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.zpchl ul li{
	width:50%;
	float:left;
	height:auto;
	margin-bottom:10px;
	max-height:360px;
	overflow:hidden;
}
.zpchl ul li p {
	margin:0;
	padding:0;
	overflow:hidden;
    height:360px;
}
.zpchl ul li a {
	display:block;
	width:auto;
	height:100%;
	position:relative;
	overflow:hidden;
}
.zpchl ul li:nth-child(odd) p{
	padding-right:5px;
}
.zpchl ul li:nth-child(even) p{
	padding-left:5px;
}
.zpchl ul li img {
	width:100%;
   -webkit-animation:scaleMin .6s ease-in-out both;
   -moz-animation:scaleMin .6 ease-in-out both;
   animation:scaleMin .6s ease-in-out both;
}

.zpchl ul li a strong {
    display:inline-block;
    width:100%;
    height:30px;
    line-height:30px;
    padding:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position:absolute;
    left:0;
    bottom:-30px;
    z-index:10;
    background:rgba(0,0,0,.1);
    *background:url(../images/gray30.png) repeat;  
    background:url(../images/gray30.png) repeat\0;
    background:url(../images/gray30.png) repeat\9;  
    color:#fff;
    text-align:center;
}
.zpchl ul li a:hover strong{
    height:53%;  
    background:rgba(0,0,0,.5);
    *background:url(../images/gray50.png) repeat;  
    background:url(../images/gray50.png) repeat\0;
    background:url(../images/gray50.png) repeat\9;  
    padding:47% 0 0;  
    white-space:normal;
    line-height:20px;
}

.zpchl ul li a:hover img{
   -webkit-animation:scaleBig 1s ease-in-out both;
   -moz-animation:scaleBig 1s ease-in-out both;
   animation:scaleBig 1s ease-in-out both;
}

@-webkit-keyframes scaleBig {
    0% {
        -webkit-transform: scale(1,1);
    }
    100% {
        -webkit-transform: scale(1.2,1.2);
    }
}
@keyframes scaleBig {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.2,1.2);
    }
}
@-webkit-keyframes scaleMin {
    0% {
        -webkit-transform: scale(1.2,1.2);
    }
    100% {
        -webkit-transform: scale(1,1);
    }
}
@keyframes scaleMin {
    0% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}


h4.more {
    width:100%;
    height:60px;
    margin:40px 0 40px;
    position:relative;
    text-align:center;
    z-index:10;
}
h4.more a {
    display:block;
    margin:0 auto;
    height:50px;
    line-height:45px;
    width:150px;
    background:#000;
    color:#fff;
    font-size:48px;
    border-radius:4px;
    font-weight:normal;
}
h4.more a:hover {
    background:#f00;
    color:#ff0;
    transition:all .3s;
}
h3.more {
    clear:both;
    width:100%;
    height: 50px;
    position:relative;
    text-align:center;
    z-index:10;
    margin: 0 0 50px;
}
h3.more a {
    display:block;
    margin:0 auto;
    height:50px;
    line-height:50px;
    width:150px;
    background:#F7B71D;
    color:#fff;
    font-size:16px;
    border-radius:4px;
    font-weight:bold;
    text-transform:capitalize;
}
h3.more a:hover {
    background:#F78F22;
    color:#fff;
    transition:all .3s;
}




nav {
    height: 80px;
    width: 100%;
    margin: -90px auto 0;
    padding: 0;
    z-index: 900;
    overflow: visible;
}
nav ul {
    position: relative;
    margin: 15px 2% 15px auto;
    height: 50px;
    text-align: right;
    padding-left: 50px;
    width: 1050px;
    float: right;
    overflow: visible;
}
nav ul li {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0 0px 0 0px;
    line-height: 60px;
}
nav ul li:first-child {
    background: none;
}
nav ul li a {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
nav ul li a.upp {
    text-transform: uppercase
}
nav ul li a:hover {
    color: #f00;
    text-decoration: none
}
nav ul li.this a,nav ul li.this a:hover {
    color: #f00;
    text-decoration: none
}
nav ul li.this dt a{
    color: #fff;
    text-decoration: none
}
nav ul li dt a:hover,nav ul li.this dt a:hover {
    color: #f00;
}





.ce{display:block;background:rgb(255,255,255);position: absolute;right:0;}
.ce li a:hover{color:#f00;}
.ce li .dqian{background:none}
.ce li .xz .one,.ce li .xz .two{color:;}

.head {height:100px;width:100%;overflow:hidden;}
.ce2{height:100px;position:absolute;z-index:50;top:0px;left:0px;margin-top:0px;}
.ce2 li a{padding:30px 5px;margin:0px 10px;border:0px;}
.ce2 li a:hover,.ce li .xz{color:;}

.ce3 {height:100px;position:absolute;z-index:50;top:0px;left:0px;margin-top:0px;}


#div0,#div1,#div2,#div3,#div4{width:100%;height:100%; overflow:hidden}
#div2 h4.more a {font-size:16px; line-height:50px;}



#nav {
    position: relative;
    margin: 58px auto 0;
    height: 22px;
    text-align: right;
    padding-left: 250px;
    width: 1050px;
    background: #fff;
    overflow: visible;
}
#nav ul,#nav li {
    list-style-type: none;
    text-transform: capitalize;
}
#nav li {
    display: inline-block;
    text-align: right;
    width: auto;
    padding: 0 0px 0 25px;
    line-height: 22px;
    background: #fff;
}
#nav .jquery_out {
    float: left;
    line-height: 32px;
    display: none;
    border-right: 0px solid #fff;
    text-align: center;
    color: #333;
}
#nav .jquery_out .smile {
    padding-left: 0;
}
#nav .jquery_inner {
    margin-left: 16px;
}
#nav .jquery {
    margin-right: 0px;
}
#nav .mainlevel dl {
    display: none;
    position: absolute;
    width: 240px;
    padding: 40px 10px 10px 140px;
    height: 120px;
    *height: 120px;
    height: 120px\0;
    height: 120px\9;
    top: 20px;
    background: #DCDDDD
}
#nav .mainlevel dl.d1 {
    z-index: 989;
    padding-top: 32px;
}
#nav .mainlevel dl.d2 {
    top: 125px;
    z-index: 988
}

#nav .mainlevel dl.d3 {
    top: 230px;
    z-index: 987
}

#nav .mainlevel dl.d4 {
    top: 335px;
    z-index: 986
}
#nav .mainlevel dl:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 21px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998
}
#nav .mainlevel.m6 dl,#nav .mainlevel.m7 dl {
    left: auto;
    right: 0
}
#nav .mainlevel dl img {
    width: 116px;
    height: 78px;
    position: absolute;
    left: 10px;
    top: 32px;
}
#nav .mainlevel dl dt {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    position: relative;
    top: 0px;
    font-size: 12px;
    z-index: 999;
    _left: -90px;
}
#nav .mainlevel.m3 dl dt {
    height: 20px;
    line-height: 20px;
}
#nav .mainlevel.m1 dl,#nav .mainlevel.m4 dl,#nav .mainlevel.m3 dl {
    width: 350px;
}
#nav .mainlevel.m2 dl {
    display: none;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}
#nav .mainlevel.m1 dl dt,#nav .mainlevel.m4 dl dt {
    float: left;
    width: 50%;
}
#nav .mainlevel dl dt a {
    height: 20px;
    line-height: 20px;
    width: 89px;
    color: #595757;
    font-size: 14px;
    overflow: hidden;
}
#nav .mainlevel dl dt a:before {
    content: '-';
}
#nav .mainlevel dl dt a:hover {
    color: #154A92;
    text-decoration: none;
}
#nav .mainlevel dl .l {
    width: 50%;
    float: left;
}
#nav .mainlevel dl .l dt {
    width: 100%;
    float: left
}

.thisnav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd
}
.thisnav p {
    line-height: 30px;
}

/*Ã¦Â»Å¡Ã¥Å Â¨Ã¨ÂÅ“Ã¥Ââ€¢*/
.jianti {
    width: 120px;
    height: 50px;
    position: relative;
    font-size: 20px;
    color: #333;
    overflow: visible;
}
.jianti b, .jianti em{
	display:block;
    width: 120px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.jianti .one {
    top: 0;
    right: 0;
    z-index: 2;
    font-weight:bold;
}
/* 
.jianti:hover .one {
    top: -30px;
    right: 0;
}*/
.jianti .one a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
.jianti .two {
    bottom: 0px;
    right: 0;
    z-index: 2;
    opacity:1;
    filter:alpha(opacity=0);
}
/*
.jianti:hover .one {
    opacity:0;
    filter:alpha(opacity=0);
}*/
.jianti:hover .two {
    bottom: 0px;
    right: 0;
    opacity:1;
    filter:alpha(opacity=100);
}
.jianti .two a {
    color: #333;
    text-decoration: none;
    font-size:14px;
}
.jianti.home {
    display: none;
}
.jianti:last-child div {
    text-align: center;
}
.jianti dl {
    width:inherit;
    height:auto;
    background:#b2b2b2 url(../images/change_bg.png) 100px 13px no-repeat;;
    background-size:16px;
    display:none;
    position:absolute;
    right:0;
    top:-5px;
    padding:60px 0 25px;
    z-index:1;
    overflow:hidden;
}
.jianti dl dt {
    width:100%;
    line-height:25px;
    float:left;
}
.jianti dl dt a,.jianti dl dt a:visited {
    color:#fff;
}
.jianti dl dt a:hover {
    color:#f00;
}
.jianti:hover div a,.jianti div a:hover {
    color:#f00;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-4,#ajaxload .col-md-4 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.con ul {
    background: #fff;
    display: block;
    height:270px;
    width:90%;
    position:relative;
    margin:0 auto;
}
.con ul p {
    width: 100%;
    line-height: 20px;
    height: 40px;
    padding: 5px 0 25px;
    clear: both;
    float: left;
    color: #999;
    font-size: 13px;
}
.con ul p strong {
    color: #333;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
}
.con ul p time {
    display:inline-block;
    width:100%;
    height:20px;
    line-height:20px;
    position:absolute;
    bottom: 25px;
    left:0;
}

.con ul p span {
    display: block;
    width: 100%;
}
.con ul p span em {
    float: right
}
.con ul li {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.con ul li img {
    width: 100%;
    height: 180px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.con ul li i {
    display:inline-block;
    width:100%;
    height:180px;
    position:absolute;
    left:0;
    top:0;
    background:url(../images/player270.png) left top no-repeat;
    background-size:cover;
    z-index:10
}
.con ul li a:hover i {
    background:url(../images/player_on270.png) left top no-repeat;
    background-size:cover;
}


.container-fluid.share {
    margin-bottom: 40px
}
.container-fluid.share .col-md-4 {
    margin-bottom: 20px;
}
.container-fluid.share .col-md-4 p {
    height: 60px;
}
.container-fluid.share .col-md-4 p span {
    margin-top: 5px;
}

.txt {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
}
.txt i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(132,103,156,1);
    *background: #84679C;
    background: #84679C\0;
    background: #84679C\9;
    filter: alpha(opacity=65);
    z-index: 9;
    opacity: 0.65
}
.col-md-4:nth-child(even) .txt i {
    background: rgba(103,121,156,.6);
    *background: #67799C;
    background: #67799C\0;
    background: #67799C\9;
    filter: alpha(opacity=65);
}
.txt span {
    display: block;
    line-height: 13px;
    width: 90%;
    clear: both;
    padding: 20px 0 1px 20px;
    position: relative;
    z-index: 10;
}
.txt span.sp2 {
    line-height: 28px;
    margin-top: 10px;
}
.txt span b {
    font-size: 20px;
    font-weight: normal;
}

.txt span.sp2 b {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 4px;
}
.txt span em {
    font-size: 12px;
}
.txt span.sp2 strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}
.txt span.sp2 em {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
}
.txt span.fz {
    font-weight: lighter;
    font-size: 14px;
}
.txt span.fz b {
    font-size: 20px;
}


.ybg {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    background: #FFB821;
    overflow: hidden
}
.gbg {
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    background: #504F4F;
    overflow: hidden
}
.ybg img,.gbg img {
    width: 96%;
    vertical-align: top;
}

.prlist {
    width: 100%;
    margin-bottom: 50px;
}
.prlist ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin: 20px auto;
}
.prlist ul li img {
    max-width: 100%;
}

.aboutpic {
    width: 100%;
    padding: 0 2%;
    text-align: center;
    height: auto;
    overflow: hidden;
}
.aboutpic img {
    width: 50%;
    float: left;
}

.sbg {
    position: relative;
    width: 100%;
    z-index: 1
}
.service {
    width: 1300px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top: 170px;
    z-index: 100
}
.service ul {
    width: 304px;
    float: left;
    margin-right: 10px;
}
.service ul li {
    margin: 0 0px 10px 0;
    width: 304px;
    height: 146px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.service ul.u4 {
    margin: 0;
    float: right
}
.service ul .l31,.service ul .l32,.service ul .l33,.service ul .l34,.service ul .l41,.service ul .l42,.service ul .l43,.service ul .l44
{
    width: 146px;
    float: left;
    margin-right: 4px;
    margin-left: 3px;
}
.service ul .l32,.service ul .l34,.service ul .l42,.service ul .l44 {
    margin-right: 0
}
.service ul li a i {
    display: block;
    width: 100%;
    height: 146px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    overflow: hidden;
}
.service ul li a i img {
    width: 100%;
}
.service ul li a img.bg {
    width: 99%;
    -webkit-animation: rescale .2s .1s linear both;
    animation: rescale .2s .1s linear both;
}
.service ul li a:hover img.bg {
    width: 100%;
    -webkit-animation: scale .2s .1s linear both;
    animation: scale .2s .1s linear both;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.98,.98);
    }
    100% {
        -webkit-transform: scale(1,1);
    }
}
@keyframes scale {
    0% {
        transform: scale(.98,.98);
    }
    100% {
        transform: scale(1,1);
    }
}
@-webkit-keyframes rescale {
    0% {
        -webkit-transform: scale(1,1);
    }
    100% {
        -webkit-transform: scale(.98,.98);
    }
}
@keyframes rescale {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(.98,.98);
    }
}

#wside h3 {
    background: #154A92;
    color: #fff;
    line-height: 40px;
    text-indent: 10px;
    font-weight: normal;
    margin: 10px 10px 0 0;
    font-size: 16px;
}
#wside hr {
    width: 100%;
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 10px auto 20px;
    clear: both;
    float: left;
    overflow: hidden;
}
#wside .slist {
    width: 230px;
    margin: 0;
    float: left
}
#wside .slist li {
    line-height: 35px;
    text-indent: 10px;
    position: relative;
    background: #F8F8F8;
    margin-bottom: 2px;
}
#wside .slist li:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 35px;
    background: url(../images/arrow_20.png) right center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    right: 10px;
    top: 0
}
#wside .slist li a {
    display: block;
    width: 100%;
}
#wside .slist li.this,#wside .slist li a:hover {
    background: #EBEBEB;
}

#wside .slist li.this a,#wside .slist li a:hover {
    color: #154A92
}
#wside .slist li.this:after,#wside .slist li:hover {
    background: url(../images/arrow_20_blue.png) right center no-repeat;
}

#wside .sdcp {
    background: #dfdfdf;
    width: 230px;
    float: left;
    margin-bottom: 20px;
}
#wside .sdcp h2 {
    color: #666;
    line-height: 40px;
    text-indent: 10px;
    font-weight: normal;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
#wside .sdcp .more {
    padding: 0 10px;
    margin: 10px auto;
}

#wside .sdcp .more a {
    color: #154A92
}


.v {
    float: right;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/vadd.png) no-repeat;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: -5px;
}
.v01 {
    background: url(../images/vadd.png) no-repeat;
}
.v02 {
    background: url(../images/v.png) no-repeat;
}
.vtitle {
    height: 35px;
    background: #154A92;
    line-height: 35px;
    padding-left: 10px;
    margin: 2px 0 0 10px;
    color: #fff;
    cursor: pointer;
    width: 210px;
    float: left;
}
.vtitle em {
    margin: 8px 5px 0 0;
}
.vcon {
    background: #none;
    width: 210px;
    margin-left: 10px;
    padding-bottom: 15px;
    color: #666;
    float: left;
}
.vcon img {
    width: 100%;
    margin-bottom: 5px
}
.vcon p {
    padding: 5px 0;
}
#wside .sdcp.op .vtitle {
    width: 230px;
    margin: 0 0 10px;
}


#content p.back {
    width: 100%;
    margin: 10px 0;
    text-align: right;
    height: auto;
    overflow: hidden
}
#content p.back a {
    display: inline-block;
    line-height: 30px;
    padding: 0 30px;
    float: right;
    background: #757475;
    color: #fff
}
.context {
    width: 100%;
    margin-top: 50px
}
.context ul {
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.context ul li {
    width: auto;
    display: inline-block;
    float: none;
    margin-left: 10px;
}
.context ul li a {
    color: #333;
    display: inline-block;
    padding: 2px 10px;
    background: #ddd;
}
.context ul li a[href="javascript:void(0)"] {
    color: #999
}
#content,.show {
    padding: 50px 0;
    line-height:25px;
}
.show > h1 {
    color: #333;
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    font-size:32px;
    text-align:center;
}
.show > time {
    display:block;
    color: #999;
    width: 100%;
    margin-bottom: 20px;
    font-weight: normal;
    font-size:14px;
    text-align:center;
}
.show p {
    padding: 5px 0;
    text-align:justify;
}
.show .desc {
    display:block;
    color: #999;
    width: 60%;
    margin: 20px auto;
    font-weight: normal;
    font-size:14px;
    text-align:center;
}
.show .desc:empty {
    display:none;
}
.show strong {
    color: #000;
}
.show .licheng {
    width: 100%;
}
.show .licheng li {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}
.show .licheng li p {
    width: 50%;
    float: left;
    border-right: 1px solid #154991;
    border-left: 1px solid #fff;
    padding: 20px 10px;
    margin-left: 1px;
    position: relative;
}
.show .licheng li p time {
    color: #154991;
    font-size: 32px;
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: right;
}
.show .licheng li.r p {
    float: right;
    border-left: 1px solid #154991;
    border-right: 1px solid #fff;
    text-align: left;
    margin-right: 0px;
}
.show .licheng li.r p time {
    text-align: left;
}
.show .licheng li:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f00;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 20px;
    background: url(../images/lc_bg.png) center center no-repeat;
    z-index: 0
}
.show .licheng li p b {
    color: #154991
}

.show .zhuangbei {
    width: 100%;
    border-collapse: collapse;
}
.show .zhuangbei td {
    width: 50%;
    border: none;
    padding: 5px 10px 5px 0;
    color: #666
}

.show .mgt5 img {
    margin-bottom: 5px;
}

.show .lxwm h5 {
    border-bottom: 2px solid #C9D5E5;
    font-size: 16px;
    line-height: 40px;
    padding-top: 5px;
    font-weight: normal;
    margin-bottom: 10px;
}
.show .lxwm h5:before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 40px;
    margin-top: 2px;
    float: left;
    background: url(../images/lx_bg.png) left center no-repeat;
}

.show .jobcon .jobs {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    background: url(../images/job_bg.png) right bottom no-repeat
}
.show .jobcon table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin: 10px auto 50px;
}
.show .jobcon table td {
    border: 1px solid #ddd;
    padding: 5px;
}
.show .jobcon table td.jw100 {
    width: 90px;
    background: #EDEDEE;
    text-align: center
}
.show .jobcon table td.jw160 {
    width: 160px;
}
.show .jobcon table td.jh220 {
    height: 220px;
}
.show .jobcon p em {
    display: inline-block;
    background: #154991;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    margin-left: 10px;
}

.show .zhuanli {
    border-collapse: collapse;
    width: 100%;
    text-align: center
}
.show .zhuanli thead {
    background: #595757
}
.show .zhuanli thead td {
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #cecece
}
.show .zhuanli thead td.t1 {
    width: 50px;
}

.show .zhuanli thead td.t2 {
    width: 130px;
}

.show .zhuanli thead td.t3 {
    width: 100px;
}
.show .zhuanli thead td.t5 {
    width: 90px;
}
.show .zhuanli tbody tr:nth-child(2n) {
    background: #DCDCDD
}
.show .zhuanli tbody td {
    padding: 10px 5px;
    border: 1px solid #cecece;
    vertical-align: top
}
.show .zhuanli tbody tr td:first-child {
    border-left: 1px solid #fff
}

.show .zhuanli tbody tr td:last-child {
    border-right: 1px solid #fff
}
.show .zhuanli tbody tr td:nth-child(4),.show .zhuanli tbody tr td.n {
    text-align: left
}
.show .chshow {
    width:45%;
    float:left;
}
.show .enshow {
    width:45%;
    float:right;
}


/*Ã¤Â½Å“Ã¥â€œÂ*/
.mmcontainer {
  padding: 20px 0 20px 0px;
  }
.mmcontainer ul li {
  margin-bottom: 20px;
  float: left;
  width: 278px;
  height:220px;
  border:1px solid #ddd;
  border-radius:4px;
  background:#fff;
  margin:0 10px 20px;
  position:relative;
  overflow:hidden;
}
.mmcontainer ul li img {
  width: 268px;
  height:auto;
  margin:5px 5px 0;
}
.mmcontainer ul li span{
    display:inline-block;
    width:100%;
    padding:10px;
    height:20px;
	line-height:20px;
	background:#fff;
    z-index:2;
	position:absolute;
	bottom:0;
	left:0;
    overflow:hidden
}


.mmcontainer .thumbnails {
  display:table}
.mmcontainer .thumbnails li {
  display:table-cell;
  vertical-align:middle;
  margin-bottom: 0px;
  float: left;
  width: 25%;
  margin:0;
  border:0px solid #ddd;
  border-radius:0px;
  background:#fff;
  text-align:center;
  overflow:hidden;
}
.mmcontainer .thumbnails li img {
  width:99%;
  height:auto;
  margin:0 auto;
}
.mmcontainer .thumbnails li i{
    display:inline-block;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.3) url(../images/add.png) 50% 50% no-repeat;
    background-size:32px;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    -webkit-animation:fadeScaleOut .3s ease both;
    animation:fadeScaleOut .3s ease both;
}
.mmcontainer .thumbnails li a:hover i{
    display:block;
    -webkit-animation:fadeScaleMin .5s ease both;
    animation:fadeScaleMin .5s ease both;
}



.item {
  overflow: hidden;
}

.item a i{
    display:inline-block;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.3) url(../images/add.png) 50% 50% no-repeat;
    background-size:32px;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    -webkit-animation:fadeScaleOut .3s ease both;
    animation:fadeScaleOut .3s ease both;
}
.item a:hover i{
    display:block;
    -webkit-animation:fadeScaleMin .5s ease both;
    animation:fadeScaleMin .5s ease both;
}


@-webkit-keyframes fadeScaleMin {
  0% {-webkit-transform: scale(2,2);opacity:.0;}
  100% {-webkit-transform: scale(1,1);opacity:1;}
}
@keyframes fadeScaleMin {
  0% {transform: scale(2,2);opacity:.0;}
  100% {transform: scale(1,1);opacity:1;}
}
@-webkit-keyframes fadeScaleOut {
  0% {-webkit-transform: scale(1,1);opacity:.2;}
  100% {-webkit-transform: scale(2,2);opacity:0;}
}
@keyframes fadeScaleOut {
  0% {transform: scale(1,1);opacity:.2;}
  100% {transform: scale(2,2);opacity:0;}
}


.show .ct {
    text-align:center;
}
.show iframe {
    width:820px;
    margin:0 auto;
    text-align:center;
}

.demovideo { background:#ccc;}
.demo { 
    width:300px; 
	height:100px; 
	position:absolute; 
	left:50%; top:50%; 
	margin-left:-150px; 
	margin-top:-80px;
	color:#fff; 
	font-size:32px; 
	text-align:center}



#tabbox {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
.tab_conbox {
    border: 0;
}
.tab_con {
    display: none;
}
.tabs {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
}
.tabs li {
    height: 50px;
    width: 33%;
    line-height: 30px;
    float: left;
    overflow: hidden;
    position: relative;
}
.tabs li.t2 {
    margin: 0 0.5%;
}
.tabs li a {
    display: block;
    text-align: center;
    padding: 0;
    line-height: 42px;
    outline: none;
    color: #333;
    background: #d0d0d0
}
.tabs .thistab,.tabs .thistab a {
    background: url(../images/tab_hover.png) center top no-repeat;
    color: #fff
}
.tab_con {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 175%;
}


.show .lxtable {
    width:80%;
    margin:0 auto;
}

.show .email {
    padding-left:24px;
    background:url(../images/email_16.png) left center no-repeat;
    background-size:16px 12px;
}
.show .tel {
    padding-left:24px;
    background:url(../images/phone_16.png) left center no-repeat;
    background-size:auto 16px;
}
.show .address {
    padding-left:24px;
    background:url(../images/address_16.png) left center no-repeat;
    background-size:auto 16px;
}





.cuslist {
    width:100%;
    padding:0;
    height:auto;
    overflow:hidden;
}
.cuslist ul{
    width:1125px;
    padding:0 30px 0 45px;
    height:auto;
    overflow:hidden;
}
.cuslist li {
    width:110px;
    height:110px;
    float:left;
    margin:15px 15px 0 0;
}
.cuslist li img{
    width:110px;
    height:110px;
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: grayscale(100%); 
    filter: gray;
}
.cuslist li img:hover{
    -webkit-filter: grayscale(0); 
    -moz-filter: grayscale(0); 
    -ms-filter: grayscale(0); 
    -o-filter: grayscale(0); 
    filter: grayscale(0); 
    filter: none;
    }


#home .cuslist ul{
    width:945px;
    padding:0 30px 0 45px;
    height:auto;
	margin:0 auto;
    overflow:hidden;
}
#home .cuslist {
	margin-bottom:80px;
}
#home .cuslist li {
    width:90px;
    height:90px;
    float:left;
    margin:15px 15px 0 0;
}
#home .cuslist li img{
    width:90px;
    height:90px;
}



.clients_banner {
    position: relative;
    width: 1160px;
    height: auto;
    margin: 0 auto;
    background: url(../images/clients_banner.png) no-repeat 0 0;
}
 .clients_banner p {
    font-size: 22px;
    position: absolute;
    left: 70px;
    top: 120px;
    color:#fff;
}



#content h3 {
    line-height: 38px;
    border-bottom: 2px solid #ddd;
    color: #154A92;
    margin-bottom: 30px;
    font-size: 18px;
}


#scrollFocus {
    width: 100%;
    margin: 0 auto;
    background: #B3B4B5;
    height: auto;
    text-align: center
}
#scrollFocus h2,#main > h2 {
    line-height: 100px;
    text-align: center;
    width: 100%;
    background: #fff;
    font-size: 24px;
    color: #454545
}

.cplist {
    width: 100%;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}
.cplist ul li {
    width: 25%;
    height: 256px;
    float: left;
    position: relative;
    overflow: hidden
}
.cplist ul li img {
    width: 100%;
    padding: 0 1px 0 0;
}
.cplist ul li.cp1 img {
    padding-left: 0;
}
.cplist ul li.cp4 img {
    padding-right: 0;
}
.cplist ul li b {
    display: inline-block;
    width: 98%;
    height: 50px;
    position: absolute;
    left: 1%;
    top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    z-index: 1;
}

.wbox {
    width: 100%;
    background: #fff;
    position: relative;
}
.gray {
    background: #DBDBDB
}
.wbl,.wbr {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
}
.wbox h3 {
    color: #164A92;
    font-size: 16px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.gy,.xw {
    width: 100%;
    height: 240px;
    position: relative
}
.gy img,.xw img {
    width: 210px;
    border: 4px solid #ddd;
    position: absolute;
    left: 30px;
    top: 70px;
}
.gy p {
    width: 220px;
    height: 130px;
    position: absolute;
    right: 30px;
    top: 75px;
    color: #666;
    overflow: hidden
}
.gy p span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    clear: both
}
#tab {
    width: 230px;
    height: 200px;
    position: absolute;
    right: 30px;
    top: 30px;
}
#tab .tabList ul li {
    float: left;
    background: #E6E6E6;
    border-top: 1px solid #ddd;
    width: 50%;
    line-height: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#tab .tabCon {
    position: absolute;
    left: 0px;
    top: 25px;
    border-top: none;
    width: 100%;
    height: 180px;
}
#tab .tabCon div {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
#tab .tabList li.cur {
    border-bottom: none;
    background: #fff;
}
#tab .tabCon div.cur {
    opacity: 1;
    filter: alpha(opacity=100);
}
#tab .tabCon div ul {
    width: 100%;
}
#tab .tabCon div ul li {
    width: 100%;
    line-height: 28px;
    height: 28px;
    font-weight: normal;
    overflow: hidden;
}
#tab .tabCon div ul li a {
    display: inline-block;
    width: 170px;
    float: left;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tab .tabCon div ul li a:before {
    content: "-"
}
#tab .tabCon div ul li time {
    font-size: 12px;
    float: right;
}
#tab .tabCon div p {
    text-align: right;
}
#tab .tabCon div p a {
    font-size: 12px;
    color: #f00
}


.gp img,.zh img {
    height: 240px;
    float: right
}
.gp img {
    border-right: 1px solid #ccc
}
.gp p,.zh p,.wl p {
    position: absolute;
    left: 30px;
    top: 60px;
    color: #666;
    width: 180px;
    line-height: 20px;
}

.gp a.go,.zh a.go,.wl a.go {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.gp a.go img,.zh a.go img,.wl a.go img {
    width: 100%;
    height: 100%;
    margin: 0
}

.join,.lx,.wl {
    height: auto;
    position: relative;
    color: #8B8B8C;
    overflow: hidden;
}

.wl p {
    color: #8B8B8C;
}
.join,.lx {
    width: 50%;
    float: left;
    height: 270px;
}
.gy:after,.join:after,.lx:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 270px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0
}
.join:after {
    background: #eee
}
.wl p {
    top: 80px
}
.wl img {
    height: 270px;
    float: right;
    margin-right: 30px;
}
.wl a.go {
    bottom: 100px
}
.join p {
    width: 200px;
    position: absolute;
    left: 30px;
    top: 70px;
}
.join img {
    margin-bottom: 10px;
}
.lx p {
    width: 200px;
    position: absolute;
    left: 30px;
    top: 80px;
}
.lx p.tel {
    width: 200px;
    position: absolute;
    left: 30px;
    top: auto;
    bottom: 30px;
}
.lx p.tel img {
    width: 40px;
    height: 40px;
}
.lx p.tel b {
    font-size: 18px;
}




.scrollbox {
    width: 365px;
    height: 300px;
    float: left;
    font-size: 14px;
}
.scrollbox img {
    width: 100%;
    height: 300px;
}

.newsbox {
    width: 290px;
    height: 260px;
    float: left;
    margin: 20px 0px 20px 40px;
}
.newsbox h3 {
    color: #D70000;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.newsbox h3 b {
    font-weight: normal;
}
.newsbox h3 a {
    float: right;
    color: #d70000;
    font-size: 12px;
    font-weight: normal;
}
.newsbox h3:after {
    content: '';
    display: inline-block;
    width: 64px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #d70000
}
.newsbox ul {
    width: 100%;
    margin: 0;
    padding: 0
}
.newsbox ul li {
    line-height: 25px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsbox ul li:before {
    content: "Ã¢â‚¬Â¢ ";
    float: left;
    margin-right: 5px;
    color: #999
}
.vline {
    width: 1px;
    height: 240px;
    background: #ddd;
    float: left;
    margin: 30px 0 30px 35px
}

aside ul.fl {
    text-align: center;
    height: 613px;
    border-top: 1px solid #86BCE0;
}
aside ul.fl li {
    width: 100%;
    border-bottom: 1px solid #86BCE0;
    margin: 0 auto;
    padding: 0;
}
aside ul.fl li img {
    width: 100%;
    height: 115px;
    vertical-align: top;
    border: none;
}
aside ul.fl li b {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 40px;
    color: #0075C1;
    font-size: 14px;
}
aside ul.fl li span {
    display: inline-block;
    width: 100%;
    text-align: right;
    line-height: 40px;
    margin-top: 8px;
}
aside ul.fl li span a {
    color: #f00
}

.classbox {
    color: #fff;
    height: auto;
    width: 100%;
    margin: 0 auto 20px;
}
.classbox ul li {
    height: auto;
    width: 20%;
    float: left;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.classbox ul li a {
    color: #fff;
    display: block;
    width: 186px;
    height: auto;
    margin: 0 auto;
    background: #DCDDDD;
    position: relative;
    text-align: left;
}
.classbox ul li a img {
    width: 100%;
    border: 3px solid #DCDDDD;
    vertical-align: top;
}
.classbox ul li.c1 a {
    margin: 0;
    float: left;
}
.classbox ul li.c2 a {
    float: left;
    margin-left: 2px;
}
.classbox ul li.c4 a {
    float: right;
    margin-right: 2px;
}
.classbox ul li.c5 a {
    margin: 0;
    float: right;
}
.classbox ul li a b {
    color: #fff;
    display: inline-block;
    width: 180px;
    height: 26px;
    line-height: 26px;
    text-indent: 20px;
    font-weight: normal;
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: rgba(0,0,0,.5);
    *background: #000;
    background: #000\0;
}
.classbox ul li a:hover b {
    color: #f00
}

.bluebox {
    border: 1px solid #003E8F;
    background: #004996;
    color: #fff;
    height: 140px;
    width: 100%;
    margin: 0 auto 20px;
}
.bluebox ul li {
    height: 138px;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 220px;
    position: relative;
}
.bluebox ul li a {
    color: #fff
}
.bluebox ul li.b1 {
    width: 250px;
    border-right: 1px solid #195CA2;
    background: url(../images/b1.png) 50% 35% no-repeat;
}
.bluebox ul li.b2 {
    width: 220px;
    border-right: 1px solid #195CA2;
    background: url(../images/b2.png) 50% 35% no-repeat;
}
.bluebox ul li.b3 {
    width: 180px;
    background: url(../images/b3.png) 50% 35% no-repeat;
}
.bluebox ul li.b4 {
    width: 300px;
    float: right;
}
.bluebox ul li:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url(../images/b_after.png) 50% 50% no-repeat;
}
.bluebox ul li.b3:after {
    background: none
}
.bluebox ul li dl {
    font-size: 12px;
    float: right;
    height: 99px;
    width: 260px;
    margin: 25px 20px 0 0;
}
.bluebox ul li dl dt {
    width: 50%;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    background: url(../images/b4_r.png) left center no-repeat;
}


#grid li > a img{
   filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
#grid li > a:hover img{
   filter:none;
  -webkit-filter:none;
  -moz-filter:none;
  filter:none;
}



.lxfs {
    border: 1px solid #ddd;
    height: 260px;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}
.lxfs .dz {
    float: left;
    width: 471px;
    height: inherit;
    background: #fff;
    position: relative;
}
.lxfs .hr {
    float: right;
    width: 210px;
    height: inherit;
    position: relative;
    background: url(../images/lx_hr.png) 50% 30% no-repeat;
    overflow: hidden;
}
.lxfs .hr span {
    border-bottom: 1px solid #ddd;
    color: #666;
    padding: 2px 0;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.lxfs .dz .p1 {
    color: #666;
    width: 240px;
    height: 60px;
    position: absolute;
    left: 15px;
    top: 27px;
    padding: 0;
    font-size: 14px;
    background: url(../images/lx_address.png) left top no-repeat;
    overflow: hidden;
}
.lxfs .dz .p1 span {
    display: inline-block;
    padding-left: 65px;
    margin-top: 10px;
    line-height: 20px;
}
.lxfs .dz .p2 {
    color: #666;
    width: 200px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 22px;
    padding: 0;
    background: url(../images/lx_telephone.png) left top no-repeat;
    overflow: hidden;
}
.lxfs .dz .p2 span {
    display: inline-block;
    padding-left: 65px;
    margin-top: 10px;
    line-height: 20px;
}
.lxfs .dz .p2 b {
    font-size: 16px;
}
.lxfs .dz .p3 {
    width: 100%;
    height: 145px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #DCDEDD;
    color: #666;
    font-weight: lighter;
}
.lxfs .dz .p3 span {
    float: left;
    line-height: 20px;
    margin: 30px 5px 0 30px;
    font-size: 16px;
}
.lxfs .dz .p3 b {
    font-size: 14px;
}
.lxfs .dz .p3 img {
    width: 96px;
    height: 96px;
    clear: both
}
.lxfs .dz .p3 .qr1 {
    font-weight: normal;
    display: inline-block;
    width: 100px;
    height: 120px;
    position: absolute;
    right: 140px;
    top: 15px;
    text-align: center;
    white-space: nowrap;
}
.lxfs .dz .p3 .qr2 {
    font-weight: normal;
    display: inline-block;
    width: 100px;
    height: 120px;
    position: absolute;
    right: 30px;
    top: 15px;
    text-align: center;
}
.lxfs ol {
    width: 400px;
    height: 200px;
    margin: 25px 35px 15px;
    float: left;
}
.lxfs ol li {
    line-height: 30px;
    font-size: 14px;
    color: #333
}
.lxfs ol li:first-child {
    font-size: 16px;
}
.lxfs ol li time {
    float: right;
    font-size: 12px;
    color: #666
}
.lxfs ol li span {
    float: right;
}
.lxfs ol li span a {
    color: #D70000;
    font-weight: bold;
}
.lxfs ol li:before {
    content: "Ã¢â‚¬Â¢ ";
}
.lxfs ol li:first-child:before,.lxfs ol li:last-child:before {
    content: "";
}

.lxfs .zr {
    width: 400px;
    height: 200px;
    margin: 25px 35px 15px;
    float: left;
}
.lxfs .zr ul li a {
    display: inline-block;
    width: 280px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lxfs .zr ul li time {
    float: right;
    font-size: 12px;
    color: #666
}

.gupiaobox {
    width: 487px;
    height: 260px;
    margin: 0;
    float: left;
    border-right: 1px solid #ddd
}
.gupiaobox h3 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    height: auto;
    overflow: hidden;
}
.gupiaobox h3 img {
    vertical-align: top;
    height: 32px;
}
.gupiaobox .gptu {
    width: 486px;
    height: 205px;
    margin: 0 auto;
    text-align: center;
    float: left;
}
.gupiaobox .gptu img {
    width: 100%;
}

.case {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 90px;
    width: 100%;
    margin-bottom: 20px;
    background: #DBDBDB;
    position: relative;
}
.case h3 {
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    color: #666;
    font-size: 16px;
}
.case ul {
    width: 850px;
}
.case ul li {
    float: left;
    border-left: 1px solid #ddd;
}
.case ul li:first-child {
    border-left: none;
}
.case ul li img {
    height: 60px;
}

.partFourM {
    height: 60px;
    width: 950px;
    position: relative;
    margin: 15px auto;
    float: right;
}
.partFourCon {
    height: 60px;
    margin-left: 10px;
    display: inline;
    width: 820px;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro {
    float: left;
    background: #fff
}
.pro li {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: auto;
    display: inline;
}
.left ,.right {
    width: 50px;
    float: left;
    height: 60px;
    display: inline;
}
.left {
    background: #CCCCCC url(../images/scroll_left.png) left center no-repeat;
    background-size: 100%;
}
.right {
    float: right;
    background: #CCCCCC url(../images/scroll_right.png) right center no-repeat;
    background-size: 100%;
    margin-right: 10px;
}


footer {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 30px;
    background: #f1f1f1;
    color: #8B8B8B;
    border-top: 1px solid #ddd;
    overflow: hidden
}
footer address {
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0;
    position: relative;
    background: #f1f1f1;
}
footer a {
    color: #ddd;
}
footer ul {
    width: 96%;
    height: 220px;
    margin: 0 auto;
    font-size: 14px;
}
footer ul li {
    text-align: left;
    line-height: 25px;
    width: 14%;
    float: left;
}
footer ul li:first-child {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

footer ul li:last-child {
    float: right;
}
footer ul li.null {
    line-height: 30px;
    height: 30px;
}
footer ul li.none {
    line-height: 25px;
    height: 25px;
}
footer ul.f3,footer ul.f46 {
    width: 110px;
}
footer ul.f2 {
    width: 140px;
    padding-right: 20px;
}
footer ul.f9,footer ul.f8 ,footer ul.f7 {
    float: right;
}

.bottom {
    background: #f1f1f1;
    color: #333
}
.bottom .w960 {
    width:1200px;
    position:relative;
    line-height: 20px;
    height:auto;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
}
.bottom .w960 a {
    margin: 0 5px;
    color: #333
}
.bottom .w960 a:first-child {
    margin-left: 0
}
.bottom .w960 span {
    padding: 0 20px;
}
.bottom .w960 .change {
    float: right;
}
.bottom .w960 .change {
    width: 100px;
    height: 72px;
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 200
}

.bottom .w960 .qr{
    width: auto;
    float:right;
    line-height: 100px;
    font-size: 14px;
    overflow: visible;
    text-align: center;
    padding:0;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-50px;
}
.bottom .w960 .qr img {
    width:100px;
    height:100px;
    float:left;
    margin:0 0 0 10px;
    padding:0;
}


.bottom .w960 .change ul {
    width: 100%;
    height: auto;
    background: #fff url(../images/change_bg.png) right top no-repeat;
    margin: 0
}
.bottom .w960 .change ul li,.bottom .w960 .change ul li:first-child {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #666;
    text-align: left;
    text-indent: 5px;
}
.bottom .w960 .change ul li.now {
    display: block;
}
.bottom .w960 .change ul li.ch,.change ul li.en {
    display: none;
}
.bottom .w960 .change ul li.en:hover {
    background: #fff
}
.bottom .w960 .change ul li a {
    display: block;
    width: 100%;
    height: inherit;
    color: #333
}





section.banner {
    width: 100%;
    height: auto;
    text-align: center;
    background: #0378A6;
    overflow: hidden;
}
section.banner figure {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
section.banner figure img {
    border: 0;
    text-align: center;
}




.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}


.tb240 ul.news {
    border: 0;
}
.tb240 ul.news li {
    margin: 3px auto 0 auto;
    text-align: left;
    padding: 0 0 0 20px;
    background: url(../images/dot2.gif) no-repeat scroll 10px 5px;
    height: 22px;
    *height: 21px;
    width: 238px;
    float: left;
    line-height: 22px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}
.tb240 ul.news li:last-child {
    border-bottom: none;
    overflow:
}

.bookform {
    width: 100%;
    padding: 20px 0;
    height: auto;
    overflow: hidden
}
.bookform table {
    border-collapse: collapse;
    padding: 5px;
    float: left
}
.bookform table td {
    padding: 5px 0
}
.bookform table td input {
    width: 200px;
}

.bookform table td input.long {
    width: 400px;
}

.bookform table td input.short {
    width: 100px;
}
.bookform table td textarea {
    width: 400px;
}



aside .tb220 {
    margin-bottom: 10px;
}



.plist {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    float: left;
    *width: 818px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.plist li {
    width: 25%;
    float: left;
    height: 160px;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    *width: 24.9%;
    overflow: hidden;
}
.plist li a {
    display: block;
    width: 180px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    background: ;
    border-bottom: 0px solid #efefef;
    border-radius: 4px 4px 0 0;
}
.plist li a img {
    width: 180px;
    height: 130px;
    _width: 180px;
    _height: 184px;
}
.plist li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
}

.chlist li {
    width: 100%;
    height: 40px;
    border-bottom: 1px dotted #efefff;
    background: #fff
}
.chlist li:nth-child(2n) {
    background: #efefff;
}
.chlist li a {
    display: block;
    height: inherit;
    width: 100%;
    *width: 200px;
    text-align: left;
    line-height: 40px;
    padding: 0 10px;
    color: #0069B7;
}
.chlist li a:hover,.chlist li a.thisch {
    background: #f90;
    color: #fff
}
.chlist li a:after {
    content: ">";
    float: right;
    font-weight: bold;
    color: #ddd;
    transform: scale(1,2)
}
.chlist li a:hover:after,.chlist li a.thisch:after {
    color: #fff
}



.newslist {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.newslist li {
    list-style-type: none;
    height: auto;
    margin: 0px 0 0 0;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.newslist li a,.newslist li a:visited {
    color: #333
}
.newslist li time {
    display: block;
    width: 20%;
    float: right;
    color: #999;
    text-align: center
}
.newslist li time em {
    color: #f00
}
.newslist li:nth-child(even) {
    background: #fdfdfd
}
.newslist li p {
    line-height: 18px;
    color: #666;
    padding: 0 10px;
}
.newslist li p:after {
    content: "..."
}

.nt {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #154A92;
    line-height: 30px;
    font-size: 16px;
    color: #154A92;
    overflow: hidden
}
.nt span {
    display: block;
    width: 80%;
    float: left;
    text-align: center
}
.nt time {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    position: relative
}
.nt time:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #154A92;
    position: absolute;
    left: 0;
    bottom: 0
}

.pages {
    width: 98%;
    margin:50px auto 20px;
    padding: 0;
    background: ;
    border-top: 0px solid #C7CACF;
    overflow: hidden;
}
.pages ul {
	width:1200px;
    margin: 12px auto;
    padding: 0;
    height: 22px;
    line-height: 22px;
    list-style: none;
    text-align: right;
    color: #666;
}
.pages ul li {
    font-family: Tahoma;
    line-height: 22px;
    height: 22px;
    width: auto;
    padding: 0;
    margin: 0 3px;
    display: inline-block;
}
.pages ul li a {
    padding: 0px 2px;
    color: #333;
    border: 0px solid #E9E9E9;
}
.pages ul li a:hover {
    color: #f00;
    text-decoration: none;
}
.pages ul li.thisclass a,.pages ul li.thisclass a:hover {
    font-weight: bold;
    color: #653232;
    text-decoration: underline
}
.pages ul li .pageinfo{
	display:none;
}



.page_click {
    width: 100%;
    height: 3em;
    line-height: 3em;
    color: #333;
    background-color: #fff;
    text-align: center;
    margin: auto;
    cursor: pointer;
    text-shadow: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
}
.page_click b {
    display: block;
    width: 120px;
    line-height: inherit;
    margin: 0 auto;
    color: #090;
    padding-left: 20px;
    background: url(../images/loading6.gif) left center no-repeat;
    background-size: 24px 24px;
}
.none {
    display: none;
}

.mpanel,.page_click {
    display: none
}




.fz,#scrollFocus h2, #main > h2 ,.jianti .one a {
    font-family: 'FZZDHJW',"MSYH",'Microsoft Yahei',"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜",Helvetica,Arial,san-serif;
    font-weight: normal;
}
.txt span.sp2 b {
    font-family: 'FZZDHJW',"MSYH",'Microsoft Yahei',"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜",Helvetica,Arial,san-serif;
}
.fz .line {
    font-family: "MSYH",'Microsoft Yahei',"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜",Helvetica,Arial,san-serif;
    font-weight: normal;
    font-size: 18px;
}
.txt span.fz b.ent {
    font-size: 14px;
}


/*reset animate*/
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);-ms-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
.fadeInUp{-webkit-animation-duration:1.2s;animation-duration:1.2s;}



.ensure {
    padding: 40px 0;
}
.dlist {
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
}
.ensure dl{display:inline-block;width:200px;float:none;margin:0 30px;text-align:center;padding:20px 0;height: 200px;
    overflow: hidden;}
.ensure dl dt{line-height:40px;margin-top:20px;font-size: 14px;font-weight: normal;}
.ensure dl dd{color:#999;font-size: 14px;}
.box {
    width: 1200px;
    margin: 0 auto;
}
.title11 {
    height: 110px;
    text-align: center;
}
.title11 h2 {
    position: relative;
    top: 1px;
    height: 50px;
    line-height: 50px;
}
.title11 h2 {
    position: relative;
    top: 1px;
    height: 50px;
    line-height: 50px;
}



.tabcon {
    margin: 50px auto;
    padding: 0;
    width: 100%;
    height: auto;
    border:0;
    display: none;
}
.on {
    display: block;
}
.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align:center;
    overflow: hidden;
}
.tab li {
    float: none;
    display:inline-block;
    width: auto;
    height: 30px;
    padding:0 20px;
    color: #999;
    border:0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.tab li.cur {
    background: #e00;
    color:#fff;
    border-radius:15px;
}


.clear {
    clear: both;
}
.blank20 {
    height: 20px;
}
.index3{padding:10px 0 20px;}
.index3 ul{margin-left:-10px;}
.index3 ul li{float:left;height:386px;width:191px;margin-left:10px;}
.index3 ul li a{position:relative;display:block;height:100%;width:100%;}
.index3 ul li img{height:100%;width:100%;}
.index3 ul li a p{position: absolute;top:80%;height:49px;width:80%;margin-top:-49px;padding:0 10%;line-height:40px;color:#FFF;text-align:center;font-size: 18px;background:rgba(0,0,0,.3);transition: 300ms;}
.index3 ul li a:hover p{top:100%;border-bottom:3px solid rgba(255,0,0,.3);margin-top:-52px;}
a.index-more1{clear:both;display:block;margin:20px auto;width:256px;height:40px;border:1px solid #DB0F10;line-height:40px;background:#DB0F10;font-size: 14px;text-align:center;color:#FFF;text-decoration: none}


.ctus ul li.fr{
	float:right;
}

.mt50{
	margin-top:50px;
}
.mt40{
	margin-top:40px;
}
.mt30{
	margin-top:30px;
}
.mt20{
	margin-top:20px;
}
.fr,.FR{
	float:right;
}

/*@media only screen and (max-width: 959px) {
    body,#page,.w960,.w1260,.w1000,aside,#wside,#content,.hbox,#default,.showcontent {
        width:100%;
        height: auto;
        overflow: visible;
    }
    .pages {
        display: none;
    }
    .page_click {
        display: block
    }
    #main {
        padding-top: 60px;
    }
    
    .showcontent {
        padding: 10px;
        margin: 10px auto;
    }
    
    header {
        position: fixed;
        top: 0;
        left: 0;
        height: 60px;
        overflow: visible;
    }
    .hdbox {
        width: 100%;
        padding-right: 80px;
        height: inherit;
        border-bottom: 1px solid #ddd
    }
    .hdbox a.logo {
        display: block;
        height: 40px;
        width: auto;
        float: left;
        position: relative;
        margin: 10px;
        bottom: 0
    }
    .hdbox a.logo img {
        height: 40px;
    }
    
    .mpanel {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 10px;
        text-indent: -9999px;
        z-index: 9999;
        background: url(../images/list-54.png) center center no-repeat;
        background-size: 80%;
    }
    .mpanel a {
        display: block;
        line-height: 50px;
        width: 100%;
    }
    
	
    #mnav {
        overflow: visible;
        display: none;
    }
    nav {
        height: auto;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 999;
        border-top: 0px solid #eee;
        overflow: visible;
    }
    nav ul {
        position: relative;
        margin: 0px auto;
        height: auto;
        text-align: right;
        padding-left: 0px;
        width: 160px;
        background: rgba(0,0,0,.8);
        float: right;
        overflow: visible;
    }
    #mnav ul:before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        right: 20px;
        top: -20px;
        border: 10px solid #fff;
        border-bottom: 10px solid rgba(0,0,0,.8);
    }
    nav ul li {
        display: block;
        text-align: right;
        float: left;
        width: 100%;
        padding: 0;
        line-height: 60px;
        background: none;
    }
    nav ul li:first-child {
        background: none;
    }
    nav ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
    }
    nav ul li a.upp {
        text-transform: uppercase
    }
    nav ul li a:hover {
        color: #fff;
        text-decoration: none
    }
    nav ul li.this a,nav ul li.this a:hover {
        color: #f00;
        text-decoration: none
    }
    .thisnav {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ddd
    }
    .thisnav p {
        line-height: 30px;
    }
    
	
    .jianti {
        width: 100%;
        height: 60px;
        padding: 10px 0;
        position: relative;
        font-size: 20px;
        color: #333;
        border-bottom: 1px solid rgba(255,255,255,.2);
        overflow: hidden;
    }
    .jianti div {
        width: 100%;
        height: 20px;
        line-height: 20px;
        position: absolute;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .jianti .one {
        top: 10px;
        left: 0;
        z-index: 1;
        color: #333;
    }
    .jianti:hover .one {
        top: 0px;
        left: 0;
    }
    .jianti .one a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }
    .jianti .two {
        bottom: 10px;
        left: 0;
        z-index: 2;
        color: #fff;
    }
    .jianti:hover .two {
        bottom: 0px;
        left: 0;
    }
    .jianti .two a {
        color: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
    }
    .jianti.home {
        display: block;
    }
    .jianti:last-child div {
        text-align: center
    }
    
    .col-md-4 {
        width: 100%;
    }
    .row {
        margin: 0
    }
    .con ul > p {
        width: 100%;
        padding: 0 10px;
    }
    .con ul li {
        width: 100%;
        height: auto;
    }
    .con ul li img {
        width: 100%;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        margin: 0 ;
    }
    
    footer address {
        padding: 10px 0;
    }
    footer ul {
        margin: 0 auto;
        height: auto;
    }
    footer ul li {
        width: 50%;
        float: left
    }
    footer ul li:last-child {
        width: 100%;
        text-align: center;
    }
    
    .show {
        padding: 100px 10px;
    }
    
    #main > img {
        position: relative;
        width: 100%;
        display: none;
        height: 0;
    }
    .service {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        position: relative;
        left: 0%;
        margin-left: 0;
        top: 0px;
        background: #17003B;
        overflow: hidden;
    }
    .service ul {
        width: 100%;
        float: left;
        margin-right: 0px;
    }
    .service ul li {
        margin: 0 0px 0px 0;
        width: 50%;
        height: auto;
        float: left;
        text-align: center;
        overflow: hidden;
    }
    .service ul.u4 {
        margin: 0;
        float: left
    }
    .service ul .l31,.service ul .l32,.service ul .l33,.service ul .l34,.service ul .l41,.service ul .l42,.service ul .l43,.service ul .l44
    {
        width: 25%;
        float: left;
        margin-right: 0px;
        margin-left: 0
    }
    .service ul .l32,.service ul .l34,.service ul .l42,.service ul .l44 {
        margin-right: 0
    }
    .service ul li a img.bg {
        -webkit-animation: none;
        animation: none;
    }
    .service ul li a:hover img.bg {
        -webkit-animation: none;
        animation: none;
    }
    
    
    
    
    .prlist {
        width: 100%;
    }
    .prlist ul li {
        width: 25%;
        float: left;
        text-align: center;
    }
    .prlist ul li img {
        max-width: 100%;
    }
    
    .ybg,.gbg {
        padding: 20px 10px;
    }
    .ybg img, .gbg img {
        width: 100%;
    }
    .aboutpic {
        width: 100%;
        text-align: center;
    }
    .aboutpic img {
        width: 100%;
        float: left;
    }



}
*/