@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;	
}
iframe{
	border:0!important;
}
html{
	background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0%;
}
body{
	
}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/overflow-x:hidden;}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
.clear{clear:both;}
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {margin: 0px; color:#3F3F3F; font-size: 12px; font-family: Microsoft YaHei,宋体;}
a:link { text-decoration: none;color: #131313;}
a:visited {text-decoration: none; color: #131313;}
a:hover { text-decoration: none;}
a:active {text-decoration: none; color: #131313;}
.xp_xdd{
	width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.cp{
	width: 1200px;
	margin:0 auto;
}
.xp_l{
	float: left;
	color: #000;
}
.xp_l a{
	color: #000;
}
.xp_r{
	float: right;
	color: #000;
}
.xp_r a{
	color: #000;
}
.nav_xdd{
	width: 1200px;
	margin: 0 auto;
}
.nav{
	float: left;
}
.logo{
	margin-top: 10px;
}
.logo img{
	max-height: 57px;
}
.nav_r{
	float: right;
	position: relative;
}
.nav_bg{
	position: absolute;
	top: 78px;
	left: 0;
	background: #fff;
    border-radius: 5px; 
    border: 1px solid #ccc;
    height: 83px;
    width: 850px; 
    display: none;
}
.nav_r ul li{
	float: left;
	list-style: none;
    position: relative;
    line-height: 60px;
    text-align: center;
}
.nav_r ul li>a{
	width: 106px;
	font-size: 16px;
    color: #000;
    display: block;
}
.nav_r ul li a span{
	position: absolute;
	left:0;
	width: 106px;
}
.nav_r ul li a span.over{
	color: #fff;
    background-color: #019FD2;
    top: -60px;
}
.nav_r ul li a{
	position: relative;
    display: block;
    height: 60px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 18px;
    overflow: hidden;
}
.nav_r ul li a span.out{
	top:0;
}
.nav_r ul li.active>a{
	margin: 0 7px;
	font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 18px;
    background: #019FD2;
}
/*.nav_r ul li a:hover{
	margin: 0 7px;
	font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 18px;
    background: #019FD2;
    padding: 16px 15px;
}*/

.banner {
	width: 1440px;
	height: 500px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}
.imgbox {
	width: 1440px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.img{
	position: absolute;
	display: none;
}
.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre {
	left: 1%;
}
.next {
	right: 1%;
}
.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}
.cir {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.cir:hover {
	background-color:#d9bd7c;
	transition: 0.8s;
}
.cr {
	opacity: 1;
	background-color: #d9bd7c;
}
.cr:hover {
	background-color: #fff;
}
.about_xdd{
	width: 100%;
	overflow:hidden;
	padding-top: 27px;
}
.about{
	width: 1200px;
	margin:0 auto;
}
.ty_title{
	position: relative;
	padding-left: 43px;
}
.title24{
	font-size: 36px;
    /* font-family: "Times New Roman"; */
}
.title25{
	font-size: 40px;
	background: url("../images/about_bg.png") top left no-repeat;
	height: 102px;
}
.title26{
	font-size: 40px;
	background: url("../images/case_bg.png") top left -5px no-repeat;
	height: 102px;
}
.title27{
	font-size: 40px;
	background: url("../images/news_bg.png") top left -9px no-repeat;
	height: 102px;
	width: 630px;
    display: inline-block;
}
.line{
	position: absolute;
    height: 80px;
    width: 2px;
    background: #01a0ca;
    left: 0;
    top: 10px;
}
.iabout{
	overflow: hidden;
	margin-top: 17px;
}
.iabout_text{
	float: left;
	position: relative;
}
.iabout_text p{
	width: 591px;
	margin-top: 40px;
    line-height: 30px;
    padding-left: 43px;
    font-size: 15px;
}
.iabout_img{
	float: right;
	position: relative;
	height: 315px;
}
.iabout_img img{
	position: relative;
	z-index: 2;
}
.iabout_text em{
	position: absolute;
	width: 28px;
	height: 4px;
	background: #dbb96e;
	top: 0;
	left:43px;
}
.about_more{
	padding-left: 40px;
	margin-top: 21px;
}
.about_more a{
	padding: 13px 50px;
	display: inline-block;
	background: #dbb96e;
	border-radius: 22px;
	color: #fff;
	transition: all .5s;
}
.about_more a:hover{
	background: #EEC15E;
}
.kuang{
	position: absolute;
    width: 505px;
    height: 296px;
    border: 2px solid #cccccc;
    top: 11px;
    left: -47px;
}
.case_xdd{
	width: 100%;
	overflow:hidden;
	padding-top: 40px;
}
.case{
	width: 1200px;
	margin:0 auto;
}
.cp_lb{
	margin: 0 auto;
    width: 952px;
}
.cp_lb ul li:first-child{
	margin-left: 0px;
}
.cp_lb ul li{
	float: left;
	position: relative;
	margin-left: 10px;
	border: 1px solid #dbb96e;
    display: block;
    transition: all .5s;
}
.cp_lb ul li a{
    font-size: 14px;
    border: 1px;
    transition: all .5s;
    display: inline-block;
    padding: 9px 16px;
}
.cp_lb ul li a:hover{
	background: #dbb96e;
    color: #fff;
}
.cp_lb li em{
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 0;
	background: #41a4c6;
	left:42%;
	top: 20px;
	opacity: 0;
}
.case_show{
	margin-top: 21px;
}
.news_xdd{
	width: 100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.news{
	width: 1200px;
	margin: 0 auto;
}
.news_fl{
	float: right;
	margin-top: 22px;
}
.news_fl ul li{
	float: left;
	padding: 0 10px;
}
.news_fl ul li a:hover{
	background: #dbb96e;
	color: #fff;
}
.news_fl ul li a{
	font-size: 14px;
	border: 1px solid #dbb96e;
	padding: 9px 16px;
	display: block;
	transition: all .5s;
}
.news_fl .active a{
	background: #bfbfbf;
	color: #fff;
}
.inews{
	margin-top: 10px;
	overflow:hidden;
}
.inews_con{
	margin-bottom: 0px;
	overflow:hidden;
}
.inews_left{
	float: left;
	width: 620px;
	margin-top: 37px;
}
.inews_right{
	float: right;
}
.inews_time{
	float: left;
}
.inews_text{
	float: right;
	width: 541px;
	margin-top: 9px;
}
.day{
	color: #000;
	font-size: 48px;
}
.year{
	color: #000;
	font-size: 14px;
}
.inews_title{
	font-size: 16px;
	color: #303133;
	margin-bottom: 20px;
}
.inews_text p{
	font-size: 14px;
    color: #616366;
    margin-bottom: 25px;
    width: 609px;
}
.inews_more a{
	padding: 13px 40px;
    display: inline-block;
    background: #dbb96e;
    border-radius: 22px;
    color: #fff;
    transition: all .5s;
}
.inews_more a:hover{
	background: #EEC15E;
}
.inews_line{
	border-left: 1px solid #ccc;
	padding-left: 23px;
}
.inews_left1{
	float: left;
    margin-top: 37px;
}
.inews_right1{
	float: right;
	width: 670px;
	margin-top: 74px;
}
.inews_text1{
	float: right;
    width: 586px;
    margin-top: 9px;
}
.inews_text1 p{
	font-size: 14px;
	color: #616366;
	margin-bottom: 36px;
}
.footer{
	width: 100%;
	overflow:hidden;
	background: #35393b;
	border-bottom: 1px solid #222324;
}
.bottom{
	width: 1200px;
	margin:0 auto;
}
.foot_l{
	width: 987px;
	float: left;
    margin-top: 28px;
}
.foot_l dl:first-child{
	padding-left: 0;
}
.foot_l dl{
	float: left;
	padding-left: 65px;
}
.foot_l dt{
	color: #fff;
    font-size: 18px;
    position: relative;
    margin-bottom: 17px;
    display: inline-block;
}
.foot_l dd a{
	font-size: 14px;
	color: #9a9c9c;
}
.foot_l dd{
	line-height: 30px;
	max-width:120px;
}
.foot_l dt:after{
	content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 1px;
    background: #222324;
}
.foot_r{
	float: right;
	margin-top: 28px;
}
.foot_r p{
	color: #fff;
	text-align: center;
}
.ba_xdd{
	width: 100%;
	overflow:hidden;
	background: #fff;
	line-height: 24px;
}
.ba{
	width: 1200px;
	margin:0 auto;
	color: #000;
	text-align: center;
}
.ba a{
	color: #000;
}
.banc{
	width: 1200px;
	margin:0 auto;
}
.banc img{
	display: block;
	width: 1200px;
	height: 250px;
}
.main{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
    margin-top: 40px;
    margin-bottom: 68px;
}
.tynav{
	float: left;
	width: 240px;
}
.ty_p{
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
	width: 240px;
	padding-bottom: 35px;
}
.ty_p1{
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
	width: 240px;
	padding-bottom: 35px;
}
.ty_p2{
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
	width: 240px;
	padding-bottom: 35px;
}
.ty_p3{
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
	width: 240px;
	padding-bottom: 35px;
}
.ty_p4{
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
	width: 240px;
	padding-bottom: 35px;
}
.ty_img img{
	display: block;
}
.ty_p ul li{
	padding-left: 37px;
	width: 190px;
	line-height: 47px;
}
.ty_p ul li a{
	font-size: 12px;
	background: url("../images/timo.png") left no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e4e4e5;
    display: block;
}
.ty_p1 ul li{
	padding-left: 37px;
	width: 190px;
	line-height: 47px;
}
.ty_p1 ul li a{
	font-size: 12px;
	background: url("../images/timo.png") left no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e4e4e5;
    display: block;
}
.ty_p2 ul li{
	padding-left: 37px;
	width: 190px;
	line-height: 47px;
}
.ty_p2 ul li a{
	font-size: 12px;
	background: url("../images/timo.png") left no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e4e4e5;
    display: block;
}
.ty_p3 ul li{
	padding-left: 37px;
	width: 190px;
	line-height: 47px;
}
.ty_p3 ul li a{
	font-size: 12px;
	background: url("../images/timo.png") left no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e4e4e5;
    display: block;
}
.ty_p4 ul li{
	padding-left: 37px;
	width: 190px;
	line-height: 47px;
}
.ty_p4 ul li a{
	font-size: 12px;
	background: url("../images/timo.png") left no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e4e4e5;
    display: block;
}
.ty_link{
	background: url("../images/tel_bg.jpg") center no-repeat;
	width: 240px;
	height: 90px;
	margin-top: 35px;
	text-align: center;
    padding-top: 47px;
    font-size: 27px;
    color: #fff;
}
.tymain{
	width: 910px;
	float: right;
}
.tymain1{
	width: 910px;
	float: right;
	line-height: 30px;
}
.okc{
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 13px;
	position: relative;

}
.okc em{
	position: absolute;
	width: 40px;
	height: 2px;
	background: #01a0ca;
	bottom:-1px;
	left: 0;
}
.ty_con{
	margin-top: 20px;
}
.miaoshu{
	text-indent: 2em;
    margin-top: 14px;
}
.ty_con1{
	margin-top: 37px;
	margin-bottom: 40px;
}
.ty_con_about{
	margin-top: 37px;
	line-height: 30px;
}
.ty_con ul li{
	float: left;
	margin-bottom: 40px;
}
.ty_con ul li img{
	cursor: pointer;
	transition: all 0.6s;
}
.ty_con ul li img:hover{
	transform: scale(1.1);
}
.cp_name{
	text-align: center;
	margin-top: 10px;
}
.cp_name a{
	font-size: 16px;
}
.pd_l{
	padding-left: 0px!important;
}
.ty_con li{
	padding-left: 35px;
}
.pages{
	text-align: center;
}
.pages li{
	display: inline-block;
}
.pages li a{
	display: block;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}
.pages_solid{
	display: block;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    background: #41a4c6;
    color: #fff;
}
.news_time{
	float: left;
}
.news_text{
	float: right;
	width: 785px;
	margin-top: 10px;
}
.news_y{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	cursor: pointer;
}
.news_y:hover{
	background: #f5f7f7;
}
.ty_title1{
	text-align: center;
}
.ty_title1 h1{
	font-size: 20px;
}
.author{
	text-align: center;
	color: #ccc;
}
.p_detail{
	margin-top: 10px;
	padding:15px 0;
}
.tag{
	border-top: 1px dashed #e0e1dc;
    color: #999;
}
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
    color: #41a4c6;
    font-size: 16px;
}
.related_news li a{
	width: 75%;
    float: left;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
}
.related_news li span{
	width: 25%;
    float: right;
    text-align: right;
}
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
    color: #41a4c6;
    font-size: 16px;
}
.related_pro li{
	margin: 20px 0;
    width: 25%;
    float: left;
    text-align: center;
}
.related_img{
	overflow: hidden;
}
.related_img img{
	display: inline;
    cursor: pointer;
    transition: all 0.4s;
    width: 194px;
    height: 196px;
}
.related_pro li span{
	display: block;
    line-height: 30px;
}
.related_img img:hover{
	transform: scale(1.1);
}
.xdd1{
	overflow: hidden;
}
.xdd1_l{
	float: left;
	width: 680px;
}
.xdd1_r{
	float: right;
}
.xdd1_n_l{
	float: left;
}
.xdd1_n_r{
	float: right;
	width: 450px;
	height: 230px;
	background: #01a0ca;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
	line-height: 30px;
}
.xdd1_n_r em{
	width:20px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.yg img{
	display: block;
}
.xdd2{
	overflow: hidden;
	height: 460px;
}
.xdd2_l{
	float: left;
	width: 230px;
}
.xdd2_r{
	float: right;
	width: 680px;
}
.xdd2_s{
	width: 230px;
	height: 230px;
	background: #01a0ca;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
	line-height: 30px;
}
.xdd2_s em{
	width:20px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.xdd3{
	overflow: hidden;
}
.xdd3_l{
	float: left;
}
.xdd3_r{
	float: right;
}
.xdd3_n_l{
	float: left;
}
.xdd3_n_r{
	float: right;
	width: 230px;
	height: 230px;
	background: #01a0ca;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
	line-height: 30px;
}
.xdd3_n_r em{
	width:20px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.exhibition_hall{text-align:center;position:relative;overflow:hidden}.exhibition_hall h4{font-size:30px;text-align:center;margin:0 auto;padding-top:50px;color:#000}.tline{color:#dedede}.roundabout_box{width:980px;height:480px}.roundabout_box ul{}.roundabout_box img{width:100%}.roundabout_box{height:425px;width:980px;margin:40px auto 20px}.roundabout-holder{list-style:none;width:500px;height:425px;margin:0 auto}.roundabout-moveable-item{font-size:12px!important;height:425px;width:650px;cursor:pointer;background:#f9f9f9}.roundabout-moveable-item img{height:100%;width:100%;background-color:#fff;margin:0}.roundabout-in-focus{cursor:auto;}.roundabout-in-focus000:hover{-webkit-box-shadow:0 0 20px #787878;-moz-box-shadow:0 0 20px #787878;background:#f9f9f9}.roundabout-holder .text{color:#999}.roundabout-in-focus000:hover span{display:inline;position:absolute;bottom:5px;right:5px;padding:8px 20px;background:#f9f9f9;color:#36c;z-index:999;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-left:1px solid #aaa;border-top:1px solid #aaa}.roundabout a:active,.roundabout a:focus,.roundabout a:visited{outline:0;text-decoration:none}.roundabout li{margin:0}
.roundabout_box li{
	width: 950px;
	height: 460px;
}
.roundabout_box li p{
	position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;text-align: center;
}
.roundabout_box li p span{display:inline-block;width:100%;height:40px;overflow:hidden;color: #fff!important}
.map img{
	max-width: none!important;
}
.copyright a{
	color: #000;
}
.cityspread a{
	color: #fff;
}
.sm{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	height: auto;
	margin-bottom: 30px;
}
.sm a{
	padding: 0 20px;
	color: #fff;
}
.map_con{
	margin-bottom: 10px;
	padding:5px 8px;
	height: 30px;
}
.map_con ul li{
	float: left;
	margin-left: 12px;
	line-height: 30px;
}
.ty_con2{
	margin-top: 20px;
}
.nav_r ul li dl{
	position: absolute;
    display: none; 
    z-index: 9999;
/*    background: #fff;
    border-radius: 5px;*/
/*    width: 849px;*/
    text-align: center;
    /*border: 1px solid #ccc;*/
    /*height: 120px;*/
    padding-top: 4px;
}
.nav_r ul li dl dd{
    line-height: 35px;
    float: left;
    padding-left: 34px;
}
.nav_r ul li dl dd a{
	color: #fff;
	font-size: 16px;
}
.nav_r ul li dl dd a:hover{
	color: #dbb96e;
}
.fzlc{
	width: 1200px;
	margin:0 auto;
}
.fzlc img{
	max-width:1200px;
	margin-left: 34px;
}
#xixi{
	background: transparent;
	height: 172px;
	width: 1165px;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	margin-left: 35px;
}
#xixi ul{
	position:absolute;
	left:0px;
}
#xixi ul li{
	float: left;
	list-style: none;
	padding: 10px;
}
#xixi ul li img{
	width: 240px;
}
.cp_name {
	text-align: center;
}
.nav_two{
	width: 848px;
	height: auto;
	overflow: hidden;
	background: #019FD2;
	display: none;
	position: absolute;
	z-index: 99999;
	bottom: -210px;
	left: 0
}
.nav_two dl{
	float: left;
}
.nav_two dl dd{
	line-height: 30px;
}
.nav_two dl dd a{
	color: #fff;
	font-size: 12px;
}
.nav_two dl dd a:hover{
	color: #EEC15E;
}
.mbx{
	float: right;
}
.mbx a:hover{
	color: #dbb96e;
}
.gxx1{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 723px;
    text-align: center;
    padding-top: 4px;
    margin-left: -104px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.gxx2{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 432px;
    text-align: center;
    padding-top: 4px;
    margin-left: -158px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.gxx3{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 720px;
    text-align: center;
    padding-top: 4px;
    margin-left: -247px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.gxx4{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 816px;
    text-align: center;
    padding-top: 4px;
    margin-left: -407px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.gxx4 dd{
	line-height: 35px;
    float: left;
    padding-left: 20px!important;
}
.gxx5{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 344px;
    text-align: center;
    padding-top: 4px;
    margin-left: -117px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.gxx6{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 519px;
    text-align: center;
    padding-top: 4px;
    margin-left: -302px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.gxx7{
	position: absolute;
    display: none;
    z-index: 9999;
    width: 327px;
    text-align: center;
    padding-top: 4px;
    margin-left: -216.5px;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
    background: #019FD2;
}
.oppo{
	display: block!important;
}
.skt{
	text-align: center;
}
.skt li{
	display: inline-block;
}
.skt li a{
	display: block;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    background: #41a4c6;
    color: #fff;
}
.none{
	display: none!important;
}
.block{
	display: block!important;
}


#newBridge .icon-right-center{
	left: 2px!important;
    top: 50%!important;
    right: auto!important;
    bottom: auto;
    margin: -25px 0 0 0;
}
.sm_xx{
	margin-top: 15px;
}
.sm_xx ul{
	padding-left: 0px;
}
.sm_xx ul li{
	float: left;
	border-bottom: 2px solid #e1e1e1;
    padding-right: 40px;
    margin-right: 20px;
    cursor: pointer;
}
.sm_xx ul li span{
	border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -2px;
    color: #fff;
}
.sm_xx li.on span{
	color: #019FD2;
    border-color: #019FD2;
}
.link p{
	text-align: left;
	margin-top: 10px;
	color: #fff;
}
.ttt{
	width: 100%;
	background: #35393b;
    overflow: hidden;
}