@charset "utf-8";
/************************************************************************
 * 公司	: suyee inc.
 * 网址	: www.suyee.net.cn
 * 作者QQ: 新月(46780956)
 * 日期	: 2019.03.25
************************************************************************/
/*.pcDIV	{display: block;}*/
.mobileDIV	{display: none;}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* 灰度滤镜
.star img {    filter: grayscale(100%);    -webkit-filter: grayscale(100%);    transition: -webkit-filter 2s;    transition: filter 2s;} */
/* common */
*	{margin:0; padding:0;}
html	{height:100%}
div, h1, h2, h3, h4, h5, h6 ,p, form, label, input, img, span{	margin:0; padding:0;}
ul,ol{	margin:0; 	padding:0;     list-style-type:none;}
img {border:0; max-width: 100%; height: auto; width: auto\9; /* ie8 */}
.spacer{ clear:both !important; font-size:0 !important; line-height:0 !important; height:0 !important;}
.Clear:after,.clear:after {
    content: "";
    display: table;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
.txtCenter{ text-align:center!important;}
.txtleft{ text-align: left!important;}
body{ display:block; width:100%;  max-width:1920px; overflow-x:hidden; margin:0 auto; background: #FFF; transition:all ease-out 0.3s;padding:0; 
	  color:#282828;	 font: normal 16px/25px Roboto,Arial,Helvetica,"sans-serif","Microsoft YaHei","微软雅黑","宋体";}
a:link {color: #7A92A2;	text-decoration: none; transition:all ease-out 0.3s;}
a:visited {text-decoration: none;	color: #282828;}
a:hover {text-decoration: none ;	color: #7A92A2;}
a:active {text-decoration: none;	color: #282828;}

.txt16{ font-size:16px!important;line-height:26px!important;}
.moree{ display:block; float:right; margin:6px 20px 0 0; border:0;}
.leftimg{ display:block; float:left; margin:0; padding:0; border:none;}
.hand	{cursor:pointer}
.overflow	{overflow:auto; overflow:hidden}
.none	{display:none !important}
.hide	{display:block; overflow:hidden; position:absolute; top:0; left:0; width:0; height:0; text-indent:-9999px;}
.pos_rel	{position:relative}

.clfix:after	{content: "."; display: block; height:0px; clear:both; visibility:hidden}
.clfix	{display: inline-block}
.clfix	{display: block}
* html	.clfix	{height:1%} /* Hides from IE-mac */
.clfix	{zoom:1} /*for IE 5.5-7*/

/* tabel 全局 */
.tabelMain{ width:100%;
	margin: 32px auto 0;
    max-width: 900px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    position: relative;
}
.tabelMain th{  padding:7px 0; border-top: #d8d8d8 1px solid; position: relative;}
.tabelMain tr{  background:#FFF; }
.tabelMain tr td { text-align: center;  border-top: #d8d8d8 1px solid; padding:7px 4px; }
.tabelMain tr td:first-child { text-align:left; }
.tabelMain tr td:nth-of-type(2) {  background:#ECECEC; }


.tabelMessage{ float:left; width:100%; /*border-bottom: #666 1px solid;*/ }
.tabelMessage td{  border-bottom: #d8d8d8 1px solid; padding:10px 0;}
.tabelMessage tr:last-child td{  border-bottom:none;}
.tabelMessage .tdR{ padding-right:5%;}
.tabelMessage .tdone{border-top: #008BD2 2px solid;}


/* 表单与按钮 */
.btn:hover, .btn-quote:hover, .knop:hover {  text-decoration:none!important;}
.btn,.knop { cursor:pointer; text-decoration:none;
    background: #bc0c0c;
    border: 0!important;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 20px 30px 22px;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    color: #fff;
    text-decoration: none;
    font-family: prometo,Arial,Helvetica,"sans-serif";
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-overflow: ellipsis;
    z-index: 1;
}
.btn--ghost {
    background: none;
    border: 2px solid #aaa!important;
    color: #FFF  !important;
    padding-top: 18px;
    padding-bottom: 20px;
}
.btn-quote{
    background: none;
    border: 2px solid #aaa!important;
    color: #282828 !important;
    padding-top: 18px;
    padding-bottom: 20px;
}
.knop{    color: #FFF !important;}
.btn-quote:before {
    background-color: rgba(0,0,0,.15) !important; 
}
.Footer .Footer-dealer .btn--ghost:before {
    background-color: hsla(0,0%,88%,.15);
}

.btn-quote:hover:before, .btn:hover:before, .knop:hover:before {
    border-radius: 0;
    width: 150%;
    padding-bottom: 150%;
}

a:hover:after, a:hover:before {
    text-decoration: none;
}

.btn--ghost:before {
    background-color: rgba(0,0,0,.15);
}

.btn-quote:before, .btn:before, .knop:before {
    content: "";
    position: absolute;
    background-color: hsla(0,0%,100%,.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1;
}

.Quicksearch {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.Quicksearch .Container {
    width: auto;
}
.Container {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.Quicksearch form { 
    border-radius: 5px;
    padding: 30px;
    background-color: #7b93a3;
    position: relative;
}
.Quicksearch form select {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 0 none;
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {font-size:14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 2px 8px;
    text-align: left;
    background-clip: padding-box;
    background-color: #fff;
    float: left;
    border: 1px solid #ccc;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 4px;
    outline: 0 none;
}

input, optgroup, select, textarea {
    font-family: Roboto,Arial,Helvetica,"sans-serif";
    color: #282828;
    line-height: 1.2;
}

.Quicksearch .btn--alternate {
    background: #34576f;
}
.Quicksearch .btn {font-size:14px;
    display: block;
    float: left;
    width:19%;
    padding: 10px 30px 11px;
	margin:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fld_12 {
    width:48%; margin:1%;
}
.fld_6 {
    width:98%;  margin:1%;
}
.fld {
    float: left;
    margin-bottom: 8px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fld label span {
    display: inline;
    color: #999;
    font-weight: 300;
    font-size: .8125rem;
}
.fld textarea {
    min-height: 80px;
}
 .center-button { 
    margin-top: 24px;
    text-align: center;
}
.disclaimer{display: block;
    margin-top: 52px;
    font-size: .875rem;
    font-style: italic;
    color: #7a7a7a;
    text-align: center;}
.inputtxt{ padding:0 5px; width:30%;    line-height: 32px;height: 32px;    border: 1px solid #d9d9d9;    color: #808080;    background: #f8f8f8;	 }
.inputent{ width:70%; height:96px;}
.inputcode{ width:65px !important;}
.tijiao{background-color:#008BD2;	 padding:0 20px;	border: none;	cursor:pointer;	margin:0; font-size:14px; line-height:35px; color:#FFF;}
.tijiao:hover{	 background-color:#0066cc; color:#FFF;}
button {display:inline-block; padding:0; border:0; background:transparent; text-align:center; vertical-align:middle; cursor:pointer; white-space:nowrap}
.color_red{ color:#902C2C!important;}
.color_green{ color:#2A9037!important;}	
/* 全局公共 */
.fir_title{ width:100%; text-align:center; font-weight:normal; font-size:30px; line-height:40px; color:#333; padding-top:60px; text-transform : uppercase/*全字母大写*/;}
.sec_title{ width:100%; text-align:center; font-weight:normal; font-size:16px; line-height:30px; color:#555; padding-bottom:35px; }
.linep{ display:block; margin:5px auto; width:80px; height:2px; background:#008BD2; overflow:hidden; font-size:0; }
.marginBTM35{ margin-bottom:35px;}
.paddingBTM60{ padding-bottom:60px;}
.paddingBTM35{ padding-bottom:35px;}
.paddingBTM25{ padding-bottom:25px;}
.paddingBTM15{ padding-bottom:15px;}
.paddingBTM10{ padding-bottom:10px;}
.paddingTop45{ padding-Top:45px;}
.paddingTop35{ padding-Top:35px;}
.paddingTop25{ padding-Top:25px;}
.paddingTop15{ padding-Top:15px;}
.paddingTop10{ padding-Top:10px;}

/*---------------------------------//banner-----------------------------------*/
#bannerMain{position: relative; width:100%; height:430px; overflow:hidden; text-align:center; background-color:#f3f3f3;background-size: cover; background-position:center center; background-repeat:no-repeat;}
#bannerMain:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.65);
    z-index: 1;
}
#bannerMain:after {content:''; clear: both ; display: block; font-size:0 ;}
/*#bannerMain.on img {transform: matrix(1.0, 0, 0, 1.0, 0, 0);-webkit-transition: all 5.0s ease;-moz-transition: all 5.0s ease;-ms-transition: all 5.0s ease;-o-transition: all 5.0s ease;transition: all 5.0s ease;}
#bannerMain img {transform: matrix(1.1, 0, 0, 1.1, 0, 0);   position: absolute;    top: 0;    left: 50%;    width: 1920px;	 max-width: 1920px;    margin-left: -960px;    }
.banner01{background:url(../images/banner_contact.jpg) center center no-repeat ; }
.banner02{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner03{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner04{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner05{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner06{background:url(../images/banner06.jpg) center top no-repeat ; }*/
#bannerTxt{width:100%;max-width:900px; margin:0 auto;z-index:2;position: relative; color:rgba(255,255,255,0.9);padding-top:180px; text-align:center;}
#bannerTxt h3	{
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    line-height: 1.4;
    font-weight: 700;
}
#bannerTxt p{position: absolute; top:0; right:0; z-index:10; font-size: 16px;}
#bannerTxt p a{ color:#FFF; padding-right:10px;}
/*#bannerMain h3:after {    content: "";    position: absolute;    left: 50%;    bottom: 0;    height: 2px;    width: 80px; margin-left:-40px;    background: #FFF;}*/
/*---------------------------------//body-----------------------------------*/
#bodyMain:after,#body:after,.bodyColor:after,
.contect:after,#contect:after {content:''; clear: both ; display: block ;	font-size:0 ;}
#bodyMain{width:100%; }
#body{ width:1200px; margin:0 auto;min-height:200px; }
.contect,#contect{ display:block; width:100%; float:left;  position:relative;}
.contect a,#contect a{ color:#068BD0; }
.contect a:hover,#contect a:hover{ color:#068BD0; text-decoration:underline; }
.bodyColor {background: #131313; color:#FFF; padding:50px 0; margin-bottom:50px;}
.bodyColor h1{color:#FFF !important;}
.bodyColor .title_secp{color:#FFF !important;}
.bgabout .title_secp{color:#FFF !important;}
.bgColor {background: #EAEAEA;/*background-attachment: fixed;*/ }


.titletop {display: block; width:100%; text-align:center;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
    color: #282828;
    margin-bottom: 20px;
    font-weight: 700;
}
.title_secp {display: block; width:100%; text-align:center; color:#929292;
    margin-top:-15px;
    margin-bottom: 30px;
}

.Container h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
}
.Container h2 {
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 2rem;
    color: #282828;
}
strong {
    font-weight: 700;
}
.Container p {
    line-height: 1.8;
    margin-bottom: 20px;
}

/* 企业简介 about --------------*/

ul.cert{width:100%;float:left; padding:10px 0 35px 0;}
ul.cert:after{ content:'';clear: both; display: block;	font-size:0;}
ul.cert li{float:left; width:24%;margin-right:1.3%; margin-bottom:15px; text-align:center;}
ul.cert li:nth-of-type(4n){ margin-right:0;}
ul.cert li i {    color: #7b93a3;
    font-size: 60px;
    display: block;
    text-align: center;}
ul.cert li h3 { font-size:16px; line-height:30px; font-weight:700; color: #282828; padding:10px 0;}

.bgabout{padding:60px 0; color:#FFF; position:relative;
    background: url(../images/bg_about02.jpg) center center no-repeat;
    background-size: cover;}
.bgabout:before{    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.65);z-index:1;
   }
.bgabout .contect{ position:relative; z-index:2;}
.bgabout h1 {
    color: #FFF !important;
}
.bgabout p { text-align:center !important;
}
/* 视频 --------------*/
ul.video_list {width:100%; float:left; padding:;}
ul.video_list:after{ content:'';clear: both; display: block;	font-size:0;}
ul.video_list li{float:left; width:32%;margin-right:1.3%; margin-bottom:1.3%; cursor:pointer;}
ul.video_list li:nth-of-type(3n){margin-right:0;}
ul.video_list li p.newspic:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
ul.video_list li p.newspic:hover:before {    background-color: rgba(0,0,0,.5);}
ul.video_list li p.newspic:hover:after {    opacity: 1;}
ul.video_list li p.newspic:after {
    content: "\f01d";font-family:"FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #fff;
    font-size: 100px;
}
ul.video_list li h2{width:98%; padding:1%; font-size:16px; line-height:1.4; font-weight:600;height:40px; overflow:hidden; color:#222; }
ul.video_list li p.newspic{width:100%; max-height:204px;overflow:hidden; position:relative;}
ul.video_list li p.newspic img{width:100%; }

/* 新闻资讯--------------*/
ul.news_list {width:100%; float:left; padding:;}
ul.news_list:after{ content:'';clear: both; display: block;	font-size:0;}
ul.news_list li{float:left; width:24%;margin-right:1.3%; margin-bottom:15px;}
ul.news_list li:nth-of-type(4n){margin-right:0;}
ul.news_list li a{ display:block; float:left;width:100%; border:#F9F9F9 1px solid;}
ul.news_list li a h2{width:98%; padding:1%; font-size:18px; line-height:1.4; font-weight:650;   height:60px; overflow:hidden; color:#222; margin-top:10px;}
ul.news_list li a h5{width:98%; padding:1%; font-size:16px; line-height:1.5; font-weight:normal;height:70px; overflow:hidden; color:#888; }
ul.news_list li.bgs a h5{height:130px;}
ul.news_list li a p.newspic{width:100%; height:190px;overflow:hidden;position: relative;}
ul.news_list li a p.newspic img{width:100%; }
ul.news_list li a p.time{width:98%; padding:1%;  font-size:14px; line-height:20px;color:#999;  }
ul.news_list li a p.time i {    display:block; float:right; font-size:16px; line-height:30px;}
ul.news_list li a:hover{  border:#282828 1px solid;}
ul.news_list li a:hover p.time i { color:#008BD2;}
ul.news_list li a p.newspic:before {
    content: '';
    position: absolute;
    left: 10%;
    margin-left: ;
    bottom: 0;
    display: block;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    border-style: solid;
    width: 0px;
    height: 0px;
}

#ViewLeft{width: 50%;
    float: left; margin-bottom:30px; }
#ViewLeft:after{ content:'';clear: both; display: block; font-size:0;}
.newdate{line-height: 1.8;    margin-bottom: 20px;}
#ViewRight{    width: 50%;margin-bottom:30px;
    float: right;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
#ViewRight:after{ content:'';clear: both; display: block; font-size:0;}


/* 调谐 tuning--------------*/
.Advantages { padding:60px 0;
    background: url(../images/bg_advantages.jpg) center center no-repeat;
    background-size: cover;
}
.Advantages #body{ max-width:800px;}
.Advantages ul {    margin-top: 15px;    padding-bottom: 15px;}
.Advantages ul li{        list-style: none;
    padding-left: 32px;
    position: relative;
	}
.Advantages ul li:before {
    content: "\f046";font-family:"FontAwesome";
    color: #282828;
    font-size: 22px;
    position: absolute;
    top: 5px;
    left: 0;
}


.tuning_left{
	float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
	}
.tuning_left p,.tuning_right p{ padding-top:15px;}
.tuning_right{
	float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
	}
.tun_left{
	float: left;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
	}
.tun_left p,.tun_right p{ padding-top:15px;}
.tun_right{
	float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:40px;
	}
	
	
/* 测试台 Test Bench--------------*/
.testbank_left{ line-height:1.8;
	float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 50px;
	}
.testbank_left p{ padding-top:15px;}
.testbank_right{
/*background-image: url(../images/bg_dynotest.jpg);*/
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
     background-repeat: no-repeat; 
    background-position: left 50%; 
   background-size: cover; 
	}
.cont_left{
	float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
	}
.cont_left p,.cont_right p{ padding-top:15px;}
.cont_right{
	float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
	}
.dec_list{list-style: decimal;margin: 0 0 24px 20px;}
.dec_list li{margin-left: 2px;}
.ico_list{margin: 15px 0 24px 20px;}
.ico_list li{list-style: none;    padding-left: 18px;    position: relative;}
.ico_list li:before { content:"";
    content: "\f054"; font-family:"FontAwesome";
    /*color: #FFF;*/
    font-size: .6em;
    position: absolute;
    top: 1px;
    left: 4px;
}

/* 客户服务-下载-联系-留言--------------*/
ul.Agent_list {width:100%; float:left;}
ul.Agent_list:after{ content:'';clear: both; display: block;	font-size:0;}
ul.Agent_list li{float:left; 
    width: 48%; height:370px;
    margin: 0 3% 3% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;}
ul.Agent_list li:nth-of-type(2n){margin-right:0;}
ul.Agent_list li h2{ font-size: 2rem;    color: #282828;    line-height: 1.4;    font-weight: 700;}
ul.Agent_list li h1{    padding-left: 5px;    color: #888;    font-size: 1rem;    font-weight: 300;    position: relative;margin-bottom: 25px;}
ul.Agent_list li dl{  float:left;width:100%; }
ul.Agent_list li dt{ float:left;width:40%; padding-right:10%; padding-top:30px;}
ul.Agent_list li dt img{ max-width:100%; max-height:180px;}
ul.Agent_list li dd{float:left; width:50%;font-size: 16px;    color: #282828;    line-height: 1.8;}
ul.Agent_list li dd strong{font-size: 1.2rem;    line-height: 1.4;    font-weight: 700; padding-bottom:10px}
/* 常见问题 FAQ---------------*/
.Faq {
    margin-bottom: 24px;
    padding-top: 16px;
}
.Faq:after,.Faq__item:after{ content:'';clear: both; display: block;	font-size:0;}
.Faq__item {
    margin-bottom: 10px;
    padding: 0 14px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.Faq__item h4 {
    margin: 0;
    padding: 13px 0 15px 26px;
    position: relative;
    cursor: pointer;
    color: #282828;
    line-height: 1.85;
}
.Faq__item h4 span {
    position: absolute;
    left: 0;
    top: 23px;
    width: 11px;
    height: 11px;
}
.Faq__item h4 span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 3px;
    background: #282828;
}
.Faq__item h4 span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 3px;
    height: 11px;
    background: #282828;
}
.Faq__item h4.on span:after { display:none;}
.Faq__item ul {
    display: none;
    margin-top: 10px; padding-bottom:15px;
}
.Faq__item:hover {border: 1px solid #7b93a3;}
.Faq__item:hover h4 span:after, .Faq__item:hover h4 span:before {
    background: #7b93a3;
}



/* 当前位置---------------*/
.location_wrap{ width:100%;  overflow:hidden; padding-top:20px;}
.location_wrap:after{ content:'';clear: both ; display: block;	font-size:0 ;}
.page_nav{padding:10px 0; width:1200px; margin:0 auto; color:#797981;}
.page_nav li{position:relative; display:inline; padding-right:16px; padding-left:11px; font-size:14px; line-height:25px;height:25px;}
.page_nav li:after{content:"";  position:absolute; right:-3px; top:4px; width:6px; height:6px; border-top: #797981 2px solid; border-right: #797981 2px solid;transform:rotate(45deg);}
.page_nav li.current_path{color:#797981; padding-right:0; margin-right:0;}
.page_nav li.current_path:after	{ display:none;}
.page_nav a{ color:#797981;}
.page_nav a:hover{ color:#797981; text-decoration:underline;}
/* footer-----------------------------------*/
#footmain:after,
#foot:after,footbar:after,
#footer:after{ content:'';clear: both ; display: block;	font-size:0 ;}
#footmain{ width:100%; padding: 80px 0;    background-color: #1d1d1d; color:#FFF	}
#footer	{position:relative; width:1200px; margin:0 auto; }
#footer_left { float:left; width:70%;}
#footer_right{ float:left; width:30%;}
#footer	a{ color:#FFF;}
#footer	a:hover{ color:#FFF; }
#footer h3 {
    padding-bottom: 15px;
    font-size: 1.6rem;
    color: #FFF;
    line-height: 1.4;
    font-weight: 700;
}	

#footer p{ float:left;}
#footer p.txt1{ width:40%;}
#footer p.txt2{ width:60%;}

#foot {
    padding: 30px 0;width:100%;
    background-color: #000;color: #b5b5b5;
}
#footbar{position:relative; width:1200px; margin:0 auto;}
#foot	a{ color:#b5b5b5;}
#foot	a:hover{ color:#b5b5b5; text-decoration:underline;}
#footbar ul{position: absolute; right:30px ; top:0;}
#footbar li{float: left; margin-left: 20px;}
#footbar li i{ font-size:22px !important;}

/* page -----------------------------------*/
#pages {font-family: Arial,宋体; padding: 15px 0 25px;}
#pages:after{ content:'';clear: both; display: block;	font-size:0;}
.bottom_pages { width: 100%; float: left;}
.pages_center { margin: 0px auto; text-align: center;}
#pages a.a1 { background: #FCFCFC; width: 56px; padding: 0;}
#pages a.hover {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #E7E7E7;
    border: 1px solid #e3e3e3;
    color: #333;
    text-align: center;
    padding: 0 10px;
}
#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #666;
    padding: 0 10px;
}
#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}
