﻿@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Arial", "微软雅黑";
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

.pt10 {
    padding-top: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pn5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mn5 {
    margin: 5px;
}

.mt5 {
    margin-top: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.index_img {
    background: url(../images/login.jpg) no-repeat;
    width: 1920px;
    height: 900px;
}

.banner {
    width: 100%;
    height: 640px;
    min-width: 1190px;
}

.nbanner {
    width: 100%;
    height: 640px;
    min-width: 1190px;
    background: url(../images/banner2.jpg) no-repeat center 0;
}

.fullSlide {
    min-width: 1000px;
    position: relative;
    height: 640px;
    /*overflow:hidden;*/
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 688px;
}

.fullSlide .bd li .siteWidth {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 640px;
}

.fullSlide .bd li a {
    position: absolute;
    width: 100%;
    height: 640px;
    display: block;
    z-index: 1;
    ;
}

.fullSlide .bd .txt {
    position: absolute;
    width: 415px;
    top: 100px;
    left: 22px;
    font: normal 18px/30px "Microsoft YaHei";
}

.fullSlide .bd .btn {
    display: block;
    zoom: 1;
    margin-top: 8px;
    width: 72px;
    padding-right: 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: url(../images/banner-btn.png) 0 0 no-repeat;
    _background: url(../images/banner-btn-ie6.png) 0 0 no-repeat;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 4px;
    margin: 4px;
    background: #fff;
    overflow: hidden;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background: #f8f630;
}

.fullSlide .prev,
.fullSlide .next {
    position: absolute;
    display: none;
    left: 10%;
    top: 50%;
    margin-top: -31px;
    width: 46px;
    height: 62px;
    /*background:url(../images/focusadvbg.png) no-repeat;*/
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.fullSlide .next {
    left: auto;
    right: 10%;
    background-position: -46px 0;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

.header {
    width: 100%;
    height: 68px;
    min-width: 1190px;
    background: rgba(59, 59, 59, 0.8);
    border-top: 1px solid #636363;
    /*position: absolute;*/
    top: 46px;
}

.w1190 {
    width: 1190px;
    margin: 0 auto;
    line-height: 45px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
    line-height: 45px;
    float: left;
}

.w190 {
    width: 190px;
    margin: 0 auto;
    line-height: 45px;
    float: right;
    text-align: right;
}

.top {
    width: 100%;
    height: auto;
    min-width: 1190px;
    font-size: 15px;
    /*text-align: right;position: absolute;*/
    color: #fff;
    top: 0;
    background: #0b0b0b;
    height: 46px;
}

.top a {
    font-size: 11px;
    color: #fff;
    margin: 0 7px;
}

.top a:last-child {
    margin-right: 0px;
}

.logo {
    width: 209px;
    height: 69px;
    float: left;
    margin-left: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.nav {
    height: 69px;
    float: right;
    margin-top: -1px;
    line-height: 69px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    /*width: 88px*/
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.nav .sub {
    display: none;
    width: 100px;
    left: 0;
    top: 69px;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    width: 187px;
    padding-bottom: 8px;
}

.nav .sub li {
    zoom: 1;
    height: 36px;
    background: url(../images/navsunbg.png) no-repeat 0 0;
}

.nav .sub li:last-child {
    background: none;
}

.nav .sub a {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 15px;
    padding-left: 17px;
    height: 36px;
    line-height: 36px;
}

.nav .sub a:hover {
    background: rgba(59, 59, 59, 0.8);
    color: #fff;
}

.nav .on h3 a {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: normal;
}


/*德语菜单*/

.nav_de {
    height: 69px;
    float: right;
    margin-top: -1px;
    line-height: 69px;
    position: relative;
    z-index: 1;
}

.nav_de a {
    color: #fff;
}

.nav_de .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav_de .nLi h3 {
    float: left;
}

.nav_de .nLi h3 a {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    color: #94a1ad;
    font-weight: normal;
    margin: 0 2px 0 2px;
    padding: 0 8px 0 8px;
}

.nav_de .sub {
    display: none;
    width: 100px;
    left: 0;
    top: 69px;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    line-height: 26px;
    width: 187px;
    padding-bottom: 8px;
    margin-left: 2px;
}

.nav_de .sub li {
    zoom: 1;
    height: 36px;
    background: url(../images/navsunbg.png) no-repeat 0 0;
}

.nav_de .sub li:last-child {
    background: none;
}

.nav_de .sub a {
    display: block;
    text-align: left;
    color: #d4e6ff;
    font-size: 15px;
    padding-left: 17px;
    height: 36px;
    line-height: 36px;
}

.nav_de .sub a:hover {
    background: rgba(59, 59, 59, 0.8);
    color: #fff;
}

.nav_de .on h3 a {
    background: rgba(0, 0, 0, 0.6);
    color: #94a1ad;
    font-weight: normal;
}

.main {
    width: 100%;
    height: auto;
    min-width: 1190px;
    overflow: hidden;
}

.mt35 {
    margin-top: 35px;
}

.column {
    width: 1190px;
    height: auto;
    float: left;
    margin-bottom: 39px;
    position: relative;
    min-height: 168px;
}

.column li {
    width: 274px;
    height: 168px;
    float: left;
    display: inline-block;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 200px;
    overflow: hidden;
}

.column li:last-child {
    margin-right: 0
}

.column li img {
    width: 274px;
    height: 168px;
    float: left;
}

.column li span {
    width: 261px;
    height: 36px;
    display: block;
    float: left;
    background: rgba(7, 14, 21, 0.8);
    font-size: 18.4px;
    color: #79afeb;
    line-height: 36px;
    padding-left: 13px;
    position: absolute;
    bottom: -36px;
}

.column li:hover span {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transform: translate(0, -36px);
    -webkit-transform: translate(0, -36px);
    -moz-transform: translate(0, -36px);
    -o-transform: translate(0, -36px);
    -ms-transform: translate(0, -36px);
}

.footer {
    width: 100%;
    min-width: 1190px;
    height: 67px;
    padding-top: 20px;
    background: url(../images/footer_bg.jpg) repeat-x;
}

.Логотип {
    width: 384px;
    height: 51px;
    line-height: 51px;
    margin-top: 15px;
    float: left;
    color: #677788;
    text-align: center;
    font-size: 12px;
}

.Логотип a {
    color: #0072b1;
    font-size: 12px;
}

.ftcontact {
    width: 371px;
    height: auto;
    float: left;
    margin-left: 72px;
}

.ftcontact a {
    color: #677788;
}

.ftcontact a:hover {
    color: #0072b1;
}

.ftcontact li {
    height: 66px;
    float: left;
    display: inline-block;
    text-align: center;
}

.ftcontact li:nth-child(1) {
    width: 149px;
}

.ftcontact li:nth-child(2) {
    width: 194px;
}

.ftcontact li:nth-child(3) {
    width: 128px;
}

.ftcontact li i {
    width: 41px;
    height: 34px;
    display: block;
    margin: 0 auto;
}

.ftcontact li:nth-child(1) i {
    background: url(../images/h-tel.png) no-repeat center 0;
}

.ftcontact li:nth-child(2) i {
    background: url(../images/h-email.png) no-repeat center 0;
}


/* .ftcontact li:nth-child(3) i{background: url(../images/ftlxicon3.jpg) no-repeat center 0;} */

.ftcontact li span {
    width: 100%;
    display: block;
    height: 14px;
    float: left;
    text-align: center;
    line-height: 14px;
    color: #677788;
}

.ftfx {
    width: 98px;
    height: 20px;
    float: right;
    margin-right: 34px;
    margin-top: 2px;
}

.ftfx a {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 6px;
    background-image: url(../images/ftfxicon.png);
}

.ftfx a:nth-child(1) {
    background-position: 0px 0px;
}

.ftfx a:nth-child(2) {
    background-position: 0px -20px;
}

.ftfx a:nth-child(3) {
    background-position: 0px -40px;
}

.ftfx a:nth-child(4) {
    background-position: 0px -60px;
    margin-right: 0px;
}

.ftfx a:hover:nth-child(1) {
    background-position: 20px 0px;
}

.ftfx a:hover:nth-child(2) {
    background-position: 20px -20px;
}

.ftfx a:hover:nth-child(3) {
    background-position: 20px -40px;
}

.ftfx a:hover:nth-child(4) {
    background-position: 20px -60px;
    margin-right: 0px;
}

.mt49 {
    margin-top: 49px;
}

.pleft {
    width: 241px;
    height: auto;
    float: left;
    margin-left: 33px;
    margin-right: 26px;
}

.pright {
    width: 834px;
    height: auto;
    float: left;
}

<!--cp对入样式-->.n_1190 {
    width: 1190px;
    height: auto;
    float: left;
}

#n_position {
    width: 1190px;
    margin: 1px auto 20px;
    height: 50px;
    float: left;
    background: #fff;
}

li {
    list-style-type: none;
}

#n_position li {
    float: left;
    width: 109px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border: none;
}

#n_position li:hover {
    background: #373737;
}

#n_position li a {
    font-size: 14px;
    color: #93a1ae;
    display: block;
    outline: 0;
    text-decoration: none;
}

#n_position li:hover a {
    color: #93a1ae;
}

#n_position li a.current {
    background: #373737;
}

#n_position a {
    float: left;
    font-size: 1.2em;
}

#n_position a:hover {
    float: left;
    font-size: 1.2em;
}

#n_position span {
    float: left;
    font-size: 1.2em;
    margin: 0 10px;
}

<!--cp12栏目对入样式-->.n_1190 {
    width: 1190px;
    height: auto;
    float: left;
}

#n_position_12 {
    width: 1190px;
    margin: 1px auto 20px;
    height: 50px;
    float: left;
    background: rgba(59, 59, 59, 0.8);
}

li {
    list-style-type: none;
}

#n_position_12 li {
    float: left;
    margin: 0 10px;
    width: auto;
    line-height: 50px;
    text-align: center;
    position: relative;
    border: none;
    margin: 0 16px;
}

#n_position_12 li:hover {
    background: #373737;
}

#n_position_12 li a {
    font-size: 14px;
    color: #93a1ae;
    display: block;
    outline: 0;
    text-decoration: none;
}

#n_position_12 li:hover a {
    color: #93a1ae;
}

#n_position_12 li a.current {
    background: #373737;
    padding: 0 10px;
}

<!--cp11栏目对入样式-->.n_1190 {
    width: 1190px;
    height: auto;
    float: left;
}

#n_position_11 {
    width: 1190px;
    margin: 1px auto 20px;
    height: 50px;
    float: left;
    background: rgba(59, 59, 59, 0.8);
}

li {
    list-style-type: none;
}

#n_position_11 li {
    float: left;
    width: 94px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border: none;
}

#n_position_11 li:hover {
    background: #373737;
}

#n_position_11 li a {
    font-size: 14px;
    color: #93a1ae;
    display: block;
    outline: 0;
    text-decoration: none;
}

#n_position_11 li:hover a {
    color: #93a1ae;
}

#n_position_11 li a.current {
    background: #373737;
}

.n_content {
    width: 1190px;
    height: auto;
    float: left;
    line-height: 24px;
    color: #666;
}

.n_content_nr {
    width: 1190px;
    margin: 0 auto;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.n_contentbline {
    width: 1190px;
    height: 3px;
    margin-bottom: 24px;
    float: left;
}

.n_content_l {
    float: left;
    width: 290px;
    margin: 0 auto;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.n_content_l a {
    display: block;
    width: 80%;
    height: 30px;
    margin: 0 0 10px 0;
    padding: 5px 20px;
    background: #f2f2f2;
    font-size: 1.2em;
}

.n_content_l a:hover {
    color: #960303;
}

.n_content_l a.current {
    display: block;
    width: 80%;
    height: 30px;
    margin: 0 0 10px 0;
    padding: 5px 20px;
    background: #ddd;
    font-size: 1.2em;
}

.n_content_r {
    float: right;
    width: 900px;
    margin: 0 auto;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.n_content_r h1 {
    color: #999;
    margin-bottom: 20px;
}

.n_content_r h3 {
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.n_content_r .piclist {
    width: 100%;
    text-align: center;
}

.n_content_r .piclist li {
    float: left;
    width: 33.333%;
}

.n_content_r .piclist li i {
    display: block;
    width: 100%;
}

.n_content_r .piclist li span {
    display: block;
    width: 100%;
    height: 4em;
}

.typename {
    width: 221px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    padding-left: 8px;
    color: #ffffff;
    background: rgba(59, 59, 59, 0.8);
}

.sidebar {
    width: 229px;
    height: auto;
    float: left;
    margin-left: 0px;
    padding-bottom: 6px;
    background: #d5d5d5;
}

.sidebar li {
    width: 229px;
    height: 36px;
    float: left;
    border-bottom: 2px solid #fcfcfc;
}

.sidebar li:last-child {
    border-bottom: 0 none;
}

.sidebar li a {
    width: 184px;
    height: 36px;
    float: left;
    background: #d5d5d5;
    padding-left: 25px;
    font-size: 12px;
    color: #191919;
    line-height: 36px;
}

.sidebar li a.current {
    background: url(../images/sidebarlibg.jpg) no-repeat 0 0;
}

.sidebar li a:hover {
    background: url(../images/sidebarlibg.jpg) no-repeat 0 0;
}

.position {
    width: 834px;
    height: 50px;
    float: left;
    background: rgba(59, 59, 59, 0.8);
}

.position a {
    font-size: 14px;
    color: #ffffff;
    margin-left: 21px;
    margin-right: 4px;
    line-height: 39px;
}

.content {
    width: 834px;
    height: auto;
    float: left;
    padding: 10px 0px 20px 0px;
    line-height: 24px;
    color: #666;
}

.content_nr {
    width: 834px;
    margin: 0 auto;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.contentbline {
    width: 834px;
    height: 3px;
    margin-bottom: 24px;
    float: left;
}

.conimg {
    width: 100%;
    height: 144px;
    float: left;
    background: #fbfeed;
    margin-bottom: 30px;
}

.conimg li {
    width: 263px;
    height: 144px;
    float: left;
    margin-right: 7px;
}

.conimg li:last-child {
    margin-right: 0
}

.conimg li img {
    width: 263px;
    height: 135px;
    float: left;
    margin-top: 4px;
    margin-bottom: 5px;
}


/*about.html start*/

.content_f {}

.general {
    width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 1px 0;
}

.general_con {
    width: 700px;
    margin: 0 auto;
    line-height: 24px;
}

.general_title {
    font-size: 34px;
    font-family: "微软雅黑";
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
}

.general_con_c_ri_word {
    color: #666;
}

.general_title table {
    margin: 0 auto;
    margin-bottom: 50px;
}

.general_title table td,
.general_title table {
    text-align: center;
}

.general_con_c_le,
.general_con_c_ri,
.general_con_c_le2,
.general_con_c_ri2 {
    width: 362px;
}

.general_con_c_ri {
    text-align: center;
}

.general_con_c_ri_title {
    color: #ccc;
    font-size: 26px;
    font-family: "微软雅黑";
    margin-bottom: 30px;
    font-weight: bold;
}

.general_con_c_ri_word {
    color: #666;
}

.general_con_c_ri_int {
    padding-top: 15px;
    color: #999;
    font-size: 14px;
    font-family: "微软雅黑";
}

.general2 {
    width: 100%;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 40px 0;
}

.general_con_c_le2 {
    text-align: left;
}

.what {
    font-size: 26px;
    font-family: "微软雅黑";
    background: #4bcdd9;
    width: 200px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
}

.what_int {
    color: #999;
    font-size: 18px;
    font-family: "微软雅黑";
    padding: 10px 20px;
}

.what_A {
    width: 275px;
}

.what_name {
    padding: 10px 0;
}

.what_name_ch {
    font-family: "微软雅黑";
    font-size: 18px;
}

.what_name_en {
    font-family: Arial;
    font-size: 14px;
    color: #999;
}

.what_B {
    width: 180px;
}

.what_C {
    width: 200px;
}

.what_D {
    width: 275px;
}

.what_con ul li {
    float: left;
    margin-right: 30px;
}

.general_con_c_ri_ad {
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-bottom: 10px;
    margin-top: 10px;
}

.general_con_c_ri_ad span {
    color: #ffba19;
}

.certificate_ul {
    height: 220px;
    margin-bottom: 20px;
    width: 1200px;
}

.certificate_ul ul {
    height: 212px;
}

.certificate_ul ul li {
    float: left;
    position: relative;
    height: 212px;
    width: 280px;
    _display: inline;
    overflow: hidden;
}

.certificate_img {
    margin-right: 24px;
}

.jion_mail {
    margin-top: 10px;
}

.jion_title {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
}

.jion_title_en {
    color: #4bcdd9;
    font-family: Impact;
    font-size: 20px;
    text-transform: uppercase;
}

.jion_title_ch {
    font-family: "微软雅黑";
    font-size: 28px;
    padding: 5px 0 8px 0;
}

.skill {
    width: 560px;
    height: 55px;
    background: #eaeaea;
    padding: 10px 20px;
    margin-top: 5px;
}

.skill_word {
    font-family: Arial;
    text-transform: uppercase;
}

.skill ul li {
    float: left;
    margin-right: 5px;
}

.general_con_c_ri ul li {
    margin-bottom: 30px;
}

.box-l {
    left: -20%;
    position: absolute;
}

.box-r {
    left: 150%;
    position: absolute;
}

.box1 {
    margin-left: -1190px;
    width: 1190px;
    height: 400px;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.box2 {
    margin-left: -340px;
    text-align: center;
}

.box3 {
    margin-left: -260px;
    width: 600px;
    height: 400px;
}

.box4 {
    margin-left: 1px;
    width: 1190px;
    height: 400px;
}

.box32 {
    width: 700px;
}

.box1190 {
    margin-left: -596px;
    width: 1190px;
    height: 100px;
}

.box_parent_465 {
    position: relative;
    width: 700px;
    height: 465px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box_parent_300 {
    position: relative;
    width: 1190px;
    height: 300px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box_parent_280 {
    position: relative;
    width: 834px;
    height: 280px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box_parent_220 {
    position: relative;
    width: 700px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

.box4 {
    margin-left: -600px;
    width: 600px;
    text-align: right;
}

.box5 {
    margin-left: 190px;
    padding-top: 25px;
}

.box_b {
    position: absolute;
    bottom: -205px;
    left: 0px;
}

.box6 {
    width: 600px;
    height: 235px;
    margin-left: -600px;
    padding-top: 30px;
}


/*cp-box*/

.cp-general {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 1px 0;
}

.cp-general_con {
    width: 100%;
    margin: 0 auto;
    line-height: 24px;
}

.cp-general_con_c_ri {
    width: 600px;
    margin-left: 2px;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.cp-general_con_c_r {
    width: 600px;
    margin-left: 2px;
    text-align: center;
}

.cp-general_con_c_t {
    width: 590px;
    height: 260px;
    margin-left: 2px;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.cp-box-l {
    left: -20%;
    position: absolute;
}

.cp-box-r {
    left: 150%;
    position: absolute;
}

.cp-box1 {
    margin-left: -140px;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.cp-box2 {
    margin-left: -600px;
}

.cp-box2 img {
    width: 600px;
    height: 253px;
}

.cp-box3 {
    margin-left: -500px;
    width: 268px;
    height: 190px;
}

.cp-box32 {
    width: 700px;
}

.cp-box_parent_auto {
    position: relative;
    height: 793px;
    overflow: hidden;
}

.cp-box_parent_465 {
    position: relative;
    width: 100%;
    height: 465px;
    overflow: hidden;
}

.cp-box_parent_430 {
    position: relative;
    width: 100%;
    height: 416px;
    overflow: hidden;
    text-align: center;
}

.cp-box_parent_400 {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 6px;
}

.cp-box_parent_320 {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    text-align: center;
}

.cp-box_parent_360 {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.cp-box_parent_300 {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.cp-box_parent_260 {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.cp-box_parent_220 {
    position: relative;
    width: 100%;
    /* height:220px;*/
    overflow: hidden;
}

.cp-box_parent_120 {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.cp-box_parent_190 {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.cp-box4 {
    margin-left: -600px;
    width: 600px;
    text-align: right;
}

.cp-box5 {
    margin-left: 190px;
    padding-top: 25px;
}

.cp-box_b {
    position: absolute;
    bottom: -205px;
    left: 0px;
}

.cp-box6 {
    width: 600px;
    height: 235px;
    margin-left: -600px;
    padding-top: 30px;
}


/*cp-box-end*/


/*cp-box834*/

.cp-general_834 {
    width: 834x;
    margin: 0 auto;
    background: #fff;
    padding: 1px 0;
}

.cp-general_con_834 {
    width: 834px;
    margin: 0 auto;
    line-height: 24px;
}

.cp-box_parent_280 {
    position: relative;
    width: 834px;
    height: 280px;
    overflow: hidden;
}

.cp-box_parent_281 {
    position: relative;
    width: 1190px;
    height: 281px;
    overflow: hidden;
}

.cp-general_con_a_ri {
    width: 413px;
    margin-left: 2px;
    text-align: left;
}

.cp-box7 {
    width: 413px;
    height: 280px;
    margin-left: -413px;
}

.cp-box8 {
    width: 586px;
    margin-left: -586px;
    text-align: Justify;
    text-justify: inter-ideograph;
}

.cp-box-r_834 {
    left: 108%;
    position: absolute;
}


/*about.html end*/


/*newslist*/

.news_list {
    margin: 0;
    padding: 0;
    background: #fff;
}

.news_list li {
    padding: 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    clear: both;
    height: 180px
}

.news_list li:hover {
    background: #f2f2f2
}

.news_list li img {
    float: left;
    margin-right: 20px;
    width: 280px;
    height: 180px
}

.news_list li h5 {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    font-weight: normal
}

.news_list li:hover a h5 {
    color: #ff6600
}

.news_list li p {
    max-height: 120px;
    overflow: hidden;
    display: block
}

.news_list li:hover p {
    color: #333
}

.news_list li span {
    background: url(../images/icon_time.png) left center no-repeat;
    padding-left: 18px;
    font-size: 12px;
    line-height: 30px;
    color: #CCC
}

.news_info {
    background: #fff;
    padding: 40px 60px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px
}

.news_info h1.title {
    font-size: 28px;
    color: #000;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: center
}

.news_info .data {
    font-size: 12px;
    color: #ccc;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.news_info .prev {
    width: 48%;
    font-size: 16px;
    border: 1px solid #eee;
    margin-top: 40px;
    background: url(../images/arrow_l.png) 3% center no-repeat;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    float: left
}

.news_info .prev a {
    display: block;
    padding: 10px 0 10px 40px;
    color: #ccc
}

.news_info .prev:hover {
    background: url(../images/arrow_l.png) 1% center no-repeat #e10000
}

.news_info .prev:hover a {
    color: #fff
}

.news_info .next {
    width: 48%;
    font-size: 16px;
    border: 1px solid #eee;
    margin-top: 40px;
    background: url(../images/arrow_r.png) 97% center no-repeat;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    float: right;
    text-align: right
}

.news_info .next a {
    display: block;
    padding: 10px 40px 10px 0;
    color: #ccc
}

.news_info .next:hover {
    background: url(../images/arrow_r.png) 99% center no-repeat #e10000
}

.news_info .next:hover a {
    color: #fff
}

.news {
    background: #eaeaea;
    overflow: hidden;
    margin-bottom: 75px
}

.news-text {
    float: left;
    width: 49%;
    height: 100%;
    position: relative
}

.news-text-box {
    width: 80%;
    padding: 10% 0;
    margin: 0 auto
}

.news-img {
    float: right;
    width: 50%;
    overflow: hidden;
    max-height: 438px
}

.news-img img {
    transition: all 1.8s;
    -webkit-transition: all 1.8s
}

.news-img img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.news-text-box h3 {
    font: normal 20px/26px "微软雅黑";
    color: #444;
    padding-bottom: 30px
}

.news-text-box h3 a {
    color: #444
}

.news-text-box h3 a:hover {
    color: #000
}

.news-text-box p {
    height: 85px;
    font: 12px/20px "微软雅黑";
    color: #7b7b7b
}

.news-text-box .newsmore {
    display: inline-block;
    width: 120px;
    height: 32px;
    background: #868686;
    border: 1px solid #7b7b7b;
    font: 14px/32px Arial;
    text-align: center;
    color: #fff;
    transition: all .3s
}

.news-text-box .newsmore:hover {
    background: #e10000;
    border: 1px solid #960303
}

.news-text-box .newstime {
    position: absolute;
    left: 10%;
    bottom: 8%
}

.news-info {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    min-height: 980px;
    left: 50%;
    top: 545px;
    background: #fff;
    display: none;
    z-index: 1000
}

.news-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
    z-index: 999;
    display: none
}

.news-content {
    width: 90%;
    margin: 120px auto
}

.letter {
    width: 99%;
    border: 5px solid #999;
    padding: 50px 0;
}

.letter p {
    margin: 0 auto;
    font-size: 14px;
    width: 90%;
    border-bottom: 1px dotted #999;
}

.bannerpic {
    min-width: 1000px;
    position: relative;
    height: 426px;
    /*overflow:hidden;*/
}

.bannerpic .bd {
    position: relative;
    z-index: 0;
}

.bannerpic .bd li {
    width: 100% !important;
    height: 426px;
}