﻿.main{
	width: 1180px;
	margin: 0 auto;
}
.w{
	width: 1180px;
	margin: 0 auto;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -42px;
	right: 0;
	font-size: 14px;
	line-height: 40px;

}
.multimedia>div{
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.mobileTop a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.mobileTop:hover {
	background: #fff;
}
.mobileTop:hover a {
	color: #333;
	border-right:1px solid #fff;
}
.weMediaTop:hover {
	background: #fff;
}
.weMediaTop:hover a {
	color: #333;
	border-right:1px solid #fff;
}
.weMediaTop a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.siteService a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.siteNavTop a{
	color: #fff;
	padding:0 20px;
}
.mobile .mobileTop a i{
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.weMedia .weMediaTop a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.siteNav1 .siteNavTop a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 260px;
	padding: 20px 15px 5px 15px;
	position: absolute;
	top: 40px;
	left: -217px;
	background: #fff;
	display: none;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.mobileBot .item {
	width: 110px;
	padding: 0 10px;
	float: left;
}
.mobileBot .item .image {
	width: 110px;
	height: 110px;
}
.mobileBot .item p {
	text-align: center;
	font-size: 16px;
}
.mobileBot p {
	font-size: 14px;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.weMediaBot{
	width: 390px;
	padding: 20px 15px 5px 15px;
	position: absolute;
	top: 40px;
	left: -347px;
	background: #fff;
	display: none;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.weMediaBot .item {
	width: 110px;
	padding: 0 10px;
	float: left;
}
.weMediaBot .item .image {
	height: 110px;
}
.weMediaBot .item p {
	text-align: center;
	font-size: 16px;
}
.weMediaBot p {
	font-size: 14px;
}
.top .main {
	height: 60px;
}
.main .logo{
	font-size: 32px;
font-weight: bold;
}
.main .logo img{
	width: 200px;
}
.top #searchForm {
	float: left;
	height: 54px;
	position: relative;
	margin-top: 6px;
	margin-left: 50px;
}
.top #searchForm .searchSelect {
    float: left;
    height: 50px;
    line-height: 50px;
    border: 2px solid #2f71eb;
	width: 102px;
	border-right: 0!important;
	border-radius: 22px 0 0 22px;
	position: relative;
	font-size: 14px;
	margin-top: 0;
}
.top .logo img{
	width: 260px;
}
.top .logo{
	font-size: 32px;
font-weight: bold;
}
.search {
	width: auto;
	height: auto;
	float: none;
	border: none;
	border-right: none;
	margin-top: 0px;
	position: static;
	border-radius: 0;
   margin-left: 0;
	
  }
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 50px;
	color: #333;
	text-indent: 28px;
	font-family: "\5b8b\4f53";
	text-align: unset;
}
.searchSelectTop i {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 76px;
    font-size: 12px;
    line-height: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchSelectTop::before {
	content: "";
	position: absolute;
	left: 102px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 1px;
	background-color: #ccc;
	z-index: 1;
}
#nav{
	background-color:#2f71eb ;
}

.menu{
	background-color: #2f71eb;
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 90px;
	border: 1px solid #2f71eb;
	left: 9px;
	top: 51px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
    text-align: center;
	text-indent: 0;
}
.searchSelectBot li:hover{
	background: #2f71eb;
	color: #fff;
}
.top #searchForm input {
	float: left;
	height: 50px;
	line-height: 50px;
	border: 2px solid #2f71eb;
    width: 400px;
	border-left: 0!important;
	border-right: 0!important;
	text-indent: 8px;
	color: #ccc;
	font-size: 14px;
    background-color: #fff;
}
.top #searchForm button {
	float: right;
	width: 86px;
	height: 54px;
	line-height: 46px;
	border: 2px solid #2f71eb;
	border-left: 0;
	border-radius: 0 22px 22px 0;
	background-color: #2f71eb;
	font-size: 16px;
	color: #fff;
	position: static;
}
#nav {
	
  }
.nav {
	width: 100%;
	height: 45px;
	background-color: #2f71eb;
	
}
.nav>.main{
	width: 1180px;
	margin: 0 auto;
	height: 45px;
}
.nav p {
	width: 968px;
	float: left;
}
.nav p a {
	color: #ffffff;
	font-family: "microsoft yahei";
	line-height: 45px;
	font-size: 18px;
	display: block;
	float: left;
	padding: 0 35px;
	display: inline-block;
	text-align: center;

}
.nav p .focus{
	background-color: #ff9a22;
color: white;
}
.nav p a:hover{
	background: #f08200;
	
}

.mainTop{
	height: 40px;
	padding: 20px 0;
	position: relative;
}
.mainTop p {
    font: normal 14px/40px "Microsoft Yahei","simhei";
    color: #bababa;
}
.mainTop p a{
	color: #666;
	margin: 0 8px;
}
.mainTop p a:hover{
	color: #2f71eb;
}
.mainTop p span{
	color: #666;
	margin-left: 8px;
}
.mainTop p i{
	font-size: 18px;
	line-height: 40px;
	color: #2f71eb;
	position: relative;
	top: 2px;
}
.mainLeft{
	width: 830px;
	/*height: 2050px;*/
	float: left;
	/*position: relative;*/
}
.mainLeft h2{
	font-size: 24px;
	line-height: 40px;
	color: #333;
}
.mainLeft h2 span{
	font-size: 14px;
	color: #dcdcdc;
}
.mainList{
	width: 870px;
	/*height: 1910px;*/
	/*position: absolute;*/
	/*top: 40px;*/
	/*left: -20px;*/
}

.mainList dl{
	padding: 20px 0;
	width: 830px;
	float: left;
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
}
.mainList dl:hover{
	padding: 20px;
	border-bottom: none;
	margin-left: 0;
	box-shadow: 0 0 10px #e5e5e5
}
.mainList dl dt{
	float: left;
}
.mainList dl dt img{
	width: 246px;
	height: 150px;
	border-radius: 3px;
}
.mainList dl dd{
	width: 565px;
	float: right;
}
.mainList dl.noPic dd{
	width: 100%
}
.mainList dl dd h3{
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
}
.mainList dl dd h3 a{
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.mainList dl dd h3 a:hover{
	color: #2f71eb;
}
.mainList dl dd p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	height: 50px;
	overflow: hidden;
	margin: 10px 0 15px;
}
.search button{
	background-color: #2f71eb;
	background-position-x: 30px;
	background-position-y: -50px;
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft";

}
.date{
	font-size: 12px;
	line-height: 20px;
	color: #eaeaea;
}
.date span{
	color: #aaaaaa;
	padding-right: 15px;
}
.date span.view{
	padding-left: 15px;
}
.date b{
	color: #aaa;
	float: right;
	font-weight: normal;
}
.date b i{
	font-size: 14px;
	color: #ccc;
	margin-right: 8px;
}

.newspages{width: 100%;/*position: absolute;bottom: 0;left: 0;*/ height: 40px; clear:both;margin: 0 auto;padding: 40px 0 20px;text-align: center;font:normal 12px/40px "Tahoma";}
.newspages a{ width: 40px; height: 38px;background: #fff; display: inline-block; border:1px solid #e6e6e6; border-left: 0; text-align: center; font:normal 12px/38px "Tahoma"; color: #666666; vertical-align: middle; }
.newspages a.ft{border-left: 1px solid #e6e6e6;border-right:0;background: #fff url(../../images/SLD2019/companyList.png) no-repeat -56px -530px;}
.newspages a.next{margin-right:15px;background: #fff url(../../images/SLD2019/companyList.png) no-repeat 15px -530px;}
.newspages a.prev{ width: 68px; background: #fff url(../../images/SLD2019/companyList.png) no-repeat 8px -467px; border-left: 1px solid #e6e6e6; }
.newspages a.lt{ width: 68px; background: #fff url(../../images/SLD2019/companyList.png) no-repeat 8px -497px; }
.newspages a.on{ background: #2f71eb; border:1px solid #2f71eb; border-left: 0; color: #fff; font-weight: bold; }
.newspages input{ width: 38px; height: 38px; display: inline-block; text-align: center; border: 1px solid #e6e6e6; font:normal 12px/38px "Tahoma"; margin: 0 10px; vertical-align: middle; }
.newspages button{ width: 52px; height: 40px; display: inline-block; text-align: center;border: none; font:normal 12px/40px "Tahoma"; vertical-align: middle; cursor: pointer; background:#2f71eb; color: #fff;border-radius: 3px;}

.mainRight{
	width: 300px;
	float: right;
}
.mainRight h2{
	font-size: 18px;
	line-height: 38px;
	color: #333;
	display: inline-block;
	border-bottom: 3px solid #2f71eb;
}
.mainRight ul{
	width: 300px;
	float: left;
	padding-top: 20px;
}
.mainRight ul li{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.mainRight ul li a{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ddd;
	border-radius: 50px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #999;
}
.mainRight ul li a:hover{
	border-color: #2f71eb;
	background: #2f71eb;
	color: #fff;
}
.line3 {
    width: 100%;
    min-width: 1180px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}
/* .footer {
    margin-top: 0;
} */

/*newsShow*/
.showLeft{
	width: 830px;
	float: left;
}
.showLeft h1{
	font-size: 30px;
	line-height: 50px;
	color: #333;
	text-align: center;
}
.source{
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 25px;
	overflow: hidden;
}
.source span{
	margin: 0 18px;
}
.source span a{
	color: #2f71eb;
}
.content{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.content p,.content div{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}
.contentPic{
	text-align: center;
	margin: 0 0 20px;
}
.content img{
	max-width: 680px;
}

.turnPage{
	margin: 30px 0;
}
.turnPage p{
	font:normal 14px/30px "Microsoft Yahei","simhei"; 
	color:#999;
}
.turnPage p a{
	color: #2f71eb;
}
.copr{ 
	margin-top:20px; 
	padding-bottom:26px;
}
.coprTop{ 
	width:770px; 
	height:35px;  
	position:relative; 
	z-index:1;
}
.coprTop h3{ 
	height:35px; 
	border-bottom:3px solid #2f71eb; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:2; 
	font:normal 14px/35px "Microsoft Yahei","Arial"; 
	text-align:center;
}
.coprTop h3 a{ 
	color:#333;
}
.copr ul{ 
	width:770px; 
	float:left; 
	padding-top:15px;
}
.copr li{ 
	float:left; 
	font:normal 12px/25px "Microsoft Yahei","simhei"; 
	color:#999; 
	margin-bottom: 15px;
}
 /* .footer {
	padding: 20px 0;
	background: #282828;
	text-align: center;
    color: #666;
font-size: 14px;
line-height: 30px;
width: 100%;
}
.footer .footer-nav a{
    color: #666;
    margin: 0 6px;
}
.footer p{
    height: 26px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	float: none;
	width: 100%;
	font-family: "Microsoft";
}
.footer .footer_img {
    display: block;
    height: 47px;
    width: 751px;
    background: url('https://www.5648.cc/images/Version/2022/Index/copyright.png') no-repeat 0 0;
      background-size: auto;
    background-size: auto 100%;
    margin: 15px auto 0;
  }
  .footer .footer_img li a {
    display: block;
    height: 47px;
    width: 100%;
  }
  .footer .footer_img li {
    float: left;
    width: 117px;
    height: 47px;
    margin-right: 9px;
  }  */

  .footer {
    margin-top: 0;
}
.footer {
	margin-top: 25px;
	background: #2e3032;

	padding: 35px 0 20px;
	text-align: left;
	width: 100%;
}
.footTop {
	/* overflow: hidden; */
    border-bottom: 1px solid #444444;
    padding-bottom: 30px;
	height: 240px;
}
.footLeft {
	float: left;
	width: 330px;
	position: relative;
}
.footLeft::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 205px;
	background: #434343;
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft .title i{
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
	color: #f60;
}
.footLeft .title i a{
	width: 22px;
	height: 22px;
	line-height: 36px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	background: url(../../../images/index/version/2021/qq-ico.png) no-repeat center center #2c82d9;
	margin-left: 5px;
}
.footLeft ul {
	float: left;
	margin-right: 35px;
	/* overflow: hidden; */
}
.footLeft ul li {
	line-height: 30px;
	font-size: 14px;
	color: #bababa;
}
.footLeft ul li i {
	width: 24px;
	height: 24px;
	line-height: 36px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	background: url(../../../images/index/version/2021/qq-ico.png) no-repeat center center #2c82d9;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 14px;
	color: #bababa;
	line-height: 26px;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footLeft .title i a{
	position: relative;
	cursor: pointer;
}
.footLeft .title i a:hover .QQhover{
  display: inline-block;
}
.footLeft .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footLeft .lxqq a{
	position: relative;
	cursor: pointer;
}
.footLeft .lxqq a:hover .QQhover{
	display: inline-block;
}
.footCenter {
	float: left;
	width: 350px;
	position: relative;
}
.footCenter::after {
	position: absolute;
	content: '';
	right: 0;
	width: 1px;
	height: 205px;
	background: #434343;
}
.footCenter ul {
	width: 130px;
	float: left;
	margin-left: 30px;
}
.footCenter ul li {
	line-height: 28px;
	float: left;
	margin-right: 20px;
}
.footCenter ul li a {
	color: #bababa;
	font-size: 14px;
}
.footCenter ul li a:hover {
	color: #0187d0;
}
.footNav a:hover {
	color: #0187d0;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	overflow: hidden;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.footRight ul li {
	width: 25%;
	float: left;
}
.footRight ul li .ewm {
	width: 90px;
	height: 90px;
	padding: 6px;
	background: #fff;
	margin: 0 auto;
	border: 5px solid #58595b;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.footNav {
	margin-top: 10px;
}
.footNav a {
	line-height: 32px;
	margin-right: 30px;
	font-size: 14px;
	color: #bababa;
}
.footBot p {
	line-height: 32px;
	font-size: 14px;
	color: #bababa;
}
.footBot p a {
	color: #bababa;
}
.footBot p span {
	display: block;
}
.footBot p span.beian{
	text-align: center;
}
.footBot p span.beian img  {
	margin-right: 5px;
}
.footUl {
}
.footUl ul {
	padding-top: 10px;
	overflow: hidden;
	width: 100%;
}
.footBot .footUl ul li {
	float: left;
	margin-right:15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
	height: 32px;
	line-height: 15px;
}
.footBot .footUl ul li b {
	width: 70px;
	display: inline-block;
	margin-top: 1px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	height: auto;
	line-height: unset;
}
.footBot .footUl ul li a {
	color: #333;
}
.footBot .footUl ul li img {
	max-height: 35px;
	margin: 0 5px;
	float: left;
}
.footer b{
	
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
}
.footer p, .footer b{
	width: auto;
	float: none;
	font-family: "Microsoft" !important;
}
.footer span {
	font-family: "Microsoft";
	margin-top: 0;
	font-size: 14px !important;
}