/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    font-family: "Microsoft YaHei";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
a:hover{
    text-decoration: none;
}
li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
    /*min-width: 1200px;*/
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*头部共用样式*/
#syhead{
    background: url("../images/index/top_bg.png") no-repeat center;
    width: 100%;
}
#syhead .tou{
    width: 100%;
    height: 224px;
}
#syhead .tous{
    width: 1200px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}
#syhead .tous>div{
    padding:10px 0 16px 0;
}
#syhead .tous>div:first-of-type{
    float: left;
}
#syhead .tous>div:nth-child(2)>p:last-child{
    margin-top: 36px;
}
#syhead .tous>div:last-child{
    padding-top: 30px;
    padding-right: 45px;
    float: right;
    font-size: 20px;
    color: #fff;
}
#nav{
    width: 1200px;
    height: 50px;
    margin: 0px auto;
    font-size: 18px;
    border-top: 2px solid #Fed204;
    padding-top: 23px;
}
#nav li{
    margin-right: 52px;
    float: left;
}
#nav li:nth-child(1){
    margin-left: 80px;
}
#nav li a{
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 2px solid transparent;
}
#nav li a:hover{
    text-decoration: none;
    border-bottom: 2px solid #Fed204;
    color: #Fed204;
}
#nav .nav_ys{
    border-bottom: 2px solid #Fed204;
    color: #Fed204;
}
.img_topa{
 display: block;   
}
.main_touimg>img:first-of-type{
    display: block;
}
/*底部共用样式*/
.img_footbg{
    width: 100%;
    height: 648px;
    background: url("../images/index/footbg.png") no-repeat;
}
.foot_ul{
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    height: 267px;
}
.foot_ul .foot_li{
    padding-top: 45px;
    float: left;
}
.foot_ul .foot_li:first-of-type{
    margin: 0 183px 0 30px;
}
.foot_ul .foot_li:nth-of-type(3){
    margin: 0 177px 0 219px;
}
.foot_li>p:nth-of-type(1){
    font-size: 18px;
    color: #4d4d4d;
    margin: 12px 0 14px 0;
}
.foot_li>p:nth-of-type(2),.foot_li>p:nth-of-type(3){
    font-size: 14px;
    line-height: 20px;
    color: #777676;
}
.foot_nav{
    width: 1000px;
    height: 49px;
    line-height: 49px;
    background: #026e81;
    color: #fff;
    font-size: 18px;
    margin: 10px auto;
}
.foot_nav>li{
    float: left;
    margin-right: 30px;
}
.foot_nav>li:first-of-type{
    margin-left: 40px;
}
.foot_nav>li>a{
    color: #fff;
}
.foot_nav>li:first-of-type>a{
    padding-left: 20px;
}
.foot_nav>li:last-of-type>a{
    padding-right:20px;
}
.foot_contact{
    text-align: center;
    width: 1200px;
    height: 154px;
    margin: 20px auto 0;
}
.foot_contact>div{
    float: left;
}
.foot_contact>div:first-of-type{
    margin-left: 160px;
}
.foot_contact>div:nth-of-type(2){
    padding-top: 7px;
    margin-left: 75px;
}
.foot_contact>div:nth-of-type(1)>p{
    margin-top: 7px;
}
.foot_contact>div:nth-of-type(2)>p{
    margin-top: 10px;
}
.foot_contact>div:nth-of-type(3){
    padding-top: 8px;
    margin-left: 103px;
    text-align: left;
}
.bottom_contact{
    margin-top: 14px;
    width: 495px;
    height: 90px;
}
.bottom_contact>div:last-of-type{
    float: right;
    margin-top: -60px;
}
.bottom_contact>div:first-of-type{
    margin-right: 75px;
}
.bottom_contact_p1{
    font-size: 16px;
    color: #212121;
}
.bottom_contact_p2{
    margin-top: 16px;
    font-size: 30px;
    color: #026e81;
}
.footer_last{
    background: #026e81;
}
.footer_links{
    width: 1200px;
    margin: 35px auto 0;
    text-align: center;
}
.footer_links>a{
    padding: 0 16px;
    color: #000;
}
.footer_di{
    width: 1200px;
    margin: 33px auto 0;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #e7e3e3;
}
.footer_di>span{
    float: left;
    margin-left: 30px;
}
.footer_di>span:last-of-type{
    float: right;
    margin-right: 30px;
}
.footer_di>span>a{
    color: #e7e3e3;
}
/*首页内容样式*/
#main .p1{
    font-size: 24px;
    text-align: center;
    color: #424241;
    margin: 64px 0 9px 0;
}
#main .p2{
    font-size: 14px;
    text-align: center;
    color: #5c5c5c;
    margin-bottom: 46px;
}
#main .main_img{
    width: 1200px;
    margin: 0 auto;
    height: 460px;
}
#main .main_img .img_p{
    float: left;
}
#main .main_img .img_p:nth-child(2){
    margin: 0 12px 0 13px;
}
.img_shadow:hover{
    box-shadow:0px 0px 3px 3px #666;
}
#main .main_img .img_p p{
    text-indent:29px;
    color: #5c5c5c;
    line-height: 20px;
}
.img_p .img_p1{
    margin: 21px 0 22px 0;
}
.img_p .img_p3{
}
.zbg{
    padding-bottom: 15px;
    background: url("../images/index/zbg.png") no-repeat bottom; 
}
.rmi{
    float: left;
    width: 360px;
    margin: 0 19px;
    height: 457px;
    background: #fff;
    border: 1px solid #f4f2f2;
}

.rmi1{
    width: 258px;
    margin: 0 19px;
    height: 338px;
    background: #fff;
    display:inline-block;
    text-align:center;
}

.rmi img{
    display: block;
    margin: 34px auto 17px;
}

.rmi1 img{
    display: block;
    margin: 8px auto 17px;
}

.rmi p:nth-child(2){
    text-align: center;
    color: #424241;
    font-size: 18px;
    margin-bottom: 32px;
}
.rmi1 p:nth-child(2){
    text-align: center;
    color: #424241;
    font-size: 18px;
    margin-bottom: 32px;
}
.rmi p:nth-child(3){
    font-size: 14px;
    line-height: 24px;
    color: #5c5c5c;
    width: 333px;
    height: 195px;
    margin: 0 auto;
}
.rmi1 p:nth-child(3){
    font-size: 18px;
    line-height: 63px;
    color: #5c5c5c;
    margin: 0 auto;
}
.img_i{
    margin-top: 20px;
    height: 400px;
    background: #0590a9;
    color: #fff;
}

.img_ii{
    margin-top: 20px;
    height: 400px;
    background: url("../images/haiwaigszc/lianbg.png") no-repeat bottom; 
    color: #fff;
}

.img_i>p:nth-child(1){
    text-align: center;
    font-size: 18px;
    padding-top: 38px;
}
.img_i>p:nth-child(2){
    text-align: center;
    font-size: 14px;
    margin-top: 9px;
}
.main_img_i{
    width: 1200px;
    height: 276px;
    margin: 25px auto 0;
}
.img_i1{
    padding: 40px 16px;
    width: 222px;
    float: left;
}
.img_i1:first-of-type{
    margin-left: 75px;
}
.img_i11{
    padding: 49px 16px;
    width:20%;
    margin-top:4%;
    margin-left: 4%;
    float: left;
}
.img_i1:hover{
    background: #026e81;
    border-radius: 8px;
}

.img_i11:hover{
    background: rgba(0, 1, 16, 0.45);
    border-radius: 8px;
}
.img_i1>img{
    display: block;
    margin: 0 auto;
}
.img_i11>img{
    display: block;
    margin: 0 auto;
}
.img_i1>p:nth-child(2){
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
}
.img_i11>p:nth-child(2){
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
}
.img_i1>p:nth-child(3){
    line-height: 24px;
    margin-top: 18px;
    font-size: 14px;
}
.img_i11>p:nth-child(3){
    line-height: 24px;
    margin-top: 18px;
    font-size: 14px;
}
.img_liucheng{
    text-align: center;
    margin-bottom: 88px;
}
.img_liucheng>p:nth-child(1){
    margin-top: 42px;
    font-size: 24px;
    color: #424241;
}
.img_liucheng>p:nth-child(2){
    margin: 9px 0 61px 0;
    font-size: 14px;
    color: #5c5c5c;
}
.img_liucheng>img{
    padding: 0 80px;
}
.main_liucheng{
    width: 1200px;
    height: 126px;
    margin: 0 auto;
}
.liucheng{
    float: left;
    width: 164px;
    margin-left: 30px;
    text-align: left;
}
.liucheng>p:nth-child(1){
    margin-top: 27px;
    font-size: 18px;
    color: #393939;
}
.liucheng>p:nth-child(2){
    margin-top: 9px;
    font-size: 14px;
    color: #575757;
    line-height: 24px;
}
.img_blg{
    height: 443px;
    background: url("../images/index/blg.png") no-repeat;
    text-align: center;
    color: #fff;
}
.img_blg>p:nth-child(1){
    padding-top: 38px;
    font-size: 24px;
}
.img_blg>p:nth-child(2){
    padding: 15px 0 39px 0;
    font-size: 14px;
}
.img_blg_img2{
    padding-top: 20px;
}
/*公司注册*/
.gszhuce1{
    text-align: center;
}
.gszhuce1>p:first-of-type{
    margin: 50px 0 30px 0;
}
.gszhuce3{
    margin: 50px 0 30px 0;
    width: 100%;
    height: 620px;
    background: url("../images/gszc/tu.png") no-repeat;
    background-size: 100% 100%;
}
.gszhuce3>p:first-of-type{
    padding: 30px 0 10px 0;
}
.gszhuce3>.gongyongp1{
    color: #fff;
}
.gszhuce3>.gszhuce3p2{
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.gszhuce3_box{
    height: 346px;
}
.gszhuce3_box>div,.gszhuce3_box>.gszhuce3_right{
    float: left;
}
.gszhuce3_box .gszhuce3_right{  
    left: 100px;
    font-size: 14px; 
    margin: 20px 0 0 40px;
    color: #fff;
}
.gszhuce3_box>.gszhuce3_right>li{
    margin-bottom: 50px;
}

/*记账报税*/
.jzbaoshui1{
    margin: 75px 0 48px 0;
}
.jzbaoshui1>p:nth-of-type(2){
    margin: 9px 0 48px 0;
}
.jzbaoshui1_box{
    height: 390px;
}
.jzbaoshui1_box>div:first-of-type,.jzbaoshui1_box>.jzbaoshui1_ul{
    float: left;
}
.jzbaoshui1_box>.jzbaoshui1_ul{
    margin-left: 91px;
    font-size: 16px;
    line-height: 24px;
    color: #484747;
}
.jzbaoshui1_box>.jzbaoshui1_ul>li{
    margin-bottom: 15px;
}
.jzbaoshui1_box>.jzbaoshui1_ul>li:last-of-type{
    margin-bottom: 0;
}
.jzbaoshui2>p:nth-of-type(2){
    margin: 9px 0 26px 0
}
.jzbaoshui2_box{
    width: 1200px;
    height: 417px;
    padding-top: 83px;
    background: url("../images/jizhangbaos/bg.png") no-repeat;
    margin: 0px auto;
    text-align: center;
    color: #fff;
}
.jzbaoshui2_boxys{
    float: left;
    height: 325px;
    margin-right: 34px;
}
.jzbaoshui2_boxys:first-of-type{
    margin-left: 100px;
}
.jzbaoshui2_boxys>.jzbaoshui2_boxys1{
    width: 196px;
    padding: 0 9px;
    height: 202px;
    margin-top: 15px;
}
.jzbaoshui2_boxys>.jzbaoshui2_boxys1:hover{
    background: rgba(0,0,0,0.46);
    border-radius: 10px;
}
.jzbaoshui2_boxys1>p:first-of-type{
    padding: 20px 0 10px 0;
    font-size: 18px;
}
.jzbaoshui2_boxys1>p:last-of-type{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.jzbaoshui4{
    margin-bottom: 64px;
}
.jzbaoshui4>p:nth-of-type(2){
    margin: 9px 0 35px 0;
}
.jzbaoshui4_box{
    width: 1200px;
    height: 301px;
    margin:0 auto;
}
.jzbaoshui4_boxys{
    float: left;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}
.jzbaoshui4_boxys:last-of-type{
    margin-right: 0;
}
.jzbaoshui4_boxys>img{
    display: block;
}
.jzbaoshui4_boxys>p{
    text-align: center;
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    color: #3c3c3c;
}

/*港珠澳车牌*/
.gzacp1 .gongyongp1{
    margin:53px 0 8px 0;
}
.gzacp1 .gongyongp2{
    margin-bottom: 36px; 
}
.gongyongp1{
    font-size: 24px;
    text-align: center;
    color: #424241;
}
.gongyongp2{
    font-size: 14px;
    text-align: center;
    color: #5c5c5c;
}
.gzacp1_box{
    width: 1200px;   
    margin: 0 auto;
    height: 380px;
}
.gzacp1_box .gzacp1_boxys{
    width: 291px;
    height: 377px;  
    float: left; 
    border: 1px solid #e6e6e6;
    margin-right: 9px;
}
.gzacp1_box .gzacp1_boxys:last-of-type{
    margin-right: 0px;
}
.gzacp1_box .gzacp1_boxys>p:nth-of-type(1){
    font-size: 18px;
    color: #444444;
    padding: 16px 17px 15px;
}
.gzacp1_box .gzacp1_boxys>p:nth-of-type(2){
    font-size: 14px;
    line-height: 20px;
    color: #616161;
    padding: 0 17px;
}
.gzacp21_box{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.gzacp21_box>div{
    float: left;
}
.gzacp2 .gongyongp1{
    margin:53px 0 8px 0;
}
.gzacp2 .gongyongp2{
    margin-bottom: 43px; 
}
.gzacp2_box{
    margin-left: 34px;
    width: 350px;
}
.gzacp2_box>p:first-of-type{
    color: #424241;
    font-size: 20px;
    margin-bottom: 33px;
}

.gzacp2_li{
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #424241;
}
.gzacp2_li:last-of-type{
    margin-bottom: 0;
}

.gzacp3{
    text-align: center;
    margin: 46px 0 20px 0;
}
.gzacp4{

    font-size: 16px;
    color: #424241;
    margin-bottom: 62px;
    width: 1200px;
    margin: 0 auto 62px;
    height: 264px;
}
.gzacp4>ul{
    margin-left: 68px;
    width: 500px;
    float: left;
}
.gzacp4_li{
    margin-bottom: 38px;
}
.gzacp4>ul>.gzacp4_li:last-of-type{
    line-height: 24px;
    margin-bottom: 0;
}
.gzacp4_li>div:first-of-type{
    padding-right: 15px;
}

/*关于我们*/
.gywom1{
    width: 1200px;
    height: 540px;
    margin: 52px auto 36px;
    font-size: 18px;
    color: #6f6e6e;
    line-height: 36px;
}
.gywom1>div{
    float: left;
}
.gywom1>div:last-of-type{
    margin-left: 16px;
    width: 645px;
}
.gywombgt{
    height: 20px;
    width: 1200px;
    margin: 0 auto;
    background: #f5f6f7;
}
.gywom2{
    margin: 32px auto 61px;
    width: 1200px;
    height: 175px;
}
.gywom2>div{
    float: left;
}
.gywom2_right{
    width: 700px;
    padding-left: 20px;
}
.gywom2_h1{
    font-size: 24px;
    color: #3c3a3a;
    border-left: 6px solid #1296bd;
    padding-left: 12px;
    margin-bottom: 20px;
}
.gywom2_right>p{
    font-size: 16px;
    color: #000;
    margin: 18px 0 0 39px;
}
.gywom2_right_sp{
    width: 350px;
    float: right;
}
.gywom3{
    width: 1200px;
    margin: 34px auto 46px;
}
.gywom3_ditu{
    width: 1200px;
    height: 322px;
    border: 1px solid #e6e6e6;
}
/*新三板样式*/
.xsbgongy{
    font-size: 18px;
    color: #626060;
}
.diandian{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #79A9B2;
    margin: 0 3px 0 9px;
}
.xsbleft_box1_p2{
    margin-left: 21px;
}
.xinsanb1{
    width: 1200px;
    margin: 29px auto 0;
    height: 1038px;
}

.xinsanb1_left{
    float: left;
    width: 259px;
    margin-right: 58px;
}
.xinsanb1_right{
    float: left;
    width: 881px;
}
.xinsanb1_left_h1{
    background: #79A9B2;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 32px 0 0 0;
}
.xinsanb1_left_h1>a{
    color: #fff;
}
.xinsanb1_left_top{
    height: 341px;
    margin-bottom: 42px;
    border: 1px solid #7fb5bf;
    overflow-y: auto;

}

.xinsanb1_left_bott{
    border: 1px solid #7fb5bf;
}
.xsbleft_box1{
    height: 88px;
    line-height: 44px;
}
.xsbleft_box1:first-of-type{
    border-bottom: 1px solid #7fb5bf;
}
/* 设置滚动条的样式 */

.xinsanb1_left_top::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
            width:16px;
    }
.xinsanb1_left_top::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
            background:#ccc;
    }
.xinsanb1_left_top::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
            background:#FFF;
    }
.xinsanb1_left_top::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
            background:#FFF;
            border-radius: 0;
            border-left: 1px solid #79A9B2;
    }
.xinsanb1_left_top::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
        border-radius: 0;
        height: 20px;
        background:#79A9B2;
    }
.xinsanb1_left_top{
        scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/ 
        scrollbar-face-color: #333; /**//*立体滚动条的颜色*/ 
        scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/ 
        scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/ 
        scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/ 
        scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/ 
        scrollbar-track-color: #666; /**//*立体滚动条背景颜色*/ 
        scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/ 
    }

/*二级菜单*/
.cont_dl .box{
    margin: 20px 0;
    border-bottom: 1px solid #7fb5bf;
}
.cont_dl .box .tit{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 42px;
    background: url("../images/labvi/dd.png") no-repeat 10px center;
}
.cont_dl .box .tit span{
    float: right;
    width: 19px;
    height: 19px;
    margin-right: 34px;
    margin-top:10px;
    background: url("../images/labvi/jt.png") no-repeat center;
}
.cont_dl .box.show_box .tit span{
    background: url("../images/labvi/jtx.png") no-repeat center;
}
.cont_dl .box.show_box .con{
    border-top: 1px solid #7fb5bf;
    display: block;
}
.cont_dl .box .con{
    display: none;
    padding: 0 15px 10px;
}
.cont_dl .box .con li{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    border-bottom: 1px dashed #7fb5bf;
    /*background: url("../images/Other Pages/08_box_01.png") no-repeat;*/
}
.cont_dl .box .con li span{
    float: right;
    width: 22px;
    height: 14px;
    margin-top: 13px;
    margin-right: 15px;
    background: url("../images/Other Pages/04_icon_02.png") no-repeat;
}
.cont_dl .box .con .li_active span{
    background: url("../images/Other Pages/04_icon_01.png") no-repeat;
}
.xinsanb1_right .rt .tits{
    text-align: right;
    color: #fff;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    padding-right: 20px;
    background: #79a9b2;
}
.xinsanb1_right .rt .tits>a{
    color: #fff;
}
.xinsanb1_right .rt .cont>li{
    padding: 23px 0 21px;
    height: 115px;
    border-bottom: 1px solid #79a9b2;
}
.xinsanb1_right .rt .cont>li>div{
    float: left;
}
.xinsanb1_right .rt .cont .txt{
    width: 680px;
    margin-left: 22px;
}
.xinsanb1_right .rt .cont .txt .txt_p1{
    padding: 14px 0 11px;
    border-bottom: 1px dashed #79a9b2;
}
.xinsanb1_right .rt .cont .txt .txt_p1>a{
    font-size: 16px;
    color: #575555;
}
.xinsanb1_right .rt .cont .txt .text{
    margin-top: 15px;
    font-size: 14px;
    color: #757474;
    line-height: 24px;
}
.xinsanb1_right .rt .rt_foot{
    margin: 68px auto 64px;
    text-align: center;
}
.rt_foot .rt_foot_nav{
    height: 42px;
}
.rt_foot .rt_foot_nav>li{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    margin-right: 16px;
    float: left;
}
.rt_foot .rt_foot_nav>li:first-of-type{
    margin-left: 30%;
}
.rt_foot .rt_foot_nav>li>.rt_foot_nav_li{
    padding: 0 8px;
    display: block;
    border-radius: 6px;
    width: 100%;
}
.rt_foot .rt_foot_nav .rt_foot_nav_t{
    padding: 0 16px;
    border: 1px solid #79a9b2;
}
.rt_foot .rt_foot_nav .rt_foot_nav_t:last-of-type{
    margin-left: 16px;
    margin-right: 0;
}
.rt_foot .rt_foot_nav .nav_li_activ{
    color: #fff;
    background: #F59702;
}
/*文章内容*/
.temp_hw2{
    width: 1200px;
    margin: 29px auto 0;
    height: 1237px;
}
.con_right,.xinsanb1_left{
    float: left;
}
.con_right{
    width: 880px;
}
.tito{
    background: #79a9b2;
}
.tit1{
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
}
.tit1>a{
    color: #fff;
}
.con_rt_p1{
    padding: 15px 0;
    text-align: center;
}
.con_rt_ul{
    margin-bottom: 40px;
}
.con_rt_ul>li{
    color: #757474;
    line-height: 24px;
    margin-top: 15px;    
}



