﻿/* 全局公共样式的设定 */
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: #333;
  font: 16px 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: #333;
  text-decoration: none;
} /* 链接基本样式 */
a:visited {
  color: #333;
  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的高度空隙问题 */

/*--基本输入框--*/
.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;
}
ul li.last {
  margin: 0 !important;
  border-right: none !important;
}

.all {
  width: 100%;
}
.hd {
  width: 100%;
}
.bd {
  width: 100%;
}
.from-control {
  border: none;
  color: #444;
  outline: none;
}
.btn {
  border: none;
  outline: none;
  cursor: pointer;
}

/* 单行文本溢出 */
.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);
}

/* 内容区域样式 */
.content-box {
  width: 1252px;
  margin: 0 auto;
}

/* 头部样式 */
.page-header {
  width: 100%;
  background: url('../images/top-bg.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 10px;
  color: #fff;
  min-width: 1252px;
}

.df-jcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container a {
  color: #fff;
}

.header-container .hc-left-box .icon-line {
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin: 0 8px;
  display: block;
}

.header-container .hc-left-box {
  color: #fff;
  display: flex;
  align-items: center;
	font-size: 15px;
}

.header-container .hc-right-box {
  width: auto;
  display: flex;
  align-items: center;
  color: #fff;
	font-size: 15px;
}

.header-container .hc-right-box li {
  display: flex;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
}

.header-container .hc-right-box li .iconfont {
  margin-right: 2px;
  font-size: 12px;
}

.page-header .header-content {
  padding: 30px 0;
  margin-bottom: 20px;
}

.header-content .left-logo-box {
  width: 420px;
}

.header-content .left-logo-box img {
  width: 100%;
  object-fit: contain;
}

.header-content .right-select-box {
  padding-bottom: 35px;
}

.right-select-box .model-list-box,
.auxiliary-box .model-list-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
	font-size: 15px;
}

.right-select-box .model-list-box a,
.auxiliary-box .model-list-box a {
  color: #fff;
  display: block;
  padding: 5px 10px;
}

.right-select-box .model-list-box li,
.auxiliary-box .model-list-box li {
  background: #f0a532;
  border-radius: 20px;
  font-weight: bold;
  margin-left: 10px;
  min-width: 68px;
  text-align: center;
  box-sizing: border-box;
}

.header-content .search-box {
  display: flex;
  box-sizing: border-box;
  border-radius: 40px;
 /* background: #fff;*/
  overflow: hidden;
}

.header-content .search-box .search-input {
  border: none;
   background: #fff;
 border-bottom-left-radius: 40px; border-top-left-radius: 40px;
  outline: none;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  width: 350px;
  flex: 1;
  font-size: 15px;
}

.header-content .search-box .search-but {
  display: flex;
  align-items: center;
  font-size: 16px;
  background: #4876e6;
  padding: 0 15px 0 10px;
	height: 48px; line-height: 48px;
  cursor: pointer;
	border-bottom-right-radius: 40px; border-top-right-radius: 40px;
	margin-right:6px;
}

.header-content .search-box .search-but .iconfont {
  margin-right: 5px;
}

.header-content .search-hot-list {
  display: flex;
  padding: 8px 0 10px 0;
  font-size: 14px;
}

.header-content .search-hot-list li {
  margin-left: 15px;
  cursor: pointer;
}

/* 公共头部样式调整 */
.header-nav {
  height: 58px;
  line-height: 58px;
  background: url('../images/menu-bg.jpg') center center no-repeat;
  background-size: cover;
}

.header-nav .header-nav-list {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.header-nav .header-nav-list a{ color: #fff;}

.header-nav .header-nav-list .icon-line {
  margin: 0 2px;
  width: 1px;
  height: 18px;
  background-color: #3f7ec1;
  display: block;
}

.header-nav .header-nav-list li.menu-line {
  color: #fff;
  padding: 0 !important;
  display: initial;
  position: relative;
  cursor: initial;
}

.header-nav .header-nav-list li.menu-line:hover {
  background: none;
}

.header-nav .header-nav-list .icon-line-blod {
  height: 22px;
  width: 2px;
  background-color: #fff;
}

.header-nav .header-nav-list li:not(.menu-line),.header-nav .header-nav-list li a {
  color: #fff;
  padding: 0 22px;
  display: block;
  position: relative;
  cursor: pointer;
}

.header-nav .header-nav-list li:not(.menu-line)::after {
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.header-nav .header-nav-list li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.header-nav .header-nav-list li:hover::after {
  opacity: 1;
  visibility: visible;
}

.header-nav .header-nav-list .active {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.header-nav .header-nav-list .active::after {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-nav .header-nav-type {
  justify-content: center;
}

.header-nav .header-nav-type li:not(.menu-line) {
  min-width: 116px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}

.header-nav .header-nav-type li:not(.menu-line)::after {
  content: none;
}

/*-----首页头部头部样式----*/

.index-header {
  width: 100%;
  background: url('../images/sytop-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
.index-header .header-container {
  background: #1082ce;
}
.topcenter {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.index-header .auxiliary-box {
  margin-top: 26px;
}
.sylogo-box {
  width: 477px;
  margin: 0 auto;
  height: 98px;
  margin-top: 35px;
}
.sy-select-box {
  width: 685px;
  margin: 35px auto 44px auto;
  padding-left: 208px;
}
.searchframe {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.zhineng {
  width: 120px;
  height: 48px;
  background: url(../images/ys-znwdbg.png) no-repeat;
  padding-left: 44px;
  line-height: 52px;
  color: #fff;
}
.zhineng a {
  color: #fff;
}
.header-content .searchframe .search-input {
  width: 372px;
  height: 48px;
  line-height: 48px;
  text-indent: 6px;
}
.header-content .searchframe .search-but {
  height: 48px;
  line-height: 48px;
  padding: 0 12px 0 8px;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #21a3ed),
    color-stop(100%, #0b86dd)
  );
  background: -webkit-linear-gradient(left, #21a3ed, #0b86dd);
  background: -o-linear-gradient(left, #21a3ed, #0b86dd);
  background: -moz-linear-gradient(left, #21a3ed, #0b86dd);
  background: -mos-linear-gradient(left, #21a3ed, #0b86dd);
  background: -ms-linear-gradient(left, #21a3ed 0%, #0b86dd 100%);
  background: linear-gradient(left, #21a3ed, #0b86dd);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a3ed', endColorstr='#0b86dd',GradientType=1 );
}
.searchframe .search-but i {
  font-size: 20px;
}
.sy-select-box .search-hot-list {
  margin-top: 8px;
  padding-left: 8px;
}

/* 底部样式 */
.page-footer {
  background: #f5f5f5;
}
.page-footer .nav-box {
  background: #c5e5fe;
}

.linklb {
  width: 100%;
  max-width: 1250px;
}
.linklb ul {
  overflow: inherit;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.linklb li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 233px;
  border-right: 1px solid #fff;
  background: url(../images/arrow23.png) no-repeat 160px 18px #fff;
	font-size: 15px;
}
.linklb li a {
  color: #777;
}
.linklb li a:hover {
  color: #015293;
}
.linklb li a:visited {
  color: #015293;
}
.linklb li:hover {
  background: url(../images/arrow23.png) no-repeat 160px 19px #f5f5f5;
}
.linklb li ul {
  display: none;
}

.linklb li:hover a {
  display: block;
  width: 100%;
  color: #333;
}
.linklb li:hover a:hover {
  color: #015293 !important;
}
.linklb li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #f2f6f9;
  z-index: 9999;
  top:50px;
}
.linklb .szf .zfbm,.linklb .szf .pcjg,.linklb .szf .sydw,.linklb .szf .jtzz {	
 font-size:13px;
  width: auto; 
  position: absolute; 
  overflow-x: none;
  overflow-y: none;	
}
.linklb .szf .zfbm{ top: 10px;}
.linklb .szf .pcjg {top: 185px;}
.linklb .szf .sydw { top: 210px;}
.linklb .szf .jtzz {  top: 235px;}

.linklb .szf {  
  min-height: 248px;
}
.linklb .szf dt {
  float: left;
  width: 100px;
  color: #015293;
  font-weight: bold;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
}

.linklb .szf ul li {
  line-height: 24px !important;
  float: left !important;
  text-align: left !important;
  background: url(../images/arow1.png) no-repeat 1px;
  padding-left: 10px !important;
  border-right: none !important;
  width: 195px;
 text-indent:0;
 height: 24px !important;
}
.linklb .szf ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px !important;
}

.linklb .pcjg ul li {
  line-height: 24px !important;
  float: left !important;
  text-align: left !important;
  background: url(../images/arow1.png) no-repeat 1px;
  padding: 0px 30px 0px 15px !important;
  border-right: none !important;
  width: 255px;
}
.linklb .pcjg ul li a {
  display: block;
  overflow: hidden;

  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px !important;
}

.linklb .up_bd,.linklb .up_bd3,.linklb .up_bd4,.linklb .up_bd5{padding-top:5px;}
.linklb .up_bd li,.linklb .up_bd2 li,.linklb .up_bd3 li,.linklb .up_bd4 li,.linklb .up_bd5 li{
  margin: 0px 10px 0px 30px;
  line-height: 30px !important;
  float: left;
  width: 180px !important;
  text-align: left !important;
  background: url(../images/arow1.png) no-repeat 8px 14px;
  padding-left: 10px;
  text-indent: 10px !important;
  border-right: none !important;
  height: 30px;
  line-height: 30px;
 font-size: 13px;
}
.linklb .up_bd li a,.linklb .up_bd3 li a,.linklb .up_bd4 li a,.linklb .up_bd5 li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px !important;
}

.sylink li:hover ul {
  top: 50px !important;
}
.sylink li:hover ul,
.linklb li:hover ul {
  width: 1250px;
  padding: 5px 10px 15px 10px; 
  overflow-y: auto;
  background: #f5f5f5;
  box-sizing: border-box;
}
.linklb .up_bd2 li{margin:0; text-indent: 0; padding-left:0; background: none !important; height: inherit !important;}
.linklb .up_bd2 li .szf ul,.linklb .up_bd2 li .szf li{ height:inherit !important;}
.linklb .up_bd2 li .szf li{ background: none; padding:0; text-indent: 0;}
.linklb .szf ul{ width:auto; padding:0; position: inherit !important;}


.linklb .szf dd {
  float: left;
  width:1122px;
}
.linklb .szf dd ul{ width:auto;padding:0 5px;}
.linklb .szf dd ul li{margin-left:0;}
.linklb li:hover ul .szf dd ul{ width:auto;}


.linklb .up_bd,.linklb .up_bd2,.linklb .up_bd3,.linklb .up_bd4,.linklb .up_bd4 {  left: 0;}

.page-footer .info-box {
  padding: 20px 0 20px;
  background: #2165ac;
  min-width: 1252px;
}

.lianjie {
  overflow: hidden;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
 margin-bottom: 30px;
}
.lianjie select {
  display: block;
  float: left;
  width: 300px;
  height: 40px;
  color: #bed3f0;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 25px;
  background: url(../images/yjarrow1.png) no-repeat 260px 15px
    rgba(255, 255, 255, 0.1);
  line-height: 40px;
  outline: none;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari 和 Chrome */
}
.lianjie select option {
  line-height: 30px;
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.page-footer .info-content {
  display: flex;
  align-items: center;
  justify-content: center;  
}

.page-footer .info-content .left-img-nav {
  display: flex;
  align-items: center;
}

.page-footer .info-content .left-img-nav * {
  margin-right: 20px;
}

.page-footer .info-content .right-txt-box {
  font-size: 12px;
  color: #fff;
}

.page-footer .info-content .right-txt-box a {
  color: #fff;
}

.info-content .right-txt-box p {
  margin-bottom: 8px;
}

.page-main {
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 30px;
}

/* Pager 分页区域 */
.pager {
  padding: 12px 0 0 0px;
  height: 50px;
}
.pager a,
.pager span {
  display: block;
  float: left;
  padding: 4px 8px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  color: #333;
}
.pager a:active {
  display: block;
  float: left;
  border: 1px solid #d1d1d1;
  color: #fff;
  background: #0575c3;
}
.pager a:hover {
  border: 1px solid #0575c3;
  text-decoration: none;
  color: #fff;
  background: #0575c3;
}
.pager span.current {
  background: #0575c3;
  border: 1px solid #0575c3;
  color: #fff;
  font-weight: bold;
}
.pager span.disabled {
  border: 1px solid #c5c5c5;
  padding: 4px 8px;
  color: #c0c0c0;
}

.newlist {
  width: 100%;
}
.newlist li {
  overflow: hidden;
  zoom: 1;
  line-height: 35px;
  background: url(../images/arow1.png) no-repeat left;
  padding-left: 15px;
  font-family: '微软雅黑';
}
.newlist li a {
  display: inline-block;
  float: left;
  max-width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newlist li span {
  width: 80px;
  float: right;
  color: #777;
  text-align: center;
  font-size: 14px;
}
.newlist li.line2 {
  border-bottom: 1px dashed #d2d2d2;
  height: 1px;
  margin: 5px 0px;
  background: none;
}

/*  页面右边栏悬浮导航  */
.page-right-nav {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 99;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 78px;
  transition: width 0.3s;
}

.page-right-nav-heid {
  width: 46px;
}

.page-right-nav .page-right-list .page-right-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 1px;
  color: #333;
  font-size: 14px;

  box-sizing: border-box;
}

.page-right-nav .page-right-list .page-right-item .iconfont {
  font-size: 26px;
}

.page-right-nav .page-right-list .page-right-item span {
  margin-top: 8px;
}

.page-right-nav .page-right-list .page-right-item:first-of-type a {
  background: #ff9630;
  color: #fff;
}

.page-right-nav .page-right-list .page-right-item:nth-of-type(2) a {
  background: #3b82de;
  color: #fff;
}

.page-right-nav .retract-box {
  background: #3b82de;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.page-right-nav .retract-box .iconfont {
  margin: 0 5px;
  display: inline-block;
  transition: all 0.25s;
}


ul.page-right-list li.page-right-item{ position: relative;}
.page-right-nav .page-right-list{ overflow: inherit;}
.page-right-nav .gxPush{width:110px;position:absolute; left:-158px; top:0px; z-index:99;padding-right:40px;}
.hovFrame{ width:115px; background:#fff;padding:10px 10px 10px 20px;-webkit-box-shadow: 0 0 4px 4px #e3effd;	-moz-box-shadow: 0 0 4px 4px #e3effd;box-shadow: 0 0 4px 4px #e3effd; position: relative;}
.gxPush i{ width: 0;height: 0;border-width: 8px;border-style: solid;border-color:transparent transparent transparent #fff;position: absolute; top:30px; right:-11px; z-index: 99;}
.hovFrame a,.hovFrame p{ display: block !important; line-height: 26px;  }
.hovFrame a{ color: #0b7fea; height: 30px; line-height: 30px; color: #0b7fea !important; background: none !important;  font-size: 15px !important;  text-align: center;
	padding:0 !important; }
.hovFrame p{line-height: 20px; font-size: 14px; color: #777;}
.page-right-nav .dy_con{top:154px;}
ul.page-right-list li .gxPush{ display: none;}
ul.page-right-list li:hover .gxPush{ display:block;}



/*-------当前位置-----*/
.location {
  line-height: 26px;
  height: 35px;
  line-height: 35px; 
  font-size: 14px;
  color: #666;
}
.location a {
  margin: 0px 5px;
  color: #666;
}
.location .icon-weizhi1 {
  color: #666;
}
