@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"微软雅黑" !important;
	font-size:14px;
	min-width:320px;
	background:url(../images/body_bg.gif);
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,  dl, dt, dd, ol, ul, li, tr, th, td, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, fieldset, form, label, legend, table, caption,  tfoot, thead,  article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
    word-break: break-all;
    word-break: break-word;
}

ul,li{
	list-style-type:none;
	margin:0;
	padding:0;
}
img{
	border:0;
max-width: 100%;
}
p{word-wrap: break-word;
    word-break: break-word;
}
a{
word-wrap: break-word;
    word-break: break-word;
	text-decoration:none;
	color:#333;
}
.clearfix:after{visibility:hidden; display:block; content:""; clear:both}
.fl{
	float:left !important;
}

.fr{
	float:right !important;
}
.clearboth{
	clear:both;
	border:0px;
	padding:0px;
	margin:0px;
}

.blur {   
-webkit-filter: blur(1px); /* Chrome, Opera */
-moz-filter: blur(10px);
-ms-filter: blur(10px);   
filter: blur(10px);   
}

.wrapper{width:100%;margin:0 auto;height:auto;}
#header{ height:80px; width:100%; background:#18447f; border-bottom:#ff9933 7px solid;}
.logo{margin:20px 0 0 10px; float:left; width:260px;}
.logo img{width: 100%;height: auto;}
.menu{width:30px; height:50px;display:block;cursor:pointer;margin:30px 10px 0 0; float:right}

.search{height:40px; width:94%; background:rgba(255, 255, 255, 0.5);text-align:right; overflow:hidden; padding:10px 3%; margin:0 auto; position:absolute; top:0; z-index:9999}
.keyword{width:82%;height: 36px; line-height:24px;text-indent: 1em;border: none;color: #9b9b9b; border-radius:7px; float:right; font-size:16px; }
.keyword input{background:none; border:none;}
.search .btn{width: 17%;height: 36px;background: url("../images/search_btn.png") center no-repeat;border: none; cursor: pointer;float: right;background-size: contain; }

.toppic{height:400px; position:relative;}
.banner{height:270px; width:100%;position:absolute;  top:0;}
.tc_photo{width:100%; height:262px; position:absolute; top:120px; text-align:center; z-index:999;}
.tc_photo img{ border:#FFF 10px solid;z-index:999;box-shadow:0px 0px 5px #6a6a6a;}
.tc_photo span{ margin:10px auto;height:30px; line-height:30px; width:100%; background:url(../images/name_bg.png) center no-repeat; text-align:center; display:block; font-size:22px; color:#ff6600 ;}



.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url("../images/icogotop.png") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*首页折叠效果*/
.main{ margin:20px auto; padding:10px;}
#custom-show h3 {
  margin:10px 0 0 0;
  background:url(../images/line_bg2.png) left center no-repeat #e4e4e4;
}

#custom-show h3 a {

  background: url("../images/sprite.png") right 17px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 35px;
  margin: 0;
  color: #666;
  font-size:18px;
  text-decoration: none;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgb(255,255,255);
  font-weight:bold;
}
#custom-show h3:hover { background: url(../images/line_bg1.png) left center no-repeat rgb(255,255,255); box-shadow:0px 0px 5px #d3d3d3 !important;}
#custom-show h3.open  { background: url(../images/line_bg1.png) left center no-repeat rgb(255,255,255);box-shadow:0px 0px 5px #d3d3d3 !important; }
#custom-show h3.open a { background-position:right -25px;color: #000;}
#custom-show h3 + div { padding: 15px; font-size:16px; }
#custom-show div p{ font-size:16px; line-height:30px; box-shadow:none !important; margin:0}


/*导航*/


#header span.right{width:50px;height:50px;position: absolute;right:10px;top: 13px;background: url("../images/navbtn.png") no-repeat center center;background-size: 80%;
transform:rotate(0deg);
-ms-transform:rotate(0deg);     /* IE 9 */
-moz-transform:rotate(0deg);    /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#header span.right.on{background: url("../images/btn.png") no-repeat center center;background-size: 55%;
transform:rotate(135deg);
-ms-transform:rotate(135deg);     /* IE 9 */
-moz-transform:rotate(135deg);    /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#header h1{font-size: 0.16rem;font-weight: normal;}
#header span.left{position:absolute;left:0;top:0;display: block;width: 0.44rem;height: 0.44rem;font-size: 0.14rem;padding-left:0.08rem;}

.menu{ display:none;overflow: hidden;background-color: #18447f;width: 100%;position: absolute;left: 0;top:57px;right: 0;z-index: 9999999999999999999999999999999;height: 0;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
.menu li{width: 100%;text-align: center;border-bottom: 1px solid #fff;font-size:16px;height:40px;line-height: 40px;}
.menu li a{color: #fff;display: inline-block;width: 100%;text-align: center; text-decoration:none; font-size:16px}

/*列表页样式*/
.lm_title{ background:#d5d5d5; width:100%; margin:0 auto; min-height:40px; margin:25px 0;}
.lm_title span{ display:block;font-size:18px; color:#fff; line-height:40px; text-align:center; padding:0 10px; background:#18447f; border-left:#ff9933 5px solid;border-right:#ff9933 5px solid; min-width:100px }
.lm_list{}
.lm_list li{ margin-top:5px; overflow:hidden; }
.lm_list li a{ color:#000; font-size:14px; display:block; width:93%;padding:5px 5% 5px 2%;background:url(../images/ico_libg.png) right center no-repeat #fff;border-left:#d0d0d0 3px solid;line-height:30px;}
.lm_list li a:active{background:url(../images/ico_libg2.png) right center no-repeat #e3e3e3;border-left:#ff9933 3px solid;}
.lm_list .more{ margin:5px auto; text-align:center; border:#d0d0d0 0px solid; background:#fff; line-height:40px; width:100%; border-radius:5px }
.more{ margin:5px auto; text-align:center; border:#d0d0d0 0px solid; background:#fff; line-height:40px; width:100%; border-radius:5px }

/*内容页样式*/
.nr_title{border-left:#d0d0d0 3px solid; background:#FFF; width:96%; margin:0px auto; padding:10px 2% 10px 2%;}
.nr_title h1{ margin:0; padding:0; font-size:20px; line-height:34px; color:#333;}
.nr_title p{ margin:0; padding:0; line-height:27px; font-size:12px; }/*color:#ff6600*/
.nr_wz{ line-height:30px; font-size:14px; color:#333; background:#FFF; padding:10px; margin-top:5px;}
.nr_wz p{ text-align:left; word-wrap: break-word;
    word-break: break-word;}

/*图片列表页样式*/
.lm_listpic{ width:100%; margin:0 auto; height:auto; overflow:hidden}
.lm_listpic ul{ width:105%;}
.lm_listpic a{ display:block; width:100%;}
.lm_listpic li{width:45%; float:left;margin-right:5%;position:relative; margin-bottom:10px;}
/*.lm_listpic li img{width:100%; height:261px;}*/
.lm_listpic li span{position:absolute; background:rgba(0, 0, 0, 0.6); display:block; color:#fff; line-height:36px; height:36px; width:100%; text-align:center;}

/*结构化内容页*/
.lm_jgnr{ background:#FFF; padding:10px;overflow: hidden;}
.lm_jgnr .title{margin:0; padding:0; font-size:20px; line-height:34px; color:#333; text-align:center}
.jgnrxx{ padding:10px;}
.jgnrtit{  text-align:right; color:#000;line-height:30px; float:left; padding:0; min-width:70px;}
.jgnrxx li{border-bottom:#ccc 1px solid; text-align:left; color:#555; line-height:30px;}
.jgnr_rj i{border-bottom:#000 1px solid; text-align:left; color:#000;line-height:30px; padding:0 10px; min-width:70px; display:block; margin-bottom:10px;}
.jgnr_rj li{ line-height:34px; color:#6f6f6f; border-bottom:#CCC 1px solid; background:url(../images/ico_fj.png) left center no-repeat; background-size:7%; padding-left:25px;}
.jgnr_rj li a{ line-height:34px; color:#6f6f6f;}
.jgnr_wz{ line-height:30px; font-size:14px; color:#333; background:#FFF; padding:10px; margin-top:5px;}
.jgnr_wz p{
    text-align:left;
    /* text-indent:2em; */
    word-wrap: break-word;
    word-break: break-word;
    }
.jgnr_img img{ text-align:center; margin:15px auto}

/*版权*/
.footer{height: auto; width:100%; background:#18447f; border-top:#ff9933 7px solid; font-size:12px; color:#FFF; line-height:30px; text-align:center}
.c_j14{ font-size:14px; line-height:24px; color:#ff9933; margin:10px auto 0 auto; padding:0;}
.pclink{ font-size:14px; color:#fff; background:url(../images/ico_pcb.png) left center no-repeat; padding-left:25px; margin:0 auto; width:50px; height:40px; line-height:40px; background-size:30%;}
.pclink a{ color:#fff}
/*2016-10-19更新*/
.p-btn-link {
    margin: 15px auto;
    width: 96%;
	height:auto; overflow:hidden
}

.p-btn-link li {
    background: url("../images/ico-jt.png") 10% center no-repeat #fff;
    float: left;
    font-size: 14px;
    line-height: 40px;
    height: 40px;;
    width: 100%;
    padding-left: 17%;
    margin-left: 1px;
}

.p-btn-link a {
    display: block;
    width: 100%;
    height: 40px
}
.lm-listpic-zh ul {
    width: 105%;
}

.lm-listpic-zh a {
       width: 100%;
}/* display: block;
*/

.lm-listpic-zh li {
    width: 30%;
    height: 150px;
    float: left;
    margin-right: 2.6%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}

.lm-listpic-zh li img {

    overflow: hidden; height:auto;
}

.lm-listpic-zh li span {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    color: #fff;
    line-height: 36px;
    height: 36px;
    width: 100%;
    text-align: center;
}
.team_photo{ 
margin:0 auto; 
height:auto; 
overflow:hidden; 
}
.lxxpiclist{
overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 156px;
    line-height: 152px;
    padding: 4px;
    border: 1px solid #d3dce3;
}
.lxxpicspan{
    height: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}
.tzytitle{ font-size:18px; text-align:center;}

.btn-like{
	width: 100%;
    position: absolute; bottom:-20px;
    text-align: center;
    z-index: 999;
	height:30px;
	line-height:30px; overflow:hidden;
	}
.btn-like-i{ position:relative}
.btn-like-img{background: url("../images/btn-like.png")  center no-repeat; display:block; width:20px; height:20px;}
.btn-like img{ position:absolute; top:5px;}
.btn-like span{ display:inline; margin-right:10px;}
.toppic{height:400px; position:relative;}


/*语种切换*/
.select dt:hover, .select dt.cur {
    box-shadow: 0 0 3px #409DFE;
}

.select dt {
    height: 30px;
    color: #ff9933;
    display: inline-block;
    background: #003366 url(../images/copy_2_ico_xl.png) no-repeat 75px 13px;
    line-height: 30px;
    cursor: pointer;
    width: 78px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    text-align: left;
    padding-left: 15px;
    margin-right: 70px;
    margin-top: 8px;
}

.select dd ul li a {
    line-height: 30px;
    display: block;
    padding: 0 8px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.select dd ul li a:hover {
    background: #ff9933;
}

ul, ol, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.select dd ul {
    width: 92px;
    max-height: 250px;
}

.select dd {
    position: absolute;
    left: -40px;
    top: 29px;
    background: #003366;
    display: none;
}

.s_language {
    float: right;
    color: #003366 !important;
    line-height: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    width: 92px;
    text-align: center;
    z-index: 1;
}