@charset "utf-8";

/* CSS Document */


/*html5*/

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

button {
    background: none;
    border: none;
}

body {
    font-size: 12px;
    color: #666;
    font-family: Verdana, Microsoft YaHei, Simsun;
    background: #fefefe;
    line-height: 24px;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #8ec140;
    text-decoration: none;
}

* {
    font-family: "Microsoft Yahei", Arial, sans-serif;
}

.clear {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    clear: both;
}

.mb50 {
    margin-bottom: 50px !important;
}

html {
    min-width: 1200px;
}

header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fefefe;
}

.head_title {
    height: 90px;
    width: 1200px;
    margin: 0 auto;
}

.head_title p {
    font-size: 10px;
    line-height: 14px;
    color: #434343;
}

.head_title p:first-child {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
}

nav {
    width: 100%;
    background: #f8f8f8;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #e0e0e0;
}

nav ul {
    height: 100px;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

nav ul li {
    color: #434343;
    width: 170px;
    height: 100px;
    float: left;
    border-right: 1px solid #e0e0e0;
}

nav ul li:first-child {
    padding-right: 100px;
}

nav ul li.logo {
    border: none;
    width: 240px;
    background: url(../img/logo.png) no-repeat 10% center;
    border-right: 1px solid #e0e0e0;
}

nav ul li p {
    padding-top: 4px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

nav ul li p:first-child {
    padding-top: 30px;
    font-size: 16px;
    line-height: 16px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.container .side_left .hot_job {
    width: 223px;
    height: 325px;
    background: #fcfff2;
    border: 1px solid #8ec54e;
    /*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
    margin-top: 15px;
}

.container .side_left .hot_job>a, .container .side_left .show>a {
    display: block;
    width: 220px;
    text-align: right;
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 12px;
}

.container .side_left .hot_job div.title {
    width: 100%;
    margin: 0 auto;
    /*margin-top: 20px;*/
}

.container .side_left .hot_job .contant.first {
    margin-top: 20px;
}

.container .side_left .hot_job .contant {
    width: 216px;
    margin: 0 auto;
    border-bottom: 1px solid #d3ecae;
}

.container .side_left .hot_job .contant p:first-child {
    color: #979797;
    float: none;
    margin-top: 10px;
}

.container .side_left .hot_job .contant p {
    float: left;
    font-size: 12px;
    text-align: right;
}

.container .side_left .hot_job .contant p.title {
    overflow: hidden;
    /* height: 26px; */
    white-space: pre;
    max-width: 144px;
}

.container .side_left .hot_job .contant p span {
    background: #caf1bd;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.container>.side_left, .container>.contant {
    float: left;
}

.carousel, .side_right {
    float: left;
}

.container>.contant {
    overflow: hidden;
    margin-left: 15px;
}

.container>.contant>.side_right {
    height: 85px;
    margin-left: 15px;
}

.contant .side_right {
    height: 80px;
    width: 225px;
    background: #8FC243;
    /*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
}

.contant .side_right .login form input[type=text], .contant .side_right .login form input[type=password] {
    width: 190px;
    height: 33px;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.contant .side_right .login form input[type=password] {
    margin-top: 5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #adadad;
}

.contant .side_right .login form {
    width: 202px;
    margin: 0 auto;
}

.contant .side_right .login form input[type=submit], .contant .side_right .login form input[type=button] {
    width: 204px;
    height: 33px;
    font-size: 16px;
    color: #434343;
    background: #caffae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    border: none;
}

.contant .side_right .login form input[type=button] {
    margin-top: 5px;
}

.more_login {
    margin-top: 20px;
}

.more_login div {
    margin-left: 15px;
    float: left;
}

.more_login p {
    font-size: 16px;
    color: #FFF;
    float: left;
}

.more_login .wechat_login {
    width: 25px;
    height: 25px;
    background: url(../img/icon_wechat_login.png) no-repeat center;
}

.more_login .qq_login {
    background: url(../img/icon_qq_login.png) no-repeat center;
    width: 25px;
    height: 25px;
}

.more_login .weibo_login {
    background: url(../img/icon_weibo_login.png) no-repeat center;
    width: 25px;
    height: 25px;
}

.contant .side_right .erweima>p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 210px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

.contant .side_right .erweima {
    margin-top: 10px;
}

.contant .side_right .erweima img {
    width: 110px;
    height: 110px;
}

.contant .side_right .erweima .erweima_1 {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding-top: 10px;
}

.side_nav {
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*background: #84c063;*/
    overflow: hidden;
}

.side_nav p {
    width: 234px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    padding-left: 16px;
}

.side_nav a p:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.side_nav a {
    display: block;
    width: 200px;
    height: 70px;
    /*border-top: 1px solid #73b34f;*/
    margin: 0 auto;
    padding-top: 15px;
}

.side_nav a:hover p {
    color: #dfdfdf;
}

.side_nav_1 a:first-child {
    border: none;
}

.side_nav .side_nav_1 {
    background: url(../img/icon_side_nav_1.png) no-repeat 10% center;
    margin-top: 10px;
    background-color: #8FC243;
    border-radius: 5px;
}

.side_nav .side_nav_2 {
    background: url(../img/icon_side_nav_2.png) no-repeat 10% center;
    margin-top: 10px;
    background-color: #8FC243;
    border-radius: 5px;
}

.side_nav .side_nav_3 {
    background: url(../img/icon_side_nav_3.png) no-repeat 10% center;
    margin-top: 10px;
    background-color: #8FC243;
    border-radius: 5px;
}

.side_nav .side_nav_4 {
    background: url(../img/icon_side_nav_4.png) no-repeat 10% center;
    margin-top: 10px;
    background-color: #8FC243;
    border-radius: 5px;
}

.side_nav .side_nav_5 {
    background: url(../img/icon_side_nav_5.png) no-repeat 10% center;
    margin-top: 10px;
    background-color: #8FC243;
    border-radius: 5px;
}

.side_left .show {
    margin-top: 15px;
    width: 232px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #eeffe5;
}

.show {
    border: 1px solid #8EC54E;
}

.show .show_title {
    height: 44px;
    background: #8FC243;
}

.show .show_title p {
    font-size: 16px;
    color: #fff;
    font-family: "微软雅黑";
    font-weight: bold;
    text-align: center;
    line-height: 44px;
}

.show_item {
    width: 214px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 1px solid #b6d08e;
}

.show_item a {
    width: 148px;
    display: block;
    padding-left: 75px;
}

.show_item img, .show_item>p:first-child {
    float: left;
}

.show_item a p {
    font-family: "微软雅黑";
    font-size: 14px;
}

.show_item>p {
    line-height: 16px;
    width: 210px;
}

.show_item a p span {
    font-size: 12px;
    background: #caf1bd;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.show_item a p:first-child {
    font-size: 16px;
    font-weight: bold;
}

.first_show_item {
    border: none;
}

.contant .projects {
    padding-bottom: 20px;
    width: 945px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #8ec140;
    margin-top: 10px;
    background: url(../img/bg_projects.png) repeat-y center;
}

.contant .projects .title {
    height: 110px;
    width: 420px;
    margin: 0 auto;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
    -o-border-radius: 0px 0px 30px 30px;
    border-radius: 0px 0px 30px 30px;
}

.contant .projects .domestic_projects .title {
    border-left: 2px solid #8ec140;
    border-right: 2px solid #8ec140;
    border-bottom: 2px solid #8ec140;
    background: url(../img/icon_china.png) no-repeat 30% center;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
}

.contant .projects .japanese_projects .title {
    background: #d9f1ca url(../img/icon_japan.png) no-repeat 30% center;
    border-left: 2px solid #d9f1ca;
    border-right: 2px solid #d9f1ca;
    border-bottom: 2px solid #d9f1ca;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px
}

.contant .projects .title p {
    font-family: "微软雅黑";
    color: #434343;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    padding-left: 50px;
}

.contant .projects .title p:first-child {
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
}

.contant .projects .domestic_projects, .contant .projects .japanese_projects {
    width: 472px;
    float: left;
    height: 100%;
}

.contant .projects .japanese_projects {
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}

.projects_item {
    margin-left: 30px;
    margin-top: 20px;
}

.projects_item>img, .projects_item>a {
    float: left;
}

.projects_item>a>img {
    width: 150px;
    height: 106px;
}

.projects_item>a p {
    font-family: "微软雅黑";
    color: #434343;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
}

.projects_item>a p:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.projects_item p.ptitle {
    float: left;
    width: 140px;
    height: 40px;
    overflow: hidden;
}

.projects_item p.time {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
}

.projects_item .clip_btn {
    height: 40px;
    margin-left: 10px;
    float: left;
}

.projects_item>a p:first-child span {
    font-size: 12px;
    color: #979797;
    padding-left: 40px;
    padding-right: 20px;
}

.projects_item a button {
    width: 12px;
    height: 12px;
    background: url(../img/btn_up.jpg) no-repeat center;
}

.projects_item a button.active {
    background: url(../img/btn_down.jpg) no-repeat center;
}

.projects_item>p {
    width: 390px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 2em;
    display: none;
}

.projects_item>p.active {}

.projects_item>img {
    border: 2px solid #8ec140;
}

.contant .projects .domestic_projects>a, .contant .projects .japanese_projects>a {
    display: block;
    width: 460px;
    height: 30px;
    text-align: right;
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 12px;
}

.container .contant .performance {
    width: 940px;
    height: 121px;
    margin-top: 15px;
    background: url(../img/icon_performance.png) no-repeat left center;
    overflow: hidden;
    margin-bottom: 50px;
}

.container .contant .performance>div {
    width: 225px;
    height: 121px;
    float: left;
    padding-top: 45px;
    padding-left: 10px;
}

.container .contant .performance div p {
    padding-left: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.container .contant .performance div p:first-child {
    font-size: 26px;
}

.container .contant .performance .item1 {
    background: url(../img/icon_profoemence_item1.png) no-repeat 30% 35%;
}

.container .contant .performance .item2 {
    background: url(../img/icon_profoemence_item2.png) no-repeat 30% 35%;
}

.container .contant .performance .item3 {
    background: url(../img/icon_profoemence_item3.png) no-repeat 30% 35%;
}

.container .contant .performance .item4 {
    background: url(../img/icon_profoemence_item4.png) no-repeat 30% 35%;
}

.container .contant>.banner {
    margin-top: 15px;
    width: 950px;
    height: 55px;
    background: url(../img/banner.png) no-repeat;
}

.container .contant .other_group {
    height: auto;
    width: 950px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container .contant .other_group>div {
    float: left;
    height: 450px;
    width: 270px;
    margin-left: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.container .contant .other_group>div:first-child {
    margin-left: 0px;
}

.container .contant .other_group .zcmz {
    background: #eeffe5 url(../img/zcmj.jpg) no-repeat left;
    padding-left: 40px;
}

.container .contant .other_group .zcmz:hover {
    cursor: pointer;
}

.container .contant .other_group .dfbsn {
    background: #eeffe5 url(../img/dfbsn.jpg) no-repeat left;
    padding-left: 40px;
}

.container .contant .other_group .dfbsn:hover {
    cursor: pointer;
}

.container .contant .other_group .jjsx {
    background: url(../img/jjsx.jpg) no-repeat center;
    padding-left: 40px;
}

.container .contant .other_group .item {
    height: 120px;
    width: 260px;
    border-top: 1px solid #b6d08e;
    padding-top: 10px;
    margin-top: 10px;
}

.container .contant .other_group .item p {
    font-family: "微软雅黑";
    color: #434343;
    font-size: 14px;
    text-indent: 2em;
    padding-left: 10px;
    float: left;
    padding-top: 5px;
    width: 250px;
    overflow: hidden;
}

.container .contant .other_group .item p:first-child {
    color: #2C9F39;
    font-size: 16px;
    font-weight: bold;
    text-indent: 0em;
    padding-top: 0px;
    width: 160px;
    overflow: hidden;
}

.container .contant .other_group .item img {
    display: block;
    float: right;
    width: 85px;
    height: 46px;
}

.container .contant .other_group>div>div:first-child {
    border-top: none;
    margin-top: 0px;
}

.container .contant .other_group>div>a {
    display: block;
    width: 250px;
    height: 30px;
    text-align: right;
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 12px;
}

footer .information {
    color: #cecece;
    height: 180px;
    background: #2e343a;
    padding-top: 20px;
}

footer .information .contant {
    width: 1200px;
    margin: 0 auto;
}

footer .information .contant .information_left {
    float: left;
    padding-left: 100px;
}

footer .information .contant .information_left>img:first-child {
    padding-bottom: 30px;
}

footer .information .contant .information_left p {
    line-height: 25px;
}

footer .information .contant .information_right {
    float: left;
    padding-left: 25%;
}

footer .information .contant .information_right p {
    line-height: 50px;
    font-size: 20px;
}

footer .information .contant .information_right img {
    padding-right: 10px;
}

footer .about {
    height: 100px;
    color: #cecece;
    background: #22272b;
    overflow: hidden;
}

footer .about .contant {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

footer .about .contant .about_left {
    padding-left: 100px;
}

footer .about .contant .about_right {
    padding-left: 25%;
}

footer .about .contant .about_right, footer .about .about_left {
    padding-top: 25px;
    float: left;
}

footer .about .contant .about_right ul li {
    color: #cecece;
    float: left;
}

.container .contant .carousel {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.container .side_left .hot_job .title a {
    display: block;
    width: 225px;
    height: 36px;
    position: relative;
    overflow: hidden;
}

.container .side_left .hot_job .title a img {
    position: absolute;
    display: block;
    width: 254px;
    height: 46px;
    left: -20px;
    top: -4px;
}

.hot_job .contant .p.title {
    width: 150px;
    overflow: hidden;
}

.container>.title {
    font-size: 24px;
    font-family: "微软雅黑";
    color: #464646;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: bold;
}

.contant .projects button.btn {
    background: #2c9f39;
    width: 70px;
    height: 25px;
    color: #FFFFFF;
    font-size: 12px;
}

nav>ul>li.active {
    background-color: #dbead9;
}


/*
	弹窗样式 add by tianjun begin
 */

#reg_dialog, #login_dialog {
    width: 500px;
    height: 300px;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
}

#reg_dialog {
    height: 380px;
    margin-top: -190px;
}

#reg_dialog div.title, #login_dialog div.title {
    margin-top: 11px;
}

#reg_dialog .title p.close, #login_dialog .title p.close {
    margin-right: 11px;
}

#reg_dialog .th3, #login_dialog .th3 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

#reg_dialog input[type=password], #reg_dialog select, #reg_dialog input[type=text], #login_dialog input[type=text], #login_dialog input[type=password] {
    width: 190px;
    height: 33px;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#reg_dialog input[type=button], #login_dialog input[type=button] {
    width: 120px;
    height: 33px;
    font-size: 16px;
    color: #434343;
    background: #caffae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 35px;
    border: none;
}

.num {
    font-family: initial;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: bold;
}

.index_bar {
    width: 950px;
    height: 35px;
    background: url(../img/1_03.png) no-repeat;
    margin-top: 10px;
}

.index_bar .title {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
    line-height: 35px;
}

.container .contant .xx_box li {
    border: 2px solid #b7d06b;
    width: 270px;
    height: 355px;
    float: left;
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.container .contant .xx_box li p {
    margin: 15px;
    font-size: 16px;
}


/*
弹窗样式 add by tianjun end
 */