@charset "utf-8";

/* CSS Document */

body{

	color:#444;

	font-family:"微软雅黑","宋体";

	font-size:12px;

	margin:0 auto;

	padding:0;

	min-width:1270px;

}

/* 重置 */



div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {

	margin:0;

	padding:0;

}

p, li, div {/* add */

	line-height:22px;

}



/** 输入框 **/

input, select{

	color:#444;

	height:20px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #444;

	border-right-color: #bbb;

	border-bottom-color: #bbb;

	border-left-color: #444;

	background-color: #FFFFFF;

}

/* 标题样式 */



h1, h2, h3, h4, h5, h6 {

	margin:0;

	padding:0;

	font-size:12px;

	font-weight:normal;

}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {

	margin: 0;

}

/* 列表样式 */



ul, ol, li, dl, dt, dd {

	list-style:none;

}

/* 图片样式 */



img, a img {

	border:0px;

	padding:0px;

	margin:0px;



}

/* 链接样式 */

a:link{

	text-decoration:none;

}

a:visited{

	text-decoration:none;

}

a:hover{

	text-decoration:none;

}

a:active{

	text-decoration:none;

}

/** 图片链接效果 **/



.pic a {

	padding:0px;

	border:1px solid #fff;



}

.pic a:hover {

	border:1px solid #d00;

	background:#fff4ce;

}



/**输入框颜色样式**/



.input-gray {

	color:#999;

}

.input-black {

	color:#000;

}



/* 清除浮动 */

.clearBoth {

	clear:both;

	/*控制分类后，各行高度不一样对不齐问题*/

	width:100%;

	height:0px;

	font-size:0;

	overflow:hidden;

	/*控制分类后，各行高度不一样对不齐问题*/

	line-height:0;

}

.clear{

	clear:both;

	/*控制分类后，各行高度不一样对不齐问题*/

	width:100%;

	height:0px;

	font-size:0;

	overflow:hidden;

	/*控制分类后，各行高度不一样对不齐问题*/

	line-height:0;

}

*{

	padding:0px;

}

/* 页面布局 */

#root{

	width:100%;

	margin: 0 auto;

}

#header{

	width:100%;

	height:auto; 

	position:fixed;

	padding-top:10px;  

	border-bottom:1px solid rgba(255,255,255,.2); 

	font-size:14px; 

	transition:all ease .3s; 

	z-index:99; 

	background: #045bab;

    padding-top: 0px;

}



#header .content{

	padding:0 40px; 

}



#header #logo{

	width:auto; 

	height:58px; 

	display:block; 

	float:left; 

	margin-right:40px; 

}

#header ul#nav{}

#header ul#yuyan{

	float:left;

}

#header ul li.navitem{

	padding:0 20px 10px 20px; 

	width:auto; 

	height:50px; 

	line-height:40px; 

	float:left;

	position:relative;

	transition:all ease .3s

}

#header ul li.navitem:hover ul.subnav{

	opacity: 1;

	transform: translate3d(0px, 0px, 0px);

	-moz-transform: translate3d(0px, 0px, 0px);

	-webkit-transform: translate3d(0px, 0px, 0px);

	visibility: visible;

}

#header ul li.navitem a{

	color:#fff; 

	transition:all ease-out .3s;

}

#header ul li.navitem a.active,#header ul li.navitem:hover a{

	color:#00C0FF

}

#header ul li.navitem ul.subnav{ position:absolute; width:210px;border-top:#00C0FF 3px solid; top:58px; opacity: 0;transition: all 0.3s ease 0s;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);visibility: hidden;}

#header ul li.navitem ul.subnav li {border-bottom:#2e2f29 1px solid}

#header ul li.navitem ul.subnav li a{ padding:14px 20px; width:130px; height:20px; line-height:20px; background:rgba(0,0,0,.7); display:block; color:#bbb9b9; font-size:12px; transition:all ease-out .2s}

#header ul li.navitem ul.subnav li a i{ float:right; margin-top:5px; transition:all ease-out .2s; opacity:0}

#header ul li.navitem ul.subnav li a:hover{ text-indent:10px; background-color:#ae8630; color:#fff}

#header ul li.navitem ul.subnav li a:hover i{ opacity:1}



#header.mini { background: #fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); }

/*顶部导航背景默认色IPAD */



.lowB #header { background: #FFF; }

#header ul li.navitem a.active, #header ul li.navitem:hover a { color: #fff; background: #c9151e; }

#indexPage #mpartner .slider_control a:hover { background-color: #c9151e }

#pages a.active, #pages a:hover { background: #FFF; color: #838383; }

.bx-wrapper .bx-controls-direction a:hover { background-color: #4E4E4E; background-image:url(../images/jt1.png); background-position:center center; background-repeat:no-repeat }

#header ul li.navitem a { color: #ebebeb; padding: 4px 0 4px 0; background-color: transparent; border-radius: 3px; display: block; font-family: "NeoSansStd-Regular", "微软雅黑"; text-transform: uppercase; font-size: 15px; width: 100px; text-align: center;}

/*导航下拉菜单 */







#header ul li.navitem ul.subnav li a { padding: 5px 30px; width: 140px; height: 20px; line-height: 20px; background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%; display: block; font-size: 12px; transition: all 0.2s ease-out 0s; color: #999; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); border-radius: 0px; }

#header ul li.navitem ul.subnav li a:hover { text-indent: 10px; background: #c9151e; color: #fff; }

#header ul li.navitem ul.subnav { border-top: 3px solid #7B7B7B; border-radius: 0px; width: 200px;}

#header ul li.navitem ul.subnav li { border-bottom: 1px solid #FFF; }

#header .content { padding-left: 0px; padding-right: 0px; }

#header ul#nav { float: right; border-left: 1px solid transparent; padding: 5px 50px 0px 0px; transition: all 0.3s ease-out 0s; }

#header.mini ul#nav { padding: 5px 50px 0px 0px; }

#header.mini { background: #045bab; padding-top: 0px; } 

#header ul li.navitem { padding: 17px 0.5px; height: auto; line-height: 16px; }

#header.mini ul li.navitem { padding: 17px 0.5px; }

#header { padding-top: 0px; border-bottom: 0px solid transparent; }

#header #logo { padding: 5px 80px 10px 20px; background: url(../images/logobj.png)no-repeat 0px 0px;}

#header #logo img { transform: scale(1, 1); transition: all 0.3s ease-out 0s; }

#header.mini #logo { padding: 5px 80px 10px 20px; background: url(../images/logobj.png)no-repeat 0px 0px;}









#indexPage #mpartner .slider_control a:hover {

	background-color: #424242

}



#pages a.active, #pages a:hover {

	background: #FFF;

	color: #838383;

}



.bx-wrapper .bx-controls-direction a:hover {

	background-color: #4E4E4E;

	background-image: url(../images/jt1.png);

	background-position: center center;

	background-repeat: no-repeat

}



#header ul li.navitem a {

	color: #ffffff;

	padding: 2px 0 4px;

	background-color: transparent;

	border-radius: 3px;

	display: block;

	font-family: "NeoSansStd-Regular", "微软雅黑";

	text-transform: uppercase;

	font-size: 15px;

	width: 120px;

	text-align: center;

}

@media screen and (min-width:1260px) and (max-width:1440px){

	#header ul li.navitem a{

		width:90px;

	}

}

/*导航下拉菜单 */

#header ul li.navitem ul.subnav li a {

	padding: 5px 30px;

	width: 140px;

	height: 20px;

	line-height: 20px;

	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;

	display: block;

	font-size: 12px;

	transition: all 0.2s ease-out 0s;

	color: #999;

	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);

	border-radius: 0px;

}



#header ul li.navitem ul.subnav li a:hover {

	text-indent: 10px;

	background: #ae8630;

	color: #fff;

}



#header ul li.navitem ul.subnav {

	border-top: 3px solid #7B7B7B;

	border-radius: 0px;

	width: 200px;

}



#header ul li.navitem ul.subnav li {

	border-bottom: 1px solid #FFF;

}

#headSHBtn {

	display: none;

}



#header.mini  ul li.navitem {

	padding-bottom: 0;

}

#header.mini #logo { 

	padding: 0px 120px 8px 20px; 

	background: url(../images/logobj.png)no-repeat 0px 0px;

}

.foot{

	height:56px;

	background-color:#000000;

	text-align:center;

	line-height:56px;

	font-size:13px;

	color:#8b8b8b;

	position:relative;

}

.foot a{

	color:#8b8b8b;

}

.cont{

	width:100%;

	position:relative;

}

/*简介*/

.about{

	width:100%;

}

.about_1{

	text-align:center;

}

.about_1 img{

	vertical-align:top;

}

.about_2{

	padding-top:10px;

	height:42px;

	border-bottom:#dcdcdc 1px solid;

	text-align:center;

}

.about_2 ul li{

	display:inline-block;

}

.about_2 ul li a{

	width:140px;

	height:41px;

	display:block;

	text-align:center;

	line-height:41px;

	font-size:14px;

	color:#474747;

}

.about_2 ul li:hover a{

	border-bottom:#cfac61 2px solid;

	color:#cfac61;

}

.about_2 ul li .about_2_on{

	border-bottom:#cfac61 2px solid;

	color:#cfac61;

}

.about_3{

	width:1200px;

	margin:0 auto;

	padding:44px 0;

	font-size:15px;

	color:#333333;

	line-height:30px;

}



/*产品*/

.product{

	width:100%;

}

.product_1{

	text-align:center;

}

.product_1 img{

	vertical-align:top;

}

.product_2{

	width:1440px;

	margin:0 auto;

	padding:40px 0;

	text-align:center;

}

.product_2 ul li{

	display:inline-block;

	margin:0 8px;

}

.product_2 ul li a{

	width:auto;

	height:26px;

	padding:0 30px;

	display:block;

	border:#dedede 1px solid;

	border-radius:3px;

	text-align:center;

	line-height:26px;

	font-size:14px;

	color:#474747;

}

.product_2 ul li .product_2_on{

	background-color:#d1ad62;

	border:#d1ad62 1px solid;

	color:#ffffff;

}

.product_3{

	width:1440px;

	margin:0 auto;

	padding-bottom:40px;

}

.product_3 ul{

	width:1472px;

}

.product_3 ul li{

	float:left;

	width:336px;

	height:230px;

	margin-right:32px;

	margin-bottom:22px;

	position:relative;

	overflow:hidden;

}

.p_img{

	width:336px;

	height:230px;

}

.p_tt{

	width:336px;

	height:230px;

	background-color:rgba(0,0,0,0.7);

	position:absolute;

	z-index:99;

	top:0;

	left:0;

	-webkit-transition:all .5s ease-in-out;

	-moz-transition:all .5s ease-in-out;

	-o-transition:all .5s ease-in-out;

	transition:all .5s ease-in-out;

	-webkit-transform:scale(0.5);

	-moz-transform:scale(0.5);

	-o-transform:scale(0.5);

	transform:scale(0.5);

	opacity:0;

	visibility:hidden;

}

.product_3 ul li:hover .p_tt{

	-webkit-transform:scale(1);

	-moz-transform:scale(1);

	-o-transform:scale(1);

	transform:scale(1);

	opacity:1;

	visibility: visible;

}

.p_tt_01{

	text-align:center;

	padding-top:52px;

	font-size:24px;

	color:#e0e0e0;

}

.p_tt_01 h2{

	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size:18px;

	color:#ffffff;

	text-transform:uppercase;

	padding-bottom:15px;

}

.p_tt_02{

	padding-top:60px;

	text-align:center;

}

.p_tt_02 span{

	width:128px;

	height:31px;

	display:inline-block;

	border:#716f6f 1px solid;

	text-align:center;

	line-height:31px;

	font-size:14px;

	color:#bfbfbf;

}

/*产品详细*/

.pro_show{

	width:1440px;

	margin:0 auto;

	padding-bottom:50px;

}

.pro_1{

	padding-bottom:20px;

}

.pro_1_img{

	width:370px;

	float:left;

}

.pro_1_tt{

	width:auto;

	float:left;

	padding-left:30px;

	line-height:35px;

	font-size:14px;

	color:#4A4949;

}

.pro_2{

	width:100%;

}

.pro_2_up{

	height:30px;

	border-bottom:#cccccc 1px solid;

	padding-left:10px;

	font-size:16px;

	color:#555555;

}

.pro_2_down{

	padding-top:13px;

	line-height:30px;

}

/*设备*/

.shebei{

	width:1200px;

	margin:0 auto;

	padding:62px 0;

}

.shebei1{

	border-top:#e5e5e5 1px solid;

	border-left:#e5e5e5 1px solid;

	width:1200px;

}

.shebei1 ul li{

	float:left;

	width:299px;

	height:239px;

	border-right:#e5e5e5 1px solid;

	border-bottom:#e5e5e5 1px solid;

	position:relative;

	overflow:hidden;

}

.shebei1_img{

	text-align:center;

	padding-top:24px;

}

.shebei1_img img{

	vertical-align:top;

}

.shebei1_tt1{

	padding-top:9px;

	text-align:center;

	font-size:13px;

	color:#5c5c5c;

}

.shebei1 ul li:hover .shebei1_tt1{

	display:none;

}

.shebei1_tt2{

	width:299px;

	height:239px;

	position:absolute;

	z-index:99;

	top:0;

	left:-100%;

	background-image:url(../images/shebei_11.png);

	background-position:left top;

	background-repeat:no-repeat;

	text-align:center;

	-webkit-transition:all .5s ease-in-out;

	-moz-transition:all .5s ease-in-out;

	-o-transition:all .5s ease-in-out;

	transition:all .5s ease-in-out;

}

.shebei1_tt2 h2{

	font-size:16px;

	color:#0a0a0a;

	padding-top:130px;

}

.shebei1 ul li:hover .shebei1_tt2{

	left:0;

}

/*合作与交流*/

.hezuo{

	width:100%;

}

.hezuo_1{

	width:1200px;

	margin:0 auto;

	padding:75px 0;

}

.hezuo_1_up{

	height:120px;

	text-align:center;

	font-size:25px;

	color:#c5a053;

}

.hezuo_1_up h2{

	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size:45px;

	color:#616161;

	text-transform:uppercase;

	height:55px;

}

.hezuo_1_down{

	font-size:14px;

	color:#282828;

	line-height:30px;

}

.hezuo_2{

	padding:80px 0;

	background-color:#f9f9f9;

}

.hezuo_22{

	width:1200px;

	margin:0 auto;

}

/*联系我们*/

.contact{

	width:100%;

}

.lianxi{

	width:1200px;

	margin:0 auto;

	padding:70px 0;

}

.lianxi_1{

	height:90px;

	font-size:36px;

	color:#262626;

}

.lianxi_1 span{

	font-size:12px;

	color:#adadad;

	text-transform:uppercase;

}

.lianxi_2{

	padding-bottom:40px;

}

.lianxi_2_left{

	width:900px;

	float: left;

	font-size:13px;

	color:#666666;

	line-height:40px;

}

.lianxi_2_left h2{

	font-size:30px;

	color:#d19e37;

	margin-bottom:20px;

}

.lianxi_2_left a{

	color:#666666;

}

.lianxi_2_right{

	width:auto;

	float:right;

}

.lianxi_3{

	padding-top:35px;

}

.liuyan{

	background-image:url(../images/lianxi_13.jpg);

	background-position:center top;

	background-repeat:no-repeat;

	height:785px;

}

.liuyan1{

	width:1200px;

	margin:0 auto;

	padding-top:43px;

}

.liuyan_up{

	height:74px;

	font-size:36px;

	color:#262626;

}

.liuyan_up span{

	font-size:12px;

	color:#adadad;

	text-transform:uppercase;

}

.liuyan_down{

	padding-left:494px;

}

.liuyan_down h2{

	height:45px;

	font-size:13px;

	color:#333333;

}

.liuyan_down ul li{

	padding-bottom:12px;

}

.liuyan_down_left{

	width:85px;

	float:left;

	line-height:38px;

	font-size:13px;

	color:#333333;

}

.liuyan_down_left span{

	color:#e9262c;

}

.liuyan_down_right{

	width:auto;

	float:left;

}

.liuyan_down_right input{

	width:360px;

	height:36px;

	padding-left:10px;

	border:#ededed 1px solid;

	background-color:#ffffff;

	line-height:36px;

	font-size:14px;

	color:#333333;

}

.liuyan_down_right textarea{

	width:580px;

	height:215px;

	padding:10px;

	border:#ededed 1px solid;

	background-color:#ffffff;

	line-height:36px;

	font-size:14px;

	color:#333333;

}

.liuyan_down_right img{

	vertical-align:middle;

}

.liuyan_down_tijiao{

	padding-left:89px;

}

.liuyan_down_tijiao a{

	width:130px;

	height:40px;

	display:inline-block;

	background-color:#057ee3;

	border-radius:5px;

	text-align:center;

	line-height:40px;

	font-size:14px;

	color:#ffffff;

}

/*新闻*/

.news{

	width:1200px;

	margin:0 auto;

	padding:30px 0;

}

.news_1{

	width:100%;

	padding-bottom:60px;

}

.news_1_up{

	height:40px;

}

.news_1_up span{

	width:auto;

	height:26px;

	display:inline-block;

	border-bottom:#e1ca7b 1px solid;

	font-size:18px;

	color:#404040;

}

.news_1_down{

	width:100%;

}

.news_1_down_left{

	width:727px;

	float:left;

}

.news_1_down_left_01{

	width:100%;

	height:434px;

}

.news_1_down_left_02{

	padding-top:35px;

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#676767;

	line-height:22px;

}

.news_1_down_left_02 a{

	font-family:"微软雅黑","宋体";

	font-size:19px;

	color:#373636;

	line-height:40px;

}

.news_1_down_left_02 span{

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#909090;

	line-height:20px;

}

.news_1_down_right{

	width:445px;

	float:right;

}

.news_1_down_right ul li{

	height:93px;

	margin-bottom:10px;

}

.news_1_down_right ul li:hover{

	background-color:#f2f2f2;

}

.news_1_down_right_tt{

	width:259px;

	float:left;

	padding-left:5px;

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#909090;

	line-height:30px;

}

.news_1_down_right_tt a{

	font-family:"微软雅黑","宋体";

	font-size:15px;

	color:#373636;

	font-weight:bold;

	line-height:27px;

}

.news_1_down_right_img{

	width:142px;

	float:right;

	padding-top:5px;

}

.news_2{

	padding-bottom:50px;

}

.news_2_02{

	width:100%;

	padding-top:20px;

}

.news_2_02 ul li{

	padding-bottom:41px;

}

.news_2_02_img{

	width:240px;

	float:left;

}

.news_2_02_tt{

	width:894px;

	float:left;

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#585858;

	line-height:22px;

}

.news_2_02_tt a{

	font-family:"微软雅黑","宋体";

	font-size:16px;

	color:#373636;

	line-height:45px;

	font-weight:bold;

}

.news_2_02_tt span{

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#909090;

	line-height:25px;

}

.news_2_03{

	text-align:center;

}

.news_2_03 a{

	font-size:12px;

	color:#cb9759;

	text-decoration:underline;

}

.news_3{

	width:100%;

	padding-bottom:50px;

}

.news_3_01{

	padding:20px 0 40px;

}

.news_3_01 ul{

	width:1234px;

}

.news_3_01 ul li{

	float:left;

	height:355px;

	padding-right:34px;

	width:377px;

}

.news_3_01_01{

	height:48px;

	line-height:48px;

}

.news_3_01_01 a{

	font-family:"微软雅黑","宋体";

	font-size:15px;

	color:#454545;

	font-weight:bold;

}

.news_3_01_02{

	height:22px;

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#9e9e9e;

}

.news_3_01_03{

	font-family:"微软雅黑","宋体";

	font-size:12px;

	color:#585858;

	line-height:26px;

}

.news_3_01_03 a{

	color:#43a5e3;

}

/*新闻详细*/

.news_show{

	width:1200px;

	margin:0 auto;

	padding:30px 0;

}

.news_show_1{

	text-align:center;

	border-bottom:#ddd 1px dashed;

}

.news_show_1 h2{

	font-size:18px;

	font-family:"微软雅黑","宋体";

	color:#222;

	line-height:35px;

}

.news_show_1 span{

	font-size:12px;

	color:#666;

	line-height:25px;

}

.news_show_1 span a{

	font-size:12px;

	color:#666;

}

.news_show_1 a:hover{

	text-decoration:none;

	color:#d8181a;

}

.news_show_2{

	padding-top:20px;

	font-size:15px;

	color:#333;

	line-height:30px;

	font-family:"微软雅黑","宋体";

}

.news_show_3{

	padding-top:40px;

}

.news_show_3 span{

	font-size:12px;

	color:#333;

}

.news_show_3 span a{

	color:#d00;

}























/*产品列表左右结构*/

.tongxinlist{
	width:100%;
	
	position:relative;
	min-height:700px;
}
.tongxinlist_left{
	width:228px;
	position:absolute;
	z-index:99;
	
	left:37px;
	background-color:#e9e9e9;
}
.tongxinlist_left_up{
	height:55px;
	background:#045bab;
	line-height:55px;
	padding-left:48px;
	font-size:18px;
	color:#ffffff;
}
.tongxinlist_left_down{
	padding-top:20px;
}
.tongxinlist_left_down ul li{
	width:100%;
}
.tongxinlist_left_down ul li .tongxinlist_left_down_01{
	height:44px;
	display:block;
	border-bottom:#d1d1d1 1px solid;
	padding-left:26px;
	line-height:44px;
	font-size:14px;
	color:#3a3a42;
	font-weight:bold;
}
.tongxinlist_left_down ul li:hover .tongxinlist_left_down_01{
	background-color:#d1ad62;
	color:#ffffff;
}
.tongxinlist_left_down ul li ul{
	display:none;
}
.tongxinlist_left_down ul li:hover ul{
	display: block;
}
.tongxinlist_left_down ul li:hover ul li{
	height:31px;
	line-height:31px;
	padding-left:35px;
}
.tongxinlist_left_down ul li:hover ul li a{
	font-size:12px;
	color:#737479;
}
.tongxinlist_right{
	padding-left:320px;
}
.tongxinlist_right_1{
	height:42px;
	background-image:url(../images/tongxin_11.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	line-height:36px;
	font-size:20px;
	color:#46464b;
	margin-bottom: 20px;
}
.tongxinlist_right_2{
	width:100%;
	padding-top:28px;
}
.tongxinlist_right_2 ul li{
	float:left;
	width:300px;
	height:300px;
	position:relative;
	overflow:hidden;
	margin-right:14px;
	margin-bottom:20px;
	border:#d2d2d2 1px solid;
}
.tongxinlist_right_2_img img{
	width:100%;
}
.tongxinlist_right_2_tt{
	width:300px;
	height:300px;
	position:absolute;
	z-index:99;
	top:100%;
	left:0;
	background-color:rgba(0,0,0,0.7);
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
.tongxinlist_right_2 ul li:hover .tongxinlist_right_2_tt{
	top:0;
} 
.tongxinlist_right_2_tt_01{
	text-align:center;
	padding-top:70px;
	font-size:24px;
	color:#ffffff;
}
.tongxinlist_right_2_tt_02{
	padding-top:22px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}
.tongxinlist_right_2_tt_03{
	padding-top:20px;
	text-align:center;
}
.tongxinlist_right_2_tt_03 span{
	display:inline-block;
	width:126px;
	height:33px;
	border:#6e6d6e 1px solid;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#909090;
}




















































































