@charset "utf-8";

/*固定元素*/
body {
    font-size: 12px;
    line-height: 22px;
    font-family: Arial, '\5FAE\8F6F\96C5\9ED1';
    color: #535353;
    -webkit-text-size-adjust: none;
    background-color: #fbfbfb;
}

a {
    color: #1e4778;
    text-decoration: none
}

a:hover {
    color: #f35c11;
    text-decoration: underline;
}

.vd {
    font-family: Verdana
}

.fred {
    color: #d43232 !important
}

.fgray {
    color: #919191;
}

.fgold {
    color: #f96023;
}

.line-bottom {
    border-bottom: 1px solid #d2d2d2;
}

.left_float {
    float: left;
}

::-moz-placeholder {
    color: #bbb;
}

::-webkit-input-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb !important;
}

.fred {
    color: #cc220b;
}

.forange {
    color: #ff8500 !important;
}

.forange:hover {
    color: #333 !important;
}

.fbalck {
    color: #333;
}

a.fbalck:hover {
    color: #f35c11;
}

.fgray {
    color: #aaaaaa;
    text-decoration: none;
}

.fgreen {
    color: green;
}

.fwhite {
    color: white;
}

.fblue {
    color: #0084f2;
}

.bggray {
    background-color: #fafafa;
}

.bgwhite {
    background-color: white;
}

.pag-bgselect {
    background-color: #e2eff8
}

a.unline {
    text-decoration: underline !important;
}

a.unline:hover {
    text-decoration: none !important;
}

.f24 {
    font-size: 24px;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.dotline {
    border-top: 1px dotted #d5d5d5;
    height: 2px;
    overflow: hidden;
}

.w950 {
    width: 950px;
    margin: 0 auto;
}

/*按钮*/
.jt-btn {
    padding: 0 25px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 14px;
    min-width: 60px;
    text-align: center;
    border-radius: 6px;
}

.jt-btn-s {
    padding: 2px 10px 3px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #dadada;
    margin-left: 5px;
}

.jt-btn-red {
    background-color: #f93333;
    color: white;
}

.jt-btn-red:hover,
.jt-btn-red:active {
    background-color: #c22e2e;
    color: white;
    text-decoration: none !important;
}

.jt-btn-orange {
    background-color: #ffa038;
    color: white;
}

.jt-btn-orange:hover,
.jt-btn-orange:active {
    background-color: #f3852d;
    color: white;
    text-decoration: none !important;
}

.jt-btn-white {
    background-color: #fff;
    color: #333;
}

.jt-btn-white:hover,
.jt-btn-white:active {
    color: #ee710c;
    text-decoration: none !important;
}

.jt-btn-gold {
    background-color: #f96023;
    color: #fff;
    text-decoration: none;
}

.jt-btn-gold:hover,
.jt-btn-gold:active {
    background-color: #d94b13;
    color: #fff;
    text-decoration: none !important
}

.jt-btn-gray {
    background-color: #e2e2e2;
    color: #999;
}

.jt-btn-gray:hover,
.jt-btn-gray:active {
    background-color: #e2e2e2;
    color: #999;
    text-decoration: none !important;
}

.jt-btn-blue {
    background-color: #6a95c6;
    color: white;
}

.jt-btn-blue:hover,
.jt-btn-blue:active {
    background-color: #517aa9;
    color: white;
    text-decoration: none !important;
}


/*表单*/
input[type=text],
input[type=password] {
    height: 32px;
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #dedede;
    padding: 0 5px;
    font-size: 14px;
}

textarea {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #dedede !important;
    padding: 0 5px;
    font-size: 14px;
}

/*图标*/
.jt-icon {
    background: url(/templates/1/default/_files/images/jt-icon.png) no-repeat;
    display: inline-block
}

/*框架*/
.frame-header {
    background: url(/templates/1/default/_files/images/frame-header.gif) repeat-x #ffffff;
    position: relative;
    z-index: 30;
}

.frame-header .row {
    width: 990px;
    margin: 0 auto;
    padding-top: 6px;
}

.frame-header .frame-logo {
    float: left;
    height: 97px;
    width: 290px;
    overflow: hidden;
    position: relative;
}

/*菜单*/
.index-menu {
    position: relative;
    z-index: 10;
    float: left;
    width: 680px;
}

.index-menu>ul {
    z-index: 5;
    position: absolute
}

.index-menu>ul>li {
    /* width: 80px; */
    float: left;
    position: relative;
}

.index-menu>ul>li>a {
    display: block;
    text-align: center;
    line-height: 18px;
    margin: 41px 0px;
    border-left: 1px solid #1452a6;
    color: #677a9f;
    font-size: 15px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    z-index: 10
}

.index-menu>ul>li:first-child a {
    border: none;
}

.index-menu>ul>li>a:hover {
    color: #ff8604;
    text-decoration: none;
}

.index-menu>ul>li>a.select {
    color: #8e3e0d !important;
    text-decoration: none;
    background-color: #ffe4b4;
}

.mainmenu-dot {
    width: 95px;
    height: 79px;
    background-color: #ffe4b4;
    position: absolute;
    top: 0px;
    z-index: 1;
    display: none !important
}

/*子菜单*/
.dropdown-menu {
    position: absolute;
    top: 73px;
    left: 0;
    background: url(/templates/1/default/_files/images/menu.png) no-repeat;
    padding-top: 9px;
    min-width: 120px;
    display: none
}

.index-menu>ul>li ul {
    overflow: hidden;
    background-color: #fff;
    padding-top: 5px;
    border: 1px solid #1452a6;
    border-top: 0;
}

.index-menu>ul>li ul li {
    height: 36px;
    border-top: 1px dotted #d7d7d7;
    margin: 0 8px;
}

.index-menu>ul>li ul li:first-child {
    border-top: none;
}

.index-menu>ul>li ul li a {
    line-height: 36px;
    color: #333;
    font-size: 14px;
    padding: 0 5px;
    display: block
}

.index-menu>ul>li ul li a:hover {
    color: #ff8604;
    text-decoration: none;
}

/*首页图片切换*/
.index-pic {
    position: relative;
    /* top:-5px; */
    height: 314px;
}

.jt-login-bg {
    width: 100%;
    height: 314px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.jt-login-bg ul li {
    width: 100%;
    height: 314px;
    display: block;
    float: left;
}

.jt-login-bg ul li a {
    cursor: default;
}

.jt-login-bg ul li:first-child {
    z-index: 5;
}

.jt-login-bg ul li a {
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 314px;
    display: block
}

.slide_x {
    margin: 0px;
    overflow: hidden;
    width: 100%;
    height: 314px;
    position: relative;
}

.slide_x a {
    color: #eee;
    text-decoration: none;
    height: 368px;
    display: block
}

.slide_x .box {
    overflow: hidden;
    width: 100%;
    height: 314px;
}

.slide_x .list {
    overflow: hidden;
    width: 1000%;
}

.slide_x .list li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide_x .list img {
    vertical-align: top;
}

.slide_x .list p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    color: #eee;
    font: 12px/24px "\5b8b\4f53";
    text-indent: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(147, 147, 147, 0.5);
    display: none;
}

.slide_x .banner_btn_k {
    width: 100px;
    margin: 0 auto;
}

.slide_x .btn {
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    zoom: 1;
    z-index: 10;
}

.slide_x .btn li {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    /* background:url(/templates/1/default/_files/images/yh-icon.png) no-repeat; */
    /* background-position: -182px 0px; */
    text-align: center;
    cursor: pointer;
    background-color: #333;
    opacity: .9;
}

.slide_x .btn .selected {
    background-color: #ffa038;
    /*background-position: -166px 0px;*/
}

/*.slide_x .minus,
.slide_x .plus{position:absolute;top:110px;width:40px;height:50px;background-image:url(/templates/1/default/_files/images/control.png); opacity:0.8; filter:alpha(opacity=80); background-repeat:no-repeat;text-align:center;cursor:pointer; z-index:5; display:none}
.slide_x .minus{left: 10px;background-position:0 0;}
.slide_x .plus{right: 10px;background-position:-40px 0;}
.slide_x .minus:hover{background-position:0 -50px;}
.slide_x .plus:hover{background-position:-40px -50px;}*/

/*首页链接*/
.index-link {
    overflow: hidden;
    margin-top: 38px;
}

.index-link .row {
    width: 990px;
    margin: 0px auto;
    border-top: 2px solid #ffb13c;
    padding: 15px 0px 25px;
    overflow: hidden;
}

.index-linkPic {
    float: left;
    margin-right: 35px;
}

.index-linkPic img {
    display: block;
    margin-bottom: 5px;
}

.index-linkMenu dl {
    float: left;
    width: 100px;
}

.index-linkMenu dl dt {
    margin-bottom: 5px;
}

.index-linkMenu dl dt {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.index-linkMenu dl dd a {
    color: #666;
    text-decoration: none
}

.index-linkMenu dl dd a:hover {
    color: #f35c11;
}

/*首页底部*/
.index-footer {
    background-color: #f3f3f3;
    padding: 10px 0px 30px;
}

.index-footer .row {
    width: 990px;
    margin: 0 auto;
}

.index-footer .row p {
    text-align: center;
    color: #666;
}

/*首页第一块*/
.index_box1 {
    overflow: hidden;
}

.index_box1 .row {
    width: 990px;
    margin: 0 auto;
    padding: 30px 0px;
}

.index_box1 .row .pic {
    float: left;
    margin-right: 30px;
}

.index_box1 .row .txt p {
    padding-bottom: 8px;
}

.index_box1 .login {
    width: 200px;
    height: 200px;
    float: left;
    border-right: 1px solid #ccc;
}

.index_box1 .login header {
    font-size: 18px;
}

.index_box1 .login section {
    margin: 10px 0px 0px;
}

.index_box1 .login a.jt-btn-red {
    padding: 8px 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
}

.index_box1 .login ul {
    overflow: hidden;
    margin-top: 10px;
}

.index_box1 .login ul li {
    float: left;
    width: 54px;
    padding-left: 22px;
    line-height: 26px;
    background: url(/templates/1/default/_files/images/login-icon.png) no-repeat;
}

.index_box1 .login ul li.l1 {}

.index_box1 .login ul li.l2 {
    background-position: 0 -25px;
}

.index_box1 .login ul li.l3 {
    background-position: 0 -50px;
}

.index_box2 {
    overflow: hidden;
    background-color: #eaeaea;
    padding: 25px 0px;
}

.index_box2 .row {
    width: 990px;
    margin: 0 auto;
}

.index-notice {
    float: left;
    width: 560px;
}

.index-notice header {
    font-size: 16px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #bcc7d4
}

.index-notice header a {
    font-size: 12px;
    text-decoration: none;
    float: right
}

.index-notice section ul {
    padding: 10px 0px;
}

.index-notice section ul li {
    clear: both;
}

.index-notice section ul li a {
    font-size: 14px;
    color: #333;
    width: 430px;
    float: left;
    max-width: 468px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    background: url(/templates/1/default/_files/images/list-1.png) no-repeat;
    line-height: 24px;
}

.index-notice section ul li a:hover {
    color: #f35c11
}

.index-notice section ul li em {
    float: right;
    color: #aaa;
}

.index-company {
    width: 370px;
    float: right
}

.index-company header {
    font-size: 16px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #bcc7d4
}

.index-company header a {
    font-size: 12px;
    text-decoration: none;
    float: right
}

.index-company section {
    padding: 15px 0px;
}

.index-company .pic {
    float: left;
    margin-right: 15px;
}

.index-company .pic img {
    border: 1px solid #fff;
}

/*免责*/
.index-mianze {
    width: 990px;
}

.index-mianze header {
    font-size: 16px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #bcc7d4
}

.index-mianze header a {
    font-size: 12px;
    text-decoration: none;
    float: right
}

.index-mianze section {
    padding: 15px 0px;
}

.index-mianze .txt p {
    padding-bottom: 8px;
}

/*.index-mianze section div font{font-size:30px;}*/
/*底部*/
.frame-footer {
    background-color: #345fa6;
    overflow: hidden;
    color: #fff;
}

.frame-footer .row {
    width: 990px;
    margin: 0px auto;
    padding: 20px 20px 0px;
    overflow: hidden;
    line-height: 18px;
}

.frame-contact {
    float: left;
    width: 400px;
}

.frame-contact header {
    height: 30px;
}

.frame-contact p {}

.frame-sitmap {
    float: left;
}

.frame-sitmap header {
    padding-bottom: 5px;
}

.frame-sitmap ul {
    width: 130px;
    display: inline-block;
}

.frame-sitmap ul li {
    float: left;
    margin-right: 10px;
}

.frame-sitmap ul li a {
    color: #fff;
}

.frame-footer .txt {
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #5277b3;
}

.frame-friendLink {
    width: 230px;
    float: right;
}

.frame-friendLink select {
    width: 154px;
    height: 22px;
    background-color: #5a6b88;
}

/*主体banner*/
.frame-banner {
    height: 153px;
    overflow: hidden;
}

.frame-banner div {
    width: 100%;
    height: 153px;
}

.banner-aboutus {
    background: url(/templates/1/default/_files/images/banner-aboutus.jpg) no-repeat center center #a5dafe;
}

.banner-joinus {
    background: url(/templates/1/default/_files/images/banner-joinus.jpg) no-repeat center center #a5dafe;
}

/*主体*/
.frame-main {
    margin: 35px 0px 40px;
    overflow: hidden
}

.frame-main .row {
    width: 990px;
    margin: 0 auto;
}

/*左侧菜单*/
.left_menu {
    overflow: hidden;
    float: left;
    background: url(/templates/1/default/_files/images/left_menu_bg1.png) repeat-y right top;
}

.left_menu>nav>ul>li {
    /* height:48px; */
    line-height: 48px;
    width: 225px;
    border-top: 1px solid #d0d7df;
}

.left_menu>nav>ul>li:first-child {
    border-top: 0px;
}

.left_menu>nav>ul>li>a {
    padding-left: 30px;
    background: url(/templates/1/default/_files/images/left_menu_bg.png) no-repeat;
    display: block;
    font-size: 16px;
}

.left_menu>nav>ul>li>a:hover,
.left_menu>nav>ul>li.active>a {
    color: #0d7cd6;
    text-decoration: none;
    background: url(/templates/1/default/_files/images/left_menu_bg.png) no-repeat left bottom;
}

.left_menu>nav>ul>li>ul {
    overflow: hidden;
    padding-left: 30px;
}

.left_menu>nav>ul>li>ul>li {
    line-height: 30px;
}

/*.left_menu>nav>ul>li>ul>li.active a,.left_menu>nav>ul>li>ul>li a:hover{color:#0d7cd6;}*/

.left_menu>nav>ul>li>ul .active>a,
.left_menu>nav>ul>li>ul .active>a:hover {
    color: #0d7cd6;
}

.left_menu dl {
    overflow: hidden;
    margin-top: 20px;
}

.left_menu dl dt {
    height: 38px;
    line-height: 38px;
    width: 195px;
    font-size: 16px;
    padding-left: 30px;
    background: url(/templates/1/default/_files/images/list-2.png) no-repeat 0px 0px;
}

.left_menu dl dd {
    height: 28px;
    line-height: 28px;
    width: 225px;
    background: url(/templates/1/default/_files/images/list-2.png) no-repeat;
}

.left_menu dl dd:first-child {
    border-top: 0px;
}

.left_menu dl dd a {
    padding-left: 30px;
    display: block;
    font-size: 14px;
}

.left_menu dl dd a:hover,
.left_menu dl dd.active a {
    color: #0d7cd6;
    text-decoration: none;
}

.left_menu dl dd:first-child {
    background-position: 0px 0px;
}

.left_menu dl dd:nth-child(2) {
    background-position: 0px -38px;
}

.left_menu dl dd:nth-child(3) {
    background-position: 0px -68px;
}

.left_menu dl dd:nth-child(4) {
    background-position: 0px -100px;
}

/*右边*/
.right_Main {
    width: 730px;
    float: right;
    overflow: hidden;
}

.frame_tit {
    margin-top: 5px;
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 20px;
}

.frame_tit b {
    width: 7px;
    height: 22px;
    background-color: #2079c2;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.company_txt {
    overflow: hidden;
    font-size: 14px;
}

.company_txt p {
    text-indent: 2em;
    padding-bottom: 25px;
}

.company_txt p.f16 {
    text-indent: 0em;
}

.company_txt p.tc {
    text-indent: 0em;
}

.company_txt .ul_one {
    overflow: hidden;
}

.company_txt .ul_one li {
    float: left;
    text-align: center;
    width: 24%;
}

.company_txt .ul_two {
    overflow: hidden;
}

.company_txt .ul_two li:first-child {
    margin-left: 0px;
}

.company_txt .ul_two li {
    width: 27%;
    float: left;
    margin-left: 20px;
    height: 280px;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dadada;
}

.company_txt .ul_two li span {
    display: block;
    text-align: left;
    margin-top: 10px;
}

.company_txt .kuang li {
    border: 1px solid #83a5ea;
    padding: 2px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.company_txt .title {
    text-indent: 0;
}



/*联系我们*/
.company_sitmap {
    overflow: hidden;
    margin: 20px;
    /* margin-left: 20px; */
}

.company_sitmap dd {
    background: url(/templates/1/default/_files/images/icon-aboutus.png) no-repeat;
    padding-left: 50px;
    height: 50px;
    line-height: 38px;
}

.company_sitmap dd.d1 {
    background-position: 0px 0px;
}

.company_sitmap dd.d2 {
    background-position: 0px -54px;
}

.company_sitmap dd.d3 {
    background-position: 0px -123px;
}

/*加入我们*/
/*.joinus_list{overflow:hidden;}*/
.joinus_list ul li {
    line-height: 40px;
    height: 40px;
    border-top: 1px dashed #dadada;
}

.joinus_list ul li:first-child {
    border-top: 0;
}

.joinus_list ul li em {
    display: inline-block;
}

.joinus_list ul li em:first-child {
    width: 50%;
}

.joinus_list ul li em.department {
    width: 30%;
}

.joinus_list ul li em.date {
    text-align: right;
    width: 20%;
}

.joinus_list dl {
    overflow: hidden;
    margin-top: 10px;
}

.joinus_list dl dt {
    float: left;
}

.joinus_list dl dd {
    float: right;
}

/*公司新闻*/
.company_news {
    margin: 0 auto;
}

.company_news dl {
    overflow: hidden;
    margin-bottom: 40px;
}

.company_news dt {
    padding-bottom: 5px;
    border-bottom: 1px dashed #dadada;
    overflow: hidden;
    line-height: 26px;
}

.company_news dt h3 {
    font-size: 18px;
}

.company_news dd {
    font-size: 14px;
}

.company_news dd p {
    line-height: 22px;
    padding-top: 10px;
}


/*大事记、主要事件、资质牌照、公司荣誉公用样式*/
.especial_news {
    font-size: 16px;
    padding: 30px 0px;
}

.especial_news em {}

.especial_news span {
    display: inline-block;
    width: 700px;
    float: left;
    padding: 0 0 20px 130px;
    border-bottom: 1px dashed #dadada;
    margin-top: -22px;
}

/*大事记*/
/*.company_history{overflow:hidden;} 
.company_history {background: url(/templates/1/default/_files/images/aboutus-9.png) no-repeat 90px 6px;margin-left: 80px;}
.company_history dd{display:table;height: 80px;overflow:hidden}
.company_history dd em:first-child{display:table-cell; width: 160px;vertical-align:middle}
.company_history dd em:last-child{display:table-cell;width:490px;vertical-align:middle;line-height:20px}
*/


/*招聘列表*/
.company_nav {
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid #dedede;
}

.company_nav a {
    margin-right: 10px;
    line-height: 24px;
    height: 30px;
}

/*表单递交*/
.yh-regForm-item {
    position: relative;
    clear: both;
    font-size: 14px;
}

.regForm-item-tit {
    width: 110px;
    position: absolute;
    left: 0;
    top: 15px;
    text-align: right;
}

.regForm-item-ct {
    padding: 10px 0 8px 120px;
    zoom: 1;
    position: relative;
}

.regForm-item-ct .shortWidthIpt {
    width: 170px;
}

.regForm-item-ct .norWidthIpt {
    width: 286px;
}

.regForm-item-txt {
    padding: 5px 0px;
    line-height: 160%;
}

.regForm-item-txt dl dd {
    padding-bottom: 15px;
}

.regForm-item-ul {
    font-size: 12px;
    line-height: 200%;
    padding-left: 30px;
}

.regForm-item-ul li {
    list-style-type: disc;
}

.tips {
    padding: 5px 0 5px;
    line-height: 24px;
    clear: both;
    /* margin-left:10px;*/
}

.judge {
    margin: 10px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
}

.push {
    position: relative;
    top: 2px;
}

.regForm-success-tit {
    width: 281px;
    position: absolute;
    left: 0;
    top: 13px;
    text-align: right;
}

.txt-impt {
    color: #cc0000;
}

.regForm-success-titInput {
    top: 17px;
}

.regForm-success-ct {
    padding: 8px 0 8px 290px;
    zoom: 1;
    position: relative;
}

.regForm-success-ct .norWidthIpt {
    width: 286px;
}

.regForm-success-ct .sWidthIpt {
    width: 178px;
}

/*投资产品*/
.company_pro {
    overflow: hidden;
    font-size: 14px;
}

.company_pro .pic {
    float: left;
    width: 250px;
    margin-right: 19px;
}

.company_pro .pic img {
    width: 100%;
}

.company_pro .infro {
    float: left;
    width: 460px;
    line-height: 2.3em;
}

.company_pro .infro .tit {
    font-size: 20px;
    margin-bottom: 15px;
}

.company_pro .infro .mod {
    overflow: hidden;
    margin-bottom: 10px;
}

.company_pro .infro .mod li {
    float: left;
    width: 60%;
}

.company_pro .infro .mod li:first-child {
    width: 40%;
}

.company_pro .infro .mod .icon_pro1 img {
    vertical-align: middle;
    margin-right: 5px;
}

.company_pro section {
    margin: 10px 0px;
}

.company_pro section .box1 {
    float: left;
    width: 40%;
    margin: 10px 0px 30px;
}

.company_pro section .box2 {
    float: left;
    width: 60%;
    margin: 10px 0px 15px;
}

.company_pro section .box2 dl {
    width: 50%;
    float: left;
}

.company_pro section .box2 dl dt {
    background-color: #999;
    color: #fff;
    padding: 0px 5px;
    float: left;
    margin-right: 5px;
}

.company_pro section .box3 {
    overflow: hidden;
}

.company_pro section .box3 dl {
    overflow: hidden;
    border-top: 1px solid #dedede;
}

.company_pro section .box3 dl dd {
    float: left;
    width: 50%;
}

.company_pro section .box4 {
    overflow: hidden;
    margin: 15px 0px 0px;
}

.company_pro section .box4 header {}

.company_pro section .box4 dl {
    overflow: hidden;
}

.company_pro section .box4 dl dd {
    float: left;
    width: 20%;
    border-top: 1px solid #dedede;
}

.company_pro .tab {
    overflow: hidden;
    margin-top: 40px;
}

.company_pro .tab nav {
    padding-bottom: 10px;
    overflow: hidden
}

.company_pro .tab nav ul {}

.company_pro .tab nav ul li {
    float: left;
    width: 145px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-width: 1px 0px;
    position: relative
}

.company_pro .tab nav ul li b {
    position: absolute;
    bottom: -7px;
    left: 45%;
    background: url(/templates/1/default/_files/images/dot.png) no-repeat;
    width: 13px;
    height: 9px;
    display: none;
}

.company_pro .tab nav ul li.active {
    background-color: #2359bd;
}

.company_pro .tab nav ul li.active b {
    display: block;
}

.company_pro .tab nav ul li a {}

.company_pro .tab nav ul li.active a {
    color: #fff;
}

.company_pro .tab .all {
    overflow: hidden;
    width: 725px;
}

.company_pro .tab .all .box {
    display: none;
}

.company_pro .tab .all .active {
    display: block;
}

.company_pro .tab .all .one {
    overflow: hidden;
}

.company_pro .tab .all .one table {
    width: 100%;
}

.company_pro .tab .all .one table td {
    padding: 8px;
    border: 1px solid #dedede;
}

.company_pro .tab .all .one table td:first-child {
    width: 120px;
}

.company_pro .tab .all .two table {
    width: 100%;
}

.company_pro .tab .all .two table td {
    padding: 8px 8px 8px 24px;
    border-bottom: 1px dotted #ccc;
}

.company_pro .tab .all .four {
    overflow: hidden;
}

.company_pro .tab .all .four dl {
    padding: 8px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

.company_pro .tab .all .four dl dt {
    width: 85%;
    float: left;
    padding-left: 24px;
}

.company_pro .tab .all .four dl dd {
    width: 10%;
    float: right;
    font-size: 12px;
    color: gray;
    text-align: right;
}

.company_pro .tab .all .five {
    overflow: hidden;
}

.company_pro .tab .all .five dl {
    padding: 8px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}

.company_pro .tab .all .five dl dt {
    width: 10%;
    float: left;
    padding-left: 24px;
}

.company_pro .tab .all .five dl dd {
    width: 85%;
    float: left;
}

.company_pro .tab .all .five dl:first-child {
    background-color: #efefef;
}

.company_pro .tab .all .six {
    overflow: hidden;
}

.company_pro .tab .all .six table {
    width: 100%;
}

.company_pro .tab .all .six table th {
    text-align: center;
    background-color: #efefef;
    padding: 8px;
}

.company_pro .tab .all .six table td {
    padding: 8px;
    border-bottom: 1px dotted #ccc;
    text-align: center
}

.frame-login {
    width: 950px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #dedede;
}

.frame-login header {
    margin: 20px;
    font-size: 16px;
    color: #6a95c6
}

.frame-login section {
    margin: 30px auto;
    width: 420px;
}

.frame-login section dl {
    overflow: hidden;
    padding-bottom: 20px;
}

.frame-login section dl dt {
    float: left;
    font-size: 14px;
    width: 100px;
    text-align: right;
    line-height: 36px;
}

.frame-login section dl span {
    font-size: 14px;
    line-height: 36px;
    color: #cc0000;
}

.frame-login section dl dd input {
    width: 236px;
    height: 36px;
    padding: 0 10px;
    background-color: #fff;
}

.frame-login section dl dd textarea {
    width: 236px;
    height: 200px;
    padding: 0 10px;
    background-color: #fff;
}

.frame-login section .jt-btn {
    width: 90px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin: 0 5px;
}

/*建设*/
.building {
    overflow: hidden;
    background: url(/templates/1/default/_files/images/building.jpg) no-repeat;
    width: 990px;
    height: 530px;
    position: relative
}

.building a {
    position: absolute;
    top: 300px;
    left: 535px;
}

.language {
    background: url(/templates/1/default/_files/images/chinese.png) no-repeat left bottom;
    height: 19px;
    width: 82px;
    display: flex;
    left: 191px
}

.language-e {
    background-position: 0 0;
}

.language a {
    display: inline-block;
    height: 100%;
    width: 45px
}

.language a:first-child {
    width: 34px;
}

.frame-header .language {
    position: absolute;
    top: 40px;
}

.frame-header .row{
        width: 1160px;
}

.frame-header .frame-logo{
        width: 460px;
}

.frame-header .frame-logo img{
        height: 35px;
    top: 32px;
    position: absolute;
}

.frame-header .language{
        left:377px;
}