﻿@charset "UTF-8";
*,
::before,
::after {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    /*清除点击默认的高亮效果*/
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    /*以你的border开始计算你的宽度*/ }

*{
    margin: 0;
	padding: 0;
}

html {
    font-size: 16px; }

body {
    font-family: "Microsoft YaHei", sans-serif;
    /*第二个是手机的一个默认的字体*/
    color: #000;
    font-size: 14px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto; }

img { border:0px;}

a {
    text-decoration: none;
    color: #000; }

ul {
    list-style: none;
	margin:0;padding:0; }

input, textarea {
    border: none;
    resize: none;
    outline: none;

    -webkit-appearance: none;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both; }
.clearfix:after {
    clear: both;
}


.pullLeft {
    float: left; }

.pullRight {
    float: right; }



.display-none{
    display: none;
}

.visibility-hidden{
    visibility: hidden;
}

.font-bold{
    font-weight: bold;
}

.stress-icon:before{
    content: "*";
    margin: 0;
    padding: 0;
    color: #f65e5e;
}

/*head*/

.head {
    height: 126px;
}

.head-top {
    height: 30px;
    background: #f5f5f5;
}

.head-top-main {
    width: 1200px;
    margin: 0 auto;
}

.head-top-left {
    width: 410px;
    float: left;
}

.head-top p {
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}

.mobile-on {
    float: left;
    margin-left: 55px;
	position:relative;
	cursor: pointer;
}

.mobile-on-img {
    margin-top: 3px;
	float: left;
}

.mobile-off {
    display: none;
    position: absolute;
    top: 30px;
	left: -24px;
    width: 136px;
    height: 182px;
    text-align: center;
    z-index: 999;
	background: url(/17img/mobile-off.png);
}

.mobile-off img {
    margin-top: 16px;
}

.mobile-off p {
    margin-top: 10px;
	width:136px;
    font-size: 12px;
    line-height: 18px;
    color: #999898;
}

.head-tel {
    float: left;
    margin-left: 55px;
}

.head-tel img {
    margin-top: 7px;
    float: left;
    margin-right: 5px;
}


.head-top-right {
    float: right;
}

.head-top-right img {
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}

.logo {
    float: left;
	height: 96px;
    overflow: hidden;
}

.head-right {
    float: right;
}

.head-right ul {
    width: 455px;
    height: 25px;
    margin-top: 20px;
}

.head-right li {
    width: 450px;
	font-size: 18px;
	color:#FF6600;
    float: left;
    margin-left: 16px;
}

.head-right img {
    float: left;
    margin-right: 3px;
}

.head-right p {
    float: left;
    font-size: 12px;
    color: #acb0b0;
    line-height: 23px;
}

.head-main {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    float: right;
    width: 980px;
    height: 50px;
}

.nav ul {
	width: 980px;
    margin-top: 18px;
}

.nav li {
    float: left;
    width: 64px;
    font-size: 16px;
    color: #575757;
    margin-right: 60px;
	position: relative;
}

.nav img {
	position: absolute;
    left: 55px;
    top: -8px;
}

.nav li a{
	color: #575757;
}

.nav li a:hover{
	color: #3695f3;
}

li.nav-last {
    margin-right: 0px;
}

.tel {
    float: right;
}

.tel img {
    float: left;
}

.tel p {
    float: left;
    font-size: 16px;
    width: 108px;
    color: #666666;
    line-height: 26px;
    margin-left: 3px;
}


/*首页*/

#banner{  
	width: 800px;  
	height: 400px;  
	overflow: hidden;  
} 
 
#banner ul{  
	width: 7680px;  
	overflow: hidden;  
}
  
#banner ul>li{  
	width: 800px;  
   	height: 400px;  
   	float: left;  
}  

.slogan {
    text-align: center;
    margin-top: 77px;
    font-size: 40px;
    font-weight: 400;
    color: #ff6600;
}

.main-title {
    padding-top: 70px;
    text-align: center;
    font-size: 26px;
    color: #333c42;
}

.main-title-line {
    width: 56px;
    height: 1px;
    background: #7e8495;
    margin: 0 auto;
    margin-top: 18px;
}

.main1 {
    margin: 0 auto;
    margin-top: 45px;
    width: 1200px;
	height: 540px;
}

ul#timeaxisTab {
    width: 1200px;
    height: 41px;
}

.timeaxis-tab li{
	float: left;
	width: 105px;
	margin-right: 5px;
	padding: 0 44px 21px;
	position: relative;
}
.timeaxis-tab .lastLi{
    margin-right: 3px;
}
.timeaxis-tab li a{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.timeaxis-tab li a:hover,.timeaxis-tab li.cur a{
    background: #3695f3;
    color: #fff;
}
.timeaxis-tab li i{
    position: absolute;
    display: block;
}
.timeaxis-tab li .line{
    width: 4px;
    height: 13px;
    bottom: 0;
    left: 95px;
    background: #3695f3;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.timeaxis-tab li .icon{
    display: none;
    bottom: 3px;
    right: 0px;
    width: 41px;
    height: 43px;
    background: url("/17img/timeaxis_navbg.png") 0 0 no-repeat;
}
.timeaxis-tab li a:hover .icon,.timeaxis-tab li.cur .icon{
    display: block;
}
.timeaxis-details .topline{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #3695f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timeaxis-details{
    position: relative;
    padding-top: 4px;
    height: 85px;
}
.timeaxis-details .topline{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #3695f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.timeaxis-details-tab{
    float: left;
    display: none;
}
.timeaxis-details-tab li{
    float: left;
    width: 51px;
}
.timeaxis-details-tab li span{
    display: block;
    text-align: center;
    font-size: 0;
}
.timeaxis-details-tab li .line{
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #3695f3;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.timeaxis-details-tab li.cur .line{
    height: 36px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.timeaxis-details-tab li a{
    display: block;
    padding-top: 8px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.timeaxis-details-tab li.cur a{
    font-size: 18px;
    color: #3695f3;
    position: relative;
    width: 72px;
    left: -10px;
}
.timeaxis-details-tab.tab1{
    margin-left: 21px;
}
.timeaxis-details-tab.tab2{
    margin-left: 270px;
}
.timeaxis-details-tab.tab3{
    margin-left: 393px;
}
.timeaxis-details-tab.tab4{
    margin-left: 402px;
}
.timeaxis-details-tab.tab5{
    margin-left: 661px;
}
.timeaxis-details-tab.tab6{
    margin-left: 864px;
}
.timeaxis-details-tab.tab7{
    margin-left: 1062px;
}
.timeaxis-details-tab.tab3 li,.timeaxis-details-tab.tab4 li,.timeaxis-details-tab.tab5 li{
    width: 61px;
}
.timeaxis-details-tab.tab3 li.cur a,.timeaxis-details-tab.tab4 li.cur a,.timeaxis-details-tab.tab5 li.cur a{
    width: 73px;
    left: -6px;
}
#timeaxisDetails_2 .timeaxis-details-tab li{
    width: 68px;
}
#timeaxisDetails_2 .timeaxis-details-tab li.cur a{
    position: relative;
    width: 74px;
}
#timeaxisDetails_2 .tab1{
    margin-left: 70px;
}
#timeaxisDetails_2 .tab2{
    margin-left: 348px;
}
#timeaxisDetails_2 .tab3{
    margin-left: 626px;
}
#timeaxisDetails_2 .tab4{
    margin-left: 972px;
}

.timeaxis-content {
    display: none;
}

.cur .timeaxis-content {
	display: block;
    width: 1200px;
    height: 401px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
	margin-top: 22px;
}

.timeaxis-content a{
    position: absolute;
    display: block;
    -moz-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

#timeaxis-content-box1{
	padding-top:0px;
	position:absolute;
    left: 0;
    top: 0;
    width: 284px;
    height: 401px;
    cursor: default;
}
#timeaxis-content-box1:hover{
    box-shadow:none;
}

.timeaxis-content img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#timeaxis-content-box2{
	padding-top:0px;
	position:absolute;
	left: 284px;
	top: 0;
	width: 304px;
	height: 199px;
	cursor: default;
	border:1px solid #ececec;
	overflow: hidden;
}
#timeaxis-content-box2 p {
    font-size: 21px;
    color: #434343;
    position: absolute;
    top: 27px;
    left: 28px;
    line-height: 35px;
	text-align: left;
}
#timeaxis-content-box2 b,#timeaxis-content-box3 b,#timeaxis-content-box4 b,#timeaxis-content-box5 b,#timeaxis-content-box6 b,#timeaxis-content-box7 b{
    font-size: 20px;
    color: #ec4a4a;
    font-weight: 100;
}
#timeaxis-content-box2 small,#timeaxis-content-box3 small,#timeaxis-content-box4 small,#timeaxis-content-box5 small,#timeaxis-content-box6 small,#timeaxis-content-box7 small {
    font-size: 15px;
}
#timeaxis-content-box3{
	position:absolute;
	padding-top:0px;
	left: 284px;
	top: 200px;
	width: 304px;
	height: 199px;
	cursor: default;
	border:1px solid #ececec;
	overflow: hidden;
}
#timeaxis-content-box3 p {
	font-size: 21px;
    color: #434343;
    position: absolute;
    text-align: left;
    top: 27px;
    left: 28px;
    line-height: 35px;
	text-align: left;
}
#timeaxis-content-box4{
	position:absolute;
	padding-top:0px;
	left: 589px;
	top: 0;
	width: 304px;
	height: 199px;
	cursor: default;
	border:1px solid #ececec;
	overflow: hidden;
}
#timeaxis-content-box4 p {
    font-size: 21px;
    color: #434343;
    position: absolute;
    top: 27px;
    left: 28px;
    line-height: 35px;
	text-align: left;
}
#timeaxis-content-box5{
	position:absolute;
	padding-top:0px;
	left: 894px;
	top: 0;
	width: 304px;
	height: 199px;
	cursor: default;
	border:1px solid #ececec;
	overflow: hidden;
}
#timeaxis-content-box5 p {
    font-size: 21px;
    color: #434343;
    position: absolute;
	text-align: left;
	top: 27px;
    left: 28px;
    line-height: 35px;
}
#timeaxis-content-box6{
	position:absolute;
	padding-top:0px;
	left: 589px;
	top: 200px;
	width: 304px;
	height: 199px;
	cursor: default;
	border:1px solid #ececec;
	overflow: hidden;
}
#timeaxis-content-box6 p {
    font-size: 21px;
    color: #434343;
    position: absolute;
	text-align: left;
    top: 27px;
    left: 28px;
    line-height: 35px;
}

#timeaxis-content-box7 p {
    font-size: 21px;
    color: #434343;
    position: absolute;
	text-align: left;
	top: 27px;
    left: 28px;
    line-height: 35px;
}
#timeaxis-content-box7{
	position:absolute;
	padding-top:0px;
	top: 200px;
	width: 304px;
	height: 199px;
	left: 894px;
	cursor: default;
	border:1px solid #ececec;
	overflow: hidden;
}

.main2 {
    margin: 0 auto;
    width: 1200px;
    margin-top: 25px;
	position:relative;
}

.main2-box {
    position: absolute;
    width: 340px;
    height: 85px;
    top: 18px;
    right: 72px;
}

input.main2-box1 {
    width: 328px;
    height: 36px;
    font-size: 14px;
    color: #858585;
    padding-left: 12px;
    float: left;
}

input.main2-box2 {
    width: 184px;
    height: 36px;
    font-size: 14px;
    color: #858585;
    padding-left: 12px;
    margin-top: 9px;
    float: left;
}

.main2-box3 {
    width: 133px;
    height: 36px;
    float: left;
    margin-top: 8.3px;
    margin-left: 10px;
    background: #ec4a4a;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
}

.main-subtitle {
    font-size: 20px;
    margin-top: 28px;
    text-align: center;
    color: #666666;
}

.main3 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
	margin-bottom: 85px;
}

.main3-select {
    width: 968px;
    height: 44px;
    margin: 0 auto;
    margin-top: 55px;
}

.main3-select select {
    width: 290px;
    height: 42px;
    font-size: 14px;
    color: #333c42;
    border: 1px solid #a9a9a9;
}

select#select2 {
    margin-left: 35px;
}

input#select-click {
    width: 290px;
    height: 42px;
    margin-left: 48px;
    background: #46d19e;
    color: #fff;
    font-size: 14px;
}

div#select-banner {
    width: 994px;
    height: 499px;
	margin:0 auto;
    margin-top: 53px;
	overflow: hidden; 
}

ul#select-main {
    width: 3976px;
    margin: 0 auto;
	overflow: hidden;  
}  

#select-banner ul>li{  
	width: 994px;  
	height: 499px;  
	float: left;  
}  

.select-main-box {
    float: left;
    width: 470px;
    height: 223px;
    margin: 13px;
	background: #f9f9f9;
}

.select-main-left {
    float: left;
    width: 180px;
}

.select-a {
    width: 180px;
    height: 43px;
    background: #46d19e;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 42px;
}

.select-main-right {
    float: left;
    width: 290px;
    height: 223px;
}

.select-main-p1 {
    margin-top: 30px;
    margin-left: 34px;
    font-size: 20px;
    color: #333333;
}

.select-main-p1 a {
    font-size: 16px;
    color: #333333;
}

.select-main-right-line {
    margin-top: 18px;
    width: 225px;
    border-top: 1px dashed #aeaeae;
    margin-left: 34px;
}

.select-main-p2 {
    width: 225px;
    margin-left: 34px;
    margin-top: 20px;
    font-size: 12px;
    color: #aeaeae;
}

.select-main-p3 {
    width: 225px;
    margin-left: 34px;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 22px;
    margin-top: 4px;
}

img.left {
    position: absolute;
    left: 0;
    top: 320px;
}

img.right {
    position: absolute;
    right: 0;
    top: 320px;
}

.main4 {
    height: 450px;
    background: #f9f9f9;
}

.main-about {
    text-align: center;
    font-size: 14px;
    color: #919090;
    line-height: 26px;
    margin-top: 32px;
}

ul.main-about-box {
    width: 822px;
    height: 190px;
	margin: 0 auto;
    margin-top: 30px;
}

.main-about-box li {width: 152px;height: 138px;float: left;text-align: center;background:url(main-about1.png);font-size: 24px;color: #464646;font-weight: bold;line-height: 24px;padding-top: 52px;cursor: pointer;}

ul.main-about-box a {
    font-size: 18px;
	color: #464646;
}

a.main-about-p1 {
    font-size: 14px !important;
}

a.main-about-p2 {
    font-size: 16px !important;
}

.main-about-box-hover {
	background:url(main-about2.png)!important;
	padding-top: 42px!important;
	height: 148px!important;
	color:#FFF!important;
}

.main-about-box-hover a{
	color:#fff!important;
}

.main5 {
    height: 583px;
	background:url(../main5.png) no-repeat center;
}

img#pr {
    position: absolute;
    bottom: -274px;
    left: 0;
    cursor: pointer;
}

img#ne {
    position: absolute;
    right: 0;
    bottom: -274px;
    cursor: pointer;
}

ul.ry_d {
    width: 1075px;
    height: 50px;
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -541px;
	z-index:9;
}
.ry_d li {
    float: left;
}
.ry_d_l {
    width: 104px;
    height: 1px;
    background: #ccc;
    float: left;
    margin-top: 24px;
}

.ry_d_l1 {
    width: 62px;
    height: 1px;
    background: #ccc;
    float: left;
    margin-top: 24px;
}

ul.ry_d img {
    float: left;
	cursor: pointer;
}
ul.ry_d {
    width: 1200px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -600px;
}
.p_1 {
    width: 130px;
    position: absolute;
    top: 110px;
    left: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}
.p_2 {
    width: 124px;
    position: absolute;
    top: 4px;
    left: 225px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}
.p_3 {
    width: 203px;
    position: absolute;
    top: 110px;
    left: 325px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}

.p_4 {
    width: 204px;
    position: absolute;
    top: 4px;
    left: 468px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}

.p_5 {
    width: 280px;
    position: absolute;
    top: 110px;
    left: 575px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}
.p_6 {
	width: 270px;
    position: absolute;
    top: 4px;
    left: 714px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}
.p_7 {
    width: 280px;
    position: absolute;
    top: 110px;
    left: 865px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 微软雅黑;
}
.ry_t {
    width: 790px;
    height: 400px;
    margin: auto;
    margin-top: 130px;
	position: relative;
}
.ry_t_t1 {
    position: absolute;
    z-index: 3;
    width: 539px;
    left: 123px;
}
.ry_t_t2 {
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    width: 446px;
    top: 41px;
    right: 55px;
}
.ry_t_t3 {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    width: 345px;
    top: 75px;
    right: 0;
}
.ry_t_t4 {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    width: 345px;
	left:0;
    top: 75px;
}
.ry_t_t5 {
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    width: 446px;
    top: 41px;
    left: 55px;
}

/*切换特效 start*/
.container1 {     
	margin: 0 auto;
    margin-top: 65px;
    width: 850px;
    overflow: hidden;
}

.poster-main {
    position: relative;
    left: 50%;
    margin-left: -897px;
}

.poster-main a, .poster-main img { display: block; }

.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  /*background: url(images/left.png) no-repeat center center;*/
}

.poster-main .poster-next-btn {
  right: 0;
  /*background: url(images/right.png) no-repeat center center;*/
}
/*切换特效 end*/

.main5-title {
	display:none;
    width: 1200px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -40px;
	left: 50%;
    margin-left: -600px;
}

.ry_d_on >.main5-title{
	display:block;
}

.main5-t {
	display:none;
    position: absolute;
    width: 100px;
    text-align: center;
    top: 58px;
    font-size: 16px;
    color: #fff;
    margin-left: 85px;
}

.ry_d_on >.main5-t{
	display:block;
}

.main6 {
    height: 554px;
	background: url(../main6.png) no-repeat center;
}

ul#v_cont_box {
    width: 12000px;
	height:300px;
    margin: 0 auto;
	overflow: hidden;  
}  

#v_cont_box > li{  
	width: 1200px;  
	height: 300px;  
	float: left;  
}  

.v_cont {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    margin-top: 42px;
    position: relative;
	overflow: hidden;
}

img#prev {
    position: absolute;
    top: 115px;
    left: 0;
	cursor: pointer;
}

img#next {
    position: absolute;
    top: 115px;
    right: 0;
	cursor: pointer;
}

.main7-box {
    width: 1200px;
    margin: 0 auto;
	margin-top: 42px;
	height: 398px;
    border-bottom: 1px solid #e1e1e1;
}

.main7-box1 {
	float:left;
    width: 577px;
    height: 362px;
	background:url(../main7.png);
}

.main7-box11 {
	float:left;
    width: 777px;
	height: 999px;
	background:url(../main7.png);
}

.main7-box12 {
	float:left;
    width: 777px;
	background:url(../main7.png);
}

.main7-box2 {
	float:left;
    width: 577px;
    height: 362px;
	background:url(../main7.png);
	margin-left:46px;
}

.main7-box-main {
    width: 500px;
    margin-top: 34px;
    margin-left: 37px;
}

.main7-box-main1 {
    width: 800px;
    margin-top: 34px;
    margin-left: 37px;
}

.main7-box-t img {
    float: left;
    margin-top: 3px;
}

.main7-box-t p {
    font-size: 20px;
    color: #3695f3;
    float: left;
}

.main7-box-t span {
    float: right;
    font-size: 14px !important;
    color: #c3c3c3 !important;
    line-height: 20px;
}

.main7-box-t {
    height: 45px;
}

.main7-box-line {
    height: 1px;
    background: #e1e1e1;
}

.main7-box-t1 img {
    float: left;
    margin-top: 3px;
}

.main7-box-t1 p {
    font-size: 20px;
    color: #3695f3;
    float: left;
}

.main7-box-t1 span {
    float: right;
    font-size: 14px !important;
    color: #c3c3c3 !important;
    line-height: 20px;
}

.main7-box-t1 {
    height: 45px;
}

.main7-box-line1 {
    height: 1px;
    background: #e1e1e1;
}

.main7-box-main ul {
    width: 500px;
	text-align:left;
}

.main7-box-main li {
    background: url('/images/li.gif') 5px 7px no-repeat;
    padding-left: 20px;
    margin-top: 15px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
	vertical-align:bottom;
}

.main7-box-main1 a {
    font-size: 14px;
    color: #666;
}

.main7-box-main1 ul {
    width: 800px;
	text-align:left;
}

.main7-box-main1 li {
    background: url('/images/li.gif') 5px 7px no-repeat;
    padding-left: 20px;
    margin-top: 15px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
	vertical-align:bottom;
}

.main7-box-main a {
    font-size: 14px;
    color: #666;
}

.main7-box-t a:hover{
	color:#3695f3;
}

.main7-box li:hover span{
	color:#3695f3;
}

span.main7-box-time {
    font-size: 14px;
    color: #c3c3c3;
    float: right;
}

.main7-box3 {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    margin-top: 42px;
    overflow: hidden;
}

.main7-box3 ul {
    width: 1228px;
}

.main7-box3 li {
    float: left;
    margin-right: 28px;
	    height: 199px;
}

.main7-box3 li:hover {
box-shadow:0 0px 8px rgba(46,143,237,0.6);
}

.main7-box3-more a {
    float: right;
    color: #c3c3c3;
    font-size: 14px;
    margin-top: 20px;
}

.foot {

}

.foot-main1 {
    width: 1200px;
    height: 286px;
    margin: 0 auto;
}

.foot-box1 {
    background: #f6f6f7;
}

.foot-main1-box1 {
    width: 308px;
    float: left;
}

.foot-main1-box1 li {
    line-height:50px;

}

.foot-main1-box2 {
    width: 600px;
    float: left;
}

.foot-main1-box3 {
    width: 290px;
    float: left;
	text-align: center;
}

.foot-main1-box1 ul {
    width: 220px;
    margin-top: 47px;
}

.foot-main1-box1 li {
    width: 220px;
    height: 20px;
    margin-bottom: 14px;
}

.foot-main1-box1 img {
    float: left;
}

.foot-main1-box1 p {
    font-size: 16px;
    color: #666666;
    float: left;
    margin-left: 6px;
    line-height: 16px;
}

.foot-main1-box1 a {
    color: #3695f3;
    font-weight: bold;
}

.foot-b {
    width: 215px;
    height: 35px;
    border: 1px solid #3695F3;
    text-align: center;
    font-weight: 100;
    font-size: 13px;
    margin-top: 23px;
    color: #3695f3;
    line-height: 34px;
}

.foot-main1-line {
    width: 1px;
    height: 155px;
    float: left;
    background: #e1e1e1;
    margin-top: 65px;
}

.foot-line {
    width: 1px;
    height: 155px;
    float: left;
    background: #e1e1e1;
    margin-top: 65px;
}

.foot-main1-box2 ul {
    width: 600px;
    margin-top: 44px;
}

.foot-main1-box2 li {
    float: left;
    margin-left: 88px;
}

.foot-main1-box2 div {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 15px;
}

.foot-main1-box2 a {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.foot-main1-box3 img {
    margin-top: 62px;
}

.foot-main1-box3 p {
    font-size: 12px;
    color: #666666;
    margin-top: 11px;
}

.foot-main2 {
    width: 1200px;
    margin: 0 auto;
	padding-top: 1px;
}

ul#RunTopic1 a {
    font-size: 12px;
	margin:0 5px;
    color: #b5b5b5;
}

.foot_link_t {
    float: left;
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.foot_link_t a {
    color: #d5d4d4;
}

ul#RunTopic a {
    font-size: 12px;
	margin:0 5px;
    color:#b5b5b5;
}

.foot-main2-box {
    font-size: 12px;
    text-align: center;
    color: #d5d4d4;
    margin-top: 14px;
	padding-bottom: 25px;
}

.foot-box2 {
    background: #333333;
}
/*浮窗*/

.floating {
    width: 70px;
    height: 400px;
    position: fixed;
    right: 10px;
    top: 27%;
	z-index:99999;
}

.floating-box {
    border: 1px solid #dddddd;
    border-bottom: 0px;
	background:#fff;
}

.floating-box div {
    width: 68px;
    height: 68px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
	cursor: pointer;
	position: relative;
}

.floating-box img {
    margin-top: 11px;
}

.floating-box p {
    font-size: 12.6px;
    color: #909090;
    margin-top: 8px;
}

.floating-box-p-on{
	color:#3695f3 !important;
}

.sao img {
    margin-top: 23px;
}

.top {
	display:none;
}

.top img {
    margin-top: 18px;
}

.qq-on {
    display: none;
    width: 30px !important;
    height: 68px !important;
	position: absolute !important;
	top: 0px!important;
	right: 65px!important;
	border: 0px!important;
}

.qq-off {
	display:none;
	background:#fff !important;
    position: absolute !important;
    right: 77px !important;
    width: 118px !important;
    height: 28px !important;
    border: 1px solid #dddddd !important;
    top: 19px!important;
}

.qq a {
    float: left;
    width: 59px;
    height: 28px;
}

.qq-off img {
    float: left;
    margin-left: 7px;
    margin-top: 9px;
}

.qq-off p {
    font-size: 12.9px;
    color: #666666;
    margin-top: 5px;
}

.tel3-on {
	display:none;
    width: 30px !important;
    height: 68px !important;
	position: absolute !important;
	top: 0px!important;
	right: 65px!important;
	border: 0px!important;
}

.tel3-off {
	display:none;
	background:#fff !important;
    position: absolute !important;
    right: 77px !important;
    width: 118px !important;
    height: 28px !important;
    border: 1px solid #dddddd !important;
    top: 19px!important;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}

.sao-on {
	display:none;
    width: 30px !important;
    height: 68px !important;
	position: absolute !important;
	top: 0px!important;
	right: 65px!important;
	border: 0px!important;
}

.sao-off {
	display:none;
	background:#fff !important;
    position: absolute !important;
    right: 77px !important;
    width: 118px !important;
    height: 118px !important;
    border: 1px solid #dddddd !important;
    top: -1px!important;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}

.sao-off img {
    width: 97px;
    margin-top: 10px;
}

/*审计税审*/

.gssj-banner {
    height: 350px;
	background:url(../gssj-banner.jpg) center;
}

.gssj-main1 {
    height: 740px;
    background: #f1f1f1;
    text-align: center;
}

.gssj-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    padding-top: 80px;
	text-align: center;
}

.gssj-subtitle {
    font-size: 26px;
    color: #dad9d9;
    margin-top: 25px;
    text-align: center;
}

.gssj-line {
	width: 24px;
    height: 15px;
    background: url(../gssj-line.png);
    margin: 0 auto;
    margin-top: 30px;
}

.gssj-main1-box {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    margin-top: 55px;
    position: relative;
}

.gssj-main1-box1 {
    width: 240px;
    height: 420px;
    background: #325c86;
    position: absolute;
    top: -10px;
	z-index: 6;
}

.gssj-main1-box1 li {
    height: 105px;
}

p.gssj-main1-box1-p1 {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    padding-top: 25px;
}

p.gssj-main1-box1-p2 {
    font-size: 12px;
    color: #6d86a2;
    margin-top: 7px;
    margin-bottom: 23px;
}

.gssj-main1-box1-line {
    width: 180px;
    height: 1px;
    background: #597b9d;
    margin: 0 auto;
}

li.gssj-main1-box1-on {
    width: 240px;
    padding-right: 8px;
    background: url(/17img/gssj-main1-box1-on.png);
}

li.gssj-main1-box1-on  .gssj-main1-box1-p1{
	font-weight:bold;
	color:#fff;
}

li.gssj-main1-box1-on  .gssj-main1-box1-p2{
	color:#fff;
}

li.gssj-main1-box1-on  .gssj-main1-box1-line{
	display:none;
}

li.gssj-main1-box1-on1  .gssj-main1-box1-line{
	display:none;
}

.gssj-main1-box2 ul {
    display: none;
}

ul.gssj-main1-box2-ul-on {
    display: block;
}

.gssj-main1-box2 {
    width: 960px;
    height: 401px;
    border: 1px solid #f7f7f7;
    background: #ffffff;
    position: absolute;
    right: 0;
    z-index: 5;
    box-shadow: 2px 2px 8px rgba(24, 11, 17, 0.08);
}

.gssj-main1-box2-line1 {
    height: 200px;
    width: 1px;
    float: left;
    background: #efeeee;
}

.gssj-main1-box2-line2 {
    width: 960px;
    height: 1px;
    background: #efeeee;
    float: left;
}

img.gssj-main1-box2-img {
    position: absolute;
    font-size: 22px;
    color: #666666;
    left: 45%;
    top: 27%;
}

.gssj-main1-box2-p1 {
    position: absolute;
    width: 318px;
    font-size: 22px;
    color: #666666;
    top: 60%;
    margin-left: 5px;
}

.gssj-main1-box2-on .gssj-main1-box2-p1 {
	color:#3795f3;
}

.gssj-main1-box2 li {
    width: 318px;
    height: 200px;
    float: left;
	position: relative;
}

.gssj-main2 ul {
    width: 1230px;
    margin: 0 auto;
    margin-top: 40px;
}

.gssj-main2 li {
    width: 380px;
    height: 187px;
    background: #f9f9f9;
    float: left;
    margin: 20px 15px;
}

.gssj-main2-left {
    float: left;
}

.gssj-main2-right {
    float: left;
    margin-left: 30px;
    margin-top: 22px;
}

.gssj-main2-title {
    width: 180px;
    height: 42px;
}

.gssj-main2-t {
    font-size: 20px;
    color: #333333;
    float: left;
}

.gssj-main2-ico {
	width: 100px;
    height: 20px;
    font-size: 9px;
    color: #909090;
    float: right;
	background:url(/17img/gssj-main2-ico.png);
	margin-top: 4px;
}

.gssj-main2-ico p {
    float: left;
    margin-left: 30px;
    line-height: 19px;
}

.gssj-main2-line {
    border-top: 1px dashed #aeaeae;
    width: 180px;
}

.gssj-main2-p {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 22px;
    margin-top: 17px;
}

.gssj-main2-b {
    width: 180px;
    height: 30px;
    background: #ffc90c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 14px;
}

.gssj-main2 {
    height: 760px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.sj-main6-right-box1-rigt {
    width: 678px;
    height: 190px;
    border: 1px solid #eeeeee;
    float: left;
    box-shadow: 0 0px 7px rgba(24, 11, 17, 0.08);
}

.sj-main6-box1 {
    width: 225px;
    height: 94.5px;
    float: left;
    text-align: center;
}

.sj-main6-line1 {
    width: 1px;
    height: 94.5px;
    background: #eeeeee;
    float: left;
}

.sj-main6-line2 {
    width: 678px;
    height: 1px;
    background: #eeeeee;
    float: left;
}

.sj-main6-box1-main {
    margin-top: 26px;
}

.sj-main6-box1-main p {
    margin-top: 6px;
    font-size: 15px;
    color: #666666;
}

/*代理记账*/
.dljz-banner {
    height: 350px;
	background:url(/17img/dljz-banner.jpg) center;
}

.dljz-subtitle {
    font-size: 18px;
    color: #acabab;
    text-align: center;
    margin-top: 10px;
}

.dljz-main1 {
    height: 515px;
}

.dljz-main1 ul {
    width: 1200px;
    height: 185px;
    margin: 0 auto;
    margin-top: 50px;
}

.dljz-main1 li {
    width: 400px;
    height: 185px;
    float: left;
    text-align: center;
    position: relative;
}

.dljz-main2 {
    height: 590px;
    background: #f4f4f4;
}

.dljz-main2-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.dljz-main3 {
    height: 644px;
	background:url(/17img/dljz-main3.jpg) center;
}

.dljz-main3 li {
    width: 387px;
    height: 226px;
    float: left;
    text-align: center;
    margin: 0 10px;
    background: #fff;
    border-radius: 15px;
}

.dljz-main3 ul {
    width: 1221px;
    height: 226px;
    margin: 0 auto;
    margin-top: 40px;
}

.dljz-main3 li img {
    margin-top: 50px;
}

p.dljz-main3-p1 {
    font-size: 24px;
    color: #49494a;
    margin-top: 28px;
}

p.dljz-main3-p2 {
    font-size: 20px;
    color: #ababab;
    margin-top: 10px;
}

.dljz-main3 li:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.dljz-main3-box {
    width: 165px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #f4f4f4;
    line-height: 45px;
    margin-top: 50px;
}

.dljz-main3-box-on{
	width:167px !important;
	height:48px !important;
	background:#417de1 !important;
	color:#fff !important;
	border:0px !important;
}

.dljz-main6 {
    height: 1210px;
	background:url(/17img/dljz-main6.jpg) center;
}

.dljz-main6-box1 {
    width: 1200px;
    height: 295px;
    margin: 0 auto;
	margin-top: 35px;
    position: relative;
}

.dljz-main6-box2 {
    position: absolute;
    left: -7px;
    top: -25px;
    z-index: 2;
}

.dljz-main6-box3 {
    width: 1191px;
    height: 295px;
    background: url(/17img/dljz-main6-box3.png);
    position: absolute;
    z-index: 1;
    right: -12px;
}

.dljz-main6-box3 ul {
    width: 977px;
    height: 275px;
    position: absolute;
    right: 13px;
    top: 7px;
}

.dljz-main6-box3 li {
    width: 325px;
    height: 275px;
    float: left;
    text-align: center;
}

.dljz-main6-box3-line {
    width: 1px;
    height: 117px;
    background: #eeeeee;
    float: left;
    margin-top: 70px;
}

img.dljz-main6-box3-1 {
    margin-top: 50px;
}

img.dljz-main6-box3-2 {
    margin-top: 35px;
}

p.dljz-main6-box3-1-t {
    font-size: 24px;
    line-height: 24px;
    margin-top: 25px;
    color: #49494a;
}

.dljz-main6-box1-on .dljz-main6-box3-1-s {
    color: #3795f3;
}

.dljz-main6-box1-on .dljz-main6-box3-2-s {
    color: #3795f3;
}


p.dljz-main6-box3-1-s {
    font-size: 18px;
    line-height: 18px;
    color: #ababab;
    margin-top: 25px;
}

p.dljz-main6-box3-2-t {
    font-size: 17px;
    line-height: 28px;
    color: #49494a;
    height: 80px;
}

p.dljz-main6-box3-2-s {
    font-size: 18px;
    color: #ababab;
    margin-top: 18px;
}

.dljz-main7 {
    width: 1200px;
    height: 1060px;
    margin: 0 auto;
}

.dljz-main77 {
    width: 1200px;
    height: 1230px;
    margin: 0 auto;
}

.dljz-main8 {
    height: 916px;
	background:url(/17img/dljz-main8.jpg) center;
}

.dljz-main8-box {
    text-align: center;
    margin-top: 65px;
}

.dljz-main9 {
    height: 444px;
	background:url(/17img/dljz-main9.jpg) center;
}

/*金融*/

.jr-banner {
    height: 350px;
    background: url(/17img/jr-banner.jpg) center;
	position:relative;
}

.jr-banner-box {
    width: 1200px;
    height: 79px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -600px;
    text-align: center;
}

.jr-banner-box1 {
    width: 600px;
    height: 79px;
    float: left;
    background: #3695f3;
    font-size: 25px;
    color: #fff;
    line-height: 77px;
}

.jr-banner-box2 {
    width: 600px;
    height: 79px;
    float: left;
    background: #ffc90c;
    font-size: 25px;
    color: #fff;
    line-height: 77px;
}

.jr-main1 {
	height: 107px;
    box-shadow: 0 7px 10px rgba(24, 12, 21, 0.05);
    text-align: center;
    position: relative;
}

.jr-main1 img {padding-top: 50px;}

.jr-main2-t {font-size: 26px;color: #333333;text-align: center;margin-bottom: 60px;padding-top: 65px;}

.jr-main2 {
    height: 1325px;
	background:url(/17img/jr-main2.jpg) center;
}

.jr-main2-box {
    width: 1200px;
    margin: 0 auto;
}

.jr-main2-box1 {
    float: left;
	width: 240px;
    height: 240px;
	margin-bottom: 10px;
}

.jr-main2-box2 {
    width: 308px;
    height: 238px;
    float: left;
    margin-left: 10px;
    border: 1px solid #efeeee;
    background: #ffffff;
    text-align: center;
	margin-bottom: 10px;
}

.jr-main2-box3 {
	width: 310px;
    height: 240px;
    float: left;
    margin-left: 10px;
	margin-bottom: 10px;
}

.jr-main2-box2 img {
    padding-top: 64px;
}

.jr-main2-box2 p {
    padding-top: 27px;
    font-size: 24px;
    color: #666666;
}

.jr-main3 {
    height: 442px;
    background: url(/17img/jr-main3.jpg) center no-repeat;
}

.jr-main-t {
    font-size: 26px;
    text-align: center;
    color: #ffffff;
    padding-top: 80px;
}

.jr-main3 ul {
    width: 1221px;
	overflow: hidden;
    margin: 0 auto;
    margin-top: 58px;
}

.jr-main3 li {
    float: left;
    width: 383px;
    height: 187px;
    background: #fff;
    margin: 0 12px;
}

.jr-main4 {
    background: #f5f8ff;
}

.jr-main4-t {
    font-size: 26px;
    color: #333333;
    text-align: center;
    padding-top: 80px;
}

.jr-main4-s {
    font-size: 20px;
    text-align: center;
    color: #666666;
    margin-top: 25px;
}

.jr-main4-box1 {
    width: 1200px;
    height: 637px;
    margin: 0 auto;
    margin-top: 45px;
    position: relative;
}

.jr-main4-box1 ul {
    width: 951px;
    margin: 0 auto;
}

.jr-main4-box1 li {
    float: left;
}

.jr-main4-box1 li img {
    width: 357px;
	border: 1px solid #e5e5e5;
}

img.left2 {
	position: absolute;
    left: 0;
    top: 62px;
    cursor: pointer;
    padding: 210px 0;
    padding-right: 343px;
}

img.right2 {
    position: absolute;
    right: 0;
    top: 62px;
    cursor: pointer;
    padding: 210px 0;
    padding-left: 343px;
}

li.jr-box1-1 img {
    width: 242px;
    margin-top: 78px;
}

li.jr-box1-2 img {
    margin: 0 52px;
}

.jr-main4-box2 {
    width: 1200px;
    height: 343px;
    margin: 0 auto;
	margin-top: 60px;
    margin-bottom: 65px;
	background:url(/17img/jr-main4-box2.png) no-repeat;
}

.jr-main4-box3 {
    height: 312px;
	background:url(/17img/jr-main4-box3.png) center no-repeat;
	position:relative;
	margin-top:65px;
}

.jr-main4-box4 {
    position: absolute;
    width: 135px;
    height: 135px;
    left: 50%;
    margin-left: 135px;
    bottom: 20px;
}

p.jr-main6-right-box1-rigt-p {
    font-size: 20px;
    color: #49494a;
    margin-top: 20px;
}

.jr-main6-right-box1-rigt-b {
    width: 68px;
    height: 18px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #d5d5d7;
    font-size: 12px;
    color: #bdbdbe;
    border-radius: 15px;
}

.jr-main6-right-box1-rigt-b-on {
	width: 70px;
    height: 20px;
	color:#fff;
	background:#3695f3;
	border:0px;
	line-height: 18px;
}


/*商标注册*/

.sbzc-banner {
    height: 350px;
    background: url(/17img/sbzc_banner.png) center;
}

.sbzc-main1 {
    height: 570px;
}

.sbzc-main1 ul {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
    text-align: center;
}

.sbzc-main1 li {
    width: 300px;
    height: 275px;
	float: left;
	position:relative;
}

.sbzc-main1-box-t {
    font-size: 24px;
    color: #49494a;
	padding-bottom: 15px;
}

.sbzc-main1-box {
    width: 178px;
    height: 177px;
    margin: 0 auto;
    background: url(/17img/sbzc-main1-box.png);
}


.sbzc-main1-box img {
    margin-top: 57px;
}

img.sbzc-main1-box-price {
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: 30px;
}

.sbzc-main1 p {
    font-size: 15px;
    color: #a8a7a7;
    line-height: 28px;
    padding-top: 50px;
}

.sbzc-main2-title {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 80px;
    text-align: center;
}

.sbzc-line {
    width: 24px;
    height: 15px;
    background: url(/17img/sbzc-line.png);
    margin: 0 auto;
    margin-top: 30px;
}

.sbzc-main2 {
    height: 785px;
	background:url(/17img/sbzc-main2.jpg) center;
}

.sbzc-main2-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
}

.sbzc-main2-box-left {
    width: 150px;
    height: 467px;
    float: left;
    text-align: center;
}

.sbzc-main2-box-left li {
	width: 150px;
    height: 67px;
    font-size: 22px;
    line-height: 65px;
    color: #ffffff;
	cursor: pointer;
}

.sbzc-main2-box-left-on{
	background:#3795f3;
}

.sbzc-main2-box-right {
    width: 1035px;
    height: 480px;
    float: left;
    padding-left: 15px;
}

.sbzc-main2-box-right-ul{
	display:none;
}

.sbzc-main2-box-right-ul-on{
	display:block;
}

.sbzc-main2-box-right-li1-1 {
    width: 332px !important;
    height: 467px !important;
	background:#ffffff !important;
}

.sbzc-main2-box-right li {
    width: 332px;
    height: 226px;
    float:left;
    margin-left: 13px;
    margin-bottom: 14px;
}

.sbzc-main2-box-right li:hover{
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.6);
}

.sbzc-main2-box-right li:hover .sbzc-main2-box-right-box{
	background:#3795f3;
	color:#fff;
}

.sbzc-main2-box-right-li1 {
	background:url(/17img/sbzc-main2-box-right-1.jpg);
}

.sbzc-main2-box-right-li2 {
	background:url(/17img/sbzc-main2-box-right-2.jpg);
}

.sbzc-main2-box-right-li3 {
	background:url(/17img/sbzc-main2-box-right-3.jpg);
}

.sbzc-main2-box-right-li4 {
	background:url(/17img/sbzc-main2-box-right-4.jpg);
}

.sbzc-main2-box-right-li5 {
	background:url(/17img/sbzc-main2-box-right-5.jpg);
}

.sbzc-main2-box-right-li6 {
	background:url(/17img/sbzc-main2-box-right-6.jpg);
}

.sbzc-main2-box-right-p1 {
    font-size: 26px;
    color: #49494a;
    text-align: center;
    padding-top: 50px;
}

p.sbzc-main2-box-right-p2 {
    font-size: 20px;
    color: #3795f3;
    text-align: center;
    padding-top: 10px;
}

.sbzc-main2-box-right-p3 {
    text-align: center;
    font-size: 18px;
    color: #818080;
    padding-top: 18px;
}

.sbzc-main2-box-right-box {
    width: 123px;
    height: 32px;
    background: url(/17img/sbzc-main2-box-right-box.png);
    margin: 0 auto;
    text-align: center;
	font-size: 14px;
    line-height: 32px;
    border-radius: 15px;
    color: #3795f3;
    margin-top: 35px;
}

.sbzc-main3 {
    height: 760px;
}

.sbzc-main3 li {
    width: 396px;
    height: 187px;
    float: left;
    margin: 22px 15px;
    background: #f9f9f9;
}

.sbzc-main3 ul {
    width: 852px;
    margin: 0 auto;
    padding-top: 40px;
}

/*公司注册*/

.gszc-banner {
    height: 350px;
	background:url(/17img/gszc-banner.jpg) center;
}

.gszc-main1 {
    height: 763px;
}

.gszc-main1 ul {
    width: 1240px;
    height: 480px;
    margin: 0 auto;
    margin-top: 30px;
}

.gszc-main1 li {
    width: 333px;
    height: 480px;
    float: left;
    margin: 0 40px;
    text-align: center;
    position: relative;
}

.gszc-main1-on .sbzc-main-box-b {
	border: 1px solid #3795f3;
	color: #3795f3;
}

.gszc-main1 p {
    font-size: 15px;
    color: #818080;
    line-height: 28px;
    padding-top: 45px;
	height: 78px;
}

.sbzc-main-box-b {
    width: 119px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #c1c0c0;
    font-size: 14px;
    color: #9a9999;
    line-height: 38px;
    margin-top: 28px;
}

.gszc-main2 {
    height: 1240px;
	background:url(/17img/gszc-main2.jpg) center;
}

img.gszc-main6-box3-1 {
    margin-top: 60px;
}

p.gszc-main6-box3-1-t {
    font-size: 17px;
    line-height: 30px;
    margin-top: 20px;
    color: #49494a;
}

.dljz-main6-box3-on {
	color:#3795f3 !important;
}

.gszc-main6 {
    width: 1200px;
    height: 930px;
    margin: 0 auto;
}

.gszc-main6-left {
    float: left;
    margin-top: 55px;
	width: 300px;
    height: 822px;
    background: #f2f2f2;
}

.gszc-main6-left-t {
    font-size: 18px;
    line-height: 18px;
    color: #727272;
    width: 264px;
    height: 35px;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.gszc-main6-left ul {
    width: 264px;
    margin: 0 auto;
    margin-top: 34px;
}

.gszc-main6-left li {
    height: 136px;
    width: 264px;
    margin-bottom: 37px;
}

.gszc-main6-li-left-b {
    width: 100px;
    height: 26px;
    background: #46d19e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

.gszc-main6-li-left {
    width: 100px;
    height: 136px;
    float: left;
}

.gszc-main6-li-right {
    width: 164px;
    height: 136px;
    float: left;
}

.gszc-main6-li-right-t {
    width: 152px;
    height: 47px;
    border-bottom: 1px dashed #d4d4d4;
    float: right;
}

p.gszc-main6-li-right-p1 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    float: left;
    margin-top: 11px;
}

.gszc-main6-li-right-t img {
    margin-top: 11px;
    float: right;
}

.gszc-main6-li-right-p {
    width: 152px;
    float: right;
    font-size: 12px;
    line-height: 22px;
    color: #7e7e7e;
    margin-top: 13px;
}

.gszc-main6-right {
    margin-left: 28px;
    margin-top: 55px;
    float: left;
    width: 872px;
    height: 822px;
}

.gszc-main6-right-box1 {
    width: 872px;
    height: 192px;
	margin-bottom: 18px;
}

.gszc-main6-right-box1-left {
    width: 192px;
    height: 192px;
    float: left;
}

.gszc-main6-right-box1-rigt {
    width: 678px;
    height: 190px;
    border: 1px solid #eeeeee;
    float: left;
    box-shadow: 0 0px 7px rgba(24, 11, 17, 0.08);
}

.gszc-main6-right-box1-rigt ul {
    width: 678px;
    height: 190px;
}

.gszc-main6-right-box1-rigt li {
    width: 225px;
	height: 190px;
    float: left;
    text-align: center;
	position: relative;
}

.gszc-main6-right-box1-rigt-line {
    float: left;
    width: 1px;
    height: 116px;
    background: #eeeeee;
    margin-top: 38px;
}

.gszc-main6-right-box1-rigt img {
    margin-top: 38px;
}

.gszc-main6-bottom {
    float: left;
    margin-left: 27px;
}

.gszc-main3 {
    height: 263px;
	background:url(/17img/gszc-main3.jpg) center;
}

.gszc-main4 {
    height: 730px;
    background: #f4f4f4;
    text-align: center;
}

.gszc-main5 {
    height: 1050px;
}

.gszc-box1-1 p {
    display: none;
}

.gszc-box1-2 p {
    text-align: center;
    font-size: 20px;
    color: #666666;
    padding-bottom: 20px;
}

img.gszc-left2 {
	position: absolute;
    left: 0;
    top: 120px;
    cursor: pointer;
    padding: 210px 0;
    padding-right: 343px;
}

img.gszc-right2 {
    position: absolute;
    right: 0;
    top: 120px;
    cursor: pointer;
    padding: 210px 0;
    padding-left: 343px;
}

.gszc-box1-1 img {
    width: 242px !important;
    margin-top: 140px;
}

.gszc-box1-2 img {
    margin: 0 52px;
}
/*关于我们*/

.about-banner {
    height: 350px;
	background:url(/17img/about-banner.jpg) center;
}

.about-banner-t {
	position: relative;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 90px;
}

.about-banner-box {
    width: 710px;
    margin: 0 auto;
    margin-top: 40px;
}

.about-banner-box ul {
    width: 710px;
}

.about-banner-box li {
	float: left;
    width: 122px;
    text-align: center;
    margin: 0 27px;
}

.about-banner-p1 {
	position: relative;
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}


.about-banner-p2 {
	position: relative;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.about-main1 {
    width: 1200px;
    height: 633px;
    margin: 0 auto;
}

.about-main1-left {
    width: 510px;
    float: left;
}

.about-main1-left-title {
    font-size: 24px;
    color: #333333;
    padding-top: 103px;
    padding-bottom: 27px;
}

.about-main1-left-box1 {
    width: 510px;
    height: 328px;
    overflow: hidden;
    position: relative;
}

.about-main1-left-box1 ul {
    width: 2040px;
}

.about-main1-left-box1 li {
    float: left;
}

.about-main1-left-box2 {
    margin-top: 25px;
}

.about-main1-left-box2 ul {
    width: 101px;
    height: 17px;
    display: inline-block;
}

img.about-left {
    display: inline-block;
    margin-right: 3px;
	cursor: pointer;
}

.about-main1-left-box2 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 7px;
    font-size: 0;
    background: #ccc;
    cursor: pointer;
    float: left;
    font-family: arial;
}

img.about-right {
    display: inline-block;
    margin-left: 3px;
	cursor: pointer;
}

li.about-main1-left-box2-on {
    font-size: 11px;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 17px;
    margin-top: -3px;
    background: #3795f3;
}

.about-main1-right {
    width: 592px;
    height: 510px;
    margin-left: 98px;
    float: left;
    position: relative;
	overflow: hidden;
}

img.about-main1-right-map {
    position: absolute;
    top: -57px;
    right: 0;
    z-index: -1;
}

img.about-main1-right-t {
    position: absolute;
    top: 90px;
}

.about-main1-right-title {
    position: absolute;
    top: 157px;
    left: 52px;
}

p.about-main1-right-title-p1 {
    font-size: 18px;
    color: #187bde;
    font-weight: bold;
}

p.about-main1-right-title-p2 {
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
}

.about-main1-right-box {
    position: absolute;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    bottom: 2px;
}

.about-main2 {
    height: 666px;
	background:url(/17img/zjjj2.jpg) center;
	position:relative;
}

.about-main2-left {
    position: absolute;
    top: 147px;
    left: 50%;
    margin-left: -600px;
}

.about-main2-right {
    position: absolute;
    top: 156px;
    left: 50%;
    margin-left: 277px;
}

.about-main2-box1 {
    position: absolute;
    left: 50%;
    top: 64%;
	cursor: pointer;
    margin-left: -246px;
}

.about-main2-box2 {
    position: absolute;
    left: 50%;
    top: 20.5%;
	cursor: pointer;
    margin-left: -69px;
}

.about-main2-box3 {
    position: absolute;
    left: 50%;
    top: 58%;
	cursor: pointer;
    margin-left: 138px;
}

.about-main3 {
    height: 770px;
}

.about-main3-title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-top: 120px;
}

.about-main3-box {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    margin-top: 50px;
}

.about-main3-left {
    float: left;
    width: 599px;
    height: 338px;
    border: 1px solid #e8e7e7;
    border-right: 0px;
	overflow:hidden;
	position: relative;
}

.about-main3-left ul {
    margin-left: 58px;
    width: 537px;
	top: -700px;
	position:absolute;
    border-left: 4px solid #3795f3;
	padding-top: 10px;
}

.about-main3-left-time-p {
    width: 75px;
    height: 30px;
	background:url(/17img/about-main3-left-time-ico2.png);
	margin-left: 30px;
}

.about-main3-left-time-p p {
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    padding-left: 22px;
}

.about-main3-left-time-img {
    position: absolute;
    left: -14px;
    top: 3px;
}

.about-main3-left-time {
    position:relative;
}

.about-main3-left li {
    font-size: 16px;
    margin: 20px 0;
    color: #666666;
    margin-left: 53px;
}

.about-main3-right {
    float: left;
    width: 600px;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.about-main3-right ul {
    position: absolute;
	left: -2400px;
	width: 3000px;
    height: 340px;
}

.about-main3-right li {
    float: left;
}

.about-main3-box2 {
    width: 370px;
    height: 52px;
    margin: 0 auto;
    margin-top: 55px;
}

.about-main3-box2 img {
    float: left;
	cursor: pointer;
}

.about-main3-box2-t {
    float: left;
    width: 310px;
    text-align: center;
    font-size: 60px;
    color: #3695f3;
    font-weight: bold;
    line-height: 50px;
}

.about-main4 {
	height:684px;
	background:url(/17img/about-main4.jpg) center;
	position:relative;
}

.about-main4-box1-main {
    display: none;
	position: absolute;
    top: -110px;
    left: -83px;
	width: 221px;
    height: 106px;
	z-index:999;
	background:url(/17img/about-main4-box-main.png) center;
}

.about-main4-box1 {
    position: absolute;
    left: 50%;
    margin-left: 35px;
    top: 48%;
    margin-top: -1px;
	cursor: pointer;
}

.about-main4-box2 {
    position: absolute;
    left: 50%;
    margin-left: -111px;
    top: 56%;
    margin-top: -3px;
	cursor: pointer;
}

.about-main4-box3 {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: 68%;
    margin-top: -2px;
	cursor: pointer;
}

.about-main4-box4 {
    position: absolute;
    left: 50%;
    margin-left: -67px;
    top: 73%;
    margin-top: -5px;
	cursor: pointer;
}

.about-main4-box5 {
    position: absolute;
	left: 50%;
    margin-left: -14px;
    top: 68%;
    margin-top: -5px;
	cursor: pointer;
}

.about-main4-box6 {
    position: absolute;
	left: 50%;
    margin-left: 98px;
    top: 57%;
    margin-top: 0px;
	cursor: pointer;
}

.about-main4-box1-main-p1 {
    font-size: 20px;
    color: #666666;
    padding-top: 15px;
    padding-left: 20px;
}

.about-main4-box1-main-line {
    width: 170px;
    height: 1px;
    background: #d8d8d8;
    margin-left: 20px;
    margin-top: 5px;
}

.about-main4-box1-main-p2 {
    font-size: 12px;
    line-height: 17px;
    width: 170px;
    color: #525354;
    margin-left: 20px;
    margin-top: 8px;
}

.about-main5 {
    height: 473px;
	background:url(/17img/about-main5.jpg) center;
}

.about-main6 {
    height: 360px;
    background: #f3f8ff;
}

.about-main6-box1 {
    text-align: center;
	display:none;
}

.about-main6-box1-on {
    display: block;
}

.about-main6-box2 {
    width: 90px;
    height: 4px;
    margin: 0 auto;
}

.about-main6-box3 {
    width: 26px;
    height: 4px;
    float: left;
    background: #e4e4e4;
    margin: 0 2px;
    border-radius: 5px;
	cursor: pointer;
}

.about-main6-box3-on {
    background: #3795f3;
}

.about-main7 {
    height: 578px;
    background: url(/17img/about-main7.png) center;
}

/*法律顾问*/

.fl-banner {
    height: 350px;
	background:url(../fl-banner.png) center;
}

.fl-title {
    text-align: center;
    padding-top: 80px;
    font-size: 32px;
    line-height: 32px;
    color: #2a5270;
}

.fl-main1-box {
    margin:0 auto;
    margin-top: 87px;
    width: 1200px;
    height: 336px;
    background: #dbcb7f;
    position: relative;
}

img.fl-main1-box1 {
    position: absolute;
    left: 42px;
    top: -30px;
}

.fl-main1-box2 {
    width: 325px;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 135px;
}

p.fl-main1-p1 {
    font-size: 24px;
    color: #333333;
}

p.fl-main1-p2 {
    font-size: 16px;
    line-height: 17px;
    color: #333333;
    margin-top:20px
}

.fl-main1-p3 {
    width: 197px;
    height: 36px;
    text-align: center;
    background: #244963;
    margin-top: 28px;
    font-size: 14px;
    color: #f1e197;
    line-height: 35px;
}

.fl-main1-p3-hover{
	background:#2e5a78;	
}

.fl-main2 ul {
    width: 1248px;
    height: 440px;
    margin: 0 auto;
    margin-top: 57px;
}

.fl-main2 li {
    float: left;
    width: 192px;
    margin: 0 60px;
    text-align: center;
}

p.fl-main2-p1 {
    font-size: 26px;
    color: #454444;
	margin-bottom: 20px;
    margin-top: 20px;
}

p.fl-main2-p2 {
    font-size: 16px;
    color: #999898;
    line-height: 30px;
	margin-bottom: 15px;
}

p.fl-main2-p3 {
    font-size: 16px;
    color: #545454;
    line-height: 30px;
    height: 60px;
    margin-top: 20px;
}

.fl-main2-b1 {
    width: 158px;
    height: 34px;
    border: 1px solid #b18e2e;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 35px;
    color: #b18e2e;
    margin-top: 15px;
}

.fl-main2-b1-on {
	width: 160px !important;
    height: 36px !important;
	background:#dbcb7f !important;
	color:#ffffff !important;
	border:0px !important;
}

.fl-s {
    font-size: 18px;
    text-align: center;
    color: #a2a2a2;
    margin-top: 15px;
}

.fl-main3-box1 {
    height: 495px;
    position: relative;
}

.fl-main3-box1 ul {
    margin: 0 auto;
    padding-top: 32px;
    width: 1340px;
    height: 302px;
}

.fl-main3-box1 li {
    width: 208px;
    height: 300px;
    border: 1px solid #e2e1e1;
    background: #fff;
    float: left;
    margin: 0 29px;
    text-align: center;
}

.fl-main2-box {
    width: 184px;
    height: 84px;
    margin: 0 auto;
    margin-top: 12px;
	color:#fff;
    font-size: 24px;
    line-height: 80px;
}

.fl-main2-box1 {
	background:url(/17img/fl-main2-box1.jpg);	
}

.fl-main2-box2 {
	background:url(/17img/fl-main2-box2.jpg);	
}

.fl-main2-box3 {
	background:url(/17img/fl-main2-box3.jpg);	
}

.fl-main2-box4 {
	background:url(/17img/fl-main2-box4.jpg);	
}

.fl-main2-box5 {
	background:url(/17img/fl-main2-box5.jpg);	
}

.fl-main3-box1 p {
    font-size: 16px;
    color: #545454;
    line-height: 16px;
    margin-top: 28px;
}

.fl-main3-box2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 299px;
    background: url(../fl-main3-box2.jpg) center;
    z-index: -1;
}

.fl-main3-box3 {
	width: 410px;
    height: 37px;
    position: absolute;
	bottom: 61px;
    left: 50%;
    margin-left: -205px;
}

.fl-main3-box4 {
    width: 161px;
    height: 36px;
    float: left;
    margin: 0 22px;
    text-align: center;
    font-size: 14px;
    color: #dbcb7f;
    line-height: 35px;
    background: url(/17img/fl-main3-box4.png);
}

.fl-main3-box4-hover {
	background:#dbcb7f;
	color:#244963;
}

.fl-main4 {
	height: 468px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fl-main4 ul {
    width: 1221px;
    margin: 0 auto;
    margin-top: 58px;
}

.fl-main4 li {
    float: left;
    width: 383px;
    height: 187px;
    background: #f9f9f9;
    margin: 0 12px;
}

.fl-main4-ico {
	width: 79px;
    height: 20px;
    font-size: 9px;
    color: #909090;
    float: right;
	background:url(/17img/fl-main2-ico1.png);
	margin-top: 4px;
}

.fl-main4-ico p {
    float: left;
    margin-left: 40px;
    line-height: 19px;
}

.fl-main4-b {
    width: 138px;
    height: 32px;
    background: #386485;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    position: absolute;
    bottom: 0;
}

.fl-main4-more a{
    font-size: 14px;
    color: #c3c3c3;
    float: right;
    margin-top: 18px;
}

.fl-main4-more a:hover {
    color:#386485;
}

.fl-main5 {
    height: 400px;
    background: #ffffff;
    text-align: center;
}

.fl-main1 {
    height: 625px;
    background: #f5f5f5;
}

.fl-main5 img {margin-top: 55px;}




/*法务第二版*/

.fl-main6 ul {
    width: 1228px;
    margin: 0 auto;
    margin-top: 60px;
}

.fl-main6 li {
    float: left;
    width: 586px;
    height: 239px;
    margin: 0 14px;
    margin-bottom: 35px;
    background: #fff;
}

.fl-main6 li:hover {
box-shadow:0px 0px 8px rgba(24, 12, 21, 0.18);
}

.fl-main6 {
    height: 795px;
    background: #f5f5f5;
}

img.fl-main6-left {
    float: left;
}

.fl-main6-right {
    float: left;
    margin-left: 40px;
}

.fl-main6-right-t {
    font-size: 26px;
    color: #333333;
    margin-top: 27px;
}

.fl-main6-right-s {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
    margin-top: 10px;
    height: 100px;
}

.fl-main6-b {
    width: 265px;
    height: 35px;
    background: #326184;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

.fl-main7 {
    width: 1200px;
    height: 725px;
    margin: 0 auto;
}

.fl-main7-box1 {
    width: 424px;
    height: 290px;
    background: #fff;
    float: left;
    text-align: center;
    border: 1px solid #e4e4e4;
}

.fl-main7-box1:hover {
	box-shadow: 0 0px 7px rgba(24, 11, 17, 0.15);
}

img.fl-main7-box1-img {margin-top: 13px;}

p.fl-main7-box1-s {
    width: 336px;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: #636363;
    margin-top: 24px;
}

.fl-main7-box1-b {
    width: 336px;
    height: 36px;
    background: #d0b875;
    margin: 0 auto;
    margin-top: 19px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

/*会计培训*/
.kjpx-banner {
    height: 350px;
	background:url(/17img/kjpx-banner.jpg) center;
}

.kjpx-main1 {
    height: 700px;
}

.kjpx-main6-right-box1-rigt-main img {
    margin-top: 35px;
}

p.kjpx-main6-right-box1-rigt-p {
    font-size: 18px;
    color: #49494a;
    margin-top: 17px;
}

p.kjpx-main6-right-box1-rigt-p2 {
    font-size: 16px;
    color: #fb5e2d;
    margin-top: 12px;
}

p.jr-main6-right-box1-rigt-p2 {
    font-size: 14px;
    color: #bdbdbe;
    margin-top: 12px;
}

.jr-main6-right-box1-rigt-p2-on {
	color: #fb5e2d !important;
}

.kjpx-main1 ul {
    width: 1208px;
    height: 377px;
    margin: 0 auto;
    margin-top: 35px;
}

.kjpx-main1 li {
    float: left;
    margin: 0 5px;
    border: 1px solid #e8e8e8;
	width: 290px;
    height: 375px;
}

.kjpx-main1 li :hover {
	box-shadow: 0 0px 7px rgba(24, 11, 17, 0.15);
	border-bottom:4px solid #3795f3;
}