@charset "UTF-8";
.btn { box-sizing: border-box; padding: 0.5em 1em; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; vertical-align: middle; cursor: pointer; word-spacing: normal; white-space: nowrap; font-size: 14px; border-radius: 2px; }

.btn { background: #F2F2F2; border: 1px solid #e1e1e1; color: #333; }

.btn:hover { color: #333; }

.btn:hover, .btn.active { background: white; border: 1px solid #e9e9e9; }

.btn-primary { background: #267; border: 1px solid #115566; color: #FFF; }

.btn-primary:hover { color: #FFF; }

.btn-primary:hover, .btn-primary.active { background: #337788; border: 1px solid #195d6e; }

.btn-success { background: #7B0; border: 1px solid #66aa00; color: #FFF; }

.btn-success:hover { color: #FFF; }

.btn-success:hover, .btn-success.active { background: #88cc11; border: 1px solid #6eb200; }

.btn-info { background: #39D; border: 1px solid #2288cc; color: #FFF; }

.btn-info:hover { color: #FFF; }

.btn-info:hover, .btn-info.active { background: #44aaee; border: 1px solid #2a90d4; }

.btn-warning { background: #F80; border: 1px solid #ee7700; color: #FFF; }

.btn-warning:hover { color: #FFF; }

.btn-warning:hover, .btn-warning.active { background: #ff9911; border: 1px solid #f67f00; }

.btn-danger { background: #D33; border: 1px solid #cc2222; color: #FFF; }

.btn-danger:hover { color: #FFF; }

.btn-danger:hover, .btn-danger.active { background: #ee4444; border: 1px solid #d42a2a; }

.btn-xs { font-size: 12px; padding: 1px 5px; }

.btn-sm { font-size: 12px; padding: 5px 10px; }

.btn-md { font-size: 22px; }

.btn-lg { font-size: 30px; }

button[disabled], button[disabled]:hover { color: #AAA; background-color: #EEE; border-color: #DDD; cursor: not-allowed; }

.btn-group:before, .btn-group:after { content: " "; display: table; }

.btn-group:after { clear: both; }

.btn-group .btn { border-radius: 0; margin-left: -1px; margin-right: -1px; float: left; }

.btn-group .btn:first-child { margin-left: 0; border-radius: 2px 0 0 2px; }

.btn-group .btn:last-child { margin-right: 0; border-radius: 0 2px 2px 0; }

input[type='text'] { box-sizing: border-box; padding: 0.5em 1em; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: middle; word-spacing: normal; font-size: 14px; border-style: solid; border-width: 1px; border-color: #e1e1e1; color: #666666; }

input[type='text']:focus { box-shadow: 0 0 0.5em #bfbfbf; outline: 0; }

.input-group { display: table; border-collapse: collapse; }

.input-group input[type='text'], .input-group .input-group-btn { display: table-cell; position: relative; box-sizing: border-box; }

.input-group input[type='text'] { width: 100%; }

.input-group .btn-group { display: table-cell; word-spacing: normal; width: 1%; vertical-align: middle; }

.input-group .btn-group .btn { margin-left: -1px; margin-right: -1px; border-radius: 0; z-index: 2; position: relative; }

.input-group .btn-group:first-child .btn { border-radius: 2px 0 0 2px; margin-right: -1px; margin-left: 0; }

.input-group .btn-group:last-child .btn { border-radius: 0 2px 2px 0; margin-left: -1px; margin-right: 0; }

.input-group input[type='text']:first-child { border-radius: 2px 0 0 2px; }

.input-group input[type='text']:last-child { border-radius: 0 2px 2px 0; }

/* 导航 */
.nav { margin: 0; padding: 0; }

.nav li { list-style: none; position: relative; }

.nav li > a { display: block; padding: 15px; line-height: 20px; color: #333; }

.nav li > a:hover { color: black; }

/* 导航条 */
.navbar { position: relative; padding: 0; margin: 0; background: #F2F2F2; /* 导航头部 */ /* 导航组件 */ /* 导航组件 */ }

.navbar li { list-style: none; position: relative; }

.navbar li.active { background: #e1e1e1; }

.navbar li > a { display: block; padding: 15px; line-height: 20px; color: #333; }

.navbar li > a:hover { color: black; }

.navbar .navbar-header { float: left; }

.navbar .navbar-header:before, .navbar .navbar-header:after { content: " "; display: table; }

.navbar .navbar-header:after { clear: both; }

.navbar .navbar-header .navbar-logo { float: left; height: 20px; margin: 15px; line-height: 20px; font-weight: bold; }

.navbar .navbar-header .navbar-toggle { margin: 10px 15px; height: 30px; border: 1px solid #ddd; padding: 6px 10px; display: none; }

.navbar .navbar-nav { list-style-type: none; padding: 0; margin: 0; float: left; }

.navbar .navbar-nav li { float: left; }

.navbar .navbar-right { float: right; }

.navbar:before, .navbar:after { content: " "; display: table; }

.navbar:after { clear: both; }

.dropdown-menu { position: absolute; padding: 5px 0; margin: 0; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.2); background: #FFF; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); min-width: 160px; display: none; z-index: 999; }

.dropdown-menu li { float: none !important; }

.dropdown-menu li.header { padding: 6px 15px; margin: 0; font-weight: bold; color: #555; }

.dropdown-menu li.disabled { font-style: italic; color: #DDD; cursor: not-allowed; }

.dropdown-menu li.disabled a { color: #DDD; cursor: not-allowed; }

.dropdown-menu li.disabled a:hover { background: none; }

.dropdown-menu li.active { background: #e1e1e1; }

.dropdown-menu li.active a { background: #e1e1e1; }

.dropdown-menu li.divider { margin: 5px 0; border-top: 1px solid #ddd; line-height: 0; height: 0; }

.dropdown-menu li a { color: #333; display: block; padding: 6px 15px; }

.dropdown-menu li a:hover { background: #e9e9e9; }

.navbar-default { background: #F2F2F2; border: 1px solid #ddd; }

.navbar-default li.active { background: #e1e1e1; }

.navbar-inverse { color: #F2F2F2; background: #267; border: none; }

.navbar-inverse li.active, .navbar-inverse li.active > a { background: #004455 !important; }

.navbar-inverse li > a { color: #F2F2F2; }

.navbar-inverse li > a:hover { color: white; background: #195d6e; }

.navbar-inverse li .dropdown-menu li { background: #FFF; }

.navbar-inverse li .dropdown-menu li > a { color: #267; }

.navbar-inverse li .dropdown-menu li.active > a, .navbar-inverse li .dropdown-menu li > a:hover { color: #FFF; }

.navbar-inverse li .dropdown-menu li.disabled > a { color: #DDD; }

@media (max-width: 479px) { .navbar-xs .navbar-header { float: none; }
  .navbar-xs .navbar-header:before, .navbar-xs .navbar-header:after { content: " "; display: table; }
  .navbar-xs .navbar-header:after { clear: both; }
  .navbar-xs .navbar-header .navbar-toggle { display: block; }
  .navbar-xs .navbar-nav, .navbar-xs .navbar-nav li { float: none; }
  .navbar-xs .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-xs .dropdown-menu li.header { padding-left: 20px; }
  .navbar-xs .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-xs .dropdown-menu li a:hover { background: none; } }

@media (max-width: 767px) { .navbar-sm .navbar-header { float: none; }
  .navbar-sm .navbar-header:before, .navbar-sm .navbar-header:after { content: " "; display: table; }
  .navbar-sm .navbar-header:after { clear: both; }
  .navbar-sm .navbar-header .navbar-toggle { display: block; }
  .navbar-sm .navbar-nav, .navbar-sm .navbar-nav li { float: none; }
  .navbar-sm .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-sm .dropdown-menu li.header { padding-left: 20px; }
  .navbar-sm .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-sm .dropdown-menu li a:hover { background: none; } }

@media (max-width: 959px) { .navbar-md .navbar-header { float: none; }
  .navbar-md .navbar-header:before, .navbar-md .navbar-header:after { content: " "; display: table; }
  .navbar-md .navbar-header:after { clear: both; }
  .navbar-md .navbar-header .navbar-toggle { display: block; }
  .navbar-md .navbar-nav, .navbar-md .navbar-nav li { float: none; }
  .navbar-md .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-md .dropdown-menu li.header { padding-left: 20px; }
  .navbar-md .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-md .dropdown-menu li a:hover { background: none; } }

@media (max-width: 1199px) { .navbar-lg .navbar-header { float: none; }
  .navbar-lg .navbar-header:before, .navbar-lg .navbar-header:after { content: " "; display: table; }
  .navbar-lg .navbar-header:after { clear: both; }
  .navbar-lg .navbar-header .navbar-toggle { display: block; }
  .navbar-lg .navbar-nav, .navbar-lg .navbar-nav li { float: none; }
  .navbar-lg .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-lg .dropdown-menu li.header { padding-left: 20px; }
  .navbar-lg .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-lg .dropdown-menu li a:hover { background: none; } }

/*面包屑导航*/
.breadcrumb { margin-top: 0.6em; margin-bottom: 0.6em; margin-left: 0; margin-right: 0; padding: 0; list-style: none; }

.breadcrumb:before, .breadcrumb:after { content: " "; display: table; }

.breadcrumb:after { clear: both; }

.breadcrumb > a, .breadcrumb li { float: left; margin-right: 1.6em; position: relative; }

.breadcrumb > a:after, .breadcrumb li:after { content: '/'; position: absolute; right: -1.2em; font-size: 0.5em; color: #999; }

.breadcrumb > a:last-child, .breadcrumb li:last-child { overflow: hidden; }

a { color: #333; transition: all 0.3s; }

a:hover { color: #F33; }

.nav-bar { background: #F2F6F8; }

.nav-bar .logo { float: left; margin: 10px 0; }

.nav-bar .navbar { float: left; }

.nav-bar .navbar li { float: left; }

.nav-bar .search { width: 180px; margin: 11px 0; }

.nav-bar .search input[type=text] { height: 30px; font-size: 12px; }

.nav-bar .search .btn { height: 30px; }

.main-nav { border-bottom: 3px solid #277; padding-bottom: 15px; }

.main-nav .logo { float: left; }

.main-nav .nav { float: right; width: 70%; }

.main-nav .nav li { float: left; padding: 0 20px; }

.main-nav .nav li a { line-height: 25px; padding: 0; font-size: 16px; color: #277; }

.main-nav .nav li a:hover { color: #f33; }
.text-center .banner{padding:0px 0px;}
@media (min-width: 960px) and (max-width: 1200px) { .main-nav .nav { width: 80%; }
  .main-nav .nav li { padding: 0 15px; } }

@media (min-width: 768px) and (max-width: 959px) { .main-nav .nav { width: 80%; }
.main-nav .nav li { padding: 0 6px; } }

.site-name { background-image: url(background-intro.jpg);background-size:cover; background-position: center top; background-repeat: no-repeat;; height: 350px;padding-top: 10px;padding-bottom: 80px;padding-left: 15px; padding-right: 15px;}
.site-name h3{ color:#FFFFFF; font-family:"方正大黑简体"; }
.site-name h4{ color:#FFFFFF;  font-size:25px;line-height: 2px; }
.site-name h2 { position:relative; margin-top: 5px;
    margin-bottom: 0px;font-size: 56px; color: #FFF; font-weight: bolder; text-shadow: 0 3px 5px rgba(0, 0, 0, 0.12); }

.site-name p { margin: 0; color: #DDD; font-size: 16px; }

.site-name .bdsharebuttonbox { background-color: rgba(240, 240, 240, 0.8); margin: 30px auto 0 auto; width: 165px; padding-left: 10px; border-radius: 15px; }

@media (min-width: 768px) and (max-width: 959px) { .site-name { /*padding: 30px 15px;*/  } }

@media (max-width: 767px) { .site-name { padding: 0; background-image: none; }
  .site-name h2 { font-size: 24px; text-align: left; background-image: url("background-intro.jpg"); padding: 15px; margin: 0 -15px; background-size: 100% 100%; }
  .site-name p { margin: 15px 0; color: #567; font-size: 14px; text-align: left; }
  .site-name .bdsharebuttonbox { margin-top: 15px; margin-left: 0; } }

.topnews { background-color: #F2F2F2; padding: 10px 0; }

.topnews h2 { font-size: 32px; margin-bottom: 0; }

.topnews p { height: 1.8em; overflow: hidden; color: #888; margin-top: 0; }

.topnews a { transition: all 0.3s; }

.topnews .detail { border: 1px solid #f55; border-radius: 3px; padding: 10px 30px; float: right; margin-top: 20px; }

.topnews .detail:hover { background-color: #fff; }

.topnews .icon { display: none; }

@media (max-width: 959px) { .topnews h2 { font-size: 32px; padding-left: 80px; }
  .topnews .icon { display: block; position: absolute; font-size: 18px; padding: 5px 15px; top: 10px; background-color: #f33; color: #FFF; } }

@media (max-width: 767px) { 
  .topnews h2 { font-size: 18px; padding-left: 60px; }
  .topnews .icon { position: absolute; font-size: 14px; padding: 3px 10px; top: 0; background-color: #f33; color: #FFF; }
  .text-center .banner{padding:15px 0;} 
}

.light-box, .light { position: relative; overflow: hidden; background: transparent; z-index: 1; }

.light-box:after, .light:after { content: " "; top: 50%; left: 50%; /*width: 100%;*/ position: absolute; transform: translateX(-50%) translateY(-50%) rotate(45deg); transition: all .3s; background: #FFF; opacity: 0.5; height: 0; z-index: -1; }

.light:hover:after { opacity: 1; height: 500%; }

.light-box { display: block; }

.light-box:after {/* width: 200%;*/ z-index: 1; background-color: #333; }

.light-box:hover:after { opacity: 0.8; height: 200%; }

.photo-news a { display: block; }

.photo-news a img { display: block; }

.photo-news a h3 { position: absolute; z-index: 5; bottom: 0; color: #FFF; opacity: 0;width:100%;text-indent:2em;   background-color: #333; }

.photo-news a:hover h3 { opacity: 1; transition: all 0.3s; }


@media (max-width: 959px) { .photo-news a h3 { position: relative; top: auto; padding: 0 0 15px 0; color: #333; opacity: 1; border-bottom: 1px solid #ddd; } }

.news-list { list-style: none; margin: 0; padding: 0; }

.news-list li { line-height: 1.5em; margin-bottom: 15px; }

.news-list li h3 { margin: 0; }

.news-list li h3 a { color: #000; }

.news-list li h3 a:hover { color: #F33; }

.news-list li P { font-size: 14px; color: #888; height: 3.6em; overflow: hidden; margin-top: 8px; font-family: '宋体'; }

.news-list li P a { color: #276; }

.news-list li P a:hover { color: #F33; }

.page-m { background-color: #f2f6f8; padding: 30px 0; }


@media (max-width: 767px) { .article-list .pic { width: 7em; }
  .article-list dl dt { height: auto; font-size: 16px; }
  .article-list dl dd { display: none; } }

.box-title { border-bottom: 1px solid #eee; }

.box-title h2 { margin: 0; font-weight: bolder; }

.box-title small { color: #4A5; }

.box-title a.more-info { float: right; color: #4A5; font-weight: bolder; margin-top: -20px;}
.more-top { float: right; font-weight: bolder; padding-top: 40px;margin-right: 50px;}

.box-title a.more-info:hover { color: #F33; }

.box-title-center { width: 20em; text-align: center; margin-left: auto; margin-right: auto; padding-bottom: 15px; border-bottom: 1px solid #eee; }

.box-title-center h2 { margin: 0; font-weight: bolder; }

.image-list .light-box:after { opacity: 0.2; background: #FFF; }

@media (max-width: 767px) { .image-list h3 { font-size: 16px; margin-bottom: 20px;    display: block;   height: 2em; } }

.touch-slider { width: 100%; margin-bottom: 10px; background: #F2F6F8; position: relative; }

.touch-slider .touchslider-viewport { position: relative; width: 100%; overflow: hidden; background: #EEE; }

.touch-slider .touchslider-viewport a { display: block; overflow: hidden; }

.touch-slider .touchslider-viewport a:after { content: ""; position: absolute; background: linear-gradient(transparent 50%, #000); top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; z-index: 1; transition: 0.3s;}

.touch-slider .touchslider-viewport a:hover:after { opacity: 0.9; }

.touch-slider .touchslider-viewport img { width: 100%; display: block; }

.touch-slider .touchslider-viewport .touchslider-item { width: 20%; font-weight: 100; }

.touch-slider .touchslider-viewport .touchslider-item p { position: absolute; bottom: 2em; margin: 0; left: 0; right: 0; font-size: 24px; text-align: center; color: #FFF; z-index: 5; }

.touch-slider .touchslider-group { overflow: hidden; }



.touch-slider .touchslider-nav .touchslider-prev, .touch-slider .touchslider-nav .touchslider-next { border-radius: 5px; cursor: pointer; opacity: 0.5; position: absolute; z-index: 100; top: 205px; background: url("prevnext.png") no-repeat; height: 90px; width: 60px; }

.touch-slider .touchslider-nav .touchslider-prev { left: 30px; }

.touch-slider .touchslider-nav .touchslider-next { right: 30px; background-position: -60px 0; }

.touch-slider .touchslider-nav .touchslider-prev:hover, .touch-slider .touchslider-nav .touchslider-next:hover { opacity: 1; }

@media (max-width: 760px) { .touch-slider .touchslider-viewport .touchslider-item p { font-size: 14px; bottom:24px; line-height: 2em; height: 2em; overflow: hidden; } 
}

.footer { background: #F2F6F8; text-align: center; padding: 30px 0; }

.footer em { font-style: normal; margin: 0 8px; color: #AAA; }

.footer small em { margin: 0 4px; }


.more a{padding: 1em 1em;text-align: center;width: 70%;    margin: 29px auto;border: 1px solid green;    font-size: 16px;display:block}
.site-name h3 span{padding:0 1em;}
.site-name{/padding-top:200px;}
@media(max-width:767px){
	.site-name h3 span{display:block;font-size:16px;font-weight:bold;}
	.nav-bar .search{width:auto;}
	.photo-news a h3{background-color:#fff;    text-indent: 0;}
	.topnews{clear:both;}
	.site-name h3{color:#fff;}
	
	.site-name h2{background:none;display: block;margin: 0 auto;text-align: center;font-size: 33px;}
	.banner:after {clear: both;display: table;content: "";}
	.site-name h4{line-height:1.2em;    padding-top: 1em;}
	.news-list li P {height:auto;}
	.touch-slider .touchslider-nav .touchslider-prev, .touch-slider .touchslider-nav .touchslider-next{border-radius: 5px;cursor: pointer;opacity: 1;position: absolute;z-index: 100;top: 40%;
    background: url("prevnext.png") no-repeat;height: 32px;width: 28px;}
	.touch-slider .touchslider-nav .touchslider-next{right: 30px;background-position: -93px -31px;}
	.touch-slider .touchslider-nav .touchslider-prev{background-position:0 -31px;}
	.site-name {
   
    height: auto;
    background-size: cover;
}
.site-name h2{background-image:none! !important;}
	.text-center .banner {
  
    padding: 15px 0;
}
.banner {
    background-image: url(background-intro.jpg);
    margin: auto -15px;
	background-position: center top;
    background-repeat: no-repeat;

}
.site-name h4 {
   
    padding-top: 1em;
    font-size: 14px;
}
.site-name h2 {
  
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.text-center .banner {
    padding: 15px 0;
}
.slider-viewport .text a {
    
    font-size: 14px !important;
    
}
.bdshare-slide-style-r2{display:none !important;}
.slider-pagenation {
    position: absolute;
    right: 80px!important;
    bottom:-6px!important;
    z-index: 20;
}
}
@media(max-width: 959px) and (min-width: 768px){
.time{display:block;margin:0 auto;}
	.photo-news a h3{background-color:#fff;    text-indent: 0em;}
}
@media(max-width:1190px) and (min-width:768px){
	.container.m-t-md.m-b-lg h3{line-height:1.5em;height:3em;overflow:hidden;}
	.text-center .banner {
    padding: 230px 0px;
}
}
@media(max-width:959px){
	.pic img{width:100%;}
	.pic h3{text-align:center;}
}




/* 可响应屏幕的焦点图 */
.slider{position: relative; width: 100%; overflow: hidden; background:#EEE;}
.slider-viewport{position: relative; width: 100%;overflow: hidden;}
.slider-viewport img { width: 100%; display: block; }
.slider-viewport .slider-item{width:20%;}
.slider-viewport .text { overflow: hidden; position: absolute; z-index: 10; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }
.slider-viewport .text a{line-height:40px; color:#FFF; font-size:18px; margin-left:0.5em;}

.slider-btn{ position:absolute; right:4px; bottom:4px; width:64px; z-index:20;}
.slider-prev,.slider-next{width:32px; height:32px;float: left; cursor:pointer; opacity:0.8;}
.slider-prev{ background:url("slider-btn.png") top left; }
.slider-next{ background:url("slider-btn.png") top right;}
.slider-prev:hover,.slider-next:hover{opacity:1;}

.slider-pagenation{position:absolute; right:76px;  bottom:0;z-index:20;}

.slider-pagenation span{float:left; width:8px; height:8px; background:#FFF; margin:16px 6px; border-radius:4px; overflow:hidden; text-indent:20px; opacity:0.5;filter:alpha(opacity=50);}
.slider-pagenation span.slider-nav-item-current{ opacity:1;filter:alpha(opacity=100);}	

.slider-pagenation span.touchslider-nav-item-current{ opacity:1;filter:alpha(opacity=100);}	
 
.touch-slider .touchslider-group .touchslider-nav-item { float: left; width: 20%; line-height: 2rem; font-size: 0.8em; text-align: center;opacity:0.5;filter:alpha(opacity=50); background:#FFF; }

.touch-slider .touchslider-group .touchslider-nav-item-current { background: #145; color: #FFF; }	
/* 评论 */


/*图解 图片列表*/
.thumbnail {display: block;padding: 4px; margin-bottom: 20px;line-height: 1.42857;background-color: #FFF;border: 1px solid #DDD;
    border-radius: 4px;transition: border 0.2s ease-in-out 0s;-moz-transition: border 0.2s ease-in-out 0s;
    -webik-transition: border 0.2s ease-in-out 0s;-o-transition: border 0.2s ease-in-out 0s; position: relative;}
a.thumbnail:hover {border-color: #e74c3c;}
.thumbnail a > img, .thumbnail > img {margin-right: auto;margin-left: auto;}
.thumbnail .btn {  display: block;width: 30%;padding-right: 0px;padding-left: 0px; border-radius: 6px; margin: 0 auto;}
.piclist ul  {list-style: none; margin: 0;padding: 0;}
.piclist img {display: block;}
.piclist p {position: absolute; bottom: 0px;left: 0;background: url(focus_bg.png) scroll no-repeat center -5px; margin:0 0 4px 4px; padding: 0; 
	width: 97%;text-align: center; color: #fff;}


/*意象*/

/*意像*/
@-webkit-keyframes leftToRight { from { left: -1200px; }
  to { left: 150%; } }

@-moz-keyframes leftToRight { from { left: -1200px; }
  to { left: 150%; } }

@-o-keyframes leftToRight { from { left: -1200px; }
  to { left: 150%; } }

@keyframes leftToRight { from { left: -1200px; }
  to { left: 150%; } }

@-webkit-keyframes RightToLeft { from { left: 150%; }
  to { left: -1200px; } }

@-moz-keyframes RightToLeft { from { left: 150%; }
  to { left: -1200px; } }

@-o-keyframes RightToLeft { from { left: 150%; }
  to { left: -1200px; } }

@keyframes RightToLeft { from { left: 150%; }
  to { left: -1200px; } }

.phone { padding: 20px 0; overflow: hidden; position: relative; background: url(phone-bg.jpg) scroll no-repeat center center; }
@media (max-width: 767px) { .phone { background:none; } }

.phone .imagery-phone { position: relative; }

.phone .imagery-phone .screen-snapshot { position: absolute; top: 75px; bottom: 75px; left: 15px; right: 15px; display: none; }

.phone .item { padding: 10px; }

.phone .item .img-box { position: relative; z-index: 1; transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; transform: rotate3d(0, 1, 0, 0deg); -webkit-transform: rotate3d(0, 1, 0, 0deg); -moz-transform: rotate3d(0, 1, 0, 0deg); }

.phone .item .img-box img { display: block; border-radius: 10px; }

.phone .item .text-box { z-index: 0; position: absolute; top: 0; left: 0; opacity: 0; transition: all 1.2s; -moz-transition: all 1.2s; -webkit-transition: all 1.2s; -o-transition: all 1.2s; }

.phone .item .text-box p { margin: 30px;background: rgb(255,255,255); background: rgba(255, 255, 255, 0.9); padding: 20px; }

.phone .item:hover .img-box { z-index: 0; transform: rotate3d(0, 1, 0, -180deg); -webkit-transform: rotate3d(0, 1, 0, -180deg); -moz-transform: rotate3d(0, 1, 0, -180deg); }

.phone .item:hover .text-box { opacity: 1; }

.phone .skew-a, .phone .skew-b, .phone .skew-c, .phone .skew-d, .phone .skew-l, .phone .skew-r { position: absolute; top: 0; bottom: 0; left: 0px; width: 400px; background: #145; opacity: 0.1; -webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg); -ms-transform: skew(45deg); transform: skew(45deg); }

.phone .skew-r { left: 200px; -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); }

.phone .skew-a, .phone .skew-b, .phone .skew-c, .phone .skew-d { opacity: 0.2; background: #FFF; }

.phone .skew-a, .phone .skew-b { left: -1000px; -webkit-animation: leftToRight 28s infinite linear; -moz-animation: leftToRight 28s infinite linear; -o-animation: leftToRight 28s infinite linear; -ms-animation: leftToRight 28s infinite linear; animation: leftToRight 28s infinite linear; }

.phone .skew-b { animation: leftToRight 18s infinite linear; -webkit-animation: leftToRight 18s infinite linear; }

.phone .skew-c, .phone .skew-d { left: 150%; -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); -webkit-animation: RightToLeft 32s infinite linear; -moz-animation: RightToLeft 32s infinite linear; -o-animation: RightToLeft 32s infinite linear; -ms-animation: RightToLeft 32s infinite linear; animation: RightToLeft 32s infinite linear; }

.phone .skew-d { -webkit-animation: RightToLeft 16s infinite linear; -moz-animation: RightToLeft 16s infinite linear; -o-animation: RightToLeft 16s infinite linear; -ms-animation: RightToLeft 16s infinite linear; animation: RightToLeft 16s infinite linear; }


/*分享_xs*/
.side-fixed-button { position: fixed; right: 10px; bottom: 30px; z-index: 900; }

.side-fixed-button a { display: block; width: 48px; height: 48px; background: #DDD url(share_xs.gif) repeat scroll -2px 2px; opacity: 0.8; }

.side-fixed-button a.app { margin-top: 10px; border-radius: 50%; }

.shareto { position: fixed; bottom: 0; z-index: 999; text-align: center; border-radius: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); transition: transform 300ms; -webkit-transition: -webkit-transform 300ms; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }

.shareto.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

.shareto h3 { padding: 10px 0; margin: 0 10px; font-weight: 400; text-align: center; color: #555; background-color: #f8f8f8; border-bottom: 1px solid #fff; border-top-right-radius: 2px; border-top-left-radius: 2px; font-size: 16px; }

.shareto hr { margin: 0 10px; }

.shareto ul { margin: 0 10px; padding: 15px 0 0 0; background-color: #f8f8f8; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }

.shareto ul li { width: 33.33333333%; margin-bottom: 1.2rem; float: left; list-style: none; }

.shareto ul li a { float: none; display: block; height: 18px; background: url(share-icon.gif) top center no-repeat; padding: 42px 0 0; width: 60px; margin: 0 auto; }

.shareto ul li a.share-to-sina { background-position: center 0; }

.shareto ul li a.share-to-tqq { background-position: center -65px; }

.shareto ul li a.share-to-people { background-position: center -130px; }

.shareto ul li a.share-to-weixin { background-position: center -195px; }

.shareto ul li a.share-to-sqq { background-position: center -260px; }

.shareto ul li a.share-to-qzone { background-position: center -325px; }

.shareto .shareto-footer { padding: 10px; }

.shareto .shareto-footer button.btn1 { width: 100%; border-radius: 0; padding: 10px; }

.screen-cover { position: fixed; top: 0; z-index: 20; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

btn-default { color: #333; background-color: #FFF; border-color: #CCC; }

.btn1 { display: inline-block; margin-bottom: 0px; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 4px; -moz-user-select: none; }
.cm-nav{color:#F2F2F2;background:#F2F2F2;border:none;padding:0;margin:0;left:0;top:0;z-index:999;width:100%}.cm-nav .logo{float:left;height:20px;margin:5px;line-height:20px;font-weight:700}.cm-nav .nav-list{margin:0;float:left}.cm-nav .nav-list li{float:left}.cm-nav .nav-list li a{color:#000;padding:10px;display:block;line-height:20px}.cm-nav .nav-list li a:hover{color:#fff;background-color:#195d6e}.cm-nav .search{float:right;margin:8px 0}.cm-nav .search .input-sx{float:left;padding:3px 5px;border:1px solid #ccc;border-right-width:0;border-radius:2px 0 0 2px}.cm-nav .search .button{background:#267;border:1px solid #267;color:#fff;cursor:pointer;transition:all .5s;-webik-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;font-size:12px;padding:3px 5px;height:23px}.cm-nav .search .button:hover{background:#045;border:1px solid #045}.topnews h2{font-size:32px;margin-bottom:0; font-weight:bold}.topnews a{transition:all .3s}.topnews p{height:1.8em;overflow:hidden;color:#888;margin-top:0; margin-bottom:0}.topnews .more a{padding:.45em 1em;text-align:center;width:70%;margin:29px auto;border:1px solid #226677;font-size:20px;display:block}.topnews .more a:hover{border-radius:20px;box-shadow:0 0 15px #b3a1a1;color:#000}@media (max-width:767px){.topnews h2{font-size:16px}.topnews .icon{position:absolute;font-size:14px;padding:3px 10px;top:0;background-color:#f33;color:#FFF}}.greater-slider{width:100%;margin-bottom:10px;position:relative}.greater-slider .touchslider-viewport{position:relative;width:100%;overflow:hidden}.greater-slider .touchslider-viewport ul{margin-top:0;margin-bottom:0}.greater-slider .touchslider-viewport ul li a{display:block;position:relative;overflow:hidden}.greater-slider .touchslider-viewport ul li a img{width:100%;display:block;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.greater-slider .touchslider-viewport ul li a span{width:46px;height:62px;position:absolute;z-index:1;display:block;background:url(greater-name-bg.png) no-repeat;top:0;left:0;color:#fff;line-height:46px;padding:0 2px}.greater-slider .touchslider-viewport ul li a:hover img{webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.greater-slider .touchslider-viewport ul li .info{padding:5px;background:#fff;box-shadow:3px 3px 3px #eee}.greater-slider .touchslider-viewport ul li .info h4{margin:0; font-size:14px}.greater-slider .touchslider-viewport ul li .info .btn{padding:3px 10px}.greater-slider .touchslider-viewport ul li .info .btn a{display:inline-flex;color:#fff}.greater-slider .slider-pagenation{height:30px;position:relative;top:6px;width:60px;margin:0 auto}.greater-slider .slider-pagenation span{float:left;width:8px;height:8px;background:#AAA;margin:10px 6px;border-radius:4px;overflow:hidden;text-indent:20px;cursor:pointer}.greater-slider .slider-pagenation::after,.greater-slider .slider-pagenation::before{position:absolute;width:6px;height:6px;top:10px;content:""}.greater-slider .slider-pagenation .touchslider-nav-item-current{background-color:#c94343}.greater-slider .slider-pagenation::after{border:1px solid #CCC;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-width:1px 1px 0 0;right:-10px}.greater-slider .slider-pagenation::before{border:1px solid #CCC;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-width:0 0 1px 1px;left:-10px}.greater-xs ul{margin-top:0;margin-bottom:0}.greater-xs ul li a{display:block;position:relative;overflow:hidden}.greater-xs ul li a img{width:100%;display:block}.greater-xs ul li a span{width:46px;height:62px;position:absolute;z-index:1;display:block;background:url(greater-name-bg.png) no-repeat;top:0;left:0;color:#fff;line-height:46px;padding:0 2px}.greater-xs ul li .info{padding:10px;background:#fff;box-shadow:3px 3px 3px #eee; height:3.5em}.greater-xs ul li .info h4{margin:0; font-size:14px}.expert-slider .touchslider-viewport{position:relative;overflow:hidden;background:#f5f5f5;padding:15px}.expert-slider .touchslider-viewport .touchslider-item .aimg{display:block;text-align:center}.expert-slider .touchslider-viewport .touchslider-item .aimg img{border-radius:50%;width:200px; height:200px}.expert-slider .touchslider-viewport .touchslider-item h5{font-size:18px;font-weight:700;text-align:center}.expert-slider .touchslider-viewport .touchslider-item p{padding:0 30px}.expert-slider .slider-pagenation .touchslider-nav-item{cursor:pointer;padding:10px}.expert-slider .slider-pagenation .touchslider-nav-item img{display:block;border-radius:50%;border:4px solid #efefef;transition:all .3s}.expert-slider .slider-pagenation .touchslider-nav-item-current img{box-shadow:0 0 10px #6d6d6d}@media (max-width:767px){.expert-slider .touchslider-viewport .touchslider-item h5{font-size:16px;font-weight:400}.expert-slider .touchslider-viewport .touchslider-item .aimg{width:140px;margin: 0 auto}}.page-m{background-color:#f2f6f8;padding:30px 0}.article-list{margin:0;padding:0}
.navbar { background: #f2f6f8;}
.way .way-txt .way-txt1 .way-word .word-list .list a,.way .way-txt .way-txt1 .way-word .word-list img{display:block}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}.way{position:relative;background:url(line-bg.jpg) 175px 0 no-repeat;overflow:hidden}.way .way-btn{float:left;width:159px;height:680px;background-color:#404040;position:relative;border-right-style:solid;border-right-width:thin;border-right-color:#555554;text-align:center;padding-top:20px}.way .way-btn ul{padding:20px}.way .way-btn ul h4{color:#dd4546;font-size:18px;font-weight:700;border-bottom:3px solid #dd4546;padding-bottom:10px}.way .way-btn ul li{padding-left:25px;color:#dd4546;font-size:14px;font-weight:700;background:url(checks2.png) no-repeat;cursor:pointer}.way .way-btn ul .seletor{background:url(checks2.png) 0 -48px no-repeat}.way .way-txt{float:left;width:980px;height:700px}.way .way-txt .way-txt1 .line{float:left;width:640px;height:700px;background:url(red1.png) no-repeat;position:relative}.way .way-txt .way-txt1 .line ul{margin:0}.way .way-txt .way-txt1 .line ul li{position:absolute;width:20px;height:40px;cursor:pointer}.way .way-txt .way-txt1 .line ul .actived{background:url(flag.png) center 0 no-repeat}.way .way-txt .way-txt1 .line ul .item1{right:28px;bottom:159px}.way .way-txt .way-txt1 .line ul .item2{right:220px;bottom:150px}.way .way-txt .way-txt1 .line ul .item3{right:243px;bottom:172px}.way .way-txt .way-txt1 .line ul .item4{right:270px;bottom:175px}.way .way-txt .way-txt1 .line ul .item5{right:343px;bottom:230px}.way .way-txt .way-txt1 .line ul .item6{right:343px;bottom:255px}.way .way-txt .way-txt1 .line ul .item7{right:376px;bottom:258px}.way .way-txt .way-txt1 .line ul .item8{right:410px;bottom:245px}.way .way-txt .way-txt1 .line ul .item9{left:110px;bottom:182px}.way .way-txt .way-txt1 .line ul .item10{left:113px;bottom:306px}.way .way-txt .way-txt1 .line ul .item11{left:115px;bottom:337px}.way .way-txt .way-txt1 .line ul .item12{left:127px;bottom:375px}.way .way-txt .way-txt1 .line ul .item13{left:155px;bottom:438px}.way .way-txt .way-txt1 .line ul .item14{left:192px;bottom:491px}.way .way-txt .way-txt1 .line ul .item15{left:228px;bottom:554px}.way .way-txt .way-txt1 .line ul .item16{left:335px;bottom:597px}.way .way-txt .way-txt1 .way-word{float:left}.way .way-txt .way-txt1 .way-word .word-list{animation:flipInY 2s;width:319px;height:680px;background-color:#fff;position:relative;border-left-style:solid;border-left-width:thin;border-left-color:#555554;padding:10px;box-shadow:0 0 10px #555}.way .way-txt .way-txt1 .way-word .word-list p{margin:0;padding:10px;border-bottom:1px dotted #9C2A2A;text-indent:2em}.way .way-txt .way-txt1 .way-word .word-list p:hover{background:#f6f6f6}.way .way-txt .way-txt1 .way-word .word-list .pic{position:relative;overflow:hidden}.way .way-txt .way-txt1 .way-word .word-list .pic span{display:block;width:100%;position:absolute;bottom:0;height:30px;line-height:30px;color:#fff;text-align:center;background:url(image-gradient.png) 0 -350px repeat-x}.way .way-txt .way-txt1 .way-word .word-list .pic img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);transition:transform .2s ease-out}.way .way-txt .way-txt1 .way-word .word-list .list{border-left:4px solid #fff}.way .way-txt .way-txt1 .way-word .word-list .list a img{float:left;width:140px;height:100px;margin-right:10px}.way .way-txt .way-txt1 .way-word .word-list .list a:hover{background:#f6f6f6}.way .way-txt .way-txt1 .way-word .word-list .list:hover{border-left:4px solid #f34540;transition:all .3s ease-in-out}.way .way-txt .way-txt1 .way-word .hide{display:none}.way .way-txt .way-txt2 .way-word .word-list .list a,.way .way-txt .way-txt2 .way-word .word-list img{display:block}.way .way-txt .way-txt2 .line{float:left;width:640px;height:700px;background:url(red2.png) no-repeat;position:relative}.way .way-txt .way-txt2 .line ul{margin:0}.way .way-txt .way-txt2 .line ul li{position:absolute;width:20px;height:40px;cursor:pointer}.way .way-txt .way-txt2 .line ul .actived{background:url(flag.png) center 0 no-repeat}.way .way-txt .way-txt2 .line ul .item1{right:224px;bottom:300px}.way .way-txt .way-txt2 .line ul .item2{right:232px;bottom:310px}.way .way-txt .way-txt2 .line ul .item3{right:295px;bottom:229px}.way .way-txt .way-txt2 .line ul .item4{right:351px;bottom:200px}.way .way-txt .way-txt2 .line ul .item5{right:370px;bottom:211px}.way .way-txt .way-txt2 .line ul .item6{right:396px;bottom:214px}.way .way-txt .way-txt2 .line ul .item7{left:42px;bottom:213px}.way .way-txt .way-txt2 .line ul .item8{left:31px;bottom:241px}.way .way-txt .way-txt2 .line ul .item9{left:54px;bottom:418px}.way .way-txt .way-txt2 .line ul .item10{left:197px;bottom:493px}.way .way-txt .way-txt2 .line ul .item11{left:261px;top:97px}.way .way-txt .way-txt2 .way-word{float:left}.way .way-txt .way-txt2 .way-word .word-list{animation:flipInY 2s;width:319px;height:680px;background-color:#fff;position:relative;border-left-style:solid;border-left-width:thin;border-left-color:#555554;padding:10px;box-shadow:0 0 10px #555}.way .way-txt .way-txt2 .way-word .word-list p{margin:0;padding:10px 0;border-bottom:1px dotted #9C2A2A;text-indent:2em}.way .way-txt .way-txt2 .way-word .word-list p:hover{background:#f6f6f6}.way .way-txt .way-txt2 .way-word .word-list .pic{position:relative;overflow:hidden}.way .way-txt .way-txt2 .way-word .word-list .pic span{display:block;width:100%;position:absolute;bottom:0;height:30px;line-height:30px;color:#fff;text-align:center;background:url(image-gradient.png) 0 -350px repeat-x}.way .way-txt .way-txt2 .way-word .word-list .pic img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);transition:transform .2s ease-out}.way .way-txt .way-txt2 .way-word .word-list .list{border-left:4px solid #fff}.way .way-txt .way-txt2 .way-word .word-list .list a img{float:left;width:140px;height:100px;margin-right:10px}.way .way-txt .way-txt2 .way-word .word-list .list a:hover{background:#f6f6f6}.way .way-txt .way-txt2 .way-word .word-list .list:hover{border-left:4px solid #f34540;transition:all .3s ease-in-out}.way .way-txt .way-txt2 .way-word .hide{display:none}.way .way-txt .way-txt3 .way-word .word-list .list a,.way .way-txt .way-txt3 .way-word .word-list img{display:block}.way .way-txt .way-txt3 .line{float:left;width:640px;height:700px;background:url(red4.png) no-repeat;position:relative}.way .way-txt .way-txt3 .line ul{margin:0}.way .way-txt .way-txt3 .line ul li{position:absolute;width:20px;height:40px;cursor:pointer}.way .way-txt .way-txt3 .line ul .actived{background:url(flag.png) center 0 no-repeat}.way .way-txt .way-txt3 .line ul .item1{left:263px;top:253px}.way .way-txt .way-txt3 .line ul .item2{left:178px;top:265px}.way .way-txt .way-txt3 .line ul .item3{left:180px;top:223px}.way .way-txt .way-txt3 .line ul .item4{left:160px;top:218px}.way .way-txt .way-txt3 .line ul .item5{left:132px;top:282px}.way .way-txt .way-txt3 .line ul .item6{left:53px;top:242px}.way .way-txt .way-txt3 .line ul .item7{left:111px;top:202px}.way .way-txt .way-txt3 .line ul .item8{left:197px;top:166px}.way .way-txt .way-txt3 .line ul .item9{left:234px;top:102px}.way .way-txt .way-txt3 .way-word{float:left}.way .way-txt .way-txt3 .way-word .word-list{animation:flipInY 2s;width:319px;height:680px;background-color:#fff;position:relative;border-left-style:solid;border-left-width:thin;border-left-color:#555554;padding:10px;box-shadow:0 0 10px #555}.way .way-txt .way-txt3 .way-word .word-list p{margin:0;padding:10px 0;border-bottom:1px dotted #9C2A2A;text-indent:2em}.way .way-txt .way-txt3 .way-word .word-list p:hover{background:#f6f6f6}.way .way-txt .way-txt3 .way-word .word-list .pic{position:relative;overflow:hidden}.way .way-txt .way-txt3 .way-word .word-list .pic span{display:block;width:100%;position:absolute;bottom:0;height:30px;line-height:30px;color:#fff;text-align:center;background:url(image-gradient.png) 0 -350px repeat-x}.way .way-txt .way-txt3 .way-word .word-list .pic img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);transition:transform .2s ease-out}.way .way-txt .way-txt3 .way-word .word-list .list{border-left:4px solid #fff}.way .way-txt .way-txt3 .way-word .word-list .list a img{float:left;width:140px;height:100px;margin-right:10px}.way .way-txt .way-txt3 .way-word .word-list .list a:hover{background:#f6f6f6}.way .way-txt .way-txt3 .way-word .word-list .list:hover{border-left:4px solid #f34540;transition:all .3s ease-in-out}.way .way-txt .way-txt3 .way-word .hide{display:none}.way .way-txt .way-txt4 .way-word .word-list .list a,.way .way-txt .way-txt4 .way-word .word-list img{display:block}.way .way-txt .way-txt4 .line{float:left;width:640px;height:700px;background:url(red25.png) no-repeat;position:relative}.way .way-txt .way-txt4 .line ul{margin:0}.way .way-txt .way-txt4 .line ul li{position:absolute;width:20px;height:40px;cursor:pointer}.way .way-txt .way-txt4 .line ul .actived{background:url(flag.png) center 0 no-repeat}.way .way-txt .way-txt4 .line ul .item1{right:77px;top:266px}.way .way-txt .way-txt4 .line ul .item2{right:131px;top:208px}.way .way-txt .way-txt4 .line ul .item3{right:221px;top:177px}.way .way-txt .way-txt4 .line ul .item4{right:254px;top:202px}.way .way-txt .way-txt4 .line ul .item5{left:287px;top:181px}.way .way-txt .way-txt4 .line ul .item6{left:257px;top:155px}.way .way-txt .way-txt4 .line ul .item7{left:253px;top:130px}.way .way-txt .way-txt4 .line ul .item8{left:234px;top:102px}.way .way-txt .way-txt4 .line ul .item9{left:253px;top:102px}.way .way-txt .way-txt4 .line ul .item10{left:272px;top:107px}.way .way-txt .way-txt4 .line ul .item11{left:395px;top:58px}.way .way-txt .way-txt4 .way-word{float:left}.way .way-txt .way-txt4 .way-word .word-list{animation:flipInY 2s;width:319px;height:680px;background-color:#fff;position:relative;border-left-style:solid;border-left-width:thin;border-left-color:#555554;padding:10px;box-shadow:0 0 10px #555}.way .way-txt .way-txt4 .way-word .word-list p{margin:0;padding:10px 0;border-bottom:1px dotted #9C2A2A;text-indent:2em}.way .way-txt .way-txt4 .way-word .word-list p:hover{background:#f6f6f6}.way .way-txt .way-txt4 .way-word .word-list .pic{position:relative;overflow:hidden}.way .way-txt .way-txt4 .way-word .word-list .pic span{display:block;width:100%;position:absolute;bottom:0;height:30px;line-height:30px;color:#fff;text-align:center;background:url(image-gradient.png) 0 -350px repeat-x}.way .way-txt .way-txt4 .way-word .word-list .pic img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);transition:transform .2s ease-out}.way .way-txt .way-txt4 .way-word .word-list .list{border-left:4px solid #fff}.way .way-txt .way-txt4 .way-word .word-list .list a img{float:left;width:140px;height:100px;margin-right:10px}.way .way-txt .way-txt4 .way-word .word-list .list a:hover{background:#f6f6f6}.way .way-txt .way-txt4 .way-word .word-list .list:hover{border-left:4px solid #f34540;transition:all .3s ease-in-out}.way .way-txt .way-txt4 .way-word .hide{display:none}
@keyframes way-xs{0%{transform:scale(0,0)}90%{transform:scale(1,1)}100%{transform:scale(.9,.9)}}.way-xs .way-xs-btn ul{background-color:#404040;padding:10px 0;margin:0}.way-xs .way-xs-btn ul li{float:left;padding-left:25px;color:#dd4546;background:url(checks2.png) no-repeat}.way-xs .way-xs-btn ul .seletor-xs{background:url(checks2.png) 0 -48px no-repeat}.way-xs .way-xs-line .way-xs-txt .red1-xs .actived-xs,.way-xs .way-xs-line .way-xs-txt .red2-xs .actived-xs,.way-xs .way-xs-line .way-xs-txt .red25-xs .actived-xs,.way-xs .way-xs-line .way-xs-txt .red4-xs .actived-xs{background:url(flag-xs.png) center 0 no-repeat}.way-xs .way-xs-line{position:relative}.way-xs .way-xs-line img{display:block}.way-xs .way-xs-line .hide{display:none}.way-xs .way-xs-line .way-xs-txt{position:absolute;top:0;left:0;right:0;bottom:0}.way-xs .way-xs-line .way-xs-txt .red1-xs{position:relative}.way-xs .way-xs-line .way-xs-txt .red1-xs span{position:absolute;width:10px;height:20px;display:block;z-index:10}.way-xs .way-xs-line .way-xs-txt .red1-xs .item1{bottom:23%;right:4%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item2{bottom:22%;right:34%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item3{bottom:25%;right:38%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item4{bottom:25%;right:42%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item5{bottom:33%;right:53%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item6{bottom:37%;right:53%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item7{bottom:37%;right:59%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item8{bottom:35%;right:64%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item9{bottom:26%;right:79%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item10{bottom:44%;right:79%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item11{bottom:48%;right:78%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item12{bottom:54%;right:76%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item13{bottom:63%;right:72%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item14{bottom:70%;right:67%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item15{bottom:79%;right:61%}.way-xs .way-xs-line .way-xs-txt .red1-xs .item16{bottom:86%;right:44%}.way-xs .way-xs-line .way-xs-txt .red2-xs{position:relative}.way-xs .way-xs-line .way-xs-txt .red2-xs span{position:absolute;width:10px;height:20px;display:block;z-index:10}.way-xs .way-xs-line .way-xs-txt .red2-xs .item1{bottom:44%;right:35%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item2{bottom:33%;right:46%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item3{bottom:28%;right:55%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item4{bottom:30%;right:58%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item5{bottom:31%;right:62%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item6{bottom:30%;right:91%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item7{bottom:92%;right:35%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item8{bottom:60%;right:89%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item9{bottom:71%;right:67%}.way-xs .way-xs-line .way-xs-txt .red2-xs .item10{bottom:80%;right:57%}.way-xs .way-xs-line .way-xs-txt .red4-xs{position:relative}.way-xs .way-xs-line .way-xs-txt .red4-xs span{position:absolute;width:10px;height:20px;display:block;z-index:10}.way-xs .way-xs-line .way-xs-txt .red4-xs .item1{bottom:58%;right:56%}.way-xs .way-xs-line .way-xs-txt .red4-xs .item2{bottom:56%;right:69%}.way-xs .way-xs-line .way-xs-txt .red4-xs .item3{bottom:62%;right:69%}.way-xs .way-xs-line .way-xs-txt .red4-xs .item4{bottom:54%;right:77%}.way-xs .way-xs-line .way-xs-txt .red4-xs .item5{bottom:60%;right:89%}.way-xs .way-xs-line .way-xs-txt .red4-xs .item6{bottom:80%;right:61%}.way-xs .way-xs-line .way-xs-txt .red25-xs{position:relative}.way-xs .way-xs-line .way-xs-txt .red25-xs span{position:absolute;width:10px;height:20px;display:block;z-index:10}.way-xs .way-xs-line .way-xs-txt .red25-xs .item1{bottom:56%;right:13%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item2{bottom:65%;right:21%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item3{bottom:69%;right:35%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item4{bottom:69%;right:52%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item5{bottom:72%;right:57%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item6{bottom:80%;right:61%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item7{bottom:79%;right:55%}.way-xs .way-xs-line .way-xs-txt .red25-xs .item8{bottom:86%;right:36%}.way-xs .way-xs-line .way-xs-txt .way-xs-word{position:absolute;top:0;left:0;padding:10px;z-index:998}.way-xs .way-xs-line .way-xs-txt .way-xs-word .way-xs-word-list{background:#fff;padding:10px;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.2);display:none;animation:way-xs .6s linear;transform:scale(.9,.9);position:relative}.way-xs .way-xs-line .way-xs-txt .way-xs-word .way-xs-word-list h4{margin:0;font-weight:700;text-align:center}.way-xs .way-xs-line .way-xs-txt .way-xs-word .way-xs-word-list p{text-indent:2em;margin:5px 0 0}.way-xs .way-xs-line .way-xs-txt .way-xs-word .way-xs-word-list em{position:absolute;font-style:normal;bottom:0;right:0;font-weight:700;font-size:36px;line-height:28px}.way-xs .way-xs-line .way-xs-txt .way-xs-word .show-xs{display:block}
.jidian {width:100%; height:860px;} @media (max-width:768px){.jidian{height:560px;}} @media (max-width:768px){.main-quiz-holder .nav-start span { bottom:10px;}} @media (max-width:768px){.intro-container {background: url(quiz-bg-xs.jpg) center 23px no-repeat!important;}}  @media (max-width:768px){.ld-list a h4 { font-size:12px;height: 48px;    padding: 0 5px; text-indent:0px;}} 
.bigpic-slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.bigpic-slider .touchslider-viewport .text {
   position: absolute;
    bottom: 2em;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    z-index: 5;
}
.bigpic-slider .touchslider-viewport a:after {
    position: absolute;
    background: linear-gradient(transparent 50%,#000);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    z-index: 1;
	content:"";
}
.bigpic-slider .touchslider-nav .touchslider-prev, .bigpic-slider .touchslider-nav .touchslider-next {
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    top: 205px;
    background: url("prevnext.png") no-repeat;
    height: 90px;
    width: 60px;
}
.bigpic-slider .touchslider-nav .touchslider-prev {
    left: 30px;
}
.bigpic-slider .touchslider-nav .touchslider-next {
    right: 30px;
    background-position: -60px 0;
}
.bigpic-slider .touchslider-nav .touchslider-prev:hover, .bigpic-slider .touchslider-nav .touchslider-next:hover {
    opacity: 1;
}
@media (max-width: 760px){
.bigpic-slider .touchslider-viewport .text {
    font-size: 14px;
    bottom: 24px;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
}
.bigpic-slider .touchslider-nav { display:none;}
}
.mobile .list{padding:20px 0;border-bottom:1px dotted #CCC}.mobile .list img{display:block;float:left;width:120px;height:80px;margin-right:15px}.mobile .list h4{margin:0;line-height:16px;padding-bottom:14px}.mobile .list p{margin:0;color:#8C8C8C}
.headline-icon {     text-align: right;
    padding-top: 0px;}
	
	

.video {
    background: #F2F6F8;
    display: block;
    transition: all .3s
}

.video .img {
    position: relative
}

.video .img img {
    display: block
}

.video .img .time {
    position: absolute;
    bottom: 0;
    left: .5em;
    text-align: right;
    right: .5em;
    color: #FFF;
    z-index: 5
}

.video .img .time:after,.video .img .time:before {
	content:" ";
    position: absolute;
    border-style: solid
}

.video .img .time:after {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-color: #FFF;
    border-radius: 50%;
    left: 0;
    bottom: .5em
}

.video .img .time:before {
    left: 5px;
    bottom: 1em;
    border-width: 4px;
    border-color: #FFF #FFF transparent transparent;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video .img:after {
    position: absolute;
    background: linear-gradient(transparent,#000 80%);
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 1
}

.video:hover {
    background: #e2e6e8
}

.video:hover .img:after {
    opacity: .8
}

.video:hover .img .time {
    color: #c94343
}

.video:hover .img .time:after {
    border-color: #c94343
}

.video:hover .img .time:before {
    border-color: #c94343 #c94343 transparent transparent
}

.video-single {
    margin-bottom: 30px
}

.video-single .title {
    line-height: 40px;
    display: block;
    padding: 0 .5em
}

.video-single .img .time {
    font-size: 18px;
    bottom: .5em
}

.video-single .img .time:before {
    border-width: 5px;
    left: 10px;
    bottom: 20px
}

.video-single .img .time:after {
    width: 30px;
    height: 30px
}

.video-list {
    margin-top: 0;
    margin-bottom: 0
}

.video-list li a,.video-list li img,.video-list li span {
    display: block
}

.video-list li a {
    margin-bottom: 30px
}

.video-list li a .title {
    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
    margin: 0 .5em 15px 0;
    padding: .5em
}

.video-list-toggle li.active a {
    position: relative
}

.video-list-toggle li.active a .img {
    height: auto
}

.video-list-toggle li.active a .img:after {
    display: block
}

.video-list-toggle li.active a .img img {
    width: 100%;
    display: block
}

.video-list-toggle li.active a .img .time {
    line-height: 2em;
    padding: .5em
}

.video-list-toggle li.active a .img .time:before {
    bottom: 3em
}

.video-list-toggle li.active a .img .time:after {
    bottom: 2.5em
}

.video-list-toggle li.active a .title {
    position: absolute;
    bottom: .5em;
    left: .5em;
    right: 0;
    margin: 0;
    color: #FFF;
    z-index: 10;
    line-height: 2em;
    height: 2em
}

.video-list-toggle li a {
    position: relative;
    margin-bottom: 10px
}

.video-list-toggle li a .img {
    height: 53px
}

.video-list-toggle li a .img img,.video-list-toggle li a .img:after {
    display: none
}

.video-list-toggle li a .img .time {
    line-height: 2.8em;
    padding: .5em;
    color: #9acd32
}

.video-list-toggle li a .img .time:before {
    bottom: 1.5em;
    border-color: #888 #888 transparent transparent
}

.video-list-toggle li a .img .time:after {
    bottom: 1em;
    border-color: #888
}

.video-list-toggle li a .title {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 3em;
    right: 4em;
    margin: 0;
    padding: 0;
    z-index: 10;
    line-height: 53px;
    height: 53px
}

@media (max-width:965px){
	.links li a{height:auto;}
}
/*领导人*/
.leader {  margin:0;}

.leader li a { display: block; position: relative; box-shadow: 0 0 15px #DDD; overflow: hidden; }

.leader li a img { display: block; transition: all 0.3s; }

.leader li a h4 { margin: 10px 15px; display: block;     height: 4.5em;    font-size: 16px; }

.leader li a::after { content: ""; position: absolute; right: 0; bottom: 0; border-width: 15px; border-style: solid; border-color: transparent #c10707 #c10707 transparent; }

.leader li a:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

@media (max-width:767px) {
	.leader li a h4 {
		 height: 3.5em;    
		}
		.banner { height:120px; overflow:hidden;}
	}
	
	
.banner { position: relative;}
.banner .title-1,.banner .title-2,.banner .title-3,.banner .title-4{ position: absolute; display: none;}
.banner .title-1{ width: 520px; top: 60px; left: -600px;}
.banner .title-2{ width: 660px; top: 60px;}
.banner .title-3{ width: 500px; bottom: 0;}
.banner .title-4{ width: 240px; bottom: 0;}

.image-flow { position: relative; overflow: hidden; }
.image-flow .viewport { margin: 0 -3px; }
.image-flow .col { position: absolute; overflow: hidden; }
.image-flow .col a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 10; }
.image-flow .col img {z-index:1;max-width: none; display: block; position: absolute; transition: all .5s; transform: scale(1); }
.image-flow .col .info { left: 15px; right: 15px;  bottom: 15px; color: #FFF; z-index: 5; position: absolute; padding: 0.5em; transition: all .5s; background-color: rgba(0, 0, 0, 0.5); opacity: 0;filter:alpha(opacity=0) ;transform: scale(1.2); }
.image-flow .col .info h3 { margin: 0;font-size:14px; }
.image-flow .col .info p { display: none; }
.image-flow .col .info span { position: absolute; bottom: 5px; right: 5px; }
.image-flow .col:hover img { transform: scale(1.2); }
.image-flow .col:hover .info { opacity: 1;filter:alpha(opacity=1); transform: scale(1); }


.links:after{content:"";display:table;clear:both;}
.links li a {display: none;text-align: center;font-size: 22px;line-height:3em;height:100%;background-color:#f2f6f8;padding:1.5em 0;box-sizing: border-box;text-shadow: 0px 0px 20px #000;position: absolute;top: 0;font-weight: bold;left: 0;}
.links li:hover a{color:#fff;background-color: #d44;;display: block;width:100%;animation: bounceIn .3s;}
.links li:hover img {display: block;transition: linear all .3s;transform: scale(0);opacity: 0;}
.links div{position:relative;overflow:hidden;}



.sr-bdimgshare .bdimgshare-content .bdimgshare-lbl,.sr-bdimgshare .bdimgshare-content,.sr-bdimgshare-black .bdimgshare-bg{display:none;}

.map{position: relative;}
.map img span{position:absolute}
.map ul li{width:40px;height:20px;position:absolute;z-index:99;background:#ddd;}
.map ul li.item1{right: 30%;top:35%;}
.map ul li.item2 {right: 33%;top: 65%;}
.map ul li.item3{right: 35%;top: 70%;}
.map ul li.item4{right: 30%;top: 72%;}

.stage{position:relative}
.stage li{display:none;}

.stage .pic{float:left;width:30%;}
.stage .pic img{display:block}
.stage dl{width:70%;float:left;padding-left:15px;box-sizing:border-box;}
.banner-xs{display:none;margin: 0 -15px;}
.banner-xs img{display:block}


@media(min-width:1320px){.expert-slider .touchslider-viewport{height:387px!important;overflow:hidden}}
@media(min-width:1024px)and(max-width:1319px){.expert-slider .touchslider-viewport{height:287px!important;overflow:hidden}}
@media(max-width:767px){.banner-xs{display:block}.banner,.cont p,.expert-slider .touchslider-nav-item{display:none!important} .col-sm-4-10.cont{width:100%;} .expert-slider . col-md-4-12{margin:0 -15px;}}




.phone{padding:20px 0;overflow:hidden;background:url(phone-bg.jpg) center center no-repeat}.phone .imagery-phone .screen-snapshot{position:absolute;top:75px;bottom:75px;left:15px;right:15px;display:none}.phone .item{padding:10px}.phone .item .img-box{position:relative;z-index:1;transition:all .8s;-moz-transition:all .8s;-webkit-transition:all .8s;-o-transition:all .8s;transform:rotate3d(0,1,0,0deg);-webkit-transform:rotate3d(0,1,0,0deg);-moz-transform:rotate3d(0,1,0,0deg)}.phone .item .img-box img{display:block;border-radius:10px}.phone .item .text-box{z-index:0;position:absolute;top:0;left:0;opacity:0;transition:all 1.2s;-moz-transition:all 1.2s;-webkit-transition:all 1.2s;-o-transition:all 1.2s}.phone .item .text-box p{margin:30px;background:url(yixiang-bg.png) scroll repeat;padding:20px}.phone .item:hover .img-box{z-index:0;transform:rotate3d(0,1,0,-180deg);-webkit-transform:rotate3d(0,1,0,-180deg);-moz-transform:rotate3d(0,1,0,-180deg)}.phone .item:hover .text-box{opacity:1}.phone .skew-a,.phone .skew-b,.phone .skew-c,.phone .skew-d,.phone .skew-l,.phone .skew-r{position:absolute;top:0;bottom:0;left:0;width:400px;background:#145;opacity:.1;-webkit-transform:skew(45deg);-moz-transform:skew(45deg);-o-transform:skew(45deg);-ms-transform:skew(45deg);transform:skew(45deg)}.phone .skew-r{left:200px;-webkit-transform:skew(-45deg);-moz-transform:skew(-45deg);-o-transform:skew(-45deg);-ms-transform:skew(-45deg);transform:skew(-45deg)}.phone .skew-a,.phone .skew-b,.phone .skew-c,.phone .skew-d{opacity:.2;background:#FFF}.phone .skew-a,.phone .skew-b{left:-1000px;-webkit-animation:leftToRight 28s infinite linear;-moz-animation:leftToRight 28s infinite linear;-o-animation:leftToRight 28s infinite linear;-ms-animation:leftToRight 28s infinite linear;animation:leftToRight 28s infinite linear}.phone .skew-b{animation:leftToRight 18s infinite linear;-webkit-animation:leftToRight 18s infinite linear}.phone .skew-c,.phone .skew-d{left:150%;-webkit-transform:skew(-45deg);-moz-transform:skew(-45deg);-o-transform:skew(-45deg);-ms-transform:skew(-45deg);transform:skew(-45deg);-webkit-animation:RightToLeft 32s infinite linear;-moz-animation:RightToLeft 32s infinite linear;-o-animation:RightToLeft 32s infinite linear;-ms-animation:RightToLeft 32s infinite linear;animation:RightToLeft 32s infinite linear}.phone .skew-d{-webkit-animation:RightToLeft 16s infinite linear;-moz-animation:RightToLeft 16s infinite linear;-o-animation:RightToLeft 16s infinite linear;-ms-animation:RightToLeft 16s infinite linear;animation:RightToLeft 16s infinite linear}.phone,.phone .imagery-phone{position:relative}


.t-phone{position:relative;margin:15px 15px 0 0}
.imagery-phone{width:180px;margin:0 auto;position:relative}
.chang-phone{position: absolute;top: 44px;left: 10px;width: 160px;height: 284px;}
.owl-theme .owl-controls{position: absolute;  bottom: 0; left:0; right:0;}
.owl-theme .owl-controls .owl-buttons div{ opacity:0.8;}
/*.chang-phone>div{position:relative}
.chang-phone>div>img{position:absolute}*/



.weibo{
 background:#f2f2f2; padding:15px;
}
@media(max-width:767px){
.weibo{ background:none; padding:15px 0;}
.titleBox h2{ font-size:18px; font-weight:bolder;}
}