

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.m20 {
    margin: 20px 0;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt10 {
    padding: 10px 0;
}

.pt20 {
    padding: 20px 0;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

.text-center {
    text-align: center;
}

.text-hide {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    background: #fff;
}

i,
em {
    font-style: normal;
}

::-webkit-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #0072C6;
}

.notsupport h1 {
    font-size: 100px;
    margin-top: 200px;
    margin-bottom: 30px;
}

.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.top {
    height: 30px;
    background-color: #f8f8f8;
    width: 100%;
}

.top .user {
    float: right;
}

.top .user a {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    margin: 0 8px
}

.bg_header {
    background: #030408;
    height: 70px;
}

.bg_gray {
    background: #fafafa;
    padding: 20px 0 40px 0;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.header {
    background: #fff;
    min-height: 110px;
}

.header .fr {
    min-height: 110px;
    padding: 30px 0 0 60px;
}

.header .fr span {
    margin: 0;
    padding: 0 0 0 40px;
    float: left;
}

.header .fr span a {
    font-size: 18px;
    color: #005098;
    display: block;
    float: none;
    margin: 0;
}

.header .fr .tel {
    font-size: 24px;
    padding-left: 50px;
    color: #005098;
    font-weight: bold;
    background: url(../img/tel.png) no-repeat;
}

.bg_nav {
    background: #005098;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    padding: 0;
    position: relative;
}

.nav li a {
    display: block;
    padding: 38px 35px 38px 60px;
    color: #282929;
    font-size: 18px;
}

.nav li a:hover {
    background: none;
    color: #282929;
}

.nav .hover a {
    background: none;
    color: #282929;
}

.nav li .subnav {
    position: absolute;
    background: #fff;
    padding: 10px 0 0 0;
    border: 1px solid #f3f3f3;
    border-top: 2px solid #005098;
    border-bottom: 0;
    /*border-radius:10px 10px 0 0;*/
    left: -20px;
    z-index: 9999;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
}

.nav li .subnav:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #005098;
    position: absolute;
    top: -12px;
    right: 45%;
}

.nav li .subnav li {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    min-width: 200px;
}

.nav li .subnav li a {
    color: #333;
    white-space: nowrap;
    border-radius: 0;
    padding: 5px 30px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
}

.nav li .subnav li a:hover {
    color: #fff;
}

.nav li:hover a {
    background: none;
}

.nav li:hover .subnav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.nav li:hover .subnav a {
    background: #fff;
    color: #333;
    font-size: 14px;
}

.nav li:hover .subnav a:hover {
    background: #005098;
    color: #fff;
}

.nav li .subnav li .subnav2 {
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    right: -202px;
    top: -17px;
    z-index: 9999;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
}

.nav li .subnav li:hover .subnav2 {
    opacity: 1;
    visibility: visible;
}

.banner {
    position: relative;
}

.banner .box_skitter {
    width: 100%;
    z-index: 2;
}

.bg_inner {
    height: 705px;
    padding: 0;
    position: relative;
}

.banner_inner {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    line-height: 24px;
}

.banner_inner .con {
    position: absolute;
    width: 200px;
    min-height: 44px;
    max-height: 60px;
    left: 50%;
    margin-left: -600px;
    top: 45%;
    margin-top: 50px;
    line-height: 30px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 18px;
}

.banner_inner .con span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 40px;
}

.arctype_id_1 {
    background: url(../img/cate_bg_about.jpg) center center no-repeat;
}

.arctype_id_2 {
    background: url(../img/cate_bg_news.jpg) center center no-repeat;
}

.arctype_id_3 {
    background: url(../img/cate_bg_product.jpg) center center no-repeat;
}

.arctype_id_4 {
    background: url(../img/cate_bg_case.jpg) center center no-repeat;
}

.arctype_id_5 {
    background: url(../img/cate_bg_down.jpg) center center no-repeat;
}

.arctype_id_23 {
    background: url(../img/cate_bg_talent.jpg) center center no-repeat;
}

.arctype_id_54 {
    background: url(../img/cate_bg_contact.jpg) center center no-repeat;
}

.arctype_id_search {
    background: url(../img/cate_bg_search.jpg) center center no-repeat;
}

.arctype_id_tag {
    background: url(../img/cate_bg_tag.jpg) center center no-repeat;
}

.subject {
    border-bottom: 1px solid #eaeaea;
}

.subject b {
    border-bottom: 1px solid #156EB8;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 18px;
    font-family: microsoft yahei;
}

.subject .more {
    float: right;
}

.more a {
    font-size: 14px;
    color: #999;
}

.more a:hover {
    color: #f99f2e;
}

.home_title {
    width: 1080px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.home_title .border {
    padding: 20px 0;
    margin: -25px auto -14px auto;
    color: #999999
}

.home_title h2 {
    font-size: 32px;
    font-weight: 300;
    color: #37474f;
    display: inline-block;
    padding: 0 30px;
}

.home_title p {
    font-size: 14px;
    color: #999;
    background: #fafafa;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    font-weight: 400;
}

.home_more {
    width: 1080px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

span.more {
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 10px;
}

span.more a {
    display: block;
    padding: 5px 18px;
    color: #005098;
    margin: 0 2px;
    border-radius: 2px;
    border: 1px solid #005098;
    line-height: 26px;
}

span.more a:hover {
    background: #005098;
    color: #fff;
    border: 1px solid #005098;
}

span.more a .fa {
    padding-left: 10px;
}

.bg_white .border {
    border-color: #f3f3f3;
}

.bg_white .home_title h2,
.bg_white .home_title p {
    background: #fff;
}

.home_about {
    clear: both;
    overflow: hidden;
}

.home_about .left {
    float: left;
    width: 410px;
    margin-right: 30px;
}

.home_about .left video {
    background: #000;
}

.home_about .right {
    float: right;
    width: 750px;
    line-height: 30px;
    font-size: 14px;
}

.home_about .right h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.home_about .right p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 10px 0;
    color: #777
}

.home_about .right a.btn-about {
    padding: 10px 20px;
}

.home_nav {
    text-align: center;
}

.home_nav ul {
    margin: 25px auto;
}

.home_nav ul li {
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 10px;
}

.home_nav ul li a {
    display: block;
    padding: 6px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.home_nav ul .hover a,
.home_nav ul li a:hover {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #005098;
    margin: 0 2px;
}

.home_nav ul li dl {
    display: none;
    background: #005098;
    padding: 2px 0;
    margin: 16px 0 0 0;
    z-index: 999;
}

.home_nav ul .hover dl {
    display: none;
    text-align: left;
    position: absolute;
    top: 20px;
    left: 3px;
}

.home_nav ul .hover dl dt a {
    display: block;
    font-weight: normal;
    color: #fff;
    background: #005098;
    min-width: 200px;
    border: 0;
}

.home_nav ul .hover dl dt a:hover {
    background: #fff;
    color: #333;
    border: 0;
}

.home_pro {
    margin: 30px 0 0px 0;
    width: 1206px;
    clear: both;
}

.home_pro ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}

.home_pro ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
}

.home_pro ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 279px;
    text-align: center;
}

.home_pro ul li a div img {
    max-width: 279px;
    max-height: 279px;
    border: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.home_pro ul li:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.home_pro ul li a:hover div img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.home_pro ul li a p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 10px;
}

.home_pro ul li a:hover p {
    color: #f30;
}

.home_pro ul li a .title {
    min-height: 70px;
}

.home_pro ul li a .price {
    min-height: 40px;
    color: #f60;
    font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
    font-weight: 400;
    padding: 0 10px 10px 10px;
}

.home_pro ul li a .price span {
    float: right;
    font-weight: normal;
    color: #999;
}

.home_news {
    margin-bottom: 20px;
    background: #fff;
}

.home_news_list {}

.home_news_list li {
    overflow: hidden;
    padding: 12px 0 12px 0;
    float: left;
    width: 49%;
    margin-right: 1%;
    min-height: 90px;
}

.home_news_list li .date {
    float: left;
    width: 86px;
    height: 80px;
}

.home_news_list li .date .dateline {
    width: 70px;
    height: 54px;
    display: block;
    background-color: #005098;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.home_news_list li .date em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 70px;
    background: #eee;
    color: #888;
}

.home_news_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 88px;
    line-height: 22px;
}

.home_news_list li .txt a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.news_list {}

.news_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
}

.news_list li .date {
    background: #005098;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    float: left;
    text-align: center;
    font-size: 30px;
    width: 70px;
    font-weight: bold
}

.news_list li .date em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #eee;
    margin-top: 5px;
    color: #888
}

.news_list li div {
    color: #999;
    font-size: 12px;
    margin-left: 95px;
    line-height: 22px;
}

.news_list li div a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.news_list li div a:hover {
    color: #f30;
}

.dow_list {}

.dow_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
}

.dow_list li .img {
    float: left;
    width: 124px;
    height: 88px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background: url(../img/noImges.png)
}

.dow_list li .img img {
    width: 127px;
    height: 88px;
}

.dow_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 140px;
    line-height: 22px;
}

.dow_list li .txt a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
}

.dow_list li .txt a:hover {
    color: #f30;
}

.dow_list li .txt .property {
    font-size: 14px;
    line-height: 26px;
}

.dow_list li .txt .property span {
    margin-right: 20px;
}

.home_logo {
    margin-bottom: 20px;
}

.home_logo ul {}

.home_logo ul li {
    float: left;
    width: 10%;
    margin-bottom: 1%;
}

.home_logo ul li img {
    border: 1px solid #eee;
    width: 104px;
    height: 40px;
}

.bg_link {
    background: #005098;
}

.link {
    padding: 10px 0;
    color: #fff;
}

.link a {
    color: #BBDFFA;
    margin-right: 15px;
}

.link a:hover {
    color: #fff;
}

.bg_footer {
    background: #005098;
}

.footer {
    padding: 30px 0 0 0;
}

.footer .fl {
    width: 400px;
    float: left;
    padding: 20px 0;
}

.footer .fl h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.footer .fl h5 {
    font-size: 12px;
    color: #A8CFF0;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.footer .fl form {
    margin-top: 25px;
}

.footer .fl form input[type=text] {
    border: 1px solid #005098;
    padding: 6px 10px;
    width: 200px;
}

.footer .fl form input[type=submit] {
    border: 1px solid #005098;
    background: #005098;
    color: #fff;
    padding: 6px 15px;
}

.footer .fr {
    width: 800px;
    float: left;
    padding: 20px 0;
}

.footer .fr .left {
    padding: 0 20px 0 40px;
    float: left;
    width: 20%;
    min-height: 110px;
}

.footer .fr h6 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
}

.footer .fr .left ul {
    margin: 0;
    padding: 0;
}

.footer .fr .left ul li {
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-family: microsoft yahei;
    line-height: 24px;
    font-weight: normal;
}

.footer .fr .left ul li a {
    color: #B0D8F6;
    font-size: 14px;
}

.footer .fr .left ul li a:hover {
    color: #ff0;
}

.copyright {
    border-top: 1px solid #69B5ED;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #ff0;
}

.inner_container {
    min-height: 600px;
    padding: 20px 0;
}

.inner_container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

.page_show a {
    color: #06C;
}

.page_show a:hover {
    color: #f30;
}


/*标签相关*/

.tags {}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.tags li a:hover {
    background: #005098;
    color: #fff;
    border: 1px solid #005098;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #005098;
    color: #fff;
    border: 1px solid #005098;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}


/*筛选相关*/

.filter {
    border: 1px solid #fff;
    padding: 6px 20px;
    margin-top: 30px;
    padding: 15px;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    float: left;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.filter dl dt {
    margin: 0 0 0 80px;
}

.filter dl dt a {
    font-weight: normal;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.filter dl dt a:hover {
    background: #3BB4F2;
    color: #fff;
    cursor: pointer;
}

.filter dl dt .hover {
    background: #3BB4F2;
    color: #fff;
}


/*瀑布流布局*/

.piclist {
    width: 1400px;
    margin-top: 40px;
}

.piclist ul {
    width: 1400px;
}

.piclist li {
    float: left;
    width: 325px;
    margin-right: 25px;
}

.piclist li a {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.piclist li a img {
    width: 100%;
}

.piclist li a p {
    font-size: 20px;
    padding: 0 10px;
}


/*新闻——图片*/

.list_pic {
    margin: 30px 0 0px 0;
    width: 1206px;
    clear: both;
}

.list_pic ul li {
    width: 24%;
    margin: 0 1% 1% 0;
    float: left;
}

.list_pic ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
}

.list_pic ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.list_pic ul li a div img {
    max-width: 279px;
    max-height: 200px;
    border: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.list_pic ul li:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.list_pic ul li a:hover div img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.list_pic ul li a p {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 10px;
}

.list_pic ul li a:hover p {
    color: #f30;
}

.list_pic ul li a .title {
    min-height: 30px;
    text-align: center;
}


/*新闻相关*/

.news_show h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.news_show .info {
    border-left: 3px solid #005098;
    background: #f3f3f3;
    margin: 15px 0;
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
}

.news_show .intro a {
    color: #06C;
}

.news_show .intro a:hover {
    color: #f30;
}

.news_show .intro img {
    max-width: 100%;
    height: auto;
}

.news_show .prenext {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.news_show .prenext p {
    font-weight: bold;
}

.news_show .prenext a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.news_show .prenext a span {
    font-size: 18px;
    margin-right: 10px;
}

.news_show .prenext a em {
    font-style: normal;
    font-size: 18px;
}

.news_show .prenext a:hover {
    background: #005098;
    border-color: #005098;
    color: #fff;
}

.news_show .prenext a:hover span {
    color: #fff;
}

.news_show .prenext .pre {
    float: left;
}

.news_show .prenext .next {
    float: right;
}

.news_show .tags {
    font-weight: 500;
}

.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.news_show .tags a:hover {
    background: #005098;
    color: #fff;
    border-color: #005098;
}

.news_show_list {}

.news_show_list li {
    overflow: hidden;
    padding: 12px 0 12px 0;
    float: left;
    width: 49%;
    margin-right: 1%;
    min-height: 90px;
}

.news_show_list li .date {
    float: left;
    width: 86px;
    height: 80px;
}

.news_show_list li .date .dateline {
    width: 70px;
    height: 54px;
    display: block;
    background-color: #005098;
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.news_show_list li .date em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 70px;
    background: #eee;
    color: #888;
}

.news_show_list li .txt {
    color: #999;
    font-size: 12px;
    margin-left: 88px;
    line-height: 22px;
}

.news_show_list li .txt a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}


/*下载相关*/

.dow_show .infobox {
    background-color: #f8f8f8;
    padding: 30px;
    overflow: hidden;
}

.dow_show .infobox .img {
    float: left;
    width: 124px;
    height: 88px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background: url(../img/noImges.png)
}

.dow_show .infobox .img img {
    width: 127px;
    height: 88px;
}

.dow_show .infobox .txt {
    color: #999;
    font-size: 12px;
    margin-left: 140px;
    line-height: 22px;
}

.dow_show .infobox .txt h2 {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 50px;
    margin-bottom: 5px;
    font-weight: normal;
}

.dow_show .infobox .txt .property {
    font-size: 14px;
    line-height: 26px;
}

.dow_show .infobox .txt .property span {
    margin-right: 20px;
}

.dow_show .xia {
    margin-top: 20px;
    color: #999;
    background-color: #fff;
    padding: 10px 14px;
}

.dow_show .xia .xiazai a {
    background: url(../img/down.png) left center no-repeat;
    color: #333;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0 5px 20px;
}

.dow_show .intro a {
    color: #06C;
}

.dow_show .intro a:hover {
    color: #f30;
}

.dow_show .intro img {
    max-width: 100%;
    height: auto;
}

.dow_show .prenext {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.dow_show .prenext p {
    font-weight: bold;
}

.dow_show .prenext a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.dow_show .prenext a span {
    font-size: 18px;
    margin-right: 10px;
}

.dow_show .prenext a em {
    font-style: normal;
    font-size: 18px;
}

.dow_show .prenext a:hover {
    background: #005098;
    border-color: #005098;
    color: #fff;
}

.dow_show .prenext a:hover span {
    color: #fff;
}

.dow_show .prenext .pre {
    float: left;
}

.dow_show .prenext .next {
    float: right;
}

.dow_show .tags {
    font-weight: 500;
}

.dow_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.dow_show .tags a:hover {
    background: #005098;
    color: #fff;
    border-color: #005098;
}


/*招聘相关*/

.job_show {}

.job_show h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #06C;
}

.job_show h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
    color: #06C;
}

.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}

.job_show .info ul {
    overflow: hidden;
}

.job_show .info ul li {
    float: left;
    width: 23.5%;
    border-left: 1px solid #dadada;
    padding-left: 1.5%;
    line-height: 30px;
}

.job_show .info ul li span {
    color: #999;
}

.job_show .intro a {
    color: #06C;
}

.job_show .intro a:hover {
    color: #f30;
}

.job_show .prenext {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.job_show .prenext p {
    font-weight: bold;
}

.job_show .prenext a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.job_show .prenext a span {
    font-size: 18px;
    margin-right: 10px;
}

.job_show .prenext a em {
    font-style: normal;
    font-size: 18px;
}

.job_show .prenext a:hover {
    background: #005098;
    border-color: #005098;
    color: #fff;
}

.job_show .prenext a:hover span {
    color: #fff;
}

.job_show .prenext .pre {
    float: left;
}

.job_show .prenext .next {
    float: right;
}

.job_show .tags {
    font-weight: 500;
}

.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.job_show .tags a:hover {
    background: #005098;
    color: #fff;
    border-color: #005098;
}

.job_show .action {
    text-align: center;
}

.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #005098;
    padding: 6px 20px;
    min-width: 100px;
    background: #005098;
    color: #fff;
}

.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}


/*招聘弹出框*/

.job-popup {
    width: 580px;
    padding: 20px;
    font: 14px "microsoft yahei", arial, sans-serif;
    color: #555;
    overflow: hidden;
    position: relative;
}

.job-popup dl {
    float: left;
    margin: 4px 0;
    position: relative;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
}

.job-popup dl dt,
.job-popup dl dd {
    float: left;
}

.job-popup dl dt {
    width: 80px;
    margin-top: 8px;
    text-align: right;
    line-height: 36px;
}

.job-popup dl dd {
    width: 400px;
    margin-left: 10px;
    line-height: 36px;
}

.job-popup dl dd input {
    padding: 0 4px;
    height: 36px;
    width: 400px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.job-popup dl dd select {
    padding: 0 4px;
    border: 1px solid #d9d9d9;
    height: 36px;
    width: 400px;
    border-radius: 4px;
}

.job-popup dl dd textarea {
    padding: 4px;
    border: 1px solid #d9d9d9;
    line-height: 20px;
    width: 400px;
    height: 100px;
    border-radius: 4px;
}

::-webkit-input-placeholder {
    color: #bbb
}

.job-popup dl dd input:focus {
    border: 1px solid #97cdf5;
    outline: 0;
    -webkit-box-shadow: 0 0 2px rgba(191, 189, 189, 1);
    box-shadow: 0 0 2px rgba(191, 189, 189, 1)
}

.job-popup dl dd .bt {
    border: 0;
    padding: 8px 20px;
    background-color: #005098;
    border-radius: 4px;
    color: #fff;
}

.job-popup dl dd .bt:focus {
    border: 1px solid #97cdf5;
    outline: 0;
    -webkit-box-shadow: 0 0 2px rgba(191, 189, 189, 1);
    box-shadow: 0 0 2px rgba(191, 189, 189, 1)
}

.job-popup .tit {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 40px
}

#bg {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70)
}

#show {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -280px;
    width: 560px;
    height: auto;
    background: #fff;
    z-index: 1002;
    overflow: hidden;
    border-radius: 10px
}

#show #btnclose {
    cursor: pointer;
    width: 22px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 24px;
    border: 0px;
    background: #fff;
}


/*商品相关*/

.pro_show {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.pro_show .left {
    float: left;
    width: 650px;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    padding: 40px;
}

.pro_show .left .zoom {
    text-align: center;
}

.pro_show .left .zoom img {
    width: auto;
    max-width: 500px;
}

.pro_show .left .thumb_pic {
    margin: 40px 0 0 0;
    text-align: center;
}

.pro_show .left .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.pro_show .left .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}

.pro_show .left .thumb_pic ul li.hover:after {
    content: " ";
    position: absolute;
    right: 27px;
    top: -6px;
    width: 11px;
    height: 11px;
    border: #f90 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f90;
    z-index: -1;
}

.pro_show .right {
    margin-left: 650px;
    padding: 40px;
}

.pro_show .right h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.pro_show .right h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show .right .intro {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.pro_show .right .attribute {}

.pro_show .right .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .right .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .right .price span {
    font-size: 36px;
    color: #f60;
}

.pro_show .right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .right .tags {
    margin: 20px 0;
}

.pro_show .right .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .right .tags a:hover {
    background: #005098;
    color: #fff;
    border-color: #005098;
}

.pro_show .right .action {
    margin: 30px 0 50px 0;
}

.pro_intro {
    margin: 20px 0;
}

.pro_intro .left {
    width: 320px;
    margin-right: 20px;
    float: left;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .plist {
    margin: 15px;
    width: 300px;
}

.pro_intro .plist ul {
    width: 304px;
}

.pro_intro .plist ul li {
    float: left;
    width: 137px;
    margin: 0 15px 15px 0;
}

.pro_intro .plist ul li a {
    border: 1px solid #ededed;
    padding: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.pro_intro .plist ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pro_intro .plist ul li a div img {
    width: 100%;
    height: 100%;
    max-height: 127px;
    min-height: 127px;
    display: block;
    border: 0;
}

.pro_intro .plist ul li a p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 5px 0;
}

.pro_intro .plist ul li a:hover p {
    color: #f30;
}

.pro_intro .right {
    float: left;
    width: 850px;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #999;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.hover a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #005098;
}

.pro_intro .intro {
    padding: 30px;
}

.pro_intro .intro p {
    margin: 0;
    padding: 0;
}

.pro_intro .intro img {
    max-width: 790px;
}

.pro_intro .intro a {
    color: #06C;
}

.pro_intro .intro a:hover {
    color: #f30;
}

.pro_intro .intro .extend {}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}

.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}

.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}

.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}

.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}

.ordershow .info {
    margin: 0;
    list-style: none;
}

.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.ordershow .info li em {
    color: #f30;
    font-style: normal;
}

.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}

.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}

.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../img/selected.gif) no-repeat bottom;
}

.ordershow .pay .active div {
    border-color: #90BAFF;
}

.ordershow .pay .active div em {
    display: block;
}

.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}

.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    background: #0075DC;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}


/*自定义表单*/

.form-add input[type=number],
.form-add input[type=search],
.form-add input[type=text],
.form-add input[type=password],
.form-add input[type=datetime],
.form-add input[type=datetime-local],
.form-add input[type=date],
.form-add input[type=month],
.form-add input[type=time],
.form-add input[type=week],
.form-add input[type=email],
.form-add input[type=url],
.form-add input[type=tel],
.form-add input[type=color],
.form-add select,
.form-add textarea,
.am-form-field {
    width: auto;
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.form-add .w420 {
    width: 480px;
}

.form-add .w400 {
    width: 400px;
}

.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}

.form-add em {
    color: #999;
    font-style: normal;
}


/*表单内容*/

.formshow {}

.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}

.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}

.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}

.formshow .item .righter video {
    width: 450px;
    height: 300px;
}

.imagelist {
    overflow: hidden;
}

.imagelist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.imagelist ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.imagelist ul li .preview {
    height: 140px;
    background: #fafafa;
    overflow: hidden;
    text-align: center;
}

.imagelist ul li .preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 140px;
}

.imagelist ul li .preview:after {
    content: ' ';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.imagelist ul li .intro textarea {
    width: 100%;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    height: 50px;
    color: #999;
}

.imagelist ul li .action {
    text-align: center;
    overflow: hidden;
}

.imagelist ul li .action a {
    text-align: center;
    color: #999;
    outline: none;
    width: 33.3333%;
    float: left;
}

.imagelist ul li .action a:hover {
    color: #f30;
}

.imagelist ul .hover {
    border: 1px solid #6b0;
}

.imagelist ul .hover:after {
    width: 0;
    height: 0;
    border-top: 40px solid #66bb00;
    border-left: 40px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1001;
}

.imagelist ul .hover:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "f00c";
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1002;
    color: #fff;
}


/*分页相关*/

.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #005098;
    background: #005098;
    color: #fff;
}

.pagelist li.active a {
    border-color: #005098;
    background: #005098;
    color: #fff;
}


/*网站地图*/

.map_one {
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.map_one a {
    font-size: 20px;
}

.map_two {
    margin: 15px 0;
}

.map_two a {
    display: inline-block;
    margin-right: 15px;
}


/*右侧浮动相关*/

.plug_service {
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 999;
}

.plug_service li {
    margin-bottom: -1px;
    position: relative;
}

.plug_service li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #505050;
    outline: none;
}

.plug_service li a span {
    display: block;
    font-size: 24px;
    color: #888;
}

.plug_service li a:hover {
    background: #005098;
    color: #fff;
    border-color: #005098;
}

.plug_service li a:hover span {
    color: #fff;
}

.plug_service .hover a {
    display: block;
    text-align: center;
    background: #005098;
    border: 1px solid #005098;
    padding: 2px 8px 6px 8px;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #fff;
    outline: none;
}

.plug_service .hover a span {
    color: #fff;
}

.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0px;
    width: 210px;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}

.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}

.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.plug_service .weixin_pic p span {
    color: #f30;
}

.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service li:hover div {
    display: block;
}

.plug_service li:last-child {
    margin-top: 5px;
}


/*无缝滚动*/

.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}


/*焦点图*/


/*本站通用*/

.clearborderright {
    border-right: none !important;
}

.none {
    display: none;
}

.margintop20 {
    margin-top: 20px;
}

.color1 {
    color: White;
}

.color2 {
    color: #333333;
}


/* img:hover{background: white;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8; opacity: 0.8;} */


/*图片特效*/

.piccontext {
    width: 998px;
    border: 1px solid #e4e4e4;
    margin: 12px auto 0px;
    background: white;
    overflow: hidden;
}

.piccontext h2 {
    width: 950px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-size: 20px;
    color: #2c2c2c;
    margin-top: 18px;
    margin-left: 25px;
    font-weight: normal;
}

.source {
    width: 950px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 25px;
    font-family: "宋体";
}

.source_left {
    float: left;
    height: 20px;
    font-family: "helvetica_neue_lt_pro35_thin", Helvetica, Verdana;
    font-size: 14px;
    color: #ababab;
}

.source_left a {
    color: #666666;
}

.source_left a:hover {
    color: #ff5d11;
    text-decoration: underline;
}

.source_left span {
    color: #ababab;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.source_right {
    float: right;
    height: 20px;
    color: #666666;
}

.source_right a {
    color: #666666;
}

.source_right span {
    padding: 0px 10px;
}

.source_right1 {
    float: right;
    height: 20px;
    color: #666666;
    display: none;
}

.support {
    float: left;
    height: 20px;
    overflow: hidden;
    font-family: "helvetica_neue_lt_pro35_thin", Helvetica, Verdana;
    font-size: 14px;
}

.support img {
    padding: 0px 5px;
}

.spell {
    background: url("../img/spel.jpg") 0px -1px no-repeat;
    padding-left: 23px;
}

a.spell:hover {
    background: url("../img/spel_1.jpg") 1px -1px no-repeat;
}

.list {
    background: url("../img/list.jpg") 1px 1px no-repeat;
    padding-left: 23px;
    font-family: "helvetica_neue_lt_pro35_thin", Helvetica, Verdana;
    font-size: 14px;
}

a.list:hover {
    background: url("../img/list_1.jpg") 0px 0px no-repeat;
}


/*大图展示*/

.picshow {
    width: 950px;
    margin-top: 20px;
    margin-left: 25px;
    overflow: hidden;
}

.picshowtop {
    width: 950px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#pic1 {
    max-width: 950px;
}

#preArrow {
    left: 0px;
}

#nextArrow {
    right: 0px;
}

.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 5;
    background: url("blank") repeat;
}

.contextDiv span {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 46px;
    height: 80px;
}

#preArrow_A {
    left: 0px;
    background: url('../img/left.png') 0px 0px no-repeat;
    display: none;
}

#nextArrow_A {
    right: 0px;
    background: url('../img/right.png') 0px 0px no-repeat;
    display: none;
}

.picshowtxt {
    width: 950px;
    min-height: 40px;
    _height: 40px;
    margin-top: 20px;
}

.picshowtxt_left {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.picshowtxt_left span {
    color: #e55656;
    font-size: 30px;
}

.picshowtxt_left i {
    color: #666666;
    font-size: 20px;
}

.picshowtxt_right {
    float: left;
    display: inline;
    line-height: 23px;
    color: #666666;
    width: 880px;
    font: 15px/32px "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", "Arial Narrow", serif;
}

.picshowlist {
    width: 950px;
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.picshowlist_left {
    float: left;
    width: 120px;
    overflow: hidden;
    overflow: hidden;
}

.picleftimg {
    width: 120px;
    height: 80px;
    background: url('../img/photo.jpg') no-repeat;
    padding-top: 9px;
    padding-left: 5px;
    overflow: hidden;
}

.picleftimg img {
    width: 106px;
    height: 66px;
}

.piclefttxt {
    width: 120px;
    line-height: 20px;
    font-family: "宋体";
}

.piclefttxt a {
    color: #444444;
    display: block;
    width: 106px;
    text-align: center;
    font: 12px "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", "Arial Narrow", serif;
}

.piclefttxt a:hover {
    color: #ff5d11;
    text-decoration: underline;
}

.picshowlist_mid {
    float: left;
    width: 680px;
    margin-left: 15px;
    display: inline;
    overflow: hidden;
    height: 76px;
}

.picmidleft {
    float: left;
    width: 24px;
    height: 76px;
    overflow: hidden;
}

.picmidleft a {
    display: block;
    width: 24px;
    height: 76px;
}

.picmidmid {
    float: left;
    width: 630px;
    overflow: hidden;
    height: 76px;
    padding-left: 2px;
}

.picmidmid ul {
    width: 630px;
    overflow: hidden;
    position: relative;
    height: 76px;
}

.picmidmid ul li {
    float: left;
    margin-left: 8px;
    display: inline;
    width: 116px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 76px;
}

.picmidmid ul li img {
    max-width: 106px;
    height: 76px;
}

.selectpic {
    border: 5px solid #cacaca;
    height: 100% !important;
}

.picmidright {
    float: left;
    width: 24px;
    height: 76px;
    overflow: hidden;
}

.picmidright a {
    display: block;
    width: 24px;
    height: 76px;
}

.picshowlist_right {
    float: left;
    width: 120px;
    float: right;
    overflow: hidden;
}


/*列表展示*/

.piclistshow {
    width: 998px;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
    display: none;
}

.piclistshow ul li {
    width: 248px;
    height: 274px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
    padding-top: 40px;
}

.piclistshow .picimg {
    width: 228px;
    height: 160px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
}

.picimg img {
    max-width: 228px;
    max-height: 160px;
}

.pictxt {
    padding: 15px 20px 0;
    line-height: 25px;
    text-align: center;
    height: 80px;
    overflow: hidden;
}

.pictxt h3 {
    font-size: 14px;
    font-weight: normal;
}

.gaoqing {
    background: url("../img/gaoqing.jpg") 1px 1px no-repeat;
    padding-left: 26px;
}

a.gaoqing:hover {
    background: url("../img/gaoqing_1.jpg") 1px 1px no-repeat;
    color: #FF702D;
    text-decoration: underline;
}


/*弹出层*/

.bodymodal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1100;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.firsttop_left {
    width: 250px;
    height: 250px;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}

.firsttop_right {
    float: left;
    width: 270px;
    overflow: hidden;
}

.close2 {
    height: 17px;
}

.close2 a {
    background: url('../img/close.jpg') 0px 0px no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: right;
}

.replay {
    height: 24px;
    margin-top: 20px;
    overflow: hidden;
}

.replay h2 {
    float: left;
    font-size: 16px;
}

.replay p {
    float: left;
    margin-left: 15px;
    display: inline;
    line-height: 24px;
    padding-right: 25px;
    background: url('../img/replay.png') right no-repeat;
}

.replay p a {
    color: white;
    font-size: 14px;
}

.replay p a:hover {
    color: #FF702D;
    text-decoration: underline;
}

.pictwo {
    width: 270px;
    height: 88px;
    overflow: hidden;
    margin-top: 20px;
}

.pictwo ul li {
    width: 120px;
    height: 88px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.pictwo ul li img {
    width: 120px;
    height: 88px;
}

.imgdivtext {
    position: absolute;
    bottom: 0px;
    height: 25px;
    width: 120px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    text-align: center;
    left: 0px;
    z-index: 4;
    *background: #000;
    *filter: alpha(opacity=50);
}

.imgdivtext a {
    color: White;
    font-size: 14px;
    font-weight: bold;
}

.imgdivtext a:hover {
    color: #FF702D;
    text-decoration: underline;
}

.returnbtn {
    margin-top: 35px;
    margin-left: 75px;
}

.returnbtn a {
    width: 115px;
    height: 32px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    line-height: 22px;
    text-align: center;
    color: White;
    font-size: 16px;
    display: block;
}

.returnbtn a:hover {
    color: #FF702D;
    text-decoration: underline;
    border: 1px solid #8d5a00;
}

.firsttop {
    width: 300px;
    padding: 20px;
    background: #1C1C1C;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 1200;
    color: White;
    display: none;
}

.endtop {
    width: 300px;
    padding: 20px;
    background: #1C1C1C;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 1200;
    color: White;
    display: none;
}


/*人才招聘*/

.am-table thead,
.am-table td {
    font-size: 14px;
}


/*字体渲染*/

.fa-angle-right:before {
    content: "\f105";
}

body {
    width: 100%;
    overflow-x: hidden;
}

.widthall {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
}

.width2 {
    width: 1350px;
    margin: 0px auto;
}

.width3 {
    width: 1305px;
    margin: 0px auto;
}

.width4 {
    width: 1400px;
    margin: 0px auto;
}

.position {
    height: 140px;
}

.relative {
    position: relative;
}

.am-breadcrumb {
    font-size: 16px;
    padding: 25px 0px;
    color: #818181;
    letter-spacing: 0.5px;
}

.am-breadcrumb a {
    color: #818181;
}

.jscx .width2 {
    position: relative;
}

.lmbt {
    padding: 25px 105px;
    color: #fff;
    background-color: #005098;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0;
}

.jscx {
    width: 1920px;
    height: 1739px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/jscx.jpg') no-repeat center;
}

.jscx2 .jscx201 {
    padding: 25px 48px 0px;
}

.jscx2-1 {
    margin-bottom: 5px;
}

.jscx2-2 {
    font-size: 50px;
    color: #005098;
    font-weight: bold;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
}

.jscx2-3 {
    font-size: 18px;
    color: #34393C;
    margin-top: 10px;
    margin-bottom: 60px;
}

.jscx2 ul {
    padding-left: 35px;
}

.jscx2 ul li {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0.5px;
}

.jscx2 ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #B2B2B1;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 13px;
}

.jscx2img {
    padding-top: 50px;
}

.jscx2imgtit {
    margin-top: 20px;
    text-align: center;
}

.jscx2imgtit span {
    padding: 5px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #005098;
}

.jscx202 .jscx2left {
    width: 690px;
    padding-top: 40px;
}

.jscx202 .jscx2leftcon {
    height: 312px;
    background-color: #005098;
    color: #fff;
    padding: 70px 100px 0px;
}

.jscx202 .jscx2right {
    width: 613px;
    height: 433px;
    background: url('../images/xie.png') no-repeat center;
    padding: 40px;
}

.jscx2leftconp2 {
    font-size: 22px;
    margin-top: 15px;
}

.jscx203 {
    margin-top: 35px;
    background-color: #005098;
    padding: 62px 50px 20px;
}

.jscx203left {
    width: 600px;
    overflow: hidden;
    text-align: center;
}

.jscx203tit {
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
}

.txcenter {
    text-align: center;
}

.cxzxtit {
    font-size: 40px;
    font-weight: bold;
    color: #005098;
    margin-top: 80px;
}

.cxzxcon {
    background-color: #FAFAFA;
    padding: 45px 0px 70px;
}

.qwrz {
    width: 1920px;
    height: 905px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/qwrz.jpg') no-repeat center;
    padding-top: 50px;
}

.qwrztit {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.qwrztit2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
}

.qwrztit3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 60px;
    line-height: 2;
    letter-spacing: 0.5px;
}

.qwrzlist {
    width: 20%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.qwrzlist img {
    border-radius: 10%;
}

.shfwtx {
    width: 1920px;
    height: 1050px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/shfwtx.jpg') no-repeat center;
    padding: 100px;
    color: #005098;
}

.shfwtxtit {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.shfwtxtit2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.shfwtxconimg {
    margin-top: -20px;
}

.shfwtxlist {
    width: 32%;
    margin-right: 2%;
}

.shfwtxlist:nth-child(3) {
    margin-right: 0;
}

.shfwtxlist img {
    width: 100%;
}

.zxzz {
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/zxzz.jpg') no-repeat center;
    padding-bottom: 90px;
}

.zxzz .width2 {
    position: relative;
}

.zxzznav {
    color: #7B7B7B;
    margin-bottom: 75px;
}

.zxzznav a {
    margin-right: 25px;
    padding: 8px 30px;
    background-color: #C2C2C2;
    color: #fff;
    font-size: 18px;
}

.zxzznav .on {
    background-color: #005098;
}

.zxzz02left {
    width: 665px;
    padding-top: 50px;
}

.zxzz02leftp1 {
    font-size: 48px;
    color: #005098;
    font-weight: bold;
}

.zxzz02leftp2 {
    font-size: 68px;
    color: #D3D3D3;
    text-transform: uppercase;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    margin-bottom: 50px;
}

.zxzz02leftp3 {
    font-size: 15px;
    color: #B0B0B0;
    letter-spacing: 0.5px;
    line-height: 2;
}

.zzxzlist {
    width: 32.5%;
    margin-right: 1.25%;
    border: 1px solid #DCDCDC;
    padding: 20px;
    margin-bottom: 65px;
}

.zzxzlist:nth-child(3n) {
    margin-right: 0;
}

.zxzzimg {
    position: relative;
}

.zxzzimg img {
    width: 100%;
    height: 200px;
}

.zxzzimg div {
    position: absolute;
    padding: 5px 7px;
    color: #fff;
    background-color: #005098;
    top: 0;
    left: 0;
}

.zzxzdes {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.zzxzdes a {
    color: #5C5C5C;
}

.zzxzlist .time {
    position: relative;
    padding-left: 30px;
    color: #A3A3A3;
}

.zzxzlist .time::before {
    content: url('../images/clock.png');
    position: absolute;
    left: 0;
    top: 2px;
}

.jrmc {
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/jrmc.jpg') no-repeat center;
    padding-bottom: 90px;
}

.jrmc02 {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.jrmc02left {
    width: 652px;
}

.jrmc02left img {
    max-width: 100%;
}

.jrmc02right {
    width: 698px;
}

.jrmc02right img {
    max-width: 100%;
}

.jrmc02left1 {
    padding-top: 45px;
    padding-right: 135px;
}

.jrmc02leftp1 {
    margin-bottom: 35px;
}

.jrmc02leftp2 {
    font-size: 48px;
    color: #005098;
    font-weight: bold;
}

.jrmc02leftp3 {
    font-size: 44px;
    color: #D3D3D3;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.jrmc02leftp4 {
    color: #B0B0B0;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2;
}

.jrmc02right2 {
    padding: 90px 90px 0px 135px;
}

.jrmc02rightp1 {
    text-align: center;
    color: #005098;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 35px;
}

.jrmc02rightp2 {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2;
    color: #B0B0B0;
}

.jrmc03 {
    margin-top: 100px;
}

.jrmc03tit {
    font-size: 45px;
    font-weight: bold;
    color: #005098;
}

.jrmc03con {
    margin-top: 50px;
}

.jrmc03con img {
    max-width: 100%;
}

.jrmc03conleft {
    width: 584px;
}

.jrmc03conright {
    width: 748px;
}

.jrmc03conlefttop {
    height: 327px;
    padding: 65px 95px 0px;
    background-color: #EBEBEB;
    margin-bottom: 16px;
}

.jrmc03conleft .p1 {
    font-size: 28px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 20px;
}

.jrmc03conleft .p2 {
    color: #4D4D4D;
    line-height: 2;
}

.jrmc03conrighttop {
    margin-bottom: 20px;
}

.jrmc03conrightbottom .jrmc03conrightli {
    width: 362px;
    height: 256px;
    padding: 30px 25px 0px;
}

.jrmc03conrightbottom .jrmc03conrightli:nth-child(1) {
    background-color: #A4D4FF;
    margin-right: 24px;
    color: #424242;
}

.jrmc03conrightbottom .jrmc03conrightli:nth-child(2) {
    background-color: #005098;
    color: #fff;
}

.jrmc03conrightlip1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.jrmc03conrightlip2 {
    font-size: 15px;
    line-height: 1.8;
}

.jrmc04 {
    margin-top: 90px;
}

.jrmc04con {
    margin-top: 50px;
}

.jrmc04list {
    padding: 30px 90px 50px 50px;
    background-color: #fff;
    margin-bottom: 65px;
}

.jrmc04listp1 {
    font-size: 18px;
    margin-bottom: 40px;
    color: #8A8A8A;
}

.jrmc04listp1 span {
    color: #333333;
    font-weight: bold;
    margin-right: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #979797;
}

.jrmc04list ul li {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    letter-spacing: 0.5px;
}

.jrmc04list a {
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 7px 30px;
    color: #fff;
    background-color: #979797;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.jrmc04list a:hover {
    background-color: #005098;
}

.lxwm2 {
    margin-top: 30px;
}

.lxwm2left {
    width: 485px;
}

.lxwm2right {
    width: 820px;
    padding-top: 45px;
}

.lxwm2right img {
    width: 100%;
}

.lxwm {
    width: 1920px;
    height: 1760px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/lxwm.jpg') no-repeat top;
}

.lxwm2leftp2 {
    font-size: 50px;
    color: #005098;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 50px;
    margin-top: 10px;
}

.lxwm2leftp3 {
    padding-right: 65px;
    color: #5E5E5E;
    line-height: 2;
}

.lxwm3left {
    width: 485px;
    text-align: right;
    padding-right: 10px;
}

.lxwm3right {
    width: 820px;
    height: 367px;
    background: url('../images/lxwm3right.jpg') no-repeat center;
    padding: 80px 0px 0px 120px;
    color: #fff;
}

.lxwm3right ul li {
    position: relative;
    line-height: 3;
}

.lxwm3right ul li:nth-child(1)::before {
    content: url('../images/dh.png');
    position: absolute;
    left: -45px;
    top: 8px;
}

.lxwm3right ul li:nth-child(2)::before {
    content: url('../images/web.png');
    position: absolute;
    left: -45px;
    top: 8px;
}

.lxwm3right ul li:nth-child(3)::before {
    content: url('../images/email.png');
    position: absolute;
    left: -45px;
    top: 8px;
}

.lxwm3right ul li:nth-child(4)::before {
    content: url('../images/dz.png');
    position: absolute;
    left: -45px;
    top: 8px;
}

.lxwm3 .yuan {
    position: absolute;
    left: 430px;
    top: -55px;
}

.lxwm4 {
    margin-top: 20px;
    overflow: hidden;
}

.lxwm5p1 {
    font-size: 70px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #C9C9C9;
    height: 85px;
    line-height: 85px;
    text-transform: uppercase;
    text-align: right;
}

.zxly {
    width: 1920px;
    height: 768px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/zxly.jpg') no-repeat center;
    padding-top: 110px;
}

.zxly .width3 {
    padding: 0px 50px;
}

.zxly input {
    width: 100%!important;
    background-color: rgba(255, 255, 255, .6)!important;
    line-height: 2!important;
    padding: 0.5em 1em!important;
}

.zxly textarea {
    width: 100%!important;
    background-color: rgba(255, 255, 255, .6)!important;
    padding: 0.5em 1em!important;
}

.zxly input::placeholder {
    font-size: 18px;
}

.zxly textarea::placeholder {
    font-size: 18px;
}

.zxly .tijiaozx {
    margin-top: 50px;
}

.tijiaozx button {
    padding: 7px 40px;
    font-size: 18px;
    color: #fff;
    border: 0;
    margin: 0px 15px;
}

.tijiaozx .tijiao {
    background-color: #005098;
}

.tijiaozx .chongzhi {
    background-color: #727272;
}

.guanynav {
    background-color: #F3F3F3;
    height: 240px;
}

.gynavli {
    width: 16.66%;
    height: 240px;
    text-align: center;
    transition: 0.8s;
    position: relative;
    z-index: 9;
}

.gynavimg {
    height: 60px;
    margin-top: 25px;
    opacity: 0;
    margin-bottom: 15px;
}

.gynavlip1 {
    font-size: 22px;
    color: #4D4D4D;
    position: relative;
    margin-bottom: 5px;
}

.gynavlip2 {
    font-size: 15px;
    color: #9C9C9C;
}

.gynavli:hover {
    margin-top: 40px;
    background-color: #005098;
    height: 220px;
}

.gynavli:hover .gynavimg {
    opacity: 1;
}

.gynavli:hover .gynavlip1 {
    color: #fff;
}

.gynavli:hover .gynavlip2 {
    color: #D6D6D6;
}

.gynavli.on {
    margin-top: 40px;
    background-color: #005098;
    height: 220px;
}

.gynavli.on .gynavimg {
    opacity: 1;
}

.gynavli.on .gynavlip1 {
    color: #fff;
}

.gynavli.on .gynavlip2 {
    color: #D6D6D6;
}

.wenhua1 {
    width: 1920px;
    height: 810px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/wenhua1.jpg') no-repeat center;
    padding-top: 60px;
}

.wenhuap1 {
    font-size: 40px;
    font-weight: bold;
    color: #005098;
}

.wenhua1con {
    margin-top: 50px;
}

.wenhua1right {
    width: 960px;
    overflow: hidden;
}

.wenhua1left {
    width: 700px;
    padding-top: 100px;
}

.wenhua1leftli {
    height: 125px;
}

.wenhua1leftp1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.wenhua1leftp1::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #D6D6D6;
    position: absolute;
    top: 23px;
    left: 145px;
}

.wenhua1leftp2 {
    font-size: 24px;
    color: #fff;
}

.wenhua1leftp1.up {
    color: #005098;
}

.wenhua1leftp2.up {
    color: #3A596E;
}

.wenhua2 {
    width: 1920px;
    height: 1533px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/wenhua2.jpg') no-repeat center;
    padding-top: 100px;
}

.wenhua2con {
    margin-top: 98px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.wenhua2li {
    width: 700px;
}

.wenhua2li img {
    width: 100%;
}

.wenhua2lides {
    padding: 75px 0px 0px 105px;
}

.wenhua2lidesp1 {
    font-size: 30px;
    font-weight: bold;
    color: #005098;
    margin-bottom: 20px;
    position: relative;
}

.wenhua2lidesp1::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #D6D6D6;
    position: absolute;
    top: 23px;
    left: 145px;
}

.wenhua2lides ul li {
    line-height: 2.2;
    font-size: 24px;
    color: #3A596E;
}

.wenhua3 {
    padding: 85px 0px 120px;
    background-color: #fff;
}

.wenhua3con {
    margin-top: 90px;
}

.wenhua3con2li {
    width: 33.33%;
    padding: 45px 45px 90px;
    background-color: #FAFAFA;
}

.wenhua3con2li:nth-child(2) {
    background-color: #fff;
}

.wenhua3con2lip1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #005098;
}

.wenhua3con2lip2 {
    font-size: 18px;
    color: #3A596E;
    line-height: 1.8;
}

.honor {
    padding: 65px 0px;
}

.honorcon {
    margin-top: 80px;
}

.jianjie1 {
    width: 1920px;
    height: 706px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.jianjie1left {
    width: 997px;
}

.jianjie1right {
    width: 663px;
    padding-top: 185px;
    color: #282828;
    text-align: right;
}

.jianjie1rightp1 {
    font-size: 38px;
    font-weight: bold;
}

.jianjie1rightp3 {
    font-size: 126px;
    height: 140px;
    line-height: 140px;
    font-weight: bold;
    color: #F2F2F2;
    text-transform: uppercase;
}

.jianjie1rightp3 i {
    font-style: italic;
}

.jianjie1rightp4 {
    width: 843px;
    padding: 50px 55px 100px 80px;
    background-color: #fff;
    text-align: left;
    margin-left: -180px;
    line-height: 2.2;
}

.jianjie2 {
    width: 1920px;
    height: 709px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/jianjie2.jpg') no-repeat center;
    padding-top: 65px;
}

.jianjie2left {
    width: 557px;
    padding: 35px 35px 0px 20px;
    color: #282828;
}

.jianjie2leftp1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
}

.jianjie2leftp2 {
    line-height: 2.2;
}

.jianjie3 {
    width: 1920px;
    height: 553px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/jianjie3.jpg') no-repeat center;
}

.jianjie3left {
    width: 817px;
}

.jianjieright {
    width: 843px;
    padding: 155px 50px 0px 100px;
    color: #282828;
}

.jianjierightp1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 35px;
}

.jianjierightp2 {
    line-height: 2.2;
}

.jianjie4 {
    width: 1920px;
    height: 517px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/jianjie4.jpg') no-repeat center;
    padding-top: 130px;
}

.jianjie4list {
    width: 20%;
    color: #414041;
}

.jianjie4img {
    height: 130px;
    display: inline-block;
    margin-right: 10px;
}

.jianjie4list .block {
    display: inline-block;
    vertical-align: middle;
}

.jianjie4p1 {
    font-size: 66px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    height: 80px;
    line-height: 80px;
}

.jianjie4p1 span {
    position: relative;
}

.jianjie4list:nth-child(n+2) .jianjie4p1 span::after {
    content: "+";
    font-size: 28px;
    color: #414041;
    position: absolute;
    right: -22px;
    top: -22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.sjsb1 {
    padding-top: 70px;
    background-color: #F8F8F8;
}

.sjsbp3 {
    color: #7A7A7A;
    font-size: 18px;
}

.sjsb1con {
    margin-top: 60px;
    background-color: #EBEBEB;
}

.sjsb1con1 {
    padding: 45px 45px 50px;
}

.sjsb1con1p1 {
    font-size: 25px;
    font-weight: bold;
    color: #005098;
    margin-bottom: 10px;
}

.sjsb1con1p2 {
    font-size: 18px;
    color: #3A3A3A;
    line-height: 2;
}

.sjsb1con1 img {
    width: 100%;
}

.sjsb2 {
    width: 1920px;
    height: 207px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url('../images/sjsb2.jpg') no-repeat center;
}

.sjsb3left {
    width: 600px;
}

.sjsb3right {
    width: 600px;
}

.sjsb3leftp1 {
    font-size: 22px;
    font-weight: bold;
    color: #005098;
    margin-bottom: 10px;
}

.sjsb3leftp2 {
    font-size: 18px;
    color: #707070;
    line-height: 2.2;
    margin-bottom: 70px;
    padding-right: 40px;
}

.sjsb3rightbot {
    width: 960px;
    height: 326px;
    background: url('../images/sjsb3rightbot.jpg') no-repeat center;
    padding: 140px 360px 0px 82px;
    color: #fff;
    font-size: 20px;
}

.sjsb3rightbotp1 {
    line-height: 2;
}

.sjsb4 {
    padding: 180px 0px 85px;
    background-color: #F8F8F8;
}

.zhuanyelist {
    width: 32%;
    margin-right: 2%;
}

.zhuanyelist:nth-child(3) {
    margin-right: 0;
}

.zhuanyelist img {
    width: 100%;
    max-height: 299px;
}

.zhuanyetit {
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 24px;
    position: relative;
    color: #005098;
}

.zhuanyetit::after {
    content: '';
    width: 46px;
    height: 3px;
    background-color: #CECECE;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -23px;
}

.sjsb4conleft {
    width: 745px;
    margin-right: 28px;
    overflow: hidden;
}

.sjsb4conright {
    width: 627px;
}

.sjsb4conleft a {
    position: relative;
    display: block;
}

.sjsb4conleft img {
    width: 100%;
    transition: all 0.5s;
}

.sjsb4conleftp1 {
    width: 100%;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    bottom: -58.4px;
}

.sjsb4conleft:hover img {
    transform: scale(1.1);
}

.sjsb4conleft:hover .sjsb4conleftp1 {
    bottom: 0;
    background-color: rgba(0, 80, 152, 0.6);
}

.sjsb4conrightlist {
    position: relative;
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.sjsb4conrightlist:nth-child(2n) {
    margin-right: 0;
}

.sjsb4conrightlist img {
    width: 100%;
    transition: all 0.5s;
}

.sjsb4conrightp1 {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    bottom: -48.4px;
}

.sjsb4conrightlist:hover img {
    transform: scale(1.1);
}

.sjsb4conrightlist:hover .sjsb4conrightp1 {
    bottom: 0;
    background-color: rgba(0, 80, 152, 0.6);
}

.fzlc {
    padding: 65px 0px;
}

.fzlccon {
    margin-top: 60px;
    background: url('../images/fzlcconbac.png') repeat-y top;
    padding: 0px 50px;
}

.fzlclist {
    height: 480px;
    padding-top: 60px;
}

.fzlclist img {
    width: 100%;
}

.fzlclist:nth-child(odd) .aaleft {
    float: left;
    padding: 20px 120px 0px 50px;
}

.fzlclist:nth-child(odd) .aaright {
    float: left;
}

.fzlclist:nth-child(even) .aaleft {
    float: right;
    padding: 20px 120px 0px 50px;
}

.fzlclist:nth-child(even) .aaeight {
    float: left;
}

.aaleft {
    width: 50%;
}

.aaright {
    width: 50%;
}

.fzlctit {
    font-size: 62px;
    color: #005098;
    font-weight: bold;
}

.fzlckeyword {
    font-size: 24px;
    color: #545454;
    margin-bottom: 20px;
}

.fzlckeydes {
    font-size: #545454;
    line-height: 2;
}

.nomore {
    margin-top: 45px;
}

.button-big {
    font-size: 18px;
    line-height: 24px;
    color: #939393;
}

.meiyou {
    display: none;
}

.fzlclist:nth-child(n+5) {
    display: none;
}

.xianshi {
    display: block!important;
}

.guanyu1 {
    width: 1920px;
    height: 955px;
    background: url('../images/guanyu1.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.guanyu1con {
    padding: 230px 475px 0px 255px;
    color: #282828;
}

.guanyu1p1 {
    font-size: 38px;
    font-weight: bold;
}

.guanyu1p2 {
    font-size: 16px;
}

.guanyu1p3 {
    font-size: 38px;
    font-weight: bold;
    color: #5C5C5C;
}

.guanyu1p4 {
    font-size: 18px;
    color: #B2B2B2;
    margin-bottom: 35px;
}

.guanyu1p5 {
    color: #282828;
    line-height: 2.2;
    padding-right: 100px;
    letter-spacing: 0.5px;
}

.guanyu1p5 p {
    text-indent: 2em;
}

.guanyu1p6 {
    margin-top: 55px;
}

.guanyu1vr a {
    width: 700px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
}

.guanyu2 {
    width: 1920px;
    height: 791px;
    background: url('../images/guanyu2.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 170px;
}

.guanyu2 .width4 {
    padding-left: 45px;
    height: 100%;
}

.guanyu2p1 {
    font-weight: bold;
    color: #282828;
    font-size: 37px;
    margin-bottom: 10px;
}

.guanyu2p2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.guanyu2 ul li {
    line-height: 2.5;
    color: #fff;
    font-size: 16px;
}

.guanyu2p3 {
    margin-top: 115px;
}

.guanyu2p4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.guanyu3 {
    width: 1920px;
    height: 1188px;
    background: url('../images/guanyu3.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 80px;
}

.guanyu3con1 {
    padding: 0px 50px;
}

.guanyu3con1-2 {
    width: 50%;
}

.guanyu3p1 {
    font-size: 26px;
    color: #585858;
    margin-bottom: 15px;
    font-weight: bold;
}

.guanyu3p2 {
    font-size: 38px;
    color: #282828;
    font-weight: bold;
    padding-bottom: 45px;
    position: relative;
}

.guanyu3p2::after {
    content: url('../images/guanyu3p2.png');
    position: absolute;
    left: 0;
    bottom: 15px;
}

.guanyu3p3 {
    line-height: 2;
    font-size: 18px;
    color: #005098;
}

.guanyu3p4 {
    color: #282828;
    margin-top: 135px;
    line-height: 2.2;
}

.guanyu3con2 {
    margin-top: 55px;
}

.guanyu3con2left {
    width: 632px;
}

.guanyu3con2tit {
    height: 165px;
    line-height: 165px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    background-color: #005098;
}

.guanyu3con2right {
    width: 768px;
}

.guanyu3con2right2-1 {
    height: 334px;
    background-color: #2AA9E0;
    color: #fff;
    width: 261px;
    padding: 100px 0px 0px 55px;
}

.guanyu3con2right2-2 {
    width: 507px;
}

.guanyu3con2p2 {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 55px;
}

.guanyu3con2p3 a {
    padding: 6px 65px 6px 15px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #D2D2D2;
    position: relative;
}

.guanyu3con2p3 a::after {
    content: url('../images/arrow2.png');
    position: absolute;
    right: 15px;
    top: 8px;
}

.guanyu3con3 {
    margin-top: 70px;
}

.guanyu3con3p1 {
    font-size: 26px;
    color: #585858;
    margin-bottom: 5px;
    font-weight: bold;
}

.guanyu3con3p3 {
    color: #005098;
    font-size: 17px;
}

.guanyu4 {
    width: 1920px;
    height: 537px;
    background: url('../images/guanyu4.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.guanyu4 .width4 {
    position: relative;
    height: 100%;
}

.guanyu4left {
    width: 700px;
}

.guanyu4leftmid {
    width: 312px;
    padding-left: 125px;
    position: absolute;
    top: 0;
    left: 700px;
    color: #fff;
    font-size: 20px;
    line-height: 2.25;
    padding-top: 25px;
    z-index: 99;
    cursor: pointer;
}

.guanyu4right {
    width: 388px;
    padding-top: 40px;
    color: #fff;
}

.guanyu4p1 {
    font-size: 30px;
}

.guanyu4p2 {
    font-size: 22px;
    color: #2AA9E0;
    margin-bottom: 20px;
}

.guanyu4p3 {
    font-size: 16px;
    line-height: 2;
}

.guanyu5 {
    padding-top: 50px;
    padding-bottom: 180px;
}

.guanyu5con {
    margin-top: 40px;
    position: relative;
}

.lbtnav img {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.lbtnavpre {
    left: -50px;
}

.lbtnavnext {
    right: -50px;
}

.arrhidden {
    visibility: hidden;
}

.chanpin1 {
    width: 1920px;
    height: 821px;
    background: url('../images/chanpin1.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.chanpin1con {
    padding: 60px 100px 0px;
    background-color: #fff;
    position: relative;
    top: -85px;
}

.chanpin1p1 {
    font-size: 32px;
    color: #282828;
    font-weight: bold;
}

.chanpin1p2 {
    font-size: 18px;
    color: #7D7D7D;
    margin-bottom: 45px;
}

.chanpin1p4 {
    margin: 20px 0px 10px;
    font-size: 22px;
    color: #676767;
}

.chanpin1 .swiper-container {
    padding: 15px 15px 110px;
}

.chanpin1list {
    box-shadow: 0px 0px 15px #ccc;
    padding: 38px 35px 45px;
}

.chanpin1p5 {
    min-height: 75px;
    font-size: 15px;
    color: #676767;
    margin-bottom: 5px;
}

.chanpin1 .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 35px;
}

.chanpin1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.chanpin2 {
    width: 1920px;
    height: 1063px;
    background: url('../images/chanpin2.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 135px;
}

.chanpin2 .width4 {
    padding: 0px 50px;
}

.chanpin2con1left {
    width: 650px;
    color: #fff;
}

.chanpin2con1right {
    width: 650px;
    font-size: 18px;
    line-height: 2;
    padding-top: 45px;
    color: #fff;
}

.chanpin2p1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.chanpin2p2 {
    font-size: 18px;
    line-height: 2;
}

.chanpin2con2 {
    margin-top: 82px;
    padding-left: 133px;
}

.chanpin2con2-2 {
    width: 875px;
    height: 205px;
    background-color: rgba(10, 103, 188, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 90px 0px 0px 90px;
    color: #fff;
}

.chanpin2con2p1 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
}

.chanpin2con2p1::before {
    content: '';
    width: 90px;
    height: 3px;
    background-color: #EEEEEE;
    position: absolute;
    top: -30px;
    left: 0;
}

.chanpin2con2p3 {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}

.chanpin3 {
    width: 1920px;
    /* height: 1948px; */
    /* background: url('../images/p_bg_1.jpg') no-repeat center; */
	background-color: #f8f8f8;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 200px;
	/* margin-top: 130px; */
}

.chanpin3con1 {
    height: 375px;
    background-color: #fff;
}

.chnapin3con1left {
    width: 196px;
}

.chnapin3con1right {
    width: 1170px;
    padding-right: 50px;
    padding-top: 20px;
}

.chanpin3nav {
    width: 25%;
    padding: 20px 0px 15px 55px;
    color: #282828;
    font-weight: bold;
	font-size: 15px;
    position: relative;
    cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}

.chanpin3nav::before {
    position: absolute;
    left: 10px;
    top: 10px;
}

.chanpin3nav:nth-child(1)::before {
    content: url('../images/171.png');
}

.chanpin3nav:nth-child(2)::before {
    content: url('../images/172.png');
}

.chanpin3nav:nth-child(3)::before {
    content: url('../images/173.png');
}

.chanpin3nav:nth-child(4)::before {
    content: url('../images/174.png');
}

.chanpin3nav:nth-child(5)::before {
    content: url('../images/175.png');
}

.chanpin3nav:nth-child(6)::before {
    content: url('../images/176.png');
}

.chanpin3nav:nth-child(7)::before {
    content: url('../images/177.png');
}

.xpfltit {
    width: 15%;
    margin-right: 2%;
    text-align: center;
    padding: 9px 0px;
    border: 1px solid #E5E5E5;
    color: #676767;
    margin-top: 16px;
}

.xpfltit:nth-child(6n) {
    margin-right: 0;
}

.actt {
    background-color: #0A67BC;
    color: #fff;
}

.chanpin3nav.actt:nth-child(1)::before {
    content: url('../images/1711.png');
}

.chanpin3nav.actt:nth-child(2)::before {
    content: url('../images/1722.png');
}

.chanpin3nav.actt:nth-child(3)::before {
    content: url('../images/1733.png');
}

.chanpin3nav.actt:nth-child(4)::before {
    content: url('../images/1744.png');
}

.chanpin3nav.actt:nth-child(5)::before {
    content: url('../images/1755.png');
}

.chanpin3nav.actt:nth-child(6)::before {
    content: url('../images/1766.png');
}

.chanpin3nav.actt:nth-child(7)::before {
    content: url('../images/1777.png');
}

.chanpin3con2 {
    margin-top: 55px;
	
}
.chanpin3con2::after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}
.chanpin3list {
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
}

.chanpin3list:nth-child(3n) {
    margin-right: 0;
}

.chanpin3listtit {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    color: #676767;
}

.chanpin3listimg {
	height: 500px;
    overflow: hidden;
    border: 2px solid #fff;
    transition: all 0.5s;
}

.zhezhao {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 106, 175, 0.4);
    top: 0;
    left: 0;
    text-align: center;
    /* padding-top: 32%; */
    opacity: 0;
    transition: all 0.5s;
}
.zhezhao img {
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.chanpin3listimg:hover {
    border: 2px solid #206AAF;
}

.chanpin3listimg:hover .zhezhao {
    opacity: 1;
}

.cpinfo1 {
    width: 1920px;
    height: 872px;
    background: url('../images/cpinfo1.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.cpinfo1left {
    width: 700px;
    /* padding-left: 190px; */
    padding-top: 80px;
    text-align: right;
}

.cpinfo1right {
    width: 700px;
    padding-top: 65px;
    padding-right: 100px;
    text-align: right;
}

.cpinfo1rightp1 {
    font-size: 52px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    margin-top: 25px;
}

.cpinfo1rightp2 {
    font-size: 38px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.cpinfo1rightp3 {
    font-size: 42px;
    font-weight: bold;
}

.cpinfo1rightp4 {
    font-size: 16px;
    color: #3E3F41;
    padding-left: 200px;
    text-align: left;
    margin-top: 55px;
    line-height: 2;
}

.cpinfo2 {
    height: 763px;
    background: url('../images/cpinfo2.jpg');
    background-attachment: fixed;
    padding-top: 60px;
}

.cpinfo2tit {
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    padding-left: 100px;
    color: #005098;
    background-color: #D6D6D6;
    margin-bottom: 100px;
}

.cpinfo2des {
    color: #EEEEEE;
    line-height: 2;
}

.cpinfo3 {
    background-color: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.cpinfocon1 {
    position: relative;
    top: -105px;
    padding-top: 105px;
    background-color: #F8F8F8;
}

.cpinfo4 {
    background-color: #F8F8F8;
    position: relative;
    padding-bottom: 120px;
}

.cpinfo4p1 {
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    padding-left: 100px;
    color: #005098;
    background-color: #D6D6D6;
    margin-bottom: 20px;
}

.cpinfo4p2 {
    padding-left: 100px;
    color: #7F7F7F;
}

.cpinfo4con {
    margin-top: 50px;
}

.cpinfo4list {
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

.cpinfo4list img {
    width: 100%;
}

.cpinfo4list:nth-child(3) {
    margin-right: 0;
}

.cpinfo4list div {
    font-size: 22px;
    color: #7F7F7F;
    margin-top: 20px;
}

.index1 {
    width: 1920px;
    height: 635px;
    background: url('../images/aboutus_bg_1.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 55px;
	margin-top: 360px;
}

.indextit {
    height: 84px;
    line-height: 84px;
    font-size: 38px;
    font-weight: bold;
    background: url('../images/title_2.png') no-repeat center;
    position: relative;
    margin-bottom: 45px;
}

.indextit::after {
    content: '';
    width: 94px;
    height: 4px;
    background-color: #005098;
    position: absolute;
    left: 50%;
    margin-left: -47px;
    bottom: -20px;
}

.indexdes {
    font-size: 18px;
    color: #B2B2B2;
}

.liststyle {
    position: relative;
}

.liststyle::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/icon_circle.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.index2 {
    width: 1920px;
    height: 1215px;
    background-image: url(../images/aboutus_bg_3.png);
    background-repeat: no-repeat;
    background-position: center 642px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.index2con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 130px;
}

.index2left,
.index2right {
    width: 50%;
    background-color: #F3F3F3;
    color: #282828;
}

.index2left img {
    width: 100%;
}

.index2left .video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: fill;
}


.index2right1 {
    background: url('../images/aboutus_bg_2.png') no-repeat center;
    background-size: cover;
    padding: 60px 90px 0px;
}

.index2p1 {
    font-size: 38px;
    font-weight: bold;
    color: #282828;
}

.index2p2 {
    margin-bottom: 25px;
}

.index2p3 {
    line-height: 2.2;
}

.index2p4 {
    margin-top: 45px;
}

.index2right2 {
    text-align: center;
    padding-top: 10px;
    background-color: unset;
}

.index2p6 {
    margin-top: 30px;
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}

.index2p7 {
    padding-left: 50px;
    font-size: 19px;
    line-height: 2;
    text-align: left;
}

.index3 {
    width: 1920px;
    height: 730px;
    /* background: url('../images/index3.jpg') no-repeat center; */
    background: url(../images/history_bg.png) center center no-repeat;
    background-size: cover;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 25px;
	display: none;
}

.index3img {
    width: 710px;
}

.index3des {
    width: 690px;
    padding: 70px 70px 0px 110px;
    color: #fff;
}

.index3img img {
    width: 100%;
}

.index3desp1 {
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 5px;
}

.index3desp2 span {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-color: #fff;
    font-size: 32px;
    color: #005098;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    border-radius: 50%;
    line-height: 57px;
    position: relative;
    margin-right: 25px;
}

.index3desp2 span::after {
    content: url('../images/icon_circle_2.png');
    position: absolute;
    left: 55px;
    top: -2px;
}

.index3desp2 {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 57px;
    position: relative;
}

.index3desp2::after {
    content: url(../images/arrow4.png);
    position: absolute;
    top: 10%;
    right: 0;
}

.index3desp3 {
    font-size: 16px;
    line-height: 2;
}

.index3con {
    margin-top: 105px;
}

.index3con .jianjie4list {
    color: #fff;
}

.index3con .jianjie4list:nth-child(n+2) .jianjie4p1 span::after {
    color: #fff;
}

.arrow5 {
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 99;
    cursor: pointer;
}

.index4 {
    width: 1920px;
    height: 350px;
    background: url('../images/bg_1.jpg') no-repeat center;
    background-size: cover;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 140px;
}

.index5 {
    width: 1920px;
    height: 726px;
    background: url('../images/bg_2.png') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 78px;
}

.index5left {
    width: 512px;
    height: 626px;
    background: url('../images/blue_left.png') no-repeat center;
    padding: 50px 50px 0px;
    color: #fff
}

.index5p1 {
    font-size: 32px;
    margin-bottom: 35px;
    position: relative;
}

.index5p1::after {
    content: '';
    width: 26px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.index5p2 {
    line-height: 2;
    margin-bottom: 25px;
}

.index5list {
    width: 33.33%;
	height: 150px;
    box-sizing: border-box;
    padding: 15px 0px 25px;
    border: 1px solid #A5AEB6;
    margin-top: -1px;
    margin-right: -1px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s;
}
.index5list a {
	color: #fff;
}
.index5listimg {
    height: 55px;
    line-height: 55px;
    margin-bottom: 3px;
}
.index5listimg img {
	width: 35px;
}



.index5list:hover {
    background-color: rgba(0, 80, 152, 0.8);
}

.zxc {
    background-color: rgba(0, 80, 152, 0.8);
}

.index5right {
    width: 845px;
}

.index5lbimg {
    width: 585px;
}

.index5jj {
    width: 255px;
    padding-top: 70px;
    color: #fff;
    text-align: right;
}

.index5jjp0 {
    font-size: 40px;
    font-weight: bold;
}

.index5jjp1 {
    font-size: 28px;
    font-weight: bold;
}

.index5jjp2 {
    font-size: 26px;
    height: 30px;
    line-height: 30px;
}

.index5jjp3 {
    margin-top: 260px;
}

.index5jjp3 a {
    padding: 8px 45px;
    background-color: #1e58ab;
    color: #fff;
}

.index6 {
    width: 1920px;
    height: 1450px;
    background: url('../images/bg_4.jpg') no-repeat center bottom;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 165px;
}

.index6con {
    margin-top: 90px;
}

.index6left {
    width: 685px;
}

.index6leftcon {
    background-color: #e9e9e9;
    padding: 22px 95px 40px;
    position: relative;
}

.index6right {
    width: 685px;
}

.index6p1 {
    font-size: 24px;
    color: #003C72;
    margin-bottom: 10px;
    text-align: center;
}

.index6nav img {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.index6navpre {
    left: 40px;
}

.index6navnext {
    right: 40px;
}

.index6leftdes {
    color: #5A5A5A;
    margin-top: 20px;
    line-height: 2;
}

.index7 {
    width: 1920px;
    height: 820px;
    background: url('../images/bg_3.png') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 42px;
}

.index7tit {
    color: #fff;
}

.index7tit::after {
    background-color: #fff;
}

.index7des {
    color: #fff;
}

.index7con {
    margin-top: 30px;
    text-align: center;
}

.index8 {
    width: 1920px;
    height: 277px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 90px;
}

.index8 .en-title {
    background: url(../images/title_3.png) center center no-repeat;
}

.index9 {
    width: 1920px;
    height: 556px;
    background: url(../images/bg_5.png) left center no-repeat;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.index9right {
    width: 1220px;
	height: 100%;
    position: relative;
}
.index9right img {
	height: 100%
}
.index9left {
    width: 440px;
    padding: 135px 0px 0px 95px;
    color: #fff;
}

.index9leftp1 {
    font-size: 42px;
    margin-bottom: 5px;
}

.index9leftp2 {
    line-height: 2.5;
}

.index9des {
    width: 960px;
    height: 180px;
    background-color: rgba(0, 80, 152, 0.6);
    padding: 50px 0px 0px 90px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index9desp1 {
    font-size: 23px;
    color: #fff;
    margin-bottom: 5px;
}

.index9desp2 {
    font-size: 17px;
    color: #fff;
}

.index10 {
    width: 1920px;
    height: 582px;
    background: url('../images/index10.jpg') no-repeat center;
    left: 50%;
    margin-left: -960px;
    position: relative;
    padding-top: 45px;
}

.index10 .block {
	/* margin-top: 220px; */
}
.index10list {
	width: 32%;
    margin-right: 2%;
}

.index10list:nth-child(3) {
    margin-right: 0;
}

.index10list img {
    width: 100%;
    height: 305px;
}

.index10p1 {
    font-size: 18px;
    color: #505050;
    padding: 10px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.index10p2 {
    padding-left: 10px;
}

.index10p2 span {
    padding: 7px 15px;
    background-color: #b3b3b3;
    color: #fff;
    border-radius: 5px;
}

.index10p2 span:hover {
    background-color: #282828;
}

.myfooter {
    padding: 60px 0px 40px;
    background-color: #282828;
}

.footerright {
    width: 945px;
    padding-top: 10px;
}

.footnavli {
    width: 14.25%;
    text-align: center;
}

.footnavli a {
    color: #fff;
    font-size: 17px;
}

.footnav2li {
    line-height: 1.8;
}

.footnav2li a {
    font-size: 15px;
    color: #9D9D9D;
}

.footnav {
    border-bottom: 5px solid #3B3B3B;
}

.footlx {
    margin-top: 40px;
}

.footlxlist {
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #9D9D9D;
}

.footlxlist:nth-child(4) {
    border-right: 0px;
}

.footlxlistp1 {
    margin-top: 25px;
    color: #9D9D9D;
    font-size: 18px;
}

.banquan {
    padding: 20px;
    background-color: #1c1c1c;
    color: #B6B6B6;
    text-align: center;
}

.banquan a {
    color: #B6B6B6;
}


/**header**/

.myheader {
    height: 105px;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.fixed {
    background-color: #fff;
}

.hdlogo {
    width: 347px;
    height: 105px;
    line-height: 100px;
    background-color: #005098;
    text-align: center;
    margin-right: 60px;
}

.topli::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #005098;
    opacity: 0;
}

.topli.hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #005098;
    opacity: 1;
}

.topli:hover::after {
    opacity: 1;
}

.topli::before {
    position: absolute;
}

.topli:nth-child(1)::before {
    content: url('../images/icon_home.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(2)::before {
    content: url('../images/icon_about_us.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(3)::before {
    content: url('../images/icon_prod.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(4)::before {
    content: url('../images/icon_staff.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(5)::before {
    content: url('../images/icon_partner.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(6)::before {
    content: url('../images/icon_case.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(7)::before {
    content: url('../images/icon_news.png');
    left: 25px;
    top: 40px;
}

.topli:nth-child(8)::before {
    content: url('../images/icon_contact.png');
    left: 25px;
    top: 40px;
}

.topsearch {
    position: relative;
    padding: 30px 0px;
}

.searchlogo {
    padding: 0px 30px 0px 20px;
    border-left: 1px solid #949292;
    cursor: pointer;
}

.searchform {
    position: absolute;
    width: 250%;
    right: 0;
    padding: 25px;
    border-radius: 0px 0px 0px 5px;
    top: 105px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.searchform input {
    padding: 5px 10px;
}

.banner .width4 {
    position: relative;
}

.banner .gallery-thumbs {
    width: 100%;
    position: absolute;
    bottom: 100px;
    z-index: 99;
}

.bannernav {
    background-color: #fff;
    padding: 25px 0px 25px 35px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.bannerp1 {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

.bannerp2 {
    font-size: 16px;
    color: #858585;
}

.bannernav.swiper-slide-thumb-active {
    border-bottom: 5px solid #005098;
}

.bannernav.swiper-slide-thumb-active .bannerp1 {
    color: #005098;
}

.bannernav.swiper-slide-thumb-active .bannerp2 {
    color: #005098;
}

.bannernav::after {
    position: absolute;
    right: 22px;
    top: 20px;
}

.bannernav:nth-child(1)::after {
    content: url('../images/icon_0.png');
}

.bannernav:nth-child(2)::after {
    content: url('../images/icon_1.png');
}

.bannernav:nth-child(3)::after {
    content: url('../images/icon_2.png');
}

.bannernav.swiper-slide-thumb-active:nth-child(1)::after {
    content: url('../images/icon_0_active.png');
}

.bannernav.swiper-slide-thumb-active:nth-child(2)::after {
    content: url('../images/icon_1_active.png');
}

.bannernav.swiper-slide-thumb-active:nth-child(3)::after {
    content: url('../images/icon_2_active.png');
}

@media screen and (max-width: 1500px) {
    .nav li a {
        display: block;
        padding: 40px 17px 40px 30px;
        color: #282929;
        font-size: 16px;
    }
    .topli:nth-child(n)::before {
        content: url('../images/home.png');
        left: 0px;
        top: 40px;
    }
    .hdlogo {
        margin-right: 20px;
    }
    .searchlogo {
        padding: 0px 30px 0px 25px;
        border-left: 1px solid #949292;
        cursor: pointer;
    }
    .nav li .subnav {
        left: -45px;
    }
}