﻿@charset "utf-8";
/* CSS Document */
/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd {margin: 0;padding: 0px;border: 0;}
body {  color: #444;  font: 18px Arial, '微软雅黑';  font-family: '微软雅黑', 'Arial Narrow', HELVETICA;}
li {  list-style-type: none;}
h1,h2,h3,h4,h5,h6 {  font-size: 16px;  font-weight: normal;  margin: 0px;  padding: 0px;}
input,button,textarea,select {  font: 100% Arial, '微软雅黑';}

/* 默认全局样式超链接样式*/
a:link {color: #444;text-decoration: none;} /* 链接基本样式 */
a:visited {  color: #444;  text-decoration: none;
} /* 链接点击过后的样式 */
a:hover {/*color: #e61101;*/  text-decoration: none;  cursor: pointer;} /* 链接移上时的样式 */
a:active {color: #e61101;text-decoration: none;} /* 链接点击时的样式 */

/* 其它常用样式的定义 */
.fl {  float: left;}
.fr {  float: right;}
.clear {  clear: both;}
.noBorder {  border: none;}
img,li {  vertical-align: top;} /* 解决图片和LI的高度空隙问题 */

body{ background: url('../images/top-bg.jpg') no-repeat top center;background-color:#f3fafe;min-width: 1250px;}
/*--基本输入框--*/
.from-control{ border:none; color:#444; outline:none; font-size:14px;}
.btn-default,.btn{ border:none; outline:none; cursor:pointer;}

input.formcolumn{ border:none; background:none; outline:none;}


ul {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.all {
  width: 100%;
}
.hd {
  width: 100%;
}
.bd {
  width: 100%;
}
.from-control {
  border: none;
  color: #444;
  outline: none;
 background: none;
}
.btn {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

/* 单行文本溢出 */
.es {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.es-2 {
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /*数字是几就显示几行*/
  -webkit-box-orient: vertical;
  word-break: break-word;
}

/* 旋转180deg */
.rotateZ-180 {
  transform: rotateZ(-180deg);
}

.radius5{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
/* 内容区域样式 */
.contentBox {
  width: 100%;
  margin: 0 auto;
}

.df-jcsb{display: flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}

.newlist{ width:100%;}
.newlist li{ overflow:hidden; zoom:1; line-height:38px; background:url(../images/sx-dian1.png) no-repeat left; padding-left:15px; font-family:"微软雅黑";}
.newlist li:hover{background:url(../images/sx-dian2.png) no-repeat left;transition: 400ms;}
.newlist li a{ display:inline-block; float:left; width:82%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newlist li span{ width:80px;float:right; color:#666; text-align:right;  font-size:15px; font-family:"Arial"; }
.newlist li.line{ height: 1px; margin: 8px 0; background: none; padding-left:0; border-top:1px dashed #c4c4c3;}
.mag15{margin-bottom:15px;}


/*---头部----*/
body{background: #f5f5f5;}
.page-header{ width:100%;background: url(../images/topheaderbg.jpg) no-repeat center top;}
.page-header .contentBox{ width:1260px;}
.header-container{ width:100%; height: 40px; background: rgba(255,255,255,0.32);line-height: 40px; font-size: 14px;}
.hc-left-box span{ display: inline-block; margin-right:10px; color: #95989b;}
.hc-left-box span.rili{ background: url(../images/rili-icon.png) no-repeat left;padding-left:24px; box-sizing: border-box;}
.hc-right-box span{ display: inline-block;padding:2px 8px; background:#055abc; color: #fff; border-radius: 20px; line-height: 24px; margin-top:5px;}
.logoSearch{width:100%;margin-top:108px;margin-bottom:92px;}
.logoBox{ width:514px;}
.logoBox img{ width:100%;}
.searchframe{ width:370px; height: 48px; background: rgba(255,255,255,0.71); border-radius:20px;padding:3px; box-sizing: border-box; border-radius: 30px;margin-top:20px; }
.search-box{ width:260px;padding-left:15px; box-sizing: border-box; }
.search-box input,.search-but input{ display: block; width:100%; font-size: 16px; line-height: 40px;}
.search-but{ width:88px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb11d), color-stop(100%,#fe9a18));
background: -webkit-linear-gradient(left,#feb11d,#fe9a18);
background: -o-linear-gradient(left,#feb11d,#fe9a18);
background: -moz-linear-gradient(left,#feb11d,#fe9a18);
background: -mos-linear-gradient(left,#feb11d,#fe9a18);
background: -ms-linear-gradient(left,  #feb11d  0%,#fe9a18 100%);
background: linear-gradient(left,#feb11d,#fe9a18);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb11d', endColorstr='#fe9a18',GradientType=1 );border-top-right-radius: 30px;border-bottom-right-radius: 30px; }
.search-but input{ background: url(../images/fdj-icon.png) no-repeat 10px 0; height: 30px; color: #fff; padding-left:20px;}
.menulist{ width:100%; height: 60px; background: url(../images/menu-bg.jpg) no-repeat center; }
.menulist ul li{width:125px; text-align: center; height: 60px; line-height: 60px; background: url(../images/menu-line.png) no-repeat right; font-size: 21px; position: relative;}
.menulist ul li:last-child{ background: none;}
.menulist ul li a{ color: #fff;}
.menulist ul li.current,.menulist ul li:hover{ font-weight: bold;}
.menulist ul li i{ display: block; position: absolute; bottom:0; left: 40%;width:9px;  height: 5px; transition: 400ms; }
.menulist ul li.current i,.menulist ul li:hover i{ background: url(../images/menu-arrow.png) no-repeat; transition: 400ms;}

.mainBox{width:1230px; background: #fff; padding:15px;  margin: 0 auto;margin-top:20px;}


/*---页脚---*/
.pageFooter{ background: #2165ab; width:100%; margin-top:25px; padding:10px 0;}
.copyright{ width:730px; margin: 0 auto;}
.copytu{ max-width:110px; text-align:right; margin:30px 72px 0px 72px; color: #fff;}
.copywen{ width:auto;  font-size:12px; line-height:24px; margin-top:10px; text-align:center;}
.coylink{ line-height:24px;color: #fff; }
.coylink a{ margin:0 10px; color: #fff;}
.yejwen{ width:100%; text-align:center;color: #fff;}
.yejwen a{color: #fff;}
.yejwen img{ margin:0 5px; vertical-align:middle;}


/*--翻页--*/
.pagecss{  overflow:hidden;zoom:1;margin:15px auto; padding:5px 0;/* background:#f5f5f5;*/ text-align:center; display:table ; font-size:15px !important;}
.pagecss a,.pagecss span{ display:block; float:left;background:#fff; border:1px solid #cccccc;padding:3px 9px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; margin-right:10px; text-align:center;  }
.pagecss a:hover,.pagecss a.current,.pagecss span.current{ background:#fc8118; color:#fff; border:1px solid #fc8118;}
a.page1{ background:#f2efef; border:1px solid #e0e0e0 !important}
.pagecss span input{ display:inline;background:none; text-align:center; width:25px; height:23px;border:1px solid #d3e6fc; line-height:23px; background:#e2effd; margin:0px 5px;  outline:none; color:#444;}

/*----------侧栏样式----*/
.right_menu{width:70px; border-radius: 20px;padding:10px;  background: #eaf6fe; position:fixed; height:220px;/*margin-left:614px;right:14.5%;*/z-index: 999;right:1%; top:350px;right:1%\9;}

.right_menu ul{ width:100%; position:absolute; z-index:3; box-sizing: content-box; overflow:visible;margin-top:5px;left: -1px;}
.right_menu b{display:block; position:absolute; width:100%; height:100%; z-index:1;}

.right_menu li{text-align:center;position:relative;margin:3px 0; margin-bottom:10px;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; width:100%; cursor: pointer;}
.right_menu li i,.right_menu li span{ display: block;margin: 0 auto;}
.right_menu li i{ width:40px; height: 40px; background:url(../images/above-bg.png) no-repeat 0 0;}
.right_menu li span{ text-align: center; line-height: 22px; text-align: center;width:100%; font-size: 15px;margin-top:5px;}

.right_menu .item{position:relative;  }
.right_menu .root1 i{background-position:0px 0px; position:relative;}
.right_menu .root2 i{background-position:0px -40px!important;}

.right_menu .root1:hover i{background-position:0 0px;}
.right_menu .root2:hover i{background-position:0 -40px;}

.right_menu .wx_con,.right_menu .wx_con2{width:113px;position:absolute;top:0; left:103px;padding-bottom:10px;  top:0px; z-index:999; background:#fff; border-radius:5px; }
.right_menu .wx_con img,.right_menu .wx_con2 img{ width:113px; height:113px;}
.right_menu .wx_con span,.right_menu .wx_con2 span{ display:block; text-align:center; line-height:20px; font-size:15px;margin-top:-2px;  }

.right_menu .wx_con2{ top:100px;}

@media screen and (min-width: 1680px)and (max-width: 1920px) {
	.right_menu{ top:323px; right:8.5% !important;; }	
	}

@media screen and (max-width: 1680px) {
	.right_menu{ right:4.5% !important;}	
	 }

@media screen and (min-width: 1600px) and (max-width: 1679px) {
	.right_menu{ right:4% !important;top:323px !important;}	
	.right_menu .wx_con{ left:50px;}
	}


@media screen and (min-width: 1400px)and (max-width: 1599px) {
	.right_menu{  top:323px;right:0.5% !important;}
	.right_menu .wx_con{ left:-160px !important;}	
	 }
	 	 
@media (max-width: 1366px) {
.right_menu{top:323px !important; right:0% !important; ;}	
.right_menu .wx_con{ left:-118px;}
}

	
@media screen and (min-width: 1289px)and (max-width: 1365px) {
	.right_menu{  top:323px;left:0% !important ; }
	.right_menu .wx_con{ left:-120px;}	
	 }

@media (max-width: 1280px) {
	.right_menu{ display:none !important; }		
	 }

/*-------------侧栏结束---------------*/








