@charset "utf-8";

.row {
  width: 100%;
  margin-top: 20px;
}
.headtitle {overflow: hidden;}

.headtitle .content {
  width: 1100px;
  margin: 0 auto;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}

.headtitle .content a{
    font-size: 32px;
    color: #FF0000;
}

.headtitle .more {
  overflow: hidden;
}

.headtitle .more ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  width: 1200px;
}

.headtitle .more ul li {
  color: #06273a;
  margin: 0 20px;
  width: 240px;
  height: 30px;
  overflow: hidden;
}
.headtitle .more ul li a{
  font-size: 14px;
  color: #06273a;
  line-height: 18px;
}

.headtitle .more .moretop {
  font-size: 16px;
  float: left;
  width: 100px;
}
/*公司简介*/
.cominfobox {
	overflow: hidden;
	position: relative;
}
.cominfobox {
	width: 730px;
	height: 390px;
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.cominfobox h2{
	font-size:20px;
}
.cominfobox .comimg{
	margin:10px;
	width:240px;
	height:240px;
	float:left;
}
.comimg img{
width:240px;
height:240px;
}
.cominfobox .comintro{
	font-size:16px;
	line-height:36px;
}

/* superslide */
.slideBox {
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	display: block;
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
	border-radius: 50%;
	background: #CDCDCD;
	color: #000;
	cursor: pointer;
	text-indent: -999em;
}

.slideBox .hd ul li.on {
	background: #F60;
	color: #fff;
}

.slideBox .bd ul {
	overflow: hidden;
	z-index: 0;
	zoom: 1;
}

.slideBox .bd li {
	zoom: 1;
}

.slideBox .prev,
.slideBox .next {

	position: absolute;
	top: 50%;
	margin-top: -36px;
	display: block;
	width: 36px;
	height: 54px;
	background-image: url(/style/img/slider-arrow.png);
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
}

.slideBox .prev {
	left: -36px;
}

.slideBox .next {
	right: -36px;
	background-position: 0 bottom;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	background-color: rgba(0, 0, 0, 1);
}

.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {display: none;
}

.slideBox.focus {
	width: 760px;
	height: 420px;
}


.slideBox.focus .hd {
	height: 40px;
	right: 5px;
	bottom: 0px;
	z-index: 1;
}

.slideBox.focus .hd ul li {
	width: 20px;
	height: 20px;
	line-height: 19px;
}

.slideBox.focus .hd .pageState {
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 3px;
}

.slideBox.focus .hd .pageState span {
	font-size: 20px;
	color: #fff200;
}

.slideBox.focus .bd img {
	width: 760px;
	height: 420px;
	display: block;
}

.slideBox.focus .bd a {
	display: block;
	position: relative;
}

.slideBox.focus .bd h3 {
	padding: 10px;
	text-align: left;
	font-size: 16px;
}

.slideBox.focus .bd h3 p {
	width: 85%;
}

.tit-Agba {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=#CC000000, endColorStr=#CC000000);
    background-color: rgb(0 0 0 / 31%);
    zoom: 1;
}

.hotNews {
	height: 390px;
	overflow: hidden;
	background: #fff;
	padding: 15px;
}

.hotNews h3 {
	height: 28px;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 5px;
	font-size: 18px;
	font-family: "Microsoft YaHei", "å®‹ä½“";
}

.hotNews h3 a {
	color: #f77316;
	font-weight: bold;
}

.hotNews h3 a:hover {
	color: #f00;
}

.hotNews li {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
}

.hotNews li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #CCC;
	top: 50%;
	margin-top: -4px;
	left: 0;
	border-radius: 50%; 
}
.level {
    overflow:  hidden;
    margin-top: 20px;
    height: 60px;
    line-height: 60px;
}
.level dl{position:relative;text-align: center;}

.level dl dd {
    display: inline;
    border-radius: 20px;
    background: #ffffff;
    margin: 0 20px;
    padding: 10px 25px;
    line-height: 36px;
}
.level dl dd:hover{background: #d3e0d2;}
.level dl dd.current a{
    color: #fff;
    background:#ff4d4d;
    font-size: 14px; 
}
.level dl dd a{
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    }
.level dl dd a:hover{
    color: #ff0400;
    }
.breadbox {
    margin: 0 auto;
    font-family: simsun;
    color: #555;
    line-height: 30px; width:1200px;overflow: hidden;
}
.bread {
    float: left;
    line-height: 30px;
    font-size: 12px;
    background: url(../img/home_ico.png) left center no-repeat;
    padding-left: 20px;
}
.bread a{
	color: #555;
    line-height: 30px;
    font-size: 12px;
}
.breadbox p.t {color: #999;line-height: 30px;float: right;font-size: 12px;}
.wrap{width:1200px;margin:0 auto;background: #fff;margin-top: 20px;overflow: hidden;}
.white{width:1200px;margin:0 auto;margin-top: 20px;overflow: hidden;}
.bgnews1{background-image: url(/style/img/bgnews1.jpg);background-repeat:no-repeat;background-position: center top;}
.bgnews2{background: #fff;overflow: hidden;margin-top: 20px;padding: 15px 15px 10px 15px;}
.bgnews3{background: #fff;overflow: hidden;padding: 15px 15px 10px 15px;}

.titles-tl{height:48px;line-height:48px;overflow: hidden;padding-top: 10px;}
.titles-tl .bt .title{display: inline-block;height:48px;margin:0 20px;line-height:48px;font-size: 24px;font-weight: 600;color: #262626;}
.titles-tl .bt .title i{
    display: block;
    float: left;
    width: 40px;
    height: 44px;
    background: url(/style/img/sy_03.png) no-repeat 0 10px;
}
.titles-tl .subtitle{font-size: 14px; color: #999;}
.titles-tl .more {float: right;position: relative;display: inline-block;height: 48px;line-height: 48px;padding-right: 16px;color: #a78f8f;font-size: 14px;}
.titles-tl .more:before {content: '';position: absolute;top: 0;bottom: 0;right: 8px;display: inline-block; width: 4px; height: 4px;-webkit-border-radius: 50%;margin:auto;-moz-border-radius: 50%;border-radius: 50%;background: #b2b3c5;}
.titles-tl .more:after {content: '';position: absolute;top: 0;bottom: 0;right: 0;display: inline-block;width: 4px;height: 4px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background: #ddd; margin: auto;}

.hs-left{float: left;width: 370px;margin-left: 15px;}
.hs-left-first a{display:block;overflow: hidden;}
.hs-left-first a img{display: block;width:380px;height:253px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.hs-left-first{padding-bottom: 12px;border-bottom: 1px solid #f2f2f2;}
.hs-left-first a .bt{height:36px;margin-bottom: 6px; line-height:36px;font-size:20px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;color:#333;}
.hs-left-first a .ms{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size:16px; line-height:30px;color: #999;}
.hs-left-list ul li {position: relative;padding: 10px 0;height:28px; line-height: 28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hs-left-list ul li a {font-size: 16px;color: #333;}
.hs-middle{float:left;display: inline-block;width:400px;margin-left: 20px;}
.hs-middle ul li{padding:18px 0;border-bottom:1px dashed #efefef;overflow: hidden;}
.hs-middle ul li:first-child{padding-top:0;}
.hs-middle ul li:last-child{border-bottom:0;}
.hs-middle ul li a img{float:right;width:120px;height:80px;margin-left: 15px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.hs-middle ul li a .bt{display: block;font-size:18px;line-height:28px; color: #333; max-height: 56px; overflow: hidden;}
.hs-middle ul li a  p{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:14px;line-height:22px;margin-top:10px;color: #999;}
.hs-right{float: right;width: 350px;font-size: 14px;margin-right: 15px;}
.hs-right ul{margin-top: 20px;}
.hs-right ul li{height: 52px;line-height: 52px;overflow: hidden; }
.hs-right ul li:nth-child(2n-1){background: #f2f2f2;}
.hs-right ul li span{float: left;width: 80px;text-align: center;color: #888;}
.hs-right ul li .items{width: 270px;float: right; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hs-right ul li .items a{margin: 0 5px; color: #446b99;}
.ebdy-l{float: left;width: 760px;padding:10px 20px 20px 20px;background: #fff;}
.ebdy-l-left{float: left;width:380px;}

.news-channel-box {float: left;width: 260px;margin: 0px 18px 0 14px;}

.title-a {height: 40px;line-height: 40px;font-size: 20px;font-weight: 600;color: #333;border-bottom: 1px #e5e5e5 solid;padding-bottom: 6px;}
.title-a span {position: relative;float: left;height: 40px;line-height: 40px;padding-bottom: 6px;border-bottom: 1px solid #264391}
.title-a span strong {color: #264391;}
.title-a span.hot::after {content: '';position: absolute;top: -5px;right: -20px;display: block;width: 17px;height: 12px;background: url(../images/hot_1.png) no-repeat;}
.title-a .more {float: right;color: #999;font-size: 14px;font-weight: normal;margin-top: 6px;}

.news-channel-frist-item {margin-top: 20px;}
.news-channel-frist-item .img {display: block;width: 260px;height: 150px;margin-bottom: 15px;overflow: hidden;}
.news-channel-frist-item .bt {height: 32px;margin-bottom: 5px;line-height: 32px; font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-channel-frist-item .intro {max-height: 72px;ine-height: 24px;color: #888; text-overflow: ellipsis;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news-channel-list ul li {padding: 18px 0;border-bottom: 1px dashed #efefef;overflow: hidden;}
.news-channel-list ul li:first-child {padding-top: 0;}
.news-channel-list ul li:last-child {border-bottom: 0;}
.news-channel-list ul li a img {float: left;width: 100px;height: 67px;}
.news-channel-list ul li a .chara {float: right;width: 146px;}
.news-channel-list ul li a .chara .bt {display: block;font-size: 14px;line-height: 20px;color: #333;max-height: 40px;overflow: hidden;}
.news-channel-list ul li a .chara p {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 12px;margin-top: 4px;color: #999;}

.title-z {position: relative;height: 40px;line-height: 40px;font-size: 22px;font-weight: 600;color: #333;border-bottom: 2px solid #264391;padding-bottom: 6px;
}
.title-z span {position: relative;float: left;height: 40px;line-height: 40px;padding-bottom: 6px;border-bottom: 1px solid #264391;}
.title-z span strong {color: #264391;}

.news-scroll {margin-top: 20px;overflow: hidden;}
.news-scroll ul {width: 1200px;}
.news-scroll ul li {float: left;width: 222px;margin-right: 15px;margin-bottom: 15px;}
.news-scroll ul li img {width: 222px;height: 148px;}
.news-scroll ul li .bt {height: 30px;line-height: 30px;font-size: 16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news-scroll ul li .intr {height: 24px;line-height: 24px;font-size: 12px;color: #999;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.nws-left {
    float: left;
    width: 240px;
    background: #fff;
}

.nws-ask-first a {
    display: block;
    overflow: hidden;
}

.nws-ask-first a img {
    width: 240px;
    height: 160px;
}

.nws-ask-first a .bt {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}

.nws-ask-first a .ms {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.nws-ask ul li {
    position: relative;
    padding: 6px 0 6px 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nws-ask ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ccc;
}

.nws-ask ul li a {
    font-size: 15px;
    color: #333;
}

.nws-right {
    float: right;
    width: 300px;
}

.nws-right ul li {
    padding: 18px 0;
    border-bottom: 1px dashed #efefef;
    overflow: hidden;
}

.nws-right ul li:first-child {
    padding-top: 0;
}

.nws-right ul li:last-child {
    border-bottom: 0;
}

.nws-right ul li a img {
    float: left;
    width: 100px;
    height: 67px;
}

.nws-right ul li a .chara {
    float: right;
    width: 186px;
}

.nws-right ul li a .chara .bt {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    max-height: 40px;
    overflow: hidden;
}

.nws-right ul li a .chara p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 22px;
    margin-top: 4px;
    color: #999;
}

.news-list {
}

.news-list ul li {
    padding: 18px 0;
    border-bottom: 1px dashed #efefef;
    overflow: hidden;
}

.news-list ul li:first-child {
    padding-top: 0;
}

.news-list ul li:last-child {
    border-bottom: 0;
}

.news-list ul li a img {
    float: left;
    width: 100px;
    height: 67px;filter: opacity(50%);
}
.news-list ul li a img:hover {
	transform:scale(1.1);filter: opacity(100%);
}
.news-list ul li a .chara {
    float: right;
    width: 450px;
}

.news-list ul li a .chara .bt {
    display: block;
    font-size: 16px;
    line-height: 24px;
	font-weight:bold;
    color: #333;
    max-height: 24px;
    overflow: hidden;
}

.news-list ul li a .chara p {
    overflow: hidden;
    font-size: 14px;
	height:48px;
    line-height: 24px;
    margin-top: 4px;
    color: #666;
}

.news-list ul li .chara .bt:hover{color:#039}

.friendlink-logo {overflow: hidden; margin-top:10px;}
.friendlink-logo ul {width: 1200px;}
.friendlink-logo ul li {float: left;width: 128px;margin-right: 20px;margin-bottom: 15px;}
.friendlink-logo ul li img {width: 128px;height: 42px;}

.friendlink-text {width: 1200px;overflow: hidden;}
.friendlink-text span {float: left;margin-right: 20px;margin-bottom: 5px;}
.friendlink-text span a{color:#039}
.friendlink-text span a:hover{color:#900}
/* 底部 */
.footer{
  width:100%;
  padding:20px 0 20px 0;
  background-color: #0a233b;
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
}
.footer .footbox { 
  width:1200px; 
  margin:0 auto;

}
.footer .footbox p{ 
  height:25px; line-height:25px;
  font-size: 14px;  text-align: center;
  color:#999;
}
.footer .footbox p a{
  font-size: 14px;
  color:#999;
  text-decoration: none;
}

.footer .footbox a:hover{
  color: #ffa927;
  text-decoration: underline;
}
.footer .notice { border-top: 1px solid #e3e3e3;padding: 15px 20px 15px 20px;margin: 0 auto;margin-top: 10px;width: 1200px;}
.footer .notice p { color: #BCBCBC; line-height: 20px; font-weight: 400; font-size: 13px; }

/*搜索*/

.banner_main {		
    height: 240px;
    width: 100%;  
    background-color: #ffffff;
    overflow: hidden;
    background: url(/style/img/banner-top10.jpg) no-repeat center center;
    clear: both;
    background-size: 100% 100%;
}

.banner_main p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.banner_main .hotcity {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
}

.banner_main .hotcity a {
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 0 3px;
    font-size: 14px;
}

.pro-name {
    padding-top: 80px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
}

.search {
    width: 540px;
    height: 50px;
    line-height: 39px;
    margin: 40px auto;
    position: relative;
}

.search .select {
    width: 90px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 90px;
    top: 0px;
    border: 0;
    font-size: 15px;
    color: #ff8404;
    font-weight: 500;
    padding-left: 5px;
}

.search input.text {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 448px;
    border: 1px solid #ffffff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #b5b4b4;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    text-indent: 20px;
}

.search input.text:hover {
    border: 1px solid #ffffff;
}

.search input.search_btn {
    position: absolute;
    width: 90px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    border: 0;
    background-color: #ff0000;
    color: #fff;
    font-size: 18px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.search input.search_btn:hover {
    background-color: #fb9211;
    color: #fff;
}
