*{
  margin:0;
  padding:0;
  list-style:none;
  -moz-box-sizing: border-box;  /*Firefox3.5+*/
  -webkit-box-sizing: border-box; /*Safari3.2+*/
  -o-box-sizing: border-box; /*Opera9.6*/
  -ms-box-sizing: border-box; /*IE8*/
  box-sizing: border-box;
}
*:after{
  clear:both;
}
html{
  -webkit-text-size-adjust:none;
  -moz-text-size-adjust:none;
  -o-text-size-adjust:none;
  -ms-text-size-adjust:none;
  text-size-adjust:none;
}
body{
  font:normal 14px/20px 'Microsoft YaHei';
  width:100%;
  overflow-x: hidden;
}

img{
  border:0;
}
a{
  text-decoration:none;
  color:#333;
}
a:hover{
  text-decoration:none;
}
ul,li{
  padding:0px;
  margin: 0px;
}
.clear{
  clear:both;
}

@media(max-width:720px){
  body{
    font-size:12px;
  }
}
@media(max-width:768px){
  body,header,.main{
    width:100%;
    overflow-x:hidden;
  }
}

body{
  width:100%;
  background:url(../images/html-bg.jpg) no-repeat top center;
  /*background:url(../images/html-bg-grey.jpg) no-repeat top center;*/
}

/*header*/
.flower{
  position:absolute;
  right:0px;
  top:0px;
  z-index:999;
}
header{
  padding-top:20px;
  padding-bottom:20px;
}
.search-input{
  margin-top:30px;
  background:#fff;
  width:180px;
  height:34px;
  border-radius:10px;
  border:1px solid #a4b7c4;
  padding-top:5px;
  display: inline-block;
  float: right;
}
.search-input input[type="text"]{
  width:110px;
  height:24px;
  border:0px;
  float:left;
}
.search-input input[type="submit"]{
  width:60px;
  height:24px;
  /* line-height:24px; */
  float:left;
  background: #003597;
  color: #ffffff;
  border-radius: 5px;
}
@media(max-width:1440px){
  .flower{
    right: -200px;
    top: -60px;
  }
}
@media(min-width:1440px){
  header>.container,.menu>.container,.banner>.container,.main>.container,.footer>.container{
    width:1300px;
  }
}

/*menu*/
.menu{
  background:url(../images/menu-bg.jpg) no-repeat center;
  width:100%;
  height:71px;
  line-height:71px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 25px 60px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height:21px;
  background:url("../images/line.png") no-repeat right;
  font-weight:bold;
}
#cssmenu > ul > li:last-child > a {
  background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#ffb200;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00baff,endcolorstr=#0151bc,gradientType=0);
  -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00baff,endcolorstr=#0151bc,gradientType=0);/*IE8*/ 
  background:#E8821F; /* 一些不支持背景渐变的浏览器 */  
  /*background:-moz-linear-gradient(top, #00baff, rgba(1, 81, 188, 0.8));  
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#00baff), to(rgba(1, 81, 188, 0.8)));  
  background:-o-linear-gradient(top, #00baff, rgba(1, 81, 188, 0.8)); */
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  
}
#cssmenu ul li:hover > ul > li {
}
#cssmenu ul ul li a {
  padding: 15px;
  width: 200px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height: 1.3em;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#123877;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
@media(max-width:1024px){
  #cssmenu > ul > li > a {
    padding: 0px 8px;
  }
  #cssmenu ul ul li a {
    text-align:left;
    padding-left:15px;
    width:145px;
  }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 801px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 801px), only screen and (min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min-resolution: 192dpi) and (max-width: 801px), only screen and (min-resolution: 2dppx) and (max-width: 801px) {
  .menu{
  height:32px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  background:#fff;
  z-index:9999;
  }
   #cssmenu>ul {
  padding-bottom:20px;
  border:1px solid #e3e3e3;
   }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a {
  color:#123877;
  line-height:32px;
  padding-left:15px;
  }
  #cssmenu>ul>li>ul{
    display: none;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 8px 20px 8px 30px;
    font-size: 14px;
    color: #000;
    background: none;
  text-align:left;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  background:#fff;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

/*banner*/
.banner{
  padding-top:20px;
}
.js-silder{
  position: relative; 
  min-width: 320px;
  width:100%;
}
.silder-scroll{
  width: 100%;
  overflow: hidden;
}
.silder-main{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.silder-main-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.silder-main-img img{
  width: 100%;
}
.silder-main-title{
  position: absolute;
  /*z-index: 9999;*/
  bottom: 30px;
  right: 0;
  width: 35%;
  height: 64px;
  line-height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(6,31,62,0.75);
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  font-size: 16px;
  color: #fff;
}
.silder-main-title a{
  color: #fff;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .silder-main-title{
    background: #061f3e;
    filter:Alpha(opacity=75);
    position:static;
    *zoom:1;
  }
  .silder-main-title a{
    position: relative;
  }  
}
.js-silder-ctrl{
  width: 100%;
  text-align: center;
  float:left;
}
.silder-ctrl-prev,
.silder-ctrl-next{
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-size: 52px;
  font-weight: 100;
  text-shadow: #666 2px 2px 5px;
  opacity: 0.5;
}
.silder-ctrl-prev:hover,
.silder-ctrl-next:hover{
  opacity: 1;
}
.silder-ctrl-prev{
  left: 10px;
  text-align: left;
}
.silder-ctrl-next{
  right: 10px;
  text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.silder-ctrl-prev>span{
  left: 0;
}
.silder-ctrl-next>span{
  right: 0;
}
.silder-ctrl-con{
  display: inline-block;
  width: 4%;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  top: -50px;
}
.silder-ctrl-con>span{
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
  background-color: #7bbedf;
}

/*main*/
.line{
  background:#668bcc;
  height:34px;
  width:5px;
  margin-right:10px;
  float:left;
}
.lm-title{
  float:left;
  width:170px;
  height:34px;
  color:#fff;
  padding-left:10px;
  font-size:18px;
  background:url(../images/tab.jpg) no-repeat;
  line-height:34px;
  letter-spacing: 1px;
}
.more{
  float: right;
  line-height: 34px;
}
.more a{
  color: #6228A1;
  font-size: 24px;
}
.news-main{
  width: 100%;
  margin-top: 10px;
  border:1px solid #2b60bc;
  padding:15px;
  background: #fff;
}
.notice-infoopen,.zs-jy-rc{
  padding-right: 0px;
}
.news,.bkjw-yjsjw,.xsgz{
  padding-left: 0px;
}
.kydt-xsjz{
  padding-right: 0px;
}
.bkjw-yjsjw,.kydt-xsjz,.xsgz,.zs-jy-rc{
  margin-top: 30px;
}
/*新闻中心*/
.news-first{
  border-bottom: 1px dotted #A3A3A3;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.news-left{
  padding-left: 0px;
}
.news-left img{
  width: 100%;
}
.news-right{
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
.news-first .news-title{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 16px;
	font-weight: bold;
  color: #012b74;
  text-align:left
}
.news-first .news-title a{
  font-size: 16px;
  color: #012b74;
}
.news-first .news-date{
  width: 20%;
  float: right;
  text-align: right;
}
.news-first .news-con{
  text-align: justify;
  line-height: 150%;
  font-size: 14px;
  margin-top: 15px;
}
.news-list .news-title,.notice-list .news-title,.xsgz-list .news-title{
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  color: #012b74;
  line-height: 33px;
}
.news-list .news-date,.notice-list .news-date,.xsgz-list .news-date{
  line-height: 34px;
}
.news-list .news-title a,.notice-list .news-title a,.xsgz-list .news-title a{
  font-size: 16px;
  color: #012b74;
}
/*通知公告和信息公开*/
.notice-infoopen .hd li,.bkjw-yjsjw .hd li,.kydt-xsjz .hd li,.zs-jy-rc .hd li{
  margin-left: 5px;
}
.notice-infoopen .hd li:first-child,.bkjw-yjsjw .hd li:first-child,.kydt-xsjz .hd li:first-child,.zs-jy-rc .hd li:first-child{
  margin-left: 0px;
}
.notice-infoopen .hd li:hover,.notice-infoopen .hd li.on,.bkjw-yjsjw .hd li:hover,.bkjw-yjsjw .hd li.on,.kydt-xsjz .hd li:hover,.kydt-xsjz .hd li.on,.zs-jy-rc .hd li:hover,.zs-jy-rc .hd li.on{
  background: url(../images/tab-on.jpg) no-repeat;
}
.notice-infoopen .bd,.bkjw-yjsjw .bd,.kydt-xsjz .bd,.xsgz-main,.zs-jy-rc .bd{
  width: 100%;
  margin-top: 10px;
  border:1px solid #2b60bc;
  padding:15px;
  background: #fff;
}
/*科研动态*/
.kydt-img{
  padding-left: 0px;
  padding-right: 0px;
}
.kydt-img img{
  width: 100%;
  border: 1px solid #E2E2E2;
}
.kydt-right{
  padding-right: 0px;
}
.kydt-list .row{
  padding-top: 19px;
}
.kydt-list .row:first-child{
  padding-top: 0px;
}
.kydt-title{
  width: 80%;
  float: left;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  color: #012b74;
  padding-bottom:10px;
}
.kydt-title a{
  font-size: 16px;
  color: #012b74;
}
.kydt-date{
  width: 20%;
  float: right;
  text-align: right;
}
.kydt-con{
  clear: both;
  width: 100%;
  text-align:justify;
  line-height:24px;
  height:48px;
  overflow:hidden;
  position: relative;
}
.kydt-con:after {
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9), rgba(255,255,255,1));
    background: -o-linear-gradient(right, rgba(255,255,255,0.9), rgba(255,255,255,1)); 
    background: -moz-linear-gradient(right, rgba(255,255,255,0.9), rgba(255,255,255,1)); 
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,1)); 
    padding-left:5px;
}
/*学术讲座*/
.xsjz-date{
  background:#3774c0;
  color:#fff;
  padding-left:0px;
  text-align:center;
  padding:10px;
}
.day,.month{
  width:100%;
  font-size:16px;
}
.day{
  border-bottom:1px solid #fff;
  font-size:18px;
}
.xsjz-title{
  padding-right:0px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
  color: #012b74;
  padding-bottom:8px;
}
.xsjz-list .row{
  border-bottom:1px dotted #d3d3d3;
  margin-bottom:8px;
}
.xsjz-list .row:last-child{
  border-bottom:none;
  margin-bottom:0px;
}
.xsjz-list .row:last-child .xsjz-title{
  padding-bottom:0px;
}
.xsjz-title a{
  font-size: 16px;
  color: #012b74; 
}
.xsjz-con,.xsjz-con div{
  color:#9c9c9c;
  line-height:20px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
}

/*师资队伍*/
.szdw{
  padding-left:0px;
  padding-right:0px;
  margin-top:30px;
}
.szdw-main{
  width:100%;
  height:272px;
  margin-top: 10px;
  border:1px solid #2b60bc;
  background: #fff;
  position:relative;
}
.szdw-main .prev,.szdw-main .next{
  width:51px;
  height:45px;
  position:absolute;
  top:110px;
  left:-15px;
  z-index:100;
  cursor:pointer;
  background:url(../images/btns.png) no-repeat;
}
.szdw-main .next{
  left:auto;
  right:-15px;
  background-position:0 -90px;
}
.szdw-main .prev:hover{
  background-position:0 -45px;
}
.szdw-main .next:hover{
  background-position:0 -135px;
}
.szdw-main .scrollWrap{
  width:100%;
  padding-top:15px;
  overflow:hidden;
  position:absolute;
  padding-left:15px;
  padding-right:15px;
}
.szdw-main dl{
  float:left;
  width:12.5%;
  text-align:center;
  position:relative;
}
.szdw-main dt{
  margin:0 auto;
  width:100%;
  overflow:hidden;
  padding-left:8px;
  padding-right:8px;
}
.szdw-main img{
  display:block;
  width:100%;
  height:176px;
}
.szdw-main dd{
  width:100%;
  height:56px;
  overflow:hidden;
  padding-left:8px;
  padding-right:8px;
}
.szdw-main dd .teacher-info{
  color:#fff;
  width:100%;
  background:url(../images/teacher-title-bg.jpg) repeat;
  height:56px;
  padding-left:8px;
  padding-right:8px;
  padding-top:5px;
  padding-bottom:5px;
}
.szdw-main dd a:hover{
  text-decoration:none;
}
.name a{
  font-size:16px;
  color:#fffc00;
  line-height:20px;
}
.zc{
  font-size:14px;
  line-height:20px;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  overflow:hidden;
}

/*footer*/
.footer{
  margin-top:30px;
  padding:30px 0px;
  background:#003597;
}
.links{
  padding-left:0px;
}
.partner{
  padding-left:0px;
}
.footer-title{
  color:#f9bc00;
  font-size:18px;
}
.link-ul,.partner-ul{
  margin-top:20px;
}
.link-ul li,.partner-ul li{
  width:33.3%;
  float:right;
  line-height:28px;
}
.link-ul li a{
  color:#fff;
}
.partner-ul li{
  padding-bottom:15px;
  padding-right:15px;
}
.partner-ul li img{
  width:100%;
}
.copyright{
  width:100%;
  background:#002670;
  text-align:center;
  padding:15px;
  color:#fff;
  line-height:24px;
}
@media(max-width:1439px){
  .szdw-main dl{
    float:left;
    width:16.6%;
  }
}
@media(max-width:1024px){
  .szdw-main dl{
    float:left;
    width:20%;
  }
}
@media(max-width:768px){
  .logo img{
    width:80%;
  }
  .news{
    padding-left:15px;
  }
  .news-first .news-title a,.news-list .news-title a,.notice-list .news-title a,.xsgz-list .news-title a{
    font-size:14px;
  }
  .news-first .news-con{
    line-height:28px;
  }
  .notice-infoopen{
    padding-right:15px;
    margin-top:30px;
  }
  .bkjw-yjsjw{
    padding-left:15px;
  }
  .kydt-xsjz{
    padding-right:15px;
  }
  .xsgz{
    padding-left:15px;
  }
  .zs-jy-rc{
    padding-right:15px;
  }
  .szdw{
    padding-left:15px;
    padding-right:15px;
  }
  .links{
    padding-left:15px;
  }
  .partner{
    padding-right:15px;
    padding-top:30px;
  }
  .kydt-title{
    width: 100%;
    padding-bottom:5px;
  }
  .kydt-title a,.xsjz-title a{
    font-size: 14px;
  }
  .kydt-date{
    width: 100%;
  }
  .search-input{
    height:30px;
    float:right;
  }
  .search-input input[type="text"]{
    height:20px;
  }
  .search-input input[type="submit"]{
    height:20px;
    line-height:20px;
  }
}
@media(max-width:767px){
  .logo img{
    width:90%;
  }
  .news-left{
    padding-right:0px;
  }
  .news-first .news-right{
    padding-top:15px;
  }
  .news-list .news-title,.notice-list .news-title,.xsgz-list .news-title{
    line-height: 26px;
  }
  .news-list .news-date,.notice-list .news-date,.xsgz-list .news-date{
    line-height: 26px;
  }
  .line{
    margin-right:5px;
  }
  .lm-title{
    width:106px;
    font-size:14px;
    font-weight:bold;
  }
  .more a{
    font-size:16px;
  }
  .szdw-main dl{
    float:left;
    width:33.3%;
  }
  .szdw-main{
    height:218px;
  }
  .szdw-main img{
    height:126px;
  }
  .link-ul li,.partner-ul li{
    width:50%;
  }

}
@media(max-width:375px){
  .szdw-main{
    height:203px;
  }
  .szdw-main img{
    height:116px;
  }
  .lm-title{
    width:145px;
  }
  .line{
    display:none;
  }
}
@media(max-width:320px){
  .szdw-main dl{
    float:left;
    width:50%;
  }
  .szdw-main{
    height:233px;
  }
  .szdw-main img{
    height:146px;
  }
}

/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) 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;
  }
}
.cpc .lm-title{
  color:#f13b2e;
  border-bottom:2px solid #f13b2e;
}
.fa-cpc{
  background:url("../images/fa-cpc.png") no-repeat;
  height:18px;
  width:17px;
}

.style03{
    color:#BA0407;
    font-weight: bolder;
    margin: 0 5px;
}
.search-result{
    background: #efefef;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}
.search-item{
    padding:25px 20px;
    border-bottom: 1px dotted #c0c0c0;
    text-align: left;
}
.search-title a{
    color: #10317a;
    line-height: 36px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.search-con{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.search-item .detail{
    margin-top:10px;
}
.search-input1{
    position: absolute;
    z-index: 99999;
    right: 0px;
    width: 255px;
    line-height: 46px;
    background: #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    display: none;
}
.search-input1 input{
    height: 32px;
}
.search-input1 input[type="input"]{
    width: 150px;
}
.search-input1 input[type="submit"]{
    width: 60px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}
.search2{
    width: 100%;
    text-align: center;
    padding:15px 0px;
    margin-bottom: 20px;
}
.search2 input{
    height: 42px;
}
.search2 input[type="text"]{
    width: 250px;
    border-radius: 5px;
}
.search2 input[type="submit"]{
    width: 80px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    background: #003597;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.f-en{
    float: right;
    padding:10px;
    line-height: 16px;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    background: #abd3f6;
    display: inline-block;
    height:34px;
    margin-left: 20px;
}