﻿@charset "utf-8";
html {
    width: 100%;
    height: 100%
}

body {
    font-family: "微软雅黑", "宋体", "Arial", "Tahoma", serif;
    line-height: 18px;
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 12px;
    overflow-x: hidden;
    background: #f8f8f8;
}

h4, b, strong {
    font-size: 12px
}

ul, li, img, td, form {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #CC0033
}

a.link:visited {
    color: #999
}

a.link:active, a.link:hover {
    color: blue;
    text-decoration: none
}

img {
    cursor: pointer
}

hr {
    border: none;
    border-bottom: 1px solid #CCC;
    width: 100%
}

li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

a.white {
    color: #FFF;
    text-decoration: none
}

td {
    font-family: Arial, Helvetica, sans-serif, 宋体;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #333
}

.textfield {
    color: #333;
    font-family: "宋体", serif;
    font-size: 12px;
    border: 1px solid #CCC;
    height: 18px;
    line-height: 18px;
    background-color: #F5FAFE
}

.inputReadonly {
    background-color: #efefef;
    color: #CCC
}

.clear {
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    overflow: hidden
}

.right {
    float: right;
    line-height: 24px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
}

.Container {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 1200px;
    vertical-align: top;
    text-align: left;
    padding: 0;
    background-color: #FFF;
}

.hb-contain {
    width: 1200px;
    margin: auto;
}

.hb-contain:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.Head, .Head2 {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 89px;
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 6px solid #db3d35;
    min-width: 1200px
}

.Head-block {
    height: 89px;
    width: 100%;
}

.Head .hb-contain, .Head2 .hb-contain {
    height: 89px;
    width: 1200px;
}

.Logo {
    font-weight: bold;
    float: left;
    line-height: 99px;
    text-align: center;
    width: 116px;
    height: 98px;
    background: url(../Images/logo.gif) no-repeat;
}

.EnLogo {
    font-weight: bold;
    float: left;
    line-height: 99px;
    text-align: center;
    width: 169px;
    height: 88px;
    background: url(../Images/logo.gif) no-repeat
}

.Top_Content, .EnTop_Content {
    float: left;
    width: 645px;
    padding: 0 0 0 45px;
    height: 80px;
}

.Head_Right {
    float: left;
    width: 280px;
    padding: 10px 20px 0 0;
    height: 25px;
    text-align: right
}

.Tel {
    float: left;
    width: 280px;
    padding-right: 20px;
    height: 54px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #333
}

.Line {
    height: 0;
    max-height: 0;
    overflow: hidden;
    width: 1000px
}

.Head .qrcode {
    float: right;
}

.Head .qrcode img {
    display: block;
    width: 89px;
    height: 89px;
}

#Banner {
    width: 100%;
    min-width: 1200px;
    background: #000;
    background: -ms-linear-gradient(top, #000, #262526);
    background: -moz-linear-gradient(top, #000, #262526);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#262526));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#262526));
    background: -webkit-linear-gradient(top, #000, #262526);
    background: -o-linear-gradient(top, #000, #262526);
    height: 520px;
    position: relative
}

#Banner .ban {
    width: 100%;
    min-width: 1200px;
    height: 520px;
    background: url("../Img/banner.jpg") no-repeat top center;
    overflow: hidden;
}

#Banner .ban > ul > li {
    width: 1200px;
    height: 520px;
    margin: auto;
    position: relative;
}

#Banner .ban > ul > li .txt {
    color: rgba(255, 255, 255, .6);
    text-shadow: 0 10px 10px rgba(0, 0, 0, .8);
    font-weight: bold;
    font-size: 52px;
    padding-top: 130px;
}

#Banner .ban > ul > li .login {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgba(255, 255, 255, .8);
    width: 232px;
}

#Banner .ban > ul > li .login ul {
    padding: 10px 0;
}

#Banner .ban > ul > li .login li {
    padding: 5px 0;
}

#Banner .bnav {
    width: 100%;
    min-width: 1200px;
    bottom: 0;
    position: absolute;
}

#Banner .bnav ul {
    width: 1180px;
    margin: auto;
    overflow: hidden;
}

#Banner .bnav ul li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 14px;
}

#Banner .bnav ul li .tip {
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .4);
    margin: 20px;
    padding: 18px 0;
}

.Resume {
    width: 242px;
    height: 92px;
    padding: 0
}

.LeftMenu {
    width: 232px;
}

.LeftMenu li {
    margin: 5px
}

.LeftMenu li a {
    width: 202px;
    letter-spacing: 1px;
    padding-left: 20px;
    text-align: left;
    font-size: 12px;
    background-color: #e5e5e5;
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px
}

.LeftMenu li a:hover, .LeftMenu li .selected {
    width: 202px;
    letter-spacing: 1px;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
    background-color: #63BCE2;
    color: #FFF;
    display: block;
    height: 30px;
    line-height: 30px
}

.ALeft2 {
    width: 234px;
    padding: 0;
    margin: 10px 10px 0 0;
    overflow: hidden;
    float: left
}

.ALeft {
    width: 234px;
    padding: 0;
    margin: 10px 10px 0 0;
    overflow: hidden;
    float: left;
}

.ATitle {
    width: 222px;
    height: 30px;
    background: url(../Images/title_bg.gif) no-repeat left;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold
}

.A_Left, .A_Left1, .A_Left2, .A_Left3, .A_Left4, .A_Left5 {
    width: 232px;
}

.A_Left {
    height: 181px;
    overflow: hidden
}

.A_Left ul, .A_Left1 ul, .A_Left3 ul {
    padding: 0 0 0 10px;
    width: 222px
}

.A_Left2 ul {
    padding: 2px 10px 2px 10px
}

.A_Left2 ul li {
    width: 190px;
    line-height: 28px;
    background: url(../Images/wenhao.gif) no-repeat 0 8px;
    padding-left: 20px;
    border-bottom: 1px dotted #CCC
}

.A_Left ul li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 232px;
    padding: 0;
    margin: 0
}

.A_Left1 ul li {
    padding: 10px 0 0 18px;
    width: 93px;
    line-height: 13px;
    height: 18px;
    float: left;
    background: url(../Images/cdot.gif) no-repeat 3px 5px
}

.A_Left1 a {
    color: #fff
}

.A_Left3 ul li {
    padding-top: 10px;
    width: 214px
}

.A_Left4 ul {
    padding: 0 10px 0 20px
}

.A_Left4 ul li {
    line-height: 30px;
    height: 30px
}

.A_Left5 ul {
    padding: 4px 10px 7px 10px
}

.A_Left5 ul li {
    width: 210px;
    line-height: 18px
}

.ACenter {
    width: 700px;
    margin: 10px 10px 0 0;
    float: left;
}

.A_CTitle {
    width: 690px;
    height: 30px;
    background-color: #EFEFEF;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold;
}

.A_CAbout {
    width: 690px;
    overflow: hidden;
    height: 369px;
    padding: 10px;
    padding-top: 0;
    line-height: 24px;
}

.A_CAbout li {
    margin: 0 20px;
}

.A_CAbout1 {
    width: 680px;
    padding: 2px 10px 0 10px;
}

.A_CAbout2 {
    width: 219px;
    padding: 5px 5px 0 10px;
    line-height: 26px
}

.ARight {
    width: 240px;
    margin: 10px 0 0 0;
    float: left
}

.A_Right, .A_Right1 {
    width: 240px;
}

.A_Right ul {
    padding: 0 10px 7px 10px
}

.A_Right ul li {
    width: 220px;
    line-height: 30px;
    border-bottom: 1px dotted #CCC
}

.A_Right1 ul {
    width: 220px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
    line-height: 26px;
    height: 371px;
    overflow: hidden
}

.A_Right1 li {
    width: 220px;
    overflow: hidden
}

.A_RTitle {
    width: 230px;
    height: 30px;
    background: #EFEFEF;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold;
}

.A_RAbout {
    padding-top: 9px
}

.B_Title {
    height: 30px;
    background-color: #EFEFEF;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold;
}

.B_Right, .B_Right2, .B_Right3 {
    width: 952px;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.B_Right {
    width: 700px;
}

.B_Right ul {
    margin: 0;
    padding: 0;
    width: 770px;
    line-height: 24px;
}

.B_Right ul div {
    width: 345px;
    float: left;
}

.B_Right2 img {
    padding: 0;
    display: block;
    text-align: center;
    margin: 4px auto 2px;
}

.B_Right3 ul {
    margin: 0;
    padding: 0;
    width: 752px
}

.B_Right3 ul li {
    width: 178px;
    float: left;
    height: 72px;
    margin: 5px 0 5px 5px
}

.B_Content, .B_Content1, .B_Content2, .B_Content3, .B_Content4 {
    width: 932px;
    padding: 10px;
}

.B_Content ul, .B_Content1 ul, .B_Content2 ul, .B_Content4 ul {
    width: 732px;
    margin: 0;
    padding: 0
}

.B_Content3 ul {
    width: 732px;
    height: 100px;
    margin: 0;
    padding: 0
}

.B_Content ul li {
    width: 892px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    border: none;
    padding-left: 20px
}

.B_Content1 ul li {
    width: 872px;
    height: 30px;
    line-height: 30px;
}

.B_Content2 ul li {
    width: 134px;
    height: 57px;
    border: none;
    padding: 0;
    float: left
}

.B_Content3 ul li, .B_Content3 li {
    width: 170px;
    height: 24px;
    line-height: 24px;
    border: none;
    float: left;
    text-align: left
}

.B_Content4 ul li {
    width: 346px;
    float: left;
    height: 25px;
    line-height: 25px
}

.B_Content5 {
    width: 952px;
    padding: 0;
}

.B_Content5 ul {
    width: 752px;
    padding: 0;
    margin: 0
}

.B_Content5 img {
    margin: 4px 0 2px 6px
}

dt {
    float: left;
    width: 712px;
    clear: none;
    color: #900;
    margin: 0;
    padding: 0 0 0 20px
}

dd {
    float: left;
    clear: none;
    width: 712px;
    color: #063;
    margin: 0;
    padding: 0 0 0 20px
}

dl {
    width: 732px;
    line-height: 25px;
    position: relative;
    margin: 0;
    padding: 0;
    left: 0
}

.Main {
    width: 1188px;
    height: 30px;
    background-color: #EFEFEF;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold;
}

.Team, .Team2 {
    width: 1198px;
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}

/*#demo{background:#FFF;overflow:hidden;width:996px;height:160px}
#demo img{padding:10px 8px 5px 8px;border:none}
#indemo{float:left;width:500%}
#demo1{float:left}
#demo2{float:left}
#demo1 a , #demo2 a{float:left;text-align:center;padding:10px 5px 10px 5px}
#demo1 img , #demo2 img{border:1px solid #ccc;padding:1px}
*/
#demo {
    overflow: hidden;
    padding-bottom: 40px;
    width: 1200px;
}

#demo a {
    padding: 10px 8px 5px 8px;
    border: none;
    line-height: 25px
}

#demo img {
    padding: 1px;
    border: 1px solid #ccc;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#demo img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#indemo {
    float: left;
    width: 18240px
}

#demo1 {
    float: left
}

#demo2 {
    float: left
}

#demo1 a, #demo2 a {
    float: left;
    text-align: center
}

.Team2 ul {
    margin: 0;
    padding: 0;
    width: 988px;
    line-height: 24px
}

.Team2 ul li {
    width: 117px;
    list-style: none;
    padding: 5px 0 0 4px;
    text-align: center;
    height: 42px;
    float: left
}

.SiteMap {
    width: 976px;
    float: left;
    padding: 10px;
    line-height: 25px
}

.SiteMap ul {
    width: 976px;
    font-size: 12px;
    font-weight: bold
}

.SiteMap ul li {
    width: 966px;
    font-size: 12px;
    font-weight: normal;
    float: left
}

.SiteMap_Left {
    width: 276px;
    float: left;
    padding: 10px;
    line-height: 25px
}

.SiteMap_Left ul {
    width: 276px;
    font-size: 12px;
    font-weight: bold
}

.SiteMap_Left ul li {
    width: 266px;
    font-size: 12px;
    font-weight: normal;
    float: left
}

.SiteMap_Right {
    width: 680px;
    float: left;
    padding: 10px;
    line-height: 25px
}

.SiteMap_Right ul {
    width: 660px;
    font-size: 12px;
    font-weight: bold
}

.SiteMap_Right ul li {
    width: 330px;
    font-size: 12px;
    font-weight: normal;
    float: left
}

.Foot {
    color: #FFF;
    padding: 20px 0;
    background: #db3d35;
    margin-top: 10px
}

.Foot_nav {
    text-align: left;
    padding-left: 20px;
    width: 1180px;
    margin: auto;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.Foot_nav .copy {
    padding-right: 20px;
    float: right;
}

.Foot a,
.Foot_nav a {
    color: #FFF
}

.Foot p {
    margin: 0;
    padding: 0;
    line-height: 22px
}

.foot-block {
    width: 1200px;
    margin: auto;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
}

.foot-block ul {
    overflow: hidden;
}

.foot-block ul li {
    width: 25%;
    float: left;
}

.foot-block ul li.col2 {
    width: 16%;
}

.foot-block ul li.col3 {
    width: 26%;
}

.foot-block ul li .tit {
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px;
    line-height: 30px;
}

.foot-block ul li .list {
    overflow: hidden;
    line-height: 24px;
    margin: 0 20px;
}

.foot-block ul li .list.city {
    margin: 0 80px 0 20px;
}

.foot-block ul li .list a {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}

.foot-block ul li .list a.blk {
    float: none;
}

.foot-block ul li .list a.col1 {
    width: 80px;
}

.foot-block ul li .list span {
    display: block;
    float: left;
    padding-right: 10px;
}

.area-list {
    overflow: hidden;
}

.area-item {
    width: 50%;
    float: left;
}

.area-item .title {
    margin: 0 10px;
    height: 32px;
    border-bottom: 1px solid #1194e5;
}

.area-item .title span {
    display: block;
    float: left;
    line-height: 32px;
    width: 100px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    background-color: #1194e5;
}

.area-item .content {
    margin: 10px;
    background-color: #F9F9F9;
    padding: 10px 20px;
}

.area-item .content .nav {
    margin-bottom: 10px;
    overflow: hidden;
}

.area-item .content .nav .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    float: left;
    color: #34495e;
    position: relative;
}

.area-item .content .nav .tit:after {
    display: none!important;
    content: '';
    height: 2px;
    background-color: #1194e5;
    position: absolute;
    width: 20px;
    left: 0;
    bottom: 0;
}

.area-item .content .nav .en {
    float: right;
    text-transform: uppercase;
    line-height: 30px;
    color: #D8D8D8;
    font-size: 22px;
    font-weight: bold;
    right: 10px;
    top: 10px;
    font-family: Arial, serif;
}

.area-item .content .tip {
    line-height: 21px;
    white-space: nowrap;
    font-size: 14px;
}

.FriLink_Nav {
    display: none;
    width: 996px;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: hidden;
    float: left;
    border: 1px solid #CCC
}

.FriLink_Title {
    width: 986px;
    height: 30px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #CCC;
    line-height: 30px;
    padding-left: 10px;
    font-weight: bold
}

.FriLink_Nav img {
    padding: 0;
    text-align: center;
    margin: 4px 0 2px 5px
}

.menu, .Enmenu {
    MARGIN: 0;
    padding-top: 15px;
    LINE-HEIGHT: 30px;
    width: 100%;
    TEXT-ALIGN: center;
    overflow: hidden;
}

.menu li, .Enmenu li {
    float: left;
}

.menu A, .Enmenu A {
    PADDING-RIGHT: 15px;
    DISPLAY: block;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 1px;
    width: 70px;
    font-size: 14px;
    font-weight: normal;
    PADDING-TOP: 1px
}

.menu A.hover,
.Enmenu A.hover,
.menu A:hover,
.Enmenu A:hover {
    PADDING-RIGHT: 14px;
    PADDING-LEFT: 14px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: #d6d6d6 1px solid;
    border-left: #d6d6d6 1px solid;
    border-top: #d6d6d6 1px solid;
    border-bottom: #d6d6d6 1px solid;
    text-decoration: none
}

.menu-list, .Enmenu-list {
    PADDING-RIGHT: 0;
    DISPLAY: none;
    z-index: 99;
    PADDING-LEFT: 0;
    BACKGROUND: #FFF;
    PADDING-BOTTOM: 5px;
    WIDTH: 98px;
    margin-left: 0;
    PADDING-TOP: 0;
    BORDER-RIGHT: #d6d6d6 1px solid;
    BORDER-LEFT: #d6d6d6 1px solid;
    BORDER-BOTTOM: #d6d6d6 1px solid;
    BORDER-TOP: #d6d6d6 1px solid;
    POSITION: fixed;
}

.menu-list UL, .Enmenu-list UL {
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-TOP: 0
}

.menu-list UL LI, .Enmenu-list UL LI {
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    PADDING-BOTTOM: 0;
    MARGIN: 0;
    PADDING-TOP: 0
}

.menu-list UL LI, .Enmenu-list UL LI {
    MARGIN: 5px 5px 0;
    LIST-STYLE-TYPE: none
}

.menu-list UL LI A, .Enmenu-list UL LI A {
    DISPLAY: block;
    WIDTH: 100%;
    CURSOR: pointer;
    COLOR: #000;
    font-size: 14px;
    LINE-HEIGHT: 30px;
    HEIGHT: 30px;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}

.menu-list UL LI A SPAN, .Enmenu-list UL LI A SPAN {
    DISPLAY: block;
    WIDTH: 100%;
    HEIGHT: 100%
}

.menu-list UL LI A:hover, .Enmenu-list UL LI A:hover {
    COLOR: #f00
}

.two {
    padding: 0;
    margin: 0;
    padding-left: 40px;
    display: block
}

.two li {
    width: 170px;
    padding: 0;
    margin: 0
}

.two li a {
    letter-spacing: 1px;
    padding: 0;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    display: block;
    height: 20px;
    line-height: 20px;
    color: #333;
    background-color: #FFF;
    outline: none
}

.two li a:hover, .two li .selected {
    letter-spacing: 1px;
    padding-left: 10px;
    color: red;
    text-align: left;
    text-decoration: none;
    display: block;
    height: 20px;
    background-color: #FFF;
    line-height: 20px
}

/*20170923*/
.main_tit {
    height: 60px;
    line-height: 50px;
    padding-top: 10px;
}

.main_tit h2 {
    margin: 0;
    font-size: 25px;
    float: left;
    font-weight: 500;
}

.main_tit span {
    font-size: 18px;
    color: #959595;
    line-height: 60px;
    margin-left: 15px;
}

.main_tit a.more {
    float: right;
    font-size: 20px;
    line-height: 20px;
    padding-top: 30px;
}

.main3 {
    width: 100%;
    height: 485px;
    text-align: left;
    background: #e3e9ee;
}

.main3_content {
    width: 1200px;
    margin: 0 auto;
    height: 490px;
    padding-top: 15px;
}

.main3_con_n {
    width: 290px;
    height: 365px;
    background: #FFF;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main3_nr {
    width: 215px;
    height: 270px;
    margin: 0 auto;
    padding-top: 60px;
}

.main3_nr_tit {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}

.main3_nr_con {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    line-height: 24px;
}

.main3_con_two {
    width: 290px;
    height: 345px;
    background: #FFF;
    float: left;
    display: none;
    padding: 15px 0 5px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main3_con_two a:hover {
    color: #333;
}

.main3_num:hover .main3_con_n {
    display: none;
}

.main3_num:hover .main3_con_two {
    display: block;
}

.main3_con_twocon {
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.main3_two_left {
    width: 40px;
    float: left;
    height: 40px;
    margin: 20px 15px 0 0;
    padding-left: 5px;
}

.main3_two_right {
    width: 190px;
    float: left;
}

.main3_two_tit {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    width: 180px;
    float: left;
}

.main3_two_con {
    font-size: 13px;
    margin-top: 10px;
    width: 180px;
    float: left;
}

.mar_right2 {
    margin-right: 13px;
}

.main3_underline {
    border-bottom: 1px solid #eeeeee;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-top: 10px;
    height: 90px;
}

.main_content {
    width: 1200px;
    text-align: left;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.main5_con {
    height: 410px;
}

.main5_left {
    width: 250px;
    height: 410px;
    background: #f1f1f1;
    float: left;
}

.main5_left ul {
    padding: 0 10px 0 20px;
}

.main5_left ul li {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 5px 0;
}

.main5_left ul li .textfield {
    font-size: 14px;
}

.main5_right {
    width: 950px;
    float: left;
    height: 410px;
    background: url(../Img/talent-bg.png) no-repeat bottom center #fff;
    overflow: hidden;
}

.main5_right ul {
    width: 970px;
    margin: 0;
    padding: 10px;
    line-height: 24px;
}

.main5_right ul li {
    padding: 3px 0;
    width: 50%;
    font-size: 14px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.main5_right ul li .num {
    width: 115px;
    float: left;
}

.main5_right ul li .tit {
    width: 245px;
    float: left;
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
}

.main6_con {
    overflow: hidden;
    height: 376px;
    border: 0 none
}

.main6_left {
    width: 410px;
    height: 376px;
    overflow: hidden;
    position: relative;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
}

.main6_left a.arr {
    position: absolute;
    display: block;
    top: 152px;
    padding: 6px 12px;
    width: 16px;
    height: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main6_left a.prev {
    background: url("../Img/banner_prev.png") no-repeat 12px 6px rgba(0, 0, 0, .2);
    left: 2px;
}

.main6_left a.next {
    background: url("../Img/banner_next.png") no-repeat 12px 6px rgba(0, 0, 0, .2);
    right: 2px;
}

.main6_left a:hover {
    color: #333;
    cursor: pointer;
}

.main6_left a.arr:hover {
    background-color: rgba(0, 0, 0, .4);
}

.main6_left ul {
    margin-left: 0;
    width: 1000%
}

.main6_left ul li {
    width: 10%;
    float: left;
}

.main6_left .item {
    padding: 10px;
    border-bottom: 1px dashed #CCC;
    overflow: visible;
    font-size: 16px;
    white-space: normal;
}

.main6_left .item:last-child {
    border-bottom: 0 none;
}

.main6_left .item .txt-in2 {
    text-indent: 2em;
    line-height: 24px;
}

.main6_left .item .txt-right {
    margin-top: 17px;
    text-align: right;
}

.main6_right {
    height: 376px;
    width: 770px;
    float: right;
}

.main6_right .dxkh {
    margin: 0;
    padding: 10px 0 10px 20px;
    overflow: hidden;
    width: 768px;
    float: right;
}

.main6_right .dxkh li {
    width: auto;
    float: left;
    margin: 8px 0 8px 12px;
}

.main6_right .dxkh li img {
    display: block;
}

.main4 {
    position: relative;
    height: 340px;
}

.main7 {
    height: auto;
}

.main7_img {
    margin: 10px 0 20px 0;
}

.main7_con {
    overflow: hidden;
}

.main7_con ul{
    margin-left: -60px;
    margin-right: -60px;
    height: 30px;
    padding-bottom: 40px;
}

.main7_con ul li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.main7_con ul li a:hover{
    color: #333;
}

.main4 .marquees {
    position: absolute;
    width: 220px;
    right: 0;
    top: 0;
}

.main4 .marquees ul {
    line-height: 26px;
    height: 340px;
}

.main4 .marquees .more {
    float: right;
}

.main4_con .icon {
    overflow: hidden;
    padding: 20px 0;
}

.main4_con .icon li {
    width: 196px;
    float: left;
    text-align: center;
}

.main4_con .icon li strong {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: normal;
    color: #db3d35;
}

.main4_con .icon li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #7e7e7e;
}

.main4_con .icon li a:hover {
    text-decoration: none;
}