html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	font-family: 'Microsoft YaHei',Tahoma,Arial,Simsun,sans-self,"Helvetica Neue","Hiragino Sans GB";
    font-size: 14px;
    width: 100%;
    overflow-x:hidden;
}
a{
	text-decoration: none;
	cursor: pointer;
}
 p {
    color: #595757;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear:after{
	clear: both;
	display: block;
	content: '';
	height: 0;
}
a{
	color: #655d5c;
}
a:hover{
	color: #FF0054;
}
a img {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transfrom:scale(1,1);
}

.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.mb-40{
    margin-bottom: 40px;
}
.pd-40{
    padding-bottom: 40px;
}
.header{
	height: 100px;
	line-height: 100px;
}
.logo{
	margin-top: 22px;
	height: 175px;
	height: 56px;
}
.header-nav li{
	float: left;
	color:#666666;
}
.header-nav li a{
	padding: 0 12px;
	color: #666666;
    font-size: 16px;
}
.header-nav li a:hover{
	color: #FF0054;
}
.bannerArea {
    height: 600px;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}
.bannerArea .w1200{
	height: 100%;
}
.bannerArea .list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bannerArea .list li {
    position: absolute;
    width: 1200px;
    height: 600px;
    overflow: hidden;
    left: 200%;
    top: 0;
}
.bannerArea .list li img{
    width: 100%;
    height: 100%;
}
.list a img:hover{
    transform:scale(1.1,1.1);
}
.bannerArea .leftCover, .bannerArea .rightCover {
    width: 1200px;
    height: 600px;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
}
.bannerArea .list li:first-child {
    left: 0;
}
.bannerArea .leftCover {
    left: -100%;
}
.bannerArea .rightCover {
    left: 100%;
}
.bannerArea .next, .bannerArea .prev {
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;

}
.bannerArea .prev:hover {
 
}
.bannerArea .prev {
    background-image: url(../images/left.png);
    background-repeat: no-repeat;	
 
}
.bannerArea .next:hover {
 
}
.bannerArea .next {
	background-image: url(../images/right.png);
    background-repeat: no-repeat;
    right: 0px;
}

.bannerArea .list li .desc {
    width: 100%;
    padding: 25px 85px 15px 35px;
    background: url(../images/black_bg.png) 0 0 repeat;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    font-size: 32px;
    text-align: center;
}
.bannerArea .list li .desc p {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: elipsis;
    color: #fff;
}
.bannerArea .list li:hover .desc p{
    color: #BA9E66;
}
.bannerArea .list li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    color: #fff;
}
.bannerArea .list li a:hover{
    color: #BA9E66;
}
.bannerArea .bannerNum {
    background: url(../images/b_01.png) 0 100% no-repeat;
    width: 60px;
    height: 64px;
    position: absolute;
    right: 8px;
    bottom: 15px;
    color: #bbb;
    font-size: 20px;
}
.bannerArea .bannerNum em {
    text-align: left;
    padding-left: 24px;
    display: block;
    margin-top: 5px;
    line-height: 30px;
}
.bannerArea .bannerNum span {
    text-align: right;
    padding-right: 18px;
    display: block;
    line-height: 30px;
}
.tit-padding{
    padding: 40px 0;
}
.tg-tit{
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
}
.tg-tit img{
    position: relative;
    z-index: 2;
}
.tit-lines{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width:1200px;
    height: 1px;
    background-color: #d8d8d8;
    z-index: 1;
}
.tit-small{
    position: absolute;
    /*top: -60px;*/
    color: #909090;
    top: 30px;
    bottom: 0;
    left: 0px;
    right: 460px;
    margin:auto;
	font-size:16px;
}
.tg-video{
    width: 630px;
    height: 335px;
    background-color: #000;
    text-align: center;
	position:relative;
}
.firstimg{
	position:absolute;
	top:0;
	left:0;
	z-index:96;
	width:630px;
	height:335px;
}
#video{
    margin: 0 auto;
    margin-top: 5px;
}
.tg-videor{
    position: relative;
}
.newfacey{
    position: absolute;
    left: -29px;
    bottom: 0;
    width: 29px;
    height: 204px;
}
.tg-videor-bg{
    width: 521px;
    height: 335px;
    background: url(../images/bowen.png);
    overflow: hidden;
}
.tg-videor-con{
    width: 499px;
    height: 313px;
    margin: 0 auto;
    margin-top: 11px;
    background-color: #fff;
    /*padding: 10px 0;*/
}
.tg-videor-con p{
    text-indent: 32px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    width: 432px;
    margin: 0 auto;
}
.tg-videor-con strong{
    font-size: 18px;
    color: #ff0054;
}
.tg-training{
    background-color: #f3f3f3;
}
.tg-training .tit-small{
    right: 686px;
}
.tg-training-con li{
    width: 33.333%;
    float: left;
    height: 468px;
    /*overflow: hidden;*/
    position: relative;
}
.tg-training-con li img{
    width: 100%;
}
.tg-training-con dl{
    background-image: url(../images/djup.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 231px;
    position: absolute;
    top: 231px;
    z-index: 3;
}
.tg-training-con dt{
    background-image: url(../images/tranbg.png);
    background-repeat: no-repeat;
    width: 291px;
    height: 54px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    margin-top: 32px;
    margin-left: -5px;
    overflow: hidden;
}
.train-tit{
    display: block;
    margin-top: 6px;
    margin-left: 22px;
    padding-left: 40px;
}
.tranimg{background:url(../images/tranimg.png) no-repeat ;}
.train-tit1{background-position:0 0;}
.train-tit2{background-position:0 -41px;}
.train-tit3{background-position:0 -83px;}

.tg-training-con dd{
    font-size: 18px;
    color: #000;
    width: 287px;
    margin: 20px 0px 13px 30px;
}
.tg-training-con p{
    margin-left: 45px;
    text-indent: 28px;
    font-size: 14px;
    line-height: 24px;
    width: 328px;
}
.tg-training-middle dl{
    background-image: url(../images/djdown.png);
    top: 0px;
}
.tg-training-middle .tg-timg{
    position: relative;
    top: 212px;
    height: 252px;
}

.more{
    background: url(../images/more.png) no-repeat;
	background-position: 0px 1px;
    padding-left: 14px;
    width: 12px;
    height: 13px;
    line-height: 12px;
    position: absolute;
    bottom: 29px;
    right: 50px;
}
.more:hover{
    background: url(../images/morehover.png) no-repeat;
}
.tg-art .tit-small{
    right: 557px;
}
.art-left{
    width: 680px;
    height: 342px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=-100, Strength=5);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 10px #d8d8d8;/*firefox*/ 
    -webkit-box-shadow:0px 0px 10px #d8d8d8;/*webkit*/ 
    box-shadow:0px 0px 10px #d8d8d8;/*opera或ie9*/
}
.art-left img{
    width: 660px;
    height: 316px; 
    margin-top: 13px;
    vertical-align: top;
}
.art-focus-tit{
    width: 480px;
    height: 50px;
    background: url(../images/bowen.png);
    overflow: hidden;
    margin: 10px 0 15px 0;
}
.art-fimg{
    background-color: #FF0054;
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 5px;
    text-align: center;
    line-height: 50px;
}
.art-focus-con{
    width: 469px;
    height: 252px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.art-focus-con img{
    width:100%;
}
.art-fcon{
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    padding-left: 28px;
    background-color: rgba(255,255,255,.7);
}

.tg-art p{
    font-size: 18px;
    line-height: 26px;
    text-indent: 36px;
}
.double-line span{
    display: block;
    height: 1px;
    width: 1200px;
    background-color: #d8d8d8;
    margin: 4px 0;
}
.double-line .double-lup{
    margin-left: 136px;
}
.double-line .double-ldown{
    margin-left: -40px;
}
.tg-student{
    background: url(../images/studentbg.jpg) no-repeat;
    height: 750px;
}
.tg-student .tit-lines{
    background-color: #3d3c44;
}
.student-con li{
    float: left;
    position: relative;
    width: 288px;
    height: 498px;
    font-size: 16px;
}
.student-con img{
    width: 100%;
}
/*.student-con li+li{
    margin-left: 16px;
}*/
.student-info{
    position: absolute;
    bottom: 0px;
    width: 69px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #fe6598;
}

.tg-afia{
    position: relative;
}
.tg-afia .tit-small{
    right: 560px;
}
.tg-afia-con{
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=-100, Strength=5);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 10px #d8d8d8;/*firefox*/ 
    -webkit-box-shadow:0px 0px 10px #d8d8d8;/*webkit*/ 
    box-shadow:0px 0px 10px #d8d8d8;/*opera或ie9*/
}
.tg-afia .tg-tit{
    width: 100%;
}

.tg-afia-left{
    width: 429px;
    height: 478px;
    background-image: url(../images/afiabg.jpg);
    background-repeat: no-repeat;
    position: relative;
	margin:64px 0 64px 15px;
}
.tg-afia-left ul{
    width: 371px;
    margin: 0 auto;
    margin-top: 20px;
}
.tg-afia-left li{
    height: 150px;
    overflow: hidden;
}
.tg-afia-left li+li{
    border-top:1px dotted #c7c7c7;
}
.tg-afia-left dl{
    margin-top: 12px;
}
.tg-afia-left dt{
    width: 124px;
    height: 126px;
    border-radius: 50%;
}
.tg-afia-left dd{
    width: 218px;
    margin-top: 25px;
}
.afia-ltit{
    display: block;
    font-size: 18px;
    color: #c79f62;
/*    background-image: url(../images/afia-l1.png) ;
    background-repeat: no-repeat;*/
    padding-left: 28px;
    margin-bottom: 11px;
}
.listimg{background:url(../images/listimg.png) no-repeat ;}
.afia-l1{background-position:0 0;}
.afia-l3{background-position:0 -48px;}
.afia-l2{background-position:0 -22px;}

.afia-lcon{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding-left: 28px;
}
.tg-afia-right{
    width: 684px;
    height: 460px;
    margin-top: 81px;
    margin-left: 26px;
}
.tg-afia-right dt{
    width: 684px;
    height: 358px;
    position: relative;
}
.tg-afia-right img{
    width: 100%;
}
.afia-r-tit{
    position: absolute;
    bottom: 12px;
	left:0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 30px;   
    background-color: rgba(255,255,255,.7);
}
.afia-r-tit span+span{
    padding-left: 60px;    
}
.tg-afia-right p{
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    text-indent: 36px;
    margin-top: 20px;
}

.tg-high-con{
    height: 620px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=-100, Strength=5);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 10px #d8d8d8;/*firefox*/ 
    -webkit-box-shadow:0px 0px 10px #d8d8d8;/*webkit*/ 
    box-shadow:0px 0px 10px #d8d8d8;/*opera或ie9*/
}
.high-left{
    background: url(../images/bowen.png);
    width: 330px;
    height: 500px;
    text-align: center;
    overflow: hidden;
    margin: 64px 0 0 20px;
}
.high-left>img{
    width: 303px;
    height: 476px;
    margin-top: 12px;
}
.high-right{
    width: 824px;
    margin-top: 76px;
}
.high-right-tit p{
    font-size: 24px;
    line-height: 40px;
    color: #2d2d2d;
    width: 760px;
    text-indent: 48px;
}
.high-line{
    width: 100%;
    height: 4px;
    display: block;
    margin: 30px 0;
    background-color: #4e519f;
}
.high-rimg{
    width: 202px;
    height: 247px;
}
.high-rcon{
    width: 183px;
    height: 231px;
    border: 1px solid #e6e6e6;
    border-left: 0px;
    margin-top: 8px;
    position: relative;
}
.high-rcon .more{
    bottom: 12px;
    right: 31px;
}
.hight-rcon-tit{
    width: 195px;
    height: 65px;
    margin-top: 28px;
    margin-left: -6px;
}
.high-rcon p{
    width: 162px;
    height: 86px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-left: 14px;
    margin-top: 30px;
}
.high-r+.high-r{
    margin-left: 22px;
}

.tg-international-con{
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}
.interleftbg{
    position: absolute;
    top: 178px;
    bottom: 0px;
    left:0px;
    right: 1410px;
    margin: auto;
    background: url(../images/interleftbg.png) no-repeat;
    width: 195px;
    height: 458px;
    overflow: hidden;
}
.tg-inter{
    background-image: url(../images/interbg.png);
    height: 636px;
    margin: 40px auto;
    overflow: hidden;
}
.tg-inter-con{
    width: 926px;
    height: 596px;
    background-color: #ff0054;
    margin: 24px 0  0 29px;
    overflow: hidden;
}
.tg-icimg{
    position: relative;
    width: 759px;
    height: 540px;    
    margin: 26px auto;
    background-color: #fff;

}
.tg-icimg dl{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 759px;
    height: 540px;    

}

.tg-icimg dt{
    width: 359px;
    height: 540px;
    float: left;
}
.tg-icimg dd{
    width: 400px;
    height: 540px;
    float: left;
    background: url(../images/inter-rbg.jpg) no-repeat;
}
.tg-iccon{
    width: 332px;
    margin: 0 auto;
}
.tg-iccon-tit{
    font-size: 36px;
    display: block;
    color: #000;
    margin: 60px 0;
}
.tg-iccon p{
    width: 311px;
    text-indent: 36px;
    line-height: 32px;
    font-size: 18px;
    color: #2d2d2d;
}
.professional{
    background: url(../images/professional.jpg) no-repeat;
    width: 136px;
    height: 45px;
    display: block;
}
.tg-iccon ul{
    margin: 20px 0 0 30px;
}
.tg-iccon li{
    height: 33px;
    line-height: 33px;
    margin-bottom: 6px;
}
.tg-inter-list{
    margin-top: 30px;
    margin-right: 28px;
}
.tg-inter-list li{
    width: 172px;
    height: 172px;
    border: 2px solid #fff;
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
}
.tg-inter-list li.active{
    border-color: #ff0054;
}
.tg-inter-list li img,.match-right li img{
    vertical-align: top;
}
.tg-inter-list li img{
    width: 100%;
}
.list-tit{
    position: absolute;
    bottom: 0;
	left:0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.list-tit a{
    color: #fff;
}
 
.tg-match-con{
    height: 590px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=-100, Strength=5);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 10px #d8d8d8;/*firefox*/ 
    -webkit-box-shadow:0px 0px 10px #d8d8d8;/*webkit*/ 
    box-shadow:0px 0px 10px #d8d8d8;/*opera或ie9*/
}
.match-left {
    width: 845px;
    height: 500px;
    margin: 45px 0px 45px 24px;
    position: relative;
}

.match-left dl{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.match-left dt{
    width: 200px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    letter-spacing:10px;
    border: 1px solid #fff;
	margin-bottom:20px;
}
.match-left dd{
    font-size: 26px;
}
.match-left .swiper-button-prev{
	background-image:url(../images/swiperleft.png);
}
.match-left .swiper-button-next{
	background-image:url(../images/swiperright.png);	
}
.swiper-button-next, .swiper-button-prev{
    width: 33px;
    height: 63px;
}
.match-right{
    width: 290px;
    margin: 45px 24px 45px 0px;
}
.match-right li{
    height: 241px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.match-right .list-tit{
    text-align: left;
    padding-left: 20px;
} 
 
.active .match-con{
    border-color: #ff0054;
}
.match-con{
	border: 2px solid #fff;
    margin-top:6px;
	height:131px;
	overflow:hidden;
	position:relative;
}
.match-right li img{
    width: 100%;
}
.match-right .list-tit{
    text-align: left;
    padding-left: 20px;
}
.match-up,.match-down{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #7f7f7f;
    cursor: pointer;
}
.match-down{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tg-walk-con{
    height: 800px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=-100, Strength=5);/*for ie6,7,8*/ 
    -moz-box-shadow:0px 0px 10px #d8d8d8;/*firefox*/ 
    -webkit-box-shadow:0px 0px 10px #d8d8d8;/*webkit*/ 
    box-shadow:0px 0px 10px #d8d8d8;/*opera或ie9*/
}
.walk-con{
    padding-top: 26px;
}
.walk-con-tit{
    background-image: url(../images/tranbg.png);
    background-repeat: no-repeat;
    width: 291px;
    height: 54px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 26px;
    margin-left: -6px;
    overflow: hidden;
    padding-left: 20px;
}
.walk-video li{
    width: 375px;
    height: 252px;
    float: left;
    margin-left: 19px;
    position: relative;
    overflow: hidden;
}
.walk-video .list-tit{
	display:none;
	font-size:18px;
	height:50px;
	line-height:50px;
}
.walk-video li:hover .list-tit{
	display:block; 
}
.video-btnbg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/video-btnbg.png) no-repeat;
    width: 79px;
    height: 79px;
}
.walk-line{
    background: url(../images/interbg.png);
    width: 97%;
    height: 14px;
    margin: 0 auto;
    margin-top: 32px;
}
.infoimg{
    background:url(../images/infoimg.png) no-repeat ;
    display: block;
    margin: 0 auto;
}
.info-1{height:94px;width:94px;background-position:0 0;}
.info-2{height:94px;width:94px;background-position:-124px 0;}
.info-3{height:94px;width:94px;background-position:-247px 0;}
.info-4{height:94px;width:94px;background-position:-376px 0;}

.info-con1 dl:hover .info-1{
    background-position: 0 -127px;
}
.info-con2 dl:hover .info-2{
    background-position: -126px -129px;
}
.info-con3 dl:hover .info-3{
    background-position: -248px -127px;
}
.info-con4 dl:hover .info-4{
    background-position: -376px -128px;
}

.tg-info-con dl:hover .info-line{
    width: 90px;
    left: 35%;
}

.info-line{
    position: absolute;
    top: 34px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fc577b;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tg-info{
    background-color: #f3f3f3;
}
.tg-info-con{
    width: 25%;
    float: left;
    text-align: center;
}
.tg-info-con dl{
    margin: 35px auto;
    position: relative;

}
.tg-info-con dt{
    margin-bottom: 22px;
}
.tg-info-con dt img{
    width: 90px;
    height: 90px;
}
.tg-info-con dt img:hover{
    background-color: #fc577b;
    border-radius: 50%;
}
.tg-info-con dd{
    padding-bottom: 42px;
    font-size: 24px;
    position: relative;
}
.tg-info-con p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.backtop{
    background: url(../images/backtopbg.png) no-repeat;
    width: 133px;
    height: 480px;
    position: fixed;
    bottom: 7%;
    right: 20px;
    z-index: 9999;
    display: none;
}
.backtop-con{
    position: relative;
}
.backtop-con ul{
    margin-top: 118px;
}
.backtop-con ul li{
    text-align: center;
    width: 109px;
    margin: 0 auto;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.backtop-con .danger{
    color: #e50a57;
}
.bphone{
    background: url(../images/bphone.png) no-repeat;
    background-position: 5px 0;
    padding-left: 14px;
}
.backline{
    display: block;
    margin: 0 auto;
    width: 101px;
    height: 1px;
    background-color: #d8d8d8;
}
.back{
    position: absolute;
    width: 100px;
    height: 45px;
    bottom: -79px;
    left: 17px;
}
.backtop-con li dt{
    margin: 8px 0;
}
.backtop-con li dd{
    font-size: 14px;
    color: #000;
    margin: 4px 0;
}
.footer-top{
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-color: #000;
    color: #797979;
}
.footer-top a{
    padding: 0 8px;
    color: #797979;
}
.footer-top a:hover{
    color: #fff;
}
.footer-down{
    height: 92px;
}
.footer-logo{
    width: 229px;
    height: 44px;
    margin-top: 24px;
}
.footer-line{
    height: 92px;
    width: 1px;
    margin: 0 40px;
    background-color: #d8d8d8;
}
.footer-con{
    font-size: 14px;
}
.footer-con dl{
    margin-top: 4px;
}
.footer-con dt{
    margin-bottom: 27px;
}
.footer-con dt li{
    float: left;
    padding-left: 25px;
    height: 19px;
}
.footer-con dt li+li{
    margin-left: 40px;
}
.weixin{
    background: url(../images/weixin.png) no-repeat;
}
.phone{
    background: url(../images/phone.png) no-repeat;
}
.weibo{
    background: url(../images/weibo.png) no-repeat;
}
.footer-con dd{
    margin-bottom: 13px;
}