* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
.text:hover, .more1:hover {
    text-decoration: underline;
}
.box {
	width: 100%;
    background: linear-gradient(180deg, rgb(39 114 190) 0%, rgb(167 197 226) 51%, rgba(255, 255, 255, 0) 100%);
    background-size: 100% 369px;
    background-repeat: no-repeat;
} 
.container1 {
    width: 1200px;
    margin: 0 auto;
}
.top {
    position: relative;
    height: 129px;
}

.box nav {
  width: 100%;
  line-height: 48px;
  background: #34598B;
}
nav .nav_main {
  width: 1200px;
  margin: 0 auto;
}
nav ul {
  display: inline;
}
nav .nav_item {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 0 25px;
  cursor: pointer;
  position: relative;
}
.nav_main ul li{
	list-style-type: none;
    text-align: center;
}
nav .nav_item a {
  color: #fff;
}
nav .nav_item a:link{
	text-decoration: none;
}

nav .nav_item:hover {
  background-color:#0F295F;
  /* border-bottom: 2px solid #ffffff; */
}

nav .nav_item .nav-item-dp {
  display: none;
  padding: 0 8px;
  position: absolute;
  z-index: 99;
  top: 50px;
  left: -10%;
  line-height: 30px;
  background: #34598B;
  text-align: center;
  padding: 8px 0;
  opacity:0.82;
  width:120%;
}

nav .nav_item .nav-item-dp > a {
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
  
}
nav .nav_item .nav-item-dp > a:hover {
  text-decoration: underline;
}
nav .nav_item .nav-item-dp .nav-dp:hover {
	
  background:#0F295F;
  opacity:0.9;
}
nav .nav_item .nav-item-dp .nav-dp {
	font-size: 14px;
	
 
}
nav .nav_item:hover .nav-item-dp {
  display: block;
}

nav .seach_box {
  width: 200px;
  position: relative;
  margin-bottom: 23px;
  float: right;
  margin-top: 8px;
}

.symbol {
	margin-top: 34px;
    width: 600px;
    height: 76px;
}
.logo-text {
	position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-left: 355px;
    margin-top: -63px;
    letter-spacing: 2px;
}
.logo-line{
height: 53px;
    width: 1px;
    background: #fff;
    float: left;
    position: relative;
    left: 328px;
    top: 43px;
}
.top-img {
	position: absolute;
    right: 0px;
    top: -1px;
    opacity: 0.6;
}
ul{
	list-style: none;
}
.serach {
    float: right;
    margin-top: 8px;
    margin-right: 16px;
    position: relative;
}
.serach input {
	color: #aaaaaa;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding-left: 13px;
}
.serach img{
    position: absolute;
    right: 14px;
    top: 8px;
}
.content {
    margin-top: 32px;
}
.content::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.content>div {
    float: left;
}
.left-top-box>div {
    float: left;
}
.swiper {
    width: 310px;
    height: 210px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container img {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width:8px;
    height:8px;
    background:rgba(255,255,255,1);
    border-radius:50%;
    opacity: 0.32;
}
.swiper-pagination-bullet-active {
    background:rgba(237,167,0,1);
    opacity: 1;
}

.swiper-pagination {
    margin-left: 115px;
    /* margin-top: 10px; */
    bottom: 11px;
    
}
.middle-img {
    margin-top: 24px;
}
.left-top-box::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.text-top {
    width: 500px;
    margin-left: 16px;
}
.top-title-box {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.top-title-box:first-child {
    border-bottom: 1px solid #BFBCBC;
}
.top-title {
    display: inline-block;
    color: #888888;
    font-family:Microsoft YaHei;
    width: 88px;
    text-align: center;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
}
.active{
	border-bottom: 2px solid #EBA52D;
	font-weight: bold;
	color: #09539B;
}
.more1 {
    color: #999999;
    font-size: 12px;
    float: right;
    margin-right: 5px;
}
.list {
    list-style: none;
    line-height: 29px;
    position: relative;
}
.list2 {
    line-height: 24px;
}
.square {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #BBBBBB;
    margin-bottom: 12px;
    margin-right: 5px;
}
.text {
    font-size: 14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #555555;
    display: inline-block;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.time {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color: #aaaaaa;
    position: absolute;
    top: 0px;
    right: 0px;
}
.main-content {
    margin-top: 24px;
}
.main-content-bottom {
    margin-top: 34px;
}
.main-content::after {
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.content-table {
    width: 430px;
    float: left;
    margin-left: 0px;
    height: 220px;
}
.content-table .square {
    background-color: #DDDDDD;
    margin-bottom: 12px;
}
.content-table .text {
    color: #232323;
    font-size: 14px;
    display: inline-block;
    width: 300px;
}
.content-table-right {
    margin-left: 31px;
}
.content-table li {
    width: 430px;
}
.kind {
    padding: 0 15px 0 22px;
    width: auto;
}
.result {
    color: #888888;
    display: inline-block;
    margin-left: 38px;
    cursor: pointer;
}
.content-right {
    width: 280px;
    margin-left: 19px;
}
.direct > a,
.direct .supplier {
	width: 100%;
    display: inline-block;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 13px 18px;
    color: white;
    box-sizing: border-box;
}
.direct .supplier .login,
.direct .supplier .regist {
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    height: 12px;
    line-height: 12px;
    margin: 6px;
}
.direct .supplier .direct-text >a:hover {
    text-decoration: underline;
}
.direct .supplier .regist{
    border-left: 1px solid #fff;
    padding-left: 6px;
}
.market {
    background-color: #F99C52;
}
.expert {
    background-color: #4897DD;
}
.jingjia{
	background-color: #35C0D5;
}
.supplier {
    background-color: #2274CC;
}
.market, .expert, .supplier, .jingjia {
    position: relative;
}
.direct-text {
    display: inline-block;
    margin-left: 14px;
    vertical-align: top;
    font-size: 18px;
    margin-top: 2px;
}
.direct a:hover .direct-text, .download-box:hover .download-text {
    text-decoration: underline;
}
/* .direct a:hover .login {
    text-decoration: underline;
} */
.jiantou {
    position: absolute;
    top: 22px;
    right: 30px;
}
.supplier-direct-text {
    margin-right: 0px;
}
.supplier-login {
    margin-right: 16px;
}
.notice {
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    padding: 12px 14px 0px 12px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.notice-box {
     width: 252px;
     border-bottom: 1px solid #DDDDDD;
     /* padding-bottom: 8px; */
}
.notice .square {
    vertical-align: top;
    margin-top: 12px;
}
.notice li {
    height: 28px;
}
.notice-title {
    font-size: 15px;
    color: #232323;
}
.notice-text {
    font-size: 12px;
    display: inline-block;
    width: 225px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #232323;
}
.download {
    height: 189px;
    padding-bottom: 0px;
    margin-bottom: 16px;
}
.download-box {
    width: 251px;
    height: 37px;
    box-sizing: border-box;
    line-height: 46px;
}
.download-box:last-child {
    border: 0px;
}
.download-box img {
    vertical-align: top;
    margin-top: 14px;
}
.download-text {
    color: #232323;
    font-size: 14px;
    display: inline-block;
    margin-left: 8px;
    display: inline-block;
    width: 214px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bottom {
    width: 100%;
    height: 200px;
    background-color: #033E76; 
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 54px;
}
.company {
    height: 85px;
    line-height: 85px;
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
    text-align: center;
    background: #09539b;
    font-size: 15px;
    color: #fff;
}
.company span a{
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    color: #fff; 
}
.company span:after{ content:""; display:inline-block; width:1px; height:12px; border-left:1px solid #fff;    left: -20px; margin-left:20px; position:relative; top:1px;font-size:16px;}
.company span:last-child:after{ display:none;}
.technology {
    margin-top: 20px;
    margin-bottom: 14px; 
    font-size: 15px;
    color: #fff;  
}
.address{
    width:1000px;
	text-align: center;
    margin: 0 auto;
    padding-top: 26px;
    font-size: 15px;
    color: #fff;
}
.address span {
    margin-right: 20px;
}
.frame-box{
	width: 40px;
	height: auto;
	background: #234572;/* #C81321 */
	right: 2px;
	cursor: pointer;
	z-index: 999;
	position: fixed;
	top: 50%;
	color: #FFFFFF;
	text-align: center;
    padding: 5px 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.frame-box span{
	display: inline-flex;
    padding: 10px 5px;
    font-size: 16px;
}
.frame-box:before{
	content: url(../images/export.png);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	width: 40px;
	height: 40px;
}
.frame-box:hover{
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, .20), 0 8px 20px 0 rgba(0, 0, 0, .40);
}
/*===========浮动层===========*/
.fixed-msg{ width:500px; background:#fff; border:7px solid rgba(0,0,0,0.2); padding:30px 20px; box-shadow:0 4px 8px rgba(0,0,0,0.2); position:fixed; top:50px; left:50px; z-index:99;}
.fixed-msg .tips{ font-size:14px; color:#333; display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.fixed-msg .tips:hover{ color:#cba635;}
.fixed-msg .tips i{ font-size:40px; display:inline-block; margin-right:10px; position:relative; top:2px;}
.fixed-msg .more3{ color:#2196f3; display:block; float:right; margin-bottom:-10px;}
.fixed-msg .close{ display:block; width:24px; height:24px; text-align:center; position:absolute; top:0; right:0;}
.fixed-msg .close i{  line-height:24px; font-size:18px;}
.fixed-msg .close:hover{ color:#fff; background:#e45454;}
.masklayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 998;
}

.layerdt {
  display: none;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  width: 790px;
  margin: -225px 0 0 -395px;
  z-index: 9996;
}

.layerdt .lydt {
  position: relative;
  width: 100%;
  height: 450px;
  background-color: #000;
}

.layerdt video,
.layerdt img,
.layerdt object,
.layerdt embed,
.lydt div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layerdt object,
.layerdt img {
  vertical-align: top;
}

.exitlayer {
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 40px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  background: #234572;
  text-indent: -9999px;
  text-indent: 0\0;
  *text-indent: 0;
}

.exitlayer:hover {
  opacity: 0.75;
}

.exitlayer:before,
.exitlayer:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -40%;
  content: "";
  line-height: 0;
  font-size: 0;
  width: 80%;
  height: 1px;
  background: #fff;
  overflow: hidden;
  display: none\0;
}

.exitlayer:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.exitlayer:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

#calendar{
	background: #fff;
	width: 280px;
	height: 260px;
    border: 1px solid #ddd;
    position: relative;
}

#calendar:after {
    content: "采购日历";
    display: block;
    width: 34px;
    font-size: 18px;
    color: #fff;
    height: 129px;
    background: url(../images/rili.png) 0 0 no-repeat;
    position: absolute;
    top: 0px;
    right: -27px;
    background-size: cover;
    text-align: center;
}