/*DC项目*/

@charset "utf-8";

html{
	 color:#1A1617; font-size:62.5%;
	font-family:'trebuchet\ ms','Microsoft yahei',Arial !important;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; font-size:14px; width:100%; overflow-x: auto; margin:0px auto; min-width:1200px; font-family:'Microsoft yahei',Arial !important;}
a { color:#1A1617; text-decoration:none; outline: none !important; }
a:hover{text-decoration:none;}
img { border:none; }
ol,ul,li { list-style:none; }
i{background-color:none;}
img{ max-width:100%;}
body{
     -webkit-overflow-scrolling : touch;
}

/*select::-ms-expand { display: none; }*/

input[type="text"],
input[type="button"],
textarea,
select{
	 	/*-webkit-appearance:none;
	appearance:none;
	  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;*/
}
@keyframes flotage{
	   50%{-webkit-transform:translate(0px,-6px);-moz-transform:translate(0px,-6px);-ms-transform:translate(0px,-6px);-o-transform:translate(0px,-6px);},
	   100%{-webkit-transform:translate(0px,-3px);-moz-transform:translate(0px,-3px);-ms-transform:translate(0px,-3px);-o-transform:translate(0px,-3px);}
}
@keyframes flotageMax{
	   50%{-webkit-transform:translate(0px,-10px);-moz-transform:translate(0px,-10px);-ms-transform:translate(0px,-10px);-o-transform:translate(0px,-10px);},
	   100%{-webkit-transform:translate(0px,-2px);-moz-transform:translate(0px,-2px);-ms-transform:translate(0px,-2px);-o-transform:translate(0px,-2px);}
}
@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_ease{
	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,-10px,0);
		transform:translate3d(0,-10px,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,-6px,0);
		transform:translate3d(0,-6px,0)
	}
	90%{
		-webkit-transform:translate3d(0,-3px,0);
		transform:translate3d(0,-3px,0)
	}
}

@keyframes dc-amin{
	 0%{left:0%; top:0%; background-color:#0B9DE5;}
	 50%{left:24%; top:24%; background-color:#044078;}
	 100%{left:0%; top:0%; background-color:#0B9DE5;}
}
@keyframes de-amin{
	 0%{left:24%; top:24%; background-color:#044078;}
	 50%{left:0%; top:0%; background-color:#0B9DE5;}
	 100%{left:24%; top:24%; background-color:#044078;}
}


@keyframes wave{
	  0%{
	  	   background-color:rgba(230,0,17,.6);
	  	   transform:scale(.9,.9);
	  }
	  100%{
	  	  background-color:rgba(230,0,17,.1);
	  	  transform:scale(2,2);
	  }
}
@keyframes elasticity_point{
	  0%,100%{transform:scale(1,1);}
	  33%{transform:scale(1.1,0.9);}
	  66%{transform:scale(0.9,1.1);}
}
@keyframes te_downing{
	  0%,100%{transform:translateY(0px);}
	  33%{transform:translateY(5px);}
	  66%{transform:translateY(10px);}
}

@keyframes in_selected{
	  0%{transform:rotate(0deg);}
	  100%{transform:rotate(360deg);}
}

@keyframes shake-slow{2%{transform:translate(7px, -8px) rotate(.5deg)}4%{transform:translate(-6px, 4px) rotate(3.5deg)}6%{transform:translate(0px, -9px) rotate(-.5deg)}8%{transform:translate(3px, 5px) rotate(1.5deg)}10%{transform:translate(7px, -4px) rotate(-2.5deg)}12%{transform:translate(-2px, 9px) rotate(.5deg)}14%{transform:translate(7px, -9px) rotate(-1.5deg)}16%{transform:translate(-3px, 6px) rotate(-1.5deg)}18%{transform:translate(-2px, -5px) rotate(-1.5deg)}20%{transform:translate(7px, 5px) rotate(2.5deg)}22%{transform:translate(7px, 5px) rotate(.5deg)}24%{transform:translate(10px, -2px) rotate(.5deg)}26%{transform:translate(7px, -4px) rotate(.5deg)}28%{transform:translate(6px, 0px) rotate(-1.5deg)}30%{transform:translate(-8px, -6px) rotate(-.5deg)}32%{transform:translate(8px, 6px) rotate(-2.5deg)}34%{transform:translate(6px, 2px) rotate(2.5deg)}36%{transform:translate(0px, 2px) rotate(2.5deg)}38%{transform:translate(1px, 1px) rotate(2.5deg)}40%{transform:translate(4px, 5px) rotate(-1.5deg)}42%{transform:translate(2px, 8px) rotate(-2.5deg)}44%{transform:translate(-9px, 8px) rotate(-2.5deg)}46%{transform:translate(0px, -3px) rotate(.5deg)}48%{transform:translate(-2px, 7px) rotate(2.5deg)}50%{transform:translate(-8px, 5px) rotate(-2.5deg)}52%{transform:translate(-3px, -5px) rotate(-1.5deg)}54%{transform:translate(7px, -8px) rotate(-.5deg)}56%{transform:translate(10px, 10px) rotate(-1.5deg)}58%{transform:translate(9px, 8px) rotate(-2.5deg)}60%{transform:translate(5px, -3px) rotate(.5deg)}62%{transform:translate(-6px, 0px) rotate(1.5deg)}64%{transform:translate(-7px, 5px) rotate(-1.5deg)}66%{transform:translate(1px, 4px) rotate(2.5deg)}68%{transform:translate(-1px, -5px) rotate(1.5deg)}70%{transform:translate(-6px, 5px) rotate(-.5deg)}72%{transform:translate(-8px, 5px) rotate(1.5deg)}74%{transform:translate(2px, 0px) rotate(3.5deg)}76%{transform:translate(10px, -4px) rotate(3.5deg)}78%{transform:translate(-8px, 7px) rotate(1.5deg)}80%{transform:translate(2px, 5px) rotate(.5deg)}82%{transform:translate(3px, 3px) rotate(-1.5deg)}84%{transform:translate(3px, -6px) rotate(2.5deg)}86%{transform:translate(-1px, 6px) rotate(-2.5deg)}88%{transform:translate(6px, 2px) rotate(1.5deg)}90%{transform:translate(5px, 5px) rotate(.5deg)}92%{transform:translate(2px, -8px) rotate(3.5deg)}94%{transform:translate(3px, 8px) rotate(-1.5deg)}96%{transform:translate(-7px, -5px) rotate(2.5deg)}98%{transform:translate(-3px, -9px) rotate(3.5deg)}0%,100%{transform:translate(0, 0) rotate(0)}}


@keyframes keoleft{0%{ left : -100%;}100%{left : 0%; }}
@keyframes keoright{0%{ right : -100%;}100%{right : 0%; }}

@-webkit-keyframes colorhue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

html.forbid-roll{
	  height:100%; overflow:hidden;
	  width:100%;
}
html.forbid-roll body{
	  height:100%; overflow:hidden;
	  width:100%; position:relative;
}
.ng-fault{ width:100%; overflow:hidden; }

.ng-container{ position:relative;}

.ng-bg{ background-color:rgba(0,0,0,.1);}

.ng-bg-theme{ background-color:#C9293E !important;}

.ng-bg-ccc{ background-color:#F9F9F9 !important;}

.ng-bg-fff{ background-color:#fff  !important;}

.ng-bg-fuse{ background-color:#FDD1B0  !important;}

.ng-bg-assist{ background-color:#F1F1F1;}

.ng-bg-info{ background-color:#6FB7FA;}

.ng-bg-succeed{ background-color:#A5DA43;}

.ng-bg-warning{ background-color:#FFCA3B;}

.ng-bg-danger{ background-color:#FF8F76;}

.ng-bg-black{ background-color:#000; }

.ng-pull-left{ float:left;}

.ng-pull-right{ float:right;}

.ng-viv,.zh-padd{ padding-left:12px; padding-right:12px;}

.ng-oa a{ display:block; width:100%; overflow:hidden;}

.ng-oa a img{ display:block; width:100%;}

.box-test{box-shadow:0px 0px 10px pink inset;}

.gr-row{ margin-left:-15px; margin-right:-15px; *zoom:1; _position:relative;}

.gr-col{ float:left; min-height:1px;}

.gr-padd{ padding-left:15px; padding-right:15px;}

#_embed_v3_frmc{
	 display:none !important;
	 visibility:hidden !important;
	 opacity:0 !important;
}
   

.ng-trans{
	-webkit-transition:all .3s ease-in 0s;
    -moz-transition:all .3s ease-in 0s;
    -o-transition:all .3s ease-in 0s;
    transition:all .3s ease-in 0s;
}

.ng-tales{
	  display:table;
	  width:100%;
	  height:100%;
	  vertical-align:middle;
	  text-align:center;
}
.ng-tales .ng-tcell{
	  display:table-cell;
	  width:100%;
	  vertical-align:middle;
	  text-align:center;
}
.ng-ini{
	  width:1240px;
	  margin:0px auto;
}

.ng-both{
	clear:both;
	height:0px;
	width:100%;
	display:block;
	opacity:0;
	
}


/*Project Initiation*/



.io-head{
	position:fixed;
	width:100%;
	left:0px; top:0px;
	z-index:200;
	box-shadow:0px 0px 4px rgba(0,0,0,.3);
	background-image:url(../img/heks.png);
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.io-head.io-head-ahtop{
	background-color:rgba(255,255,255,.7);
}
.io-head:hover,
.io-head.io-head-ahtop:hover{
	background-color:rgba(255,255,255,.9);
}
.io-head .as-ini{
	padding:0px 140px 0px 230px;
	height:120px;
	position:relative;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.io-head.io-head-trans .as-ini{
	height:80px;
}


.io-head .as-logo{
	width:220px; height:70px;
	position:absolute;
	top:50%; left:0px;
	overflow:hidden;
	margin-top:-35px;
	-webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}
.io-head .as-logo a{
	height:100%;
	display:block;
	position:relative;
	overflow:hidden;
}
.io-head .as-logo a img{
	display:block;
	width:220px; height:70px;
	-webkit-transition:all .3s ease 0s;
    -moz-transition:all .3s ease 0s;
    -o-transition:all .3s ease 0s;
    transition:all .3s ease 0s;
}

.io-head.io-head-trans .as-logo{
	width:180px; height:50px;
	margin-top:-25px;
}
.io-head.io-head-trans .as-logo a img{
	width:157px; height:50px;
}


.io-head .ak-navs{
	position:relative;
	height:120px;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.io-head.io-head-trans .ak-navs{
	height:80px;
}
.io-head .ak-navs>ul{
	height:100%;
}
.io-head .ak-navs>ul>li{
	float:left;
	margin:0px 7px;
	text-align:center;
	height:100%;
    position:relative;
}
.io-head .vs-nav-doc{
	display:block;
	position:relative;
	overflow:hidden;
	height:100%;
	padding:0px 5px;
}
.io-head .vs-nav-tit{
	position:relative;
	height:22px; line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px; top:0px;
	margin:40px auto 1px;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}

.io-head.io-head-trans .vs-nav-tit{
	margin:18px auto 1px;
}

.io-head .vs-nav-ten{
	position:relative;
	height:22px; line-height:22px;
	font-size:12px; text-transform:uppercase;
    top:0px;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}


.io-head .ak-navs .vs-nav-ton .vs-nav-tit,
.io-head .ak-navs .vs-nav-ton .vs-nav-ten{
	color:#0b26ce;
}

.io-head .ak-navs>ul>li:hover .vs-nav-doc .vs-nav-tit,
.io-head .ak-navs>ul>li:hover .vs-nav-doc .vs-nav-ten{
	top:-8px;
}


.io-head .ak-navs .vs-level{
	width:160px; display:none;
	background-color:#fff;
	border-top:2px solid #0b26ce;
	box-shadow:2px 2px 2px rgba(0,0,0,.4);
	position:absolute; 
	top:90%; left:50%; margin-left:-80px;
}
.io-head .ak-navs .vs-level ul{
	padding:10px 0px;
}
.io-head .ak-navs .vs-level ul li{
	width:100%; 
	margin:1px 0px; padding:0px 6px;
}
.io-head .ak-navs .vs-level ul li a{
	display:block; position:relative;
	height:32px; line-height:32px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-radius:2px;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}

.io-head .ak-navs .vs-level ul li:hover a{
	background-color:#EDEDED;
}
.io-head .ak-navs .vs-level ul li.vs-level-ton a{
	color:#0784C8;
}

.io-head .ak-navs .vs-level-up{
	width:100%; height:0px;
	position:absolute;
	top:-14px; left:0px;
	text-align:center;
	color:#0b26ce;
}


.io-head .as-search{
	width:190px; height:34px;
	position:absolute;
	top:50%; margin-top:-15px;
	right:0px;
	
}
.io-head .as-search-ini{
	padding:0px 44px 0px 0px;
	height:34px;
	position:relative;
}
.io-head .as-search-tit{
	position:relative;
	border:1px solid #C1C1C1;
	padding:2px 6px;
	overflow:hidden;
	border-radius:2px;
	background-color:#fff;
}
.io-head .as-search-tit input[type="text"]{
	height:28px; background-color:#fff;
	border:0px; width:100%; outline:0px;
}
.io-head .as-search-btn{
    width:34px; height:34px;
    background-color:#0b26ce;
    position:absolute;
    top:0px; right:0px;
    border:0px;
    border-radius:2px;
    outline:0px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-image:url(../img/aucn.png);
    
}
.io-head .as-search-btn:hover{
	background-color:#03743E;
}





.io-body{
	min-height:calc(100vh);
	position:relative;
	width:100%;
}
.io-hotm{
	height:46px; position:relative;
	display:block; width:100%;
}



.ng-inhe{
	  width:100%; height:700px;
	  position:relative;
	  overflow:hidden;
}
.ng-inhe .vs-ini{
	  position:absolute; top:0px; top:0px;
	  width:100%; height:100%; overflow:hidden;
}
.ng-inhe .inoh-swiper{
	  width:100%; height:100%; overflow:hidden; position:relative;
}
.ng-inhe .swiper-wrapper{
	  height:100%;
}
.ng-inhe .swiper-slide{
	  height:100%;
}

.ng-inhe .inoh-swiper .pagination {
  position: absolute;
  z-index: 20;
  bottom:0px;
  width: 100%;
  text-align: center;
}
.ng-inhe .inoh-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 80px;
  height: 6px;
  border-radius: 8px;
  /*background: #555;*/
  margin: 0 7px;
  opacity: 0.9;
  background-color:#fff;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition:all .3s ease 0s;
  -moz-transition:all .3s ease 0s;
  -o-transition:all .3s ease 0s;
  transition:all .3s ease 0s;
}
.ng-inhe .inoh-swiper .swiper-active-switch {
  background:#0b26ce; border: 1px solid #0b26ce;
}
.ng-inhe .inoh-link{
	  width:100%; height:700px; position:relative;
	  overflow:hidden; display:block;
	  background-repeat:no-repeat;
	  background-position:50% 0%;
	  background-size:cover;
}





.oh-dic{
	 padding:30px 0px;
	 position:relative;
	 background-repeat:no-repeat;
	 background-position:50% 50%;
	 background-size:cover;
	 background-attachment:fixed;
}
.oh-dic .dc-the{
	 position:relative;
	 margin:0px 0px 30px;
	 text-align:center;
	 height:46px;
	 overflow:hidden;
}
.oh-dic .dc-the-tit{
	 font-size:30px;
	 color:#353535;
	 padding:0px 2px;
	 display:inline-block;
	 position:relative;
	 margin:0px 12px;
}
.oh-dic .dc-the-text{
	 font-size:22px; color:#656565;
	 padding:4px 0px;
}
.oh-dic .dc-the-sekk{
	 width:700px; height:1px;
	 position:absolute;
	 top:50%; margin-top:0px;
	 background-color:#DBDBDB;
}
.oh-dic .dc-the-sekk-left{
	 right:0px;
}
.oh-dic .dc-the-sekk-right{
	 left:0px;
}







.asin-about .lt-the{
	 position:relative;
	 margin:0px 0px 30px;
	 overflow:hidden;
}
.asin-about .lt-company{
	 float:left;
	 padding:0px 12px 14px 0px;
	 font-size:24px; color:#191919;
	 position:relative;
	 border-bottom:1px solid #0b26ce;
}
.asin-about .lt-text{
	 overflow:hidden;
	 position:relative;
	 text-align:left;
	 font-size:15px;
	 line-height:34px;
	 margin:0px 0px 30px;
}
.asin-about .lt-more{
	 position:relative;
}
.asin-about .lt-more a{
	 background-color:#0b26ce;
	 color:#fff;
	 float:left;
	 display:block;
	 padding:8px 40px;
	 font-size:13px;
	 border-radius:4px;
	 box-shadow:0px 0px 6px rgba(0,0,0,.4);
}
.asin-about .lt-compic{
	 width:100%;
	 position:relative;
	 overflow:hidden;
}
.asin-about .lt-compic img{
	 width:100%;
	 display:block;
}




.asin-classify{
	 position:relative;
	 margin:0px 0px 20px;
}
.asin-classify .lt-solie{
	 width:780px;
	 position:relative;
	 background-color:#E4E4E4;
	 overflow:hidden;
	 margin:0px auto 20px;
}
.asin-classify .lt-somall{
	 position:absolute;
	 top:0px; left:0px;
	 height:44px;
	 width:156px;
	 background-color:#0b26ce;
}
.asin-classify .lt-solie li{
	width:20%; float:left;
	height:44px; position:relative;
	text-align:center; line-height:44px;
	font-size:14px; z-index:10;
	cursor:pointer;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:all .5s ease-in 0s;
    -moz-transition:all .5s ease-in 0s;
    -o-transition:all .5s ease-in 0s;
    transition:all .5s ease-in 0s;
}
.asin-classify .lt-solie li.vs-this{
	color:#fff;
}
.asin-classify .lt-links{
	position:relative;
	text-align:center;
}
.asin-classify .lt-links-dos{
	position:relative;
	display:none;
}
.asin-classify .lt-links-dos-aic{
	display:block;
}
.asin-classify .lt-links-dos li{
	margin:0px 16px 12px;
	font-size:14px;
	display:inline-block;
	color:#000;
	padding:4px;
}
.asin-classify .lt-links-dos li a{
	color:#000;
}



.asin-pips{
	position:relative;
	overflow:hidden;
	background-color:#fff;
	padding:30px;
	box-shadow:2px 2px 5px rgba(0,0,0,.2);
	margin:0px 0px 10px;
}
.asin-pips .lt-video{
	width:100%; height:0px;
	padding-bottom:56%;
	position:relative;
	overflow:hidden;
}
.asin-pips .lt-video-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.asin-pips .lt-video-ini iframe,
.asin-pips .lt-video-ini video,
.asin-pips .lt-video-ini embed{
	width:100%; height:100%;
}

.asin-pips .lt-pos-link{
	position:relative;
	overflow:hidden;
	display:block;
	margin:10px 0px 0px;
}
.asin-pips .lt-pos-pic{
	width:100%; height:0px;
	padding-bottom:100%;
	overflow:hidden;
	position:relative;
	margin:0px 0px 10px;
}
.asin-pips .lt-pos-pic-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.asin-pips .lt-pos-pic-ini img{
	width:100%; display:block;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
}
.asin-pips .lt-pos-tit{
	position:relative;
	height:24px; line-height:24px;
	font-size:16px; color:#000;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


.asin-pips .lt-pos-link:hover .lt-pos-pic-ini img{
	-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}





.asin-dys{
	position:relative;
}
.asin-dys .lt-row{
	margin-left:-10px;
	margin-right:-10px;
}
.asin-dys .lt-col{
	padding-left:10px;
	padding-right:10px;
}
.asin-dys .lt-link{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0px 0px 20px;
	display:block;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.asin-dys .lt-link:hover{
	box-shadow:2px 2px 6px rgba(0,0,0,.6);
}
.asin-dys .lt-mark{
	position:absolute;
    display:block; z-index:10;
    top:0px; left:0px; right:0px; bottom:0px;
    background-image:url(../img/ovns1.png);
    padding:15px; opacity:0; filter:alpha(opacity=0);
    -webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}


.asin-dys .lt-link:hover .lt-mark{
	opacity:1; filter:alpha(opacity=100);
}

.asin-dys .lt-pic{
	width:100%; height:0px;
	padding-bottom:55%;
	overflow:hidden;
	position:relative;
	margin:0px 0px 0px;
}
.asin-dys .lt-pic-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.asin-dys .lt-pic-ini img{
	width:100%; display:block;
}

.asin-dys .lt-tit{
	height:30px; line-height:30px;
	font-size:15px; color:#fff;
	overflow:hidden;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:2px 0px;
	font-weight: bold;
}
.asin-dys .lt-date{
	height:24px; line-height:24px;
	font-size:14px; color:#fff;
	position:relative;
}
.asin-dys .lt-text{
	height:72px; line-height:24px;
	font-size:14px; color:#d4d4d4;
	margin:6px 0px 0px;
	position:relative;
}
.asin-dys .lt-more{
	position:absolute;
	bottom:15px; left:15px; right:15px;
	font-size:14px; color:#fff;
	text-align:right;
}




.asin-cses{
	 
}
.asin-cses .lt-row{
	margin-left:-10px;
	margin-right:-10px;
}
.asin-cses .lt-col{
	padding-left:10px;
	padding-right:10px;
}
.asin-cses .lt-link{
	width:100%;
	position:relative;
	margin:0px 0px 24px;
	display:block;
}
.asin-cses .lt-pic{
	width:100%; height:0px;
	padding-bottom:55%;
	overflow:hidden;
	position:relative;
	margin:0px 0px 0px;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.asin-cses .lt-link:hover .lt-pic{
	box-shadow:2px 2px 6px rgba(0,0,0,.6);
}

.asin-cses .lt-mask{
    width:100%; height:100%;
    position:absolute;
    top:0px; left:0px;
    z-index:20; opacity:0; filter:alpha(opacity=0);
    background-image:url(../img/ovns1.png);
    -webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.asin-cses .lt-link:hover .lt-mask{
	opacity:1; filter:alpha(opacity=100);
}
.asin-cses .lt-mask-more{
	width:100%; height:30px; line-height:30px;
	font-size:16px; color:#fff;
	text-align:center;
	position:absolute; display:block;
	top:50%; margin-top:-15px;
}

.asin-cses .lt-pic-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.asin-cses .lt-pic-ini img{
	width:100%; display:block;
}
.asin-cses .lt-tit{
	height:26px; line-height:26px;
	position:relative;
	margin:12px 0px 0px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:15px;
}





.asin-leave{
	position:relative;
}
.asin-leave .lt-cos{
	border:1px solid #9F9F9F;
	position:relative;
	overflow:hidden;
	padding:6px 12px;
	border-radius:2px;
	margin:24px 0px 0px;
}
.asin-leave .lt-cos input[type="text"]{
	width:100%; height:30px;
	border:none; outline:0px;
	appearance:none;
	border:0px;
}
.asin-leave .lt-cos textarea{
	width:100%; height:180px;
	appearance:none;
	resize:none;
	font-size:14px;
	border:0px;
	padding:4px 0px;
	outline:0px;
}
.asin-leave .lt-sub{
	position:relative;
	margin:24px 0px 10px;
	float:left;
	display:block;
	background-color:#008548;
	color:#fff; font-size:14px;
	padding:10px 56px;
	background-color:#0b26ce;
	border:0px; outline:0px;
	border-radius:2px;
}

.asin-leave .lt-ckini{
	padding:0px 110px 0px 0px;
	position:relative;
}
.asin-leave .lt-verpic{
	width:90px; height:44px;
	position:absolute;
	top:0px; right:0px;
	border-radius:2px;
	overflow:hidden;
	display:block;
}
.asin-leave .lt-verpic img{
	width:100%; display:block;
	height:100%;
}





.io-end{
	position:relative;
	background-color:#333333;
}
.io-end .es-top{
	padding:20px 0px;
	position:relative;
	overflow:hidden;
}
.io-end .es-end{
	border-top:1px solid #5D5D5D;
	padding:8px 0px 12px;
}
.io-end .es-copy{
	line-height:30px;
	font-size:13px;
	color:#A8A8A8;
	text-align:center;
	overflow:hidden;
}
.io-end .es-cnn-mod{
	margin:0px 0px 20px;
	position:relative;
	overflow:hidden;
}
.io-end .es-cnn-the{
	border-bottom:1px solid #8F8F8F;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	line-height:30px; font-size:16px;
	color:#DFDFDF;
}
.io-end .es-ways-ini{
	position:relative;
	padding:0px 0px 0px 46px;
	height:34px; overflow:hidden;
	margin:0px 0px 12px;
}
.io-end .es-ways-ico{
	width:34px; height:34px;
	display:block;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
	border-radius:100%;
	line-height:34px;
	font-size:15px;
	color:#323232;
	text-align:center;
}
.io-end .es-ways-diybg{
	background-color:#A7A7A7;
}
.io-end .es-ways-ico img{
    width:100%; display:block;
}
.io-end .es-ways-tit{
	height:34px; line-height:34px;
	font-size:14px; color:#ACACAC;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.io-end .es-ways-tit-big{
	font-size:18px;
}
.io-end .es-perceive{
	font-size:14px;
	color:#ACACAC;
	line-height:24px;
	overflow:hidden;
	position:relative;
}


.io-end .es-links{
	border-top:1px solid #8F8F8F;
	position:relative;
	padding:30px 0px 0px 200px;
	overflow:hidden;
}
.io-end .es-links-kn{
	background-color:#A8A8A8;
	width:172px;
	position:absolute;
	top:30px; left:0px;
	height:38px;
}
.io-end .es-links-kn-tit{
	height:30px; line-height:30px;
	position:relative;
	top:4px; left:12px;
	font-size:14px;
}
.io-end .es-links-kn-ico{
	position:absolute;
	width:21px; height:21px;
	top:50%; margin-top:-10px;
	right:8px; overflow:hidden;
	display:block;
}
.io-end .es-links-kn-ico img{
	width:100%; display:block;
}
.io-end .es-links-list{
	position:relative;
	overflow:hidden;
	font-size:14px;
	color:#CCCCCC;
	min-height:38px;
}
.io-end .es-links-list li{
	float:left;
	margin:0px 5px 2px;
	line-height:28px;
    color:#CCCCCC;
}
.io-end .es-links-list li a{
	color:#CCCCCC;
}
.io-end .es-links-list li a:hover{
	color:#fff;
}





.io-handys{
	position:fixed;
	top:50%; margin-top:-100px;
	right:20px; z-index:400;
}
.io-handys .lt-dos{
	position:relative;
	margin:8px 0px;
}
.io-handys .lt-sall{
	width:70px;
	position:relative;
	background-color:#A9A9A9;
	padding:10px 0px 8px;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.io-handys .lt-sall-ico{
	width:28px; height:28px;
	position:relative;
	margin:0px auto 5px;
	display:block;
	overflow:hidden;
}
.io-handys .lt-sall-tit{
	width:100%; height:22px; line-height:22px;
	font-size:13px; color:#fff; text-align:center;
}


.io-handys .lt-sall:hover{
	background-color:#0b26ce;
}


.io-handys .lt-hovs{
	position:absolute;
	top:0px; right:70px;
	display:none;
}
.io-handys .lt-hovs .anti-pic{
    width:240px; padding:10px;
    background-color:#fff;
    padding:4px; border-radius:4px;
    box-shadow:0px 0px 8px rgba(0,0,0,.3);
}
.io-handys .lt-hovs .anti-pic img{
	width:100%;
}

.io-handys .lt-qqs{
	background-color:#CBCBCB;
	padding:10px 12px; overflow:hidden;
}
.io-handys .lt-qqs p{
	padding:2px 0px;
	display:block;
}
.io-handys .lt-qqs p a{
    display:block;
    line-height:22px;
    font-size:14px;
    height:22px;
    padding:0px 0px 0px 24px;
    background-repeat:no-repeat;
    background-image:url(../img/bixune.png);
    background-position:0px 50%;
}

.io-handys .lt-tel{
	background-color:#CBCBCB;
	padding:10px 12px; overflow:hidden;
}
.io-handys .lt-tel p{
	line-height:22px;
    font-size:14px;
    height:22px;
    margin:3px 0px;
    display:block;
    white-space:nowrap;
    padding:0px 0px 0px 24px;
    background-repeat:no-repeat;
    background-image:url(../img/bixtel.png);
    background-position:0px 50%;
}





.ng-eoims{
	height:450px; position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}



.ng-matass{
    position:relative;
    padding:30px 0px;
}
.ng-matass .mk-col-25{
	width:24%;
}
.ng-matass .mk-col-95{
	width:76%;
}

.ng-matass .mk-col-35{
	width:30%;
}
.ng-matass .mk-col-85{
	width:70%;
}



.ng-mayoo{
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.ng-mayoo .faxx-cous{
	background-color:#0b26ce;
	padding:0px 10px 0px 80px;
	height:76px; border-radius:2px;
	position:relative;
}
.ng-mayoo .tv-ico{
	width:30px; height:30px;
	position:absolute;
	top:50%; margin-top:-15px;
	left:30px; overflow:hidden;
	display:block;
}
.ng-mayoo .tv-info{
	height:50px; position:relative;
	top:12px; left:0px;
	overflow:hidden;
}
.ng-mayoo .tv-info .tv-tit{
	height:28px; line-height:28px;
	font-size:16px; color:#fff;
	overflow:hidden;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ng-mayoo .tv-info .tv-entit{
	height:22px; line-height:22px;
	font-size:13px; color:#fff;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-decoration:none;
}

.ng-mayoo .faxx-list{
	position:relative;
}
.ng-mayoo .faxx-list .tv-cslink{
	border-bottom:1px solid #C6C6C6;
	background-color:#F8F8F8;
	position:relative;
	height:60px; line-height:60px;
	display:block; white-space:nowrap;
	padding:0px 0px 0px 80px;
}
.ng-mayoo .faxx-list .tv-csico{
	width:10px; height:10px;
	background-color:#BEBEBE;
	position:absolute;
	top:50%; margin-top:-5px;
	left:40px; border-radius:100%;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}

.ng-mayoo .faxx-list .tv-cslink:hover,
.ng-mayoo .faxx-list .tv-csthis .tv-cslink{
	background-color:#fff;
	color:#0b26ce;
}
.ng-mayoo .faxx-list .tv-cslink:hover .tv-csico,
.ng-mayoo .faxx-list .tv-csthis .tv-cslink .tv-csico{
	background-color:#0b26ce;
}




.ng-matass .faxx-pos{
	border-bottom:1px solid #D3D3D3;
	padding-bottom:16px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
	line-height:24px;
	font-size:18px;
	color:#0b26ce;
	font-weight:600;
}

.ng-matass .faxx-propic{
	width:100%; position:relative;
	margin:0px 0px 12px;
}
.ng-matass .faxx-propic img{
	max-width:100%;
	margin:0px auto;
	display:block;
}


.page-content{
	position:relative;
	overflow:hidden;
	font-size:15px;
	color:#000;
	line-height:28px;
	font-weight:300;
}
.page-content img{
	height:auto;
	max-width:100%;
}


.pro-list{
	position:relative;
}
.pro-list .lt-row{
	margin-left:-10px;
	margin-right:-10px;
}
.pro-list .lt-col{
	padding-left:10px;
	padding-right:10px;
}

.pro-list .lt-diy-5{
	width:20%;
}
.pro-list .lt-link{
    position:relative;
    margin:0px 0px 20px;
    display:block;
}
.pro-list .lt-pic{
	position:relative;
	padding-bottom:100%;
}
.pro-list .lt-pic-ini{
	position:absolute;
	top:0px; left:0px;
	border:1px solid #fff;
	right:0px; bottom:0px;
	overflow:hidden;
	-webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.pro-list .lt-link:hover .lt-pic-ini{
	border:1px solid #03AF5F;
	box-shadow:0px 0px 10px rgba(0,134,73,.4);
	
}
.pro-list .lt-pic-ini img{
	width:100%; display:block;
}

.pro-list .lt-tit{
	margin:14px 0px 0px;
	height:38px; line-height:19px;
	font-size:13px; color:#000;
	overflow:hidden;
	text-align:center;
}



.ng-pages{
	position:relative;
	text-align:center;
	margin:20px auto 10px;
}
.ng-pages a,
.ng-pages span{
	display:inline-block;
	border:1px solid #D8D8D8;
	padding:5px 10px;
	margin:0px 5px 8px;
	font-size:13px;
}

.ng-pages a:hover,
.ng-pages span{
	background-color:#F75F52;
	color:#fff;
	border:1px solid #F75F52;
}




.pro-classfiy{
	position:relative;
}
.pro-classfiy .lt-big{
	height:0px; width:100%;
	position:relative;
}
.pro-classfiy .lt-big .ng-ini{
	position:relative;
}
.pro-classfiy .lt-boxe{
	background-color:#fff;
	padding:14px 14px 0px;
	box-shadow:0px 0px 6px rgba(0,0,0,.4);
	position:relative;
	overflow:hidden;
	top:-20px; left:0px;
}
.pro-classfiy .lt-boxe .lt-brow{
	margin-left:-14px;
	margin-right:-14px;
}
.pro-classfiy .lt-boxe .lt-bcol{
	padding-left:14px;
	padding-right:14px;
	width:20% !important;
	position:relative;
	text-align:center;
	cursor:pointer;
	padding-bottom:12px;
	border-bottom:2px solid #fff;
}
.pro-classfiy .lt-boxe .lt-bcol.lt-bcol-open{
	border-bottom:2px solid #008E45;
}

.pro-classfiy .lt-bmod{
	padding:0px 0px 0px 50px;
	height:50px;
	position:relative;
	display:inline-block;
}

.pro-classfiy .lt-ball{
	width:1px; height:50px;
	background-color:#EDEDED;
	display:block;
	position:absolute;
	right:0px; top:0px;
	margin-right:-1px;
}
.pro-classfiy .lt-ball-end{
	display:none;
}
.pro-classfiy .lt-bico{
	width:30px; height:30px;
	position:absolute;
	display:block;
	top:50%; left:2px;
	overflow:hidden;
	margin-top:-15px;
}
.pro-classfiy .lt-bico img{
	width:100%; display:none;
}
.pro-classfiy .lt-bico img.lt-bico_a{
	display:block;
}
.pro-classfiy .lt-bico img.lt-bico_b{
	display:none;
}

.pro-classfiy .lt-boxe .lt-bcol.lt-bcol-open .lt-bico img.lt-bico_a{
	display:none;
}
.pro-classfiy .lt-boxe .lt-bcol.lt-bcol-open .lt-bico img.lt-bico_b{
	display:block;
}


.pro-classfiy .lt-name{
	font-size:15px; text-align:left;
	height:28px; line-height:28px;
	color:#000; position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:300;
}
.pro-classfiy .lt-enname{
	font-size:12px; text-align:left;
	height:20px; line-height:20px;
	color:#000; position:relative;
	text-transform:uppercase;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:300;
}


.pro-classfiy .lt-boxe .lt-bcol.lt-bcol-open .lt-name,
.pro-classfiy .lt-boxe .lt-bcol.lt-bcol-open .lt-enname{
	color:#0b26ce;
}


.pro-classfiy .lt-link{
	position:relative;
	margin:74px auto 30px;
	overflow:hidden;
}
.pro-classfiy .lt-link-doc{
	position:relative;
	display:none;
	width:100%;
}
.pro-classfiy .lt-link-doc.lt-link-show{
	display:block;
}
.pro-classfiy .lt-link-doc .lt-srow{
	margin-left:-6px;
	margin-right:-6px;
}
.pro-classfiy .lt-link-doc .lt-scol{
	padding-left:6px;
	padding-right:6px;
	width:20% !important;
	text-align:center;
    line-height:26px;
    margin:4px 0px;
    font-size:15px;
    color:#000;
}
.pro-classfiy .lt-link-doc .lt-scol a{
	color:#000; border-bottom:2px solid #fff;
	padding-bottom:2px; display:inline-block;
}
.pro-classfiy .lt-link-doc .lt-scol:hover a,
.pro-classfiy .lt-link-doc .lt-scol a.lt-aics{
	color:#076EB4;
	border-bottom:2px solid #0b26ce;
}



.ng-wood{
	width:100%; height:120px;
	position:relative; display:block;
}


.pro-show{
	
}

.pro-show .vs-top{
	margin:50px 0px;
	position:relative;
}
.pro-show .vs-top-row{
	margin-left:-30px;
	margin-right:-30px;
}
.pro-show .vs-top-col{
	padding-left:30px;
	padding-right:30px;
}




.sot-show{
	width:100%; height:0px;
	padding-bottom:100%;
	overflow:hidden;
    position:relative;
    box-shadow:0px 0px 6px rgba(0,0,0,.1);
    -webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}
.sot-show:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.sot-show .ot-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.sot-show .ot-ini img{
	width:100%; display:block;
}


.sot-info{
	position:relative;
}
.sot-info .ot-logo{
	position:relative;
	margin:0px 0px 20px;
}
.sot-info .ot-logo img{
	height:80px; display:block;
}
.sot-info .ot-tit{
	height:38px; line-height:38px;
	font-size:24px; color:#000;
	overflow:hidden;
	position:relative;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0px 0px 12px;
}
.sot-info .ot-text{
	position:relative;
	font-weight:300;
	margin:0px 0px 12px;
}
.sot-info .ot-text h4{
	font-size:18px;
	color:#000;
	padding:4px 0px;
	margin:0px 0px 4px;
}
.sot-info .ot-text p{
	font-size:15px;
	line-height:26px;
	color:#000;
	padding:4px 0px;
	height:156px;
	display:block;
	overflow:hidden;
    position:relative;
}
.sot-info .ot-aiks{
	position:relative;
}
.sot-info .ot-aiks li{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.sot-info .ot-aiks-bor{
	border:1px solid #e4e4e4;
	width:62px; position:relative;
	display:block; overflow:hidden;
}
.sot-info .ot-aiks-this{
	border:1px solid #4ada94;
	box-shadow:0px 0px 4px rgba(0,154,81,.2);
}
.sot-info .ot-aiks-ini{
	width:100%; padding-bottom:100%;
	overflow:hidden;
	position:relative;
}
.sot-info .ot-aiks-padd{
    width:100%; height:100%;
    position:absolute;
    top:0px; left:0px;
    overflow:hidden;
}
.sot-info .ot-aiks-padd img{
	width:100%; display:block;
}



.sot-type{
	border:1px solid #E4E4E4;
	margin:0px 0px 20px;
	overflow:hidden;
	position:relative;
}
.sot-type .ot-the{
	border-bottom:1px solid #E4E4E4;
	height:50px;
}
.sot-type .ot-the li{
	height:50px; float:left;
	line-height:48px; padding:0px 22px;
	font-size:16px; cursor:pointer;
}
.sot-type .ot-the li.ot-the-aic{
	border-bottom:2px solid #0b26ce;
	color:#0b26ce;
}
.sot-type .ot-cont{
	position:relative;
}
.sot-type .ot-cont-doc{
	position:relative;
	display:none;
}
.sot-type .ot-cont-open{
	display:block;
}
.sot-type .ot-padd{
	padding:22px;
    overflow:hidden;
}


.sot-type .ot-content{
	position:relative;
    font-size:15px;
    color:#7C7C7C;
    font-weight:300;
    line-height:30px;
}
.sot-type .ot-content table.table tr td,
.sot-type .ot-content table.table tr th{
	border:none !important;
	line-height:30px;
}
.sot-type .ot-content img{
	max-width:100%;
	height:auto;
}

.sot-qua{
	position:relative;
	margin:20px 0px 30px;
}
.sot-qua .ot-the{
	height:40px;
	padding:0px 18px;
	font-size:16px;
	position:relative;
	color:#fff; line-height:40px;
	background-color:#0b26ce;
	margin:0px 0px 20px;
}
.sot-qua .ot-list{
	
}
.sot-qua .ot-list li{
	border:1px solid #D1D1D1;
	margin:0px 0px 18px;
	padding:15px 15px 0px;
	position:relative;
	overflow:hidden;
}
.sot-qua .ot-shae{
	border-bottom:1px solid #D1D1D1;
	position:relative;
	padding:0px 80px 12px 2px;
	margin:0px 0px 14px;
	cursor:pointer;
}
.sot-qua .ot-shae-ico{
	width:30px; height:30px;
	position:absolute;
	top:50%; margin-top:-18px;
	right:2px; display:block;
	overflow:hidden;
}
.sot-qua .ot-shae-ico-sall{
	width:100%; height:200%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
    -webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}

.sot-qua .ot-shae.ot-shae-open .ot-shae-ico-sall{
	top:-100%;
}

.sot-qua .ot-shae-ico-sall>span{
	width:100%; height:50%;
	display:block; line-height:30px;
	text-align:center; font-size:14px;
	color:#000;
}
.sot-qua .ot-shae-tit{
	height:28px; line-height:28px;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sot-qua .ot-cont{
	padding:0px 0px 0px 32px;
	position:relative;
	overflow:hidden;
}
.sot-qua .ot-contaot{
	top:0px; height:30px;
	line-height:30px;
	display:block; left:0px;
	position:absolute;
	color:#0b26ce;
	font-size: 17px;
}
.sot-qua .ot-content{
	min-height:30px;
	line-height:30px;
	font-size:14px;
	color:#0b26ce;
	margin:0px 0px 16px;
}





.in-seek{
	position:absolute; width:100%;
	top:530px; left:0px; z-index:2;
	height:0px;
}
.in-seek .ta-box{
	background-color:#454545;
	padding:12px;
	float:left;
	width:500px;
}
.in-seek .ta-she{
	position:relative;
	overflow:hidden;
	margin:0px 0px 10px;
}
.in-seek .ta-she-ini{
	padding:0px 52px 0px 0px;
	height:36px;
	position:relative;
}
.in-seek .ta-she-text{
	background-color:#fff;
	padding:0px 12px;
	overflow:hidden;
	border-radius:2px;
}
.in-seek .ta-she-text input[type="text"]{
    height:36px; position:relative;
    font-size:14px; color:#000;
    border:0px; outline:0px;
    appearance:none; border-radius:0px;
    width:100%;
}
.in-seek .ta-she-sub{
	width: 38px;
    height: 36px;
    background-color: #0b26ce;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
    border-radius: 2px;
    outline: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/aucn.png);
}
.in-seek .ta-hot{
    position:relative;
}
.in-seek .ta-hot li{
	float:left;
	position:relative;
    padding-right:12px;
}
.in-seek .ta-hot li a{
	color:#fff;
	font-size:12px;
}
.in-seek .ta-hot li a:hover{
	color:#0AAF62;
}



.news-list{
	position:relative;
	padding:0px 30px 0px 0px;
	overflow:hidden;
}
.news-list li{
	border-bottom:1px solid #DCDCDC;
	padding-bottom:22px;
	margin-bottom:22px;
	position:relative;
}
.news-list .lt-link{
	position:relative;
	display:block;
	overflow:hidden;
}
.news-list .lt-tit{
	height:40px; line-height:40px;
	font-size:20px; margin:2px 0px;
	color:#023669; overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight: bold;
}
.news-list .lt-text{
	line-height:24px;
	font-size:14px; margin:2px 0px 10px;
	color:#353535; 

	letter-spacing: 0;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;  
      -webkit-box-orient: vertical;
      

}
.news-list .lt-date{
	height:20px; font-size:14px;
	color:#000;
}


.news-list .lt-link:hover .lt-tit,
.news-list .lt-link:hover .lt-text,
.news-list .lt-link:hover .lt-date{
	color:#0b26ce;
}




.news-recomv{
	
}
.news-recomv .lt-the{
	border-bottom:1px dashed #909090;
    padding-bottom:16px; margin-bottom:22px;
    line-height:26px; font-size:16px;
    color:#000;
}
.news-recomv .lt-list{
	
}
.news-recomv .lt-list li{
	border-bottom:1px dashed #929292;
	position:relative;
	margin:0px 0px 30px;
}
.news-recomv .lt-link{
	position:relative;
	display:block;
	overflow:hidden;
}
.news-recomv .lt-pic{
	width:100%; height:0px;
	position:relative; padding-bottom:64%;
	overflow:hidden;
}
.news-recomv .lt-pic-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.news-recomv .lt-pic-ini img{
	width:100%; display:block;
}
.news-recomv .lt-cont{
	margin:14px 0px;
	position:relative;
	overflow:hidden;
}
.news-recomv .lt-tit{
    position:relative;
    margin:0px 0px 12px;
    height:24px; line-height:24px;
    font-size:16px; color:#023669;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: bold;
}
.news-recomv .lt-link:hover .lt-tit{
	color:#0b26ce;
}
.news-recomv .lt-text{
	height:76px; line-height:24px;
	font-size:14px; color:#000;
	overflow:hidden;
	margin:0px 0px 4px;
}
.news-recomv .lt-more{
	position:relative;
	text-align:right;
	font-size:14px;
	color:#FD0302;
}




.io-colle{
    position:relative;
}
.io-colle .lt-ini{
	padding:0px 0px;
}
.io-colle .lt-the{
	margin:0px 0px 30px;
	position:relative;
}
.io-colle .lt-tit{
    font-size:26px;
    color:#000;
    line-height:44px;
    padding:0px 10px;
    overflow:hidden;
    position:relative;
    text-align:center;
}
.io-colle .lt-type{
    font-size:14px;
    color:#000;
    line-height:30px;
    padding:0px 10px;
    overflow:hidden;
    position:relative;
    text-align:center;
    margin:10px 0px;
}
.io-colle .lt-capage{
	position:relative;
	overflow:hidden;
	font-size:15px;
	color:#000;
	line-height:28px;
	font-weight:300;
}
.io-colle .lt-capage img{
	height:auto;
	max-width:100%;
}



.ssr-tap{
	margin:30px 0px 10px;
	line-height:30px;
	font-size:15px;
	color:#5A5A5A;
}
.ssr-tap a{
	color:#5A5A5A;
}
.ssr-tap a:hover{
	color:#088FD2;
}





.map-inpe{
	position:relative;
	overflow:hidden;
	padding-bottom:420px;
	width:100%;
}
.map-inpe .ve-map{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.map-inpe .ve-mask{
	position:absolute;
	top:0px; left:0px;
	z-index:20;
	width:100%; height:100%;
	background-image:url(../img/ovns1.png);
	background-color:rgba(0,0,0,.4);
}
.map-inpe .ve-mask iframe{
	border:0px;
}
.map-inpe .ve-mask-table{
	height:100%; width:100%;
}
.map-inpe .ve-mask-table table{
	text-align:center;
	vertical-align:middle;
	width:100%; height:100%;
}
.map-inpe .ve-mask-table table img{
	cursor:pointer;
}



.mi-cate{
	background-color:#05496e;
	position:relative;
	overflow:hidden;
	padding:380px 0px 0px;
	border-top:2px solid #63B88F;
}
.mi-cate .sn-bg{
	background-image:url(../img/bubns.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:320px; position:absolute;
	top:0px; left:0px; display:block;
	width:100%;
}
.mi-cate .sn-bigtit{
	height:150px;
	position:absolute;
	display:block;
	overflow:hidden;
	margin:0px auto 0px;
	top:196px; left:0px;
	width:100%; z-index:10;
}
.mi-cate .sn-bigtit img{
	height:100%; display:block;
	margin:0px auto;
}
.mi-cate .sn-relatit{
	height:50px;
	position:absolute;
	display:block;
	overflow:hidden;
	margin:0px auto 0px;
	top:260px; left:0px;
	width:100%; z-index:12;
}
.mi-cate .sn-relatit img{
	height:100%; display:block;
	margin:0px auto;
}
.mi-cate .sn-info{
	width:850px;
	margin:0px auto 80px;
	position:relative;
	overflow:hidden;
}
.mi-cate .sn-sdoc{
	border-bottom:1px solid #FFFFFF;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.mi-cate .sn-sini{
	padding:0px 0px 0px 48px;
	position:relative;
}
.mi-cate .sn-sico{
	width:30px; height:30px;
	top:2px;
	left:0px; overflow:hidden;
	text-align:center;
	line-height:30px; color:#fff;
	font-size:22px;
	position:absolute;
}
.mi-cate .sn-tit{
	line-height:30px;
	font-size:17px;
	color:#fff;
	font-weight:300;
}



.do-tun{
	padding:50px 0px;
	position:relative;
	overflow:hidden;
}
.do-tun.do-tun-odd{
	background-color:#EBEFF0;
}

.do-the{
	border-bottom:1px solid #BEC8D0;
	position:relative;
	overflow:hidden;
	padding-bottom:36px;
	margin-bottom:36px;
	text-align:center;
}
.do-the .do-the-tit{
	position:relative;
	font-size:30px;
	padding:6px 0px;
	overflow:hidden;
}
.do-the .do-the-text{
	position:relative;
	font-size:17px;
	padding:6px 0px;
	overflow:hidden;
}

.do-cont{
	
}




.ser-tun{
	padding:50px 0px;
	position:relative;
	overflow:hidden;
}
.ser-the{
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:30px;
	text-align:center;
}
.ser-the .ser-dins{
	position:relative;
	display:inline-block;
	padding:0px 0px 0px 52px;
	height:62px;
}
.ser-the .ser-dins-ico{
	width: 48px;
    height: 62px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 44px;
    font-size: 106px;
    font-weight: 300;
}
.ser-the .ser-dins-cn{
	height:42px; line-height:42px;
	font-size:28px; position:relative;
	text-align:left;
}
.ser-the .ser-dins-en{
	height:28px; line-height:28px;
	font-size:17px; position:relative;
	text-align:left;
}




.ser-items{
	position:relative;
}
.ser-items .vc-ini{
	width:920px;
	margin:0px auto;
	position:relative;
}
.ser-items .vc-link{
	display:block;
    overflow:hidden;
    margin:0px 0px 30px;
}
.ser-items .vc-dms{
	width:100%;
    height:0px;
    padding-bottom:100%;
    overflow:hidden;
    position:relative;
}
.ser-items .vc-pic{
	position:absolute;
	top:0px; left:0px;
	width:100%; height:100%;
	border-radius:2px;
}
.ser-items .vc-pic img{
	width:100%; display:block;
    -webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
    -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
     -o-filter: blur(0px);
     -ms-filter: blur(0px);
     filter: blur(0px); 
}
.ser-items .vc-mask{
	position:absolute;
	top:0px; left:0px; z-index:10;
	width:100%; height:100%; 
	background-image:url(../img/psmc.png);
	opacity:0; filter:alpha(opacity=0);
    -webkit-transition:all .2s ease 0s;
    -moz-transition:all .2s ease 0s;
    -o-transition:all .2s ease 0s;
    transition:all .2s ease 0s;
}

.ser-items .vc-link:hover .vc-mask{
	opacity:1; filter:alpha(opacity=100);
}
.ser-items .vc-link:hover .vc-pic img{
	-webkit-filter: blur(6px);
     -moz-filter: blur(6px);
     -o-filter: blur(6px);
     -ms-filter: blur(6px);
     filter: blur(6px); 
}


.ser-items .vc-table{
	width:100%; height:100%;
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.ser-items .vc-table tr td{
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.ser-items .vc-tit{
	font-size:19px;
	color:#000;
    margin:14px 0px;
    height:24px; line-height:24px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ser-items .vc-text{
	font-size:14px;
	color:#000;
    margin:14px 0px;
    height:44px; line-height:22px;
    text-overflow:ellipsis;
    white-space:nowrap;
}




.ser-scope{
	position:relative;
    width:800px;
    margin:0px auto;
    overflow:hidden;
}
.ser-scope .vc-ini{
    position:relative;
    width:100%;
    height:0px;
    padding-bottom:55%;
}
.ser-scope .vc-padd{
	width:100%;
	height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.ser-scope .vc-swiper{
	width:100%; height:100%;
	position:relative;
	overflow:hidden;
}
.ser-scope .vc-link{
	position:relative;
	overflow:hidden;
	display:block;
	width:100%;
}
.ser-scope .vc-pic{
	position:relative;
	padding-bottom:55%;
	overflow:hidden;
	height:0px;
	width:100%;
}
.ser-scope .vc-pic-ini{
	width:100%; height:100%;
	position:absolute;
	top:0px; left:0px;
	overflow:hidden;
}
.ser-scope .vc-pic-ini img{
	width:100%; display:block;
}
.ser-scope .vc-btn{
	position:relative;
	text-align:center;
	margin:30px 0px 10px;
}
.ser-scope .vc-btn-next,
.ser-scope .vc-btn-prev{
	display:inline-block;
	border:1px solid #969595;
	padding:10px 12px; position:relative;
	text-align:center; margin:0px 8px 12px;
	font-size:16px; cursor:pointer;
	top:0px;
	-webkit-transition:all .1s ease 0s;
    -moz-transition:all .1s ease 0s;
    -o-transition:all .1s ease 0s;
    transition:all .1s ease 0s;
}
.ser-scope .vc-btn-next:active,
.ser-scope .vc-btn-prev:active{
	top:3px;
}



.invite-list{
	position:relative;
	margin:0px 0px 30px;
}
.invite-list table{
	font-weight:300;
}
.invite-list table thead{
	box-shadow:0px 0px 6px rgba(80,80,80,.4);
}
.invite-list table th{
	background-color:#EDEDED;
	color:#0b26ce;
	font-weight:300;
	font-size:15px;
	text-align:center;
	padding:14px 12px !important;
}
.invite-list table td{
	text-align:center;
	padding:12px 12px !important;
}



.invite-show{
	position:relative;
}
.invite-show .vc-tit{
	position:relative;
	font-size:17px;
	color:#0b26ce;
	line-height:32px;
	margin:0px 0px 16px;
}
.invite-show .vc-type{
	border-bottom:1px solid #E4E4E4;
    padding-bottom:0px;
    margin-bottom:30px;
}
.invite-show .vc-type table tr th,
.invite-show .vc-type table tr td{
	border:0px;  width:35%;
	line-height:30px;
	font-size:14px; font-weight:300;
	padding:8px 14px 8px 2px;
}


.invite-show .vc-mod{
	position:relative;
	margin:0px 0px 30px;
	overflow:hidden;
}
.invite-show .vc-mod-tit{
    font-size:15px;
    color:#0b26ce;
    line-height:26px;
    margin:0px 0px 8px;
}
.invite-show .vc-mod-text{
    font-size:14px;
    color:#2B2B2B;
    line-height:26px;
    margin:0px 0px 8px;
    font-weight:300;
}
.invite-show .vc-btn{
	position:relative;
}
.invite-show .vc-btn>a{
	display:block;
    position:relative;
    background-color:#0b26ce;
    font-size:14px;
    color:#fff; float:left;
    width:auto; margin-top:0px;
    margin-right:18px;
    padding:12px 20px;
}


.modal-dialog{
	 z-index:1080;
}


.modal h5.modal-title{
	 font-size:15px;
}


.ain-pins{
	 position:relative;
	 padding:0px 100px 0px 0px;
}
.ain-pins .cn-code{
	 width:84px; height:34px;
	 position:absolute;
	 top:0px; right:0px;
	 display:block;
	 overflow:hidden;
}
.ain-pins .cn-code img{
	 width:100%; display:block;
	 height:34px; border-radius:4px;
}




.pro-genre{
	 position:relative;
}
.pro-genre .py-row{
	 margin-left:-10px;
	 margin-right:-10px;
}
.pro-genre .py-col{
	 padding-left:10px;
	 padding-right:10px;
}

.pro-genre .py-diy-m5{
    width:40% !important;
}
.pro-genre .py-diy-m7{
    width:60% !important;
}


.pro-genre .py-pic{
	 position:relative;
	 overflow:hidden;
	 width:100%;
	 padding-bottom:60%;
	 top:-2px;
}
.pro-genre .py-pic-ini{
	 width:100%; height:100%;
	 position:absolute;
	 top:0px; left:0px;
}
.pro-genre .py-pic-ini img{
     width:100%; display:block;
}

.lang{
	position: absolute;
	right: 0px;
	top: 12px;
	font-size: 14px;
	line-height: 24px;
}
.lang{
	font-size: 14px;
	/*line-height: 45px;*/
}

.io-head-trans .lang{
	top: 0px;
}


#news_list .li {width:100%;height:130px;padding:10px;margin-right:20px;margin-bottom:20px;float:left;overflow:hidden;border:#e7eceb 1px solid;}
#news_list .li>a {float:left;margin-top:10px;}
#news_list .li img {width:119px;height:95px;margin-right:10px;border:#ddd 1px solid;padding:2px;float:left;}
#news_list .li .h_title {line-height:25px;font-size:16px;}
#news_list .li .h_title span {display:block;margin-bottom:0px;color:#888;margin-left:10px;font-size:12px;}
#news_list .li .h_title a {color:#1a479f;}
#news_list .li .h_info {margin-top:0px;color:#555;height:45px;overflow:hidden;line-height:22px;}
#news_list .li:hover img{ border:#1a479f 1px solid}
#news_list .li:hover{ border:#2a85d4 1px solid;}
#news_list .li:hover .h_title a{ color:#1a479f}