@charset "utf-8";
body{ margin:0 auto; font-size:12px;color:#333; font-family:'helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; line-height:normal;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ padding:0; margin:0;}
h4,h5,h6{font-weight:normal;}
ul,li{ list-style:none;}
li{float: left;}
*{margin:0px; padding:0px;}

img{border:0px;max-width: 100%;height: 100% ;}
video{border:0px;width: 100%;height: 100%; object-fit: cover;}
/* source{border:0px;max-width: 100%;} */
a { color:#333; text-decoration:none; cursor: pointer;}
dd,dl,dt,em,h1,h2,h3,h4,h5,i{font-weight:normal;font-style:normal}
i,em{font-style: normal;}
a:hover h3{color:#E60012;text-decoration: none;}
a:active{text-decoration:none}
a:focus{outline:none;}
.clear{ clear:both;}
.fl{float: left;}
.fr{float: right;}

body,html{height: 100%; background-color: #F7F8F9;}

img{ border: none;vertical-align: middle;}
input,textarea{border: none;outline: none; background:none;}
button{border: none;outline: none; background:none;}

/* *{box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;transition: 0.5s;-webkit-transition: 0.5s;-ms-transition: 0.5s;} */

*{box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;transition: 0s;-webkit-transition: 0s;-ms-transition: 0s;}
h3{transition: 0s;-webkit-transition: 0s;-ms-transition: 0s;}

.popup {position: fixed;z-index: 999999;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100vw;height: 100vh;background: rgba(0,0,0,0.7);;border: 1px solid #000;padding: 0;}
.popup .popu-img{width: 100%;height: 100%; margin: auto; display: flex;align-items: center;justify-content: center;}
.popup .popu-img img{ width: auto;height: 50%;}
.popup .popu-video{width: 100vw;height: 100vh;display: flex;align-items: center;justify-content: center;}
.popup .popu-video video {object-fit: fill; width: auto; max-width: 90vw;max-height: 90vh;outline: 0;box-shadow: 0 20px 40px rgba(0,0,0,0.5);}
.popup button {position: absolute;right: 2.2%;top: 2.2%;width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius: 50%;background-color: #FFF;}
.popup button img{width: 20px;height: 20px; cursor:pointer;}

.centerY{display: flex;justify-content: center;flex-direction: column;}
.floats{float: left;width: 100%;}
.centers{margin: 0 auto;max-width: 1400px;clear:both;}
.centers1720{margin: 0 auto;max-width: 1720px;clear:both;}
.paddings{padding:68px 0 80px;}
.paddings90{padding:90px 0;}
.downs{height: 125px;}

.pagination{transition: 0;-webkit-transition: 0;-ms-transition: 0;}

/*分页*/
.n-page{margin-top: 13px;text-align: center;}
.n-page li{float: none;display: inline-block;width: 40px;height:40px; line-height: 40px; background: #FFF; font-size: 16px;font-weight: 400;color: #333333; margin:0 4px;cursor: pointer;}
.n-page li a{color:#333;display: block;}
.n-page li.disabled,.n-page li.active{background:#D30009; color:#fff;}



/* 菜单 start */
.tx-head{position: relative; user-select: none; background: #FFF;}
.tx-head .centers{height: 100px;display: flex;}
.tx-head .tx-logo{line-height: 100px;}
.tx-head .tx-logo div{width: 350px;}
.tx-head .tx-logo img{width: 350px;height: 60px;}
.tx-head .tx-content{width: 100%;display: flex;justify-content: space-between;}
.tx-head .tx-content .content_policy{margin: auto 0 ;margin-left: 136px;width: 285px;height: 29px;}
.tx-head .tx-content .content-sp{width: 230px;display: flex;margin-left: 230px;}
.tx-head .tx-content .content-sp:last-child{width: 150px;margin-left: 0;}
.tx-head .tx-content .content-sp .sp-img{margin: auto 0;width: 52px;height: 52px;}
.tx-head .tx-content .content-sp .sp-c{margin: auto 0;margin-left: 16px; height: 50px;display: flex;justify-content: space-between;flex-direction: column;}
.tx-head .tx-content .content-sp .sp-c li{font-size: 16px;font-weight: 400;color: #333333;}
.tx-head .tx-content .content-sp .sp-c ul{font-size: 24px;font-weight: bold;color: #D30009;}

.tnav{background-color: #D30009;position: relative;z-index: 99;}
.tnav-main{display: flex;justify-content: space-around;}
.tnav-main > li{position: relative;z-index: 30;}
.tnav-main > li > a{position: relative; display: block; font-size: 18px;color:#FFF;line-height: 60px;padding:0 41px;}
/* .tnav-main > li > a::before{content:'';position: absolute;left:0;right:0;margin:0 auto;bottom:14px;background-color: #FFF;width: 0px;height:2px;} */
.tnav-main > li.cur > a{color:#FFF;font-weight: bold; background-color: #FF9C36;}
.tnav-main > li:hover > a{color:#FFF;font-weight: bold; background-color: #FF9C36;}
.tnav-main > li.cur > a:before{width: 38px;}

.tnav-main .sub-nav{display: none; position: absolute;top:100%;left:50%;width: 152px;padding: 6px 0;background-color: rgba(255,255,255,0.9);transform: translate(-50%,0);}
.tnav-main .sub-nav li{width: 100%;}
.tnav-main .sub-nav li a{display: block;font-size: 15px;text-align: center;line-height: 20px;padding:12px;}
.tnav-main li:hover .sub-nav{display: block;}

.seize{height: 0;}
/* 菜单 end */





/* 返回 start */
.tx-return{position: fixed;z-index: 1000;right: 30px;top: 40%;}
.tx-return-main{position: relative; cursor: pointer;}
.return1{position: absolute;top: 0;right: 0;}
.return2{position: absolute;top: 70px;right: 0;display: flex;flex-direction: inherit;box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;transition: 0.5s;-webkit-transition: 0.5s;-ms-transition: 0.5s;}
.return3{position: absolute;top: 140px;right: 0;opacity: 0;}
.return1 .return1-ma{display: none;background-color: #fff;width: 136px;height: 176px;position: absolute;left: -146px;top: 0px;}
.return1:hover .return1-ma{display: block;}
.return1 .return1-ma img{width: 136px;height: 136px;}
.return1 .return1-ma div{width: 136px;height: 40px;line-height: 40px;text-align: center;background: #D30009;font-size: 16px;font-weight: 400;color: #FFFFFF;}
.tx-return-main ul .img img{width: 30px;height: 30px;}
.tx-return-main ul{margin-bottom: 20px;width: 56px;height: 56px;background: #D30009;color: #FFF;font-size: 14px;font-weight: 400;display: flex;flex-direction: column;align-items: center;justify-content: space-between;padding: 12px 0;}
.tx-return-main .return2 .return2-phone{display: none;}
.tx-return-main .return2:hover {padding:0 27px;width: 220px;flex-direction: row;}
.tx-return-main .return2:hover .return2-phone{overflow: hidden;white-space: nowrap;display: block;font-size: 20px;font-weight: bold;color: #FFFFFF;}
/* 返回 end */



@keyframes big{
    0%{transform: translate(-50%, -50%) scale(0);}
    100%{transform: translate(-50%, -50%) scale(1);}
}
@-webkit-keyframes big{
    0%{-webkit-transform: translate(-50%, -50%) scale(0);}
    100%{-webkit-transform: translate(-50%, -50%) scale(1);}
}

@keyframes top{
    0%{bottom:0;opacity: 0;}
    100%{bottom:55px;opacity: 1;}
}
@-webkit-keyframes top{
    0%{bottom:0;opacity: 0;}
    100%{bottom:55px;opacity: 1;}
}

/* 底部 start */

.tx-foot-bg{height: 350px;}
.tx-foot .tx-foot-top{padding-top: 60px;margin-bottom: 50px;display: flex;}
.tx-foot .tx-foot-top .foot-top1{width: 420px;}
.tx-foot .tx-foot-top .foot-top1 img{width: 343px; height: 56px;}
.tx-foot .tx-foot-top .foot-top1 div{margin-top: 20px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.tx-foot .tx-foot-top .foot-top1 div a{ margin-top: 30px;width:25%;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #FFFFFF;}
.tx-foot .tx-foot-top .foot-top2 .top2:first-child{margin-top: 0;}
.tx-foot .tx-foot-top .foot-top2 .top2{width: 525px;margin-top: 14px;display: flex;}
.tx-foot .tx-foot-top .foot-top2 .top2 .top2-1 img{width: 36px; height: 36px;}
.tx-foot .tx-foot-top .foot-top2 .top2 .top2-2{margin-top: 6px; margin-left: 10px;font-size: 16px;font-weight: 400;color: #FFFFFF;}
.tx-foot .tx-foot-top .foot-top2 .top2 .top2-3{font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 32px;}
.tx-foot .tx-foot-top .foot-top3 .top3{margin-left: 92px;display: flex;justify-content: center;flex-direction: column;height: 100%;}
.tx-foot .tx-foot-top .foot-top3 .top3 div{margin: 0;width: 180px;height: 60px;line-height: 60px;background: #FF9C36;font-size: 18px;font-weight: bold;color: #FFFFFF;text-align: center;}
.tx-foot .tx-foot-top .foot-top3 .top3 div img{margin-left: 15px;width: 34px;height: 34px;}
.tx-foot .tx-foot-top .foot-top4{margin-left: 50px;width: 150px;font-size: 16px;font-weight: 400;color: #FFFFFF;display: flex;flex-direction: column;text-align: center;}

.tx-foot .tx-foot-top .foot-top4 div img{width: 136px;height: 136px;margin-bottom: 14px;}

.tx-foot-xian{width: 100%;height: 1px;border: 1px dashed rgba(255,255,255,0.5);}
.tx-foot-copy{margin-top: 25px;display: flex;justify-content: space-between;}
.tx-foot-copy .copy-left{display: flex;font-size: 15px;font-weight: 400;color: rgba(255,255,255,0.6);}
.tx-foot-copy .copy-left a{margin-left: 10px; font-size: 15px;font-weight: 400;color: rgba(255,255,255,0.6);}
.tx-foot-copy .copy-right a{font-size: 15px;font-weight: 400;color: rgba(255,255,255,0.6);}

/* 底部 end */

/* public start*/
.tx-bg img{width: 100%;height: 100%;}
.tx-public .centers{display: flex;justify-content: space-between;}
.public-left{width: 306px;}
.public-left .left-list{background: #FFFFFF;}
.public-left .left-list .list-title{margin-top: -86px;padding-left: 50px;height: 86px;line-height: 86px;font-size: 26px;font-weight: bold;color: #FFFFFF;}
.public-left .left-list .list{margin: 0 38px;padding: 0 12px;border-bottom: 1px dashed #DDDDDD;height: 80px;line-height: 80px;display: flex;justify-content: space-between;font-size: 18px;font-weight: 400;color: #333333;}
.public-left .left-list .list.cur{color: #D30009;}
.public-left .left-list .list.cur .list-r .img1{display: none;}
.public-left .left-list .list.cur .list-r .img2{display: block;}
.public-left .left-list .list:hover{color: #D30009;}
.public-left .left-list a:last-child .list{border-bottom: none;}
.public-left .left-list .list .list-r{display: flex;align-items: center;}
.public-left .left-list .list .list-r img{width: 20px;height: 6px;}
.public-left .left-list .list .list-r .img1{display: block;}
.public-left .left-list .list .list-r .img2{display: none;}
.public-left .left-list .list:hover .list-r .img1{display: none;}
.public-left .left-list .list:hover .list-r .img2{display: block;}
.public-left .left-contact{margin: 16px 0;width: 306px;height: 160px;text-align: center;display: flex;justify-content: center;flex-direction: column;}
.public-left .left-contact .contact-t{font-size: 30px;font-weight: bold;color: #FFFFFF;letter-spacing: 2px;}
.public-left .left-contact .contact-b{margin-top: 23px;font-size: 16px;font-weight: 400;color: #FFFFFF;}
.public-left .left-contact .contact-b img{width: 17px;height: 17px;}

.public-right{margin-top: 30px;width: 1064px;}
.public-right .right-title{padding: 0 40px;height: 86px;line-height: 86px;background: #FFFFFF;display: flex;justify-content: space-between;}
.public-right .right-title .title-left{display: flex;font-size: 22px;font-weight: bold;color: #333333;}
.public-right .right-title .title-left img{margin-right: 14px;font-size: 0;width: 40px;height: 40px;}
.public-right .right-title .title-right{display: flex;font-size: 16px;font-weight: 400;color: #999999;}
.public-right .right-title .title-right a{font-size: 16px;font-weight: 400;color: #999999;}
.public-right .right-title .title-right a:hover{ color: #D30009;}
.public-right .right-title .title-right img{margin-top: -2px; margin-right: 14px;width: 18px;height: 18px;}
.public-right .right-title .title-right p {margin: 0 10px;}
/* public end*/

@media screen and (min-width: 769px){
	.tnav-main > li:hover > a{color:#FFF;}
	.tnav-main > li:hover > a:before{width: 38px;}
	.tnav-main .sub-nav li a:hover{background-color: #FF9C36;color:#fff;}

	.n-page li:hover{background: #D30009;}
	.n-page li:hover a{color:#fff;}

}

@media screen and (max-width: 1720px){

    .centers1720{max-width:1400px;}

}

@media screen and (max-width: 1465px){
   body{min-width: 1260px;}
    .centers{max-width: 1200px;width: 1200px;}
    .centers1720{max-width:1200px;}
    .paddings{padding:62px 0 75px;}
    .paddings90{padding: 68px 0;}
	
	.tx-head .tx-content .content-sp{margin-left: 0;}
	.tnav-main > li > a{font-size: 16px;line-height: 58px;}
	
	.popup button {right: 2.2%;top: 2.2%;width: 30px;height: 30px;line-height: 30px}
	.popup button img{width: 15px;height: 15px;}
	
	.tx-head .tx-logo div{width: 280px;}
	.tx-head .tx-logo img{width: auto;height: 51px;}
	
	/* 底部 start */
	.tx-foot-bg{height: 350px;}
	.tx-foot .tx-foot-top{padding-top: 60px;margin-bottom: 50px;display: flex;justify-content: space-between;}
	.tx-foot .tx-foot-top .foot-top1{width: 252px;}
	.tx-foot .tx-foot-top .foot-top1 img{width: 205.8px; height: auto;}
	.tx-foot .tx-foot-top .foot-top1 div{margin-top: 20px;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.tx-foot .tx-foot-top .foot-top1 div a{ margin-top: 30px;width:25%;font-size: 13px;}
	.tx-foot .tx-foot-top .foot-top2 .top2:first-child{margin-top: 0;}
	.tx-foot .tx-foot-top .foot-top2 .top2{width: 355px;margin-top: 14px;display: flex;}
	.tx-foot .tx-foot-top .foot-top2 .top2 .top2-1 img{width: 21.6px; height: 21.6px;}
	.tx-foot .tx-foot-top .foot-top2 .top2 .top2-2{margin-top: 3.6px; margin-left: 10px;font-size:  13px;font-weight: 400;color: #FFFFFF;}
	.tx-foot .tx-foot-top .foot-top2 .top2 .top2-3{width: 280px; font-size: 13px;font-weight: 400;color: #FFFFFF;line-height:19.2px;}
	.tx-foot .tx-foot-top .foot-top3 .top3{margin-left: 0;display: flex;justify-content: center;flex-direction: column;height: 100%;}
	.tx-foot .tx-foot-top .foot-top3 .top3 div{margin: 0;width: 108px;height: 36px;line-height: 36px;background: #FF9C36;font-size: 10.8px;font-weight: bold;color: #FFFFFF;text-align: center;}
	.tx-foot .tx-foot-top .foot-top3 .top3 div img{margin-left: 15px;width: 20.4px;height: 20.4px;}
	.tx-foot .tx-foot-top .foot-top4{margin-left: 0;width: 150px;font-size: 13px;}
	.tx-foot .tx-foot-top .foot-top4 div img{width: 81.6px;height: 81.6px;}
	/* 底部 end */
	
	/* public start*/
	.public-left{width: 260.1px;}
	.public-left .left-list .list-title{margin-top: -73.1px;padding-left: 42.5px;height: 73.1px;line-height: 73.1px;font-size: 22.1px;}
	.public-left .left-list .list{margin: 0 32.3px;padding: 0 10.2px;height: 68px;line-height: 68px;font-size: 15.3px;}
	.public-left .left-list .list .list-r img{width: 17px;height: 5.1px;}
	.public-left .left-contact{margin: 13.6px 0;width: 260.1px;height: 136px;}
	.public-left .left-contact .contact-t{font-size: 25.5px;}
	.public-left .left-contact .contact-b{margin-top: 19.55px;font-size: 13.6px;}
	.public-left .left-contact .contact-b img{width: 14.45px;height: 14.45px;}
	
	.public-right{margin-top: 25.5px;width: 904.4px;}
	
	/* public end*/
	
}
@media screen and (max-width: 1200px){
	/* public start*/
	
	.tx-public .centers{justify-content: center;}
	.public-left{display: none;}
	/* public end*/
}

@media screen and (max-width: 1080px){

}



@media screen and (max-width: 768px){

    body{min-width: 320px;}
    .centers,.centers1720{padding: 0 12px;width: auto;}
    .paddings{padding: 22px 0;}
    .paddings90{padding: 22px 0;}
	
	.n-page li{font-size: 12px;width: 28px;height: 28px;line-height: 28px;margin-bottom: 5px;}
	
	.tx-head{position: fixed;z-index: 100; user-select: none; background: #FFF;}
	.tx-head .centers{height: 58px;display: flex;justify-content: space-between;}
	.tx-head .tx-logo{line-height: 58px;}
	.tx-head .tx-logo a div{width: auto;}
	.tx-head .tx-logo a img{width: auto;height: 36px;}
	.tx-head .tx-content{display: none;}
	
	.tnav{display: none; position: fixed;top:58px;left:0;height:calc(100% - 58px);overflow-y: auto;padding:5px 0;transition: 0s;-webkit-transition: 0s;-ms-transition: 0s;background-color: #FFF;}
	.tnav-main > li > a{padding:0 15px;color: #000;}
	.tnav-main{display: block;}
	.tnav-main > li{width: 100%;}
	.tnav-main > li > a:before{content:'';display: inline-block;width: 6px;height:2px;color: #000; background-color: #FF9C36;border-radius: 9px;position: relative;top:-5px;margin-right: 8px;}
	.tnav-main > li > a.sub:after{content:'';position: absolute;right:20px;top:0;bottom:0;margin:auto 0;width: 16px;height:16px;background: url('../img/login-navjt.png') center center no-repeat;background-size: 6px auto;}
	.tnav-main li:hover .sub-nav{display: none;}
	.tnav-main .sub-nav{float: left;width: 100%;position: relative;top:0;left:0;transform: translate(0,0);background-color: #f6f6f6;padding:0;transition: 0s;-webkit-transition: 0s;-ms-transition: 0s;}
	.tnav-main .sub-nav li{width: 50%;border-left: 1px solid #fff;border-bottom: 1px solid #fff;}
	.tnav-main .sub-nav li:last-child{border-right: 1px solid #fff;}
	.tnav-main .sub-nav li:nth-child(2n-1){margin-left: 0;}
	.tnav-main .sub-nav li a{line-height: 23px;}
	.tnav-main > li.cur > a {color: #000;}
	.tnav-main > li.cur > a:before{width: 6px;}
	.tnav-main > li.cur > a.sub:after{transform: rotate(90deg);}
	.tnav-main > li.cur > a { background-color: #FFF;}
	
	.tnavbtn{position: relative; font-size: 13px;margin-left: 20px;margin-top: 18px;text-indent: -999999px;width: 24px;height: 24px;}
	.tnavbtn{float: right;width: 22px; height:2px;margin-top:29px; background-color: #000;border-radius: 99px;}
	.tnavbtn::before,.tnavbtn::after{content:'';position: absolute;left:0; width: 100%;height:2px;border-radius: 99px;background-color: #000;}
	.tnavbtn::before{top:-8px;}
	.tnavbtn::after{bottom:-8px;}
	.tnavbtn.cur{background: none;}
	.tnavbtn.cur::before{transform: rotate(-45deg);top:0;bottom:0;margin:auto 0;}
	.tnavbtn.cur::after{transform: rotate(45deg);top:0;bottom:0;margin:auto 0;}
	
	.seize{height: 60px;}
	
	.tx-return{display: none;}
	
	
	
	.tx-foot-bg{height: auto;}
	.tx-foot .tx-foot-top{padding-top: 15px;margin-bottom: 15px;display: block;}
	.tx-foot .tx-foot-top .foot-top1{width: 100%;}
	.tx-foot .tx-foot-top .foot-top1 img{width: 171px; height: 28px;}
	.tx-foot .tx-foot-top .foot-top1 div{margin-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.tx-foot .tx-foot-top .foot-top1 div a{ margin-top: 10px;width:25%;font-size: 13px;text-align: center;}
	
	.tx-foot .tx-foot-top .foot-top2{display: none;}
	.tx-foot .tx-foot-top .foot-top3{display: none;}
	.tx-foot .tx-foot-top .foot-top4{display: none;}
	
	.tx-foot .tx-foot-top .foot-top2 .top2:first-child{margin-top: 5px;}
	.tx-foot .tx-foot-top .foot-top2 .top2{width: 100%;margin-top: 5px;display: flex;}
	.tx-foot .tx-foot-top .foot-top2 .top2 .top2-1 img{width: 28px; height: 28px;}
	.tx-foot .tx-foot-top .foot-top2 .top2 .top2-2{margin-top: 5px; margin-left: 5px;}
	.tx-foot .tx-foot-top .foot-top2 .top2 .top2-3{width: 75%;}
	.tx-foot .tx-foot-top .foot-top3 .top3{margin: 0 auto;}
	.tx-foot .tx-foot-top .foot-top3 .top3 div{margin: 15px auto 0;}
	.tx-foot .tx-foot-top .foot-top3 .top3 div img{margin-left: 15px;}
	.tx-foot .tx-foot-top .foot-top4{margin-left: 0;margin-top: 15px; width: 100%;}
	
	.tx-foot .tx-foot-top .foot-top4 div img{ width: 136px;height: 136px;margin-bottom: 14px;}
	
	.tx-foot-xian{width: 100%;height: 1px;border: 1px dashed rgba(255,255,255,0.5);}
	.tx-foot-copy{margin-top: 10px;padding-bottom: 10px; display: flex;flex-direction: column; justify-content: space-between;}
	.tx-foot-copy .copy-left{display: flex;flex-direction: column; font-size: 15px;font-weight: 400;color: rgba(255,255,255,0.6);}
	.tx-foot-copy .copy-left{text-align: center;}
	.tx-foot-copy .copy-left a{margin-top:10px; margin-left: 0; font-size: 15px;font-weight: 400;color: rgba(255,255,255,0.6);}
	.tx-foot-copy .copy-right a{margin-top: 10px;font-size: 15px;font-weight: 400;color: rgba(255,255,255,0.6);}
	.tx-foot-copy .copy-right{text-align: center;}
	
	.popup .popu-img{width: 100%;height: 100%; margin: auto; display: flex;align-items: center;justify-content: center;}
	.popup .popu-img img{ width: 95%;height: auto;}
	.popup .popu-video video {width: auto; max-width: 90%;max-height:30%;}
	.popup button {right: 5%;top: 15%;}
	
	
	/* public start*/
	.tx-bg img{width: 100%;height: 126px;}
	.tx-public .centers{display: block;}
	.public-left{ display: none;}
	.public-right{margin-top: 10px;width: auto;}
	.public-right .right-title{padding: 0 20px;height: 43px;line-height: 43px;}
	.public-right .right-title .title-left{font-size: 11px;}
	.public-right .right-title .title-left img{margin-right: 7px;font-size: 0;width: 20px;height: 20px;}
	.public-right .right-title .title-right{font-size: 8px;}
	.public-right .right-title .title-right a{font-size: 8px;}
	.public-right .right-title .title-right img{margin-right: 7px;width: 9px;height: 9px;}
	/* public end*/
}