@charset "utf-8";
/* CSS Reset */

* {
    margin: 0 auto;
    padding: 0;
    /* font-size:12px; */
    line-height: 24px;
    font-family: "微软雅黑", "宋体";
}

body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
    -moz-outline-style: none;
}

.clearfix {
    clear: both
}

img {
    border: none;
    max-width: 100%
}




/*顶部*/
.header {
    height: 160px;
    background: #fff;
}

.header .top {
    background: #f2f2f2;
    height: 39px;
    border-bottom: 1px solid #fff;
}

.header .top .top_content {
    width: 1000px;
    height: 39px;
}

.header .top .top_content .top_search {
    width: 160px;
    height: 25px;
    float: right;
    margin-top: 7px;
    margin-right: 20px;
    background: url(../img/h_search.png) no-repeat;
}

.header .top .top_content .top_search .input {
    width: 120px;
    outline: none;
    height: 25px;
    border: 0;
    background: none;
    float: left;
    line-height: 25px;
    color: #888;
    padding-left: 10px;
}

.header .top .top_content .top_search .button {
    width: 26px;
    outline: none;
    float: left;
    height: 25px;
    border: 0;
    background: none;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
    text-indent: -9999px;
}

.header .h_bottom {
    border-top: 1px solid #e8e8e8;
    height: 89px;
}

.header .h_bottom .h_bottom_content {
    width: 1000px;
}

.header .h_bottom .h_bottom_content h1 {
    height: 71px;
    width: 205px;
    float: left;
    margin-top: 10px;
    cursor: pointer
}

.header .h_bottom .nav {
    float: left;
    width: 785px;
    margin-top: 35px;
    margin-left: 10px;
}

.header .h_bottom .nav li {
    float: left;
    width: 100px;
    line-height: 35px;
    text-align: center;
    height: 35px;
}

.header .h_bottom .nav li:first-child.curs,
.header .h_bottom .nav li:first-child.cur,
.header .h_bottom .nav li.last.curs,
.header .h_bottom .nav li.cur.last {
    background: url(../img/index-03_s.png) no-repeat;
}

.header .h_bottom .nav li.curs {
    background: url(../img/index-03_s.png) no-repeat;
}

.header .h_bottom .nav li.curs a {
    color: #fff;
}

.header .h_bottom .nav li.cur {
    background: url(../img/index-03_s.png) no-repeat;
}

.header .h_bottom .nav li.cur a {
    color: #fff;
}

.header .h_bottom .nav li a {
    color: #000;
    font-size: 15px;
    text-align: center;
}

.header .h_bottom .nav i {
    margin: 6px;
    height: 14px;
    display: block;
    float: left;
    width: 0;
    border-left: 1px solid #eeeeee;
    *border-left: 0px;
}

.submenu {
    z-index: 999;
    width: 100px;
    height: auto;
    background: #068aec;
    position: absolute;
    *position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.submenu span {
    height: 32px;
    border-top: 1px solid #007ddd;
    line-height: 32px;
    width: 100px;
    float: left;
    overflow: hidden;
}

.submenu a {
    width: 82px;
    line-height: 32px;
    display: block;
    text-align: left;
    height: 32px;
    font-size: 12px !important;
}

.submenu a:hover {
    color: #003984 !important;
}

/*底部*/
.footer {
    height: 112px;
    background: #3f3f3f;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
}

.footer .footer_content {
    width: 1000px;
    margin-top: 29px;
}

.footer .footer_content .f_logo {
    width: 213px;
    height: 65px;
    float: left
}
.footer .footer_content .f_logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer .footer_content .info {
    width: 650px;
    float: left;
    margin-left: 30px;
}

.footer .footer_content .info span a,
.footer .footer_content .info span {
    color: #959595;
    display: block;
    font-size: 12px;
}


/*首页全屏轮播广告*/
.header_adv {
    height: 600px;
    width: auto;
    position: relative;
}

.banner {
    height: 598px;
    overflow: hidden;
    min-width: 1000px
}

.banner .d1 {
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 1000px
}

.banner .d2 {
    width: 100%;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0px;
    bottom: 60px;
}

.banner .d2 ul {
    float: left;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -45px;
    display: inline;
}

.banner .d2 li {
    width: 17px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    background: url(../img/li_hui.png) no-repeat center;
    float: left;
    margin: 0 3px;
    display: inline;
}

.banner .d2 li.nuw {
    background: url(../img/li_cur.png) no-repeat center;
}

/*首页全屏轮播广告结束*/


/*首页主体部分*/
.in_container {
    width: 1000px;
    position: relative;
    top: -70px;
    background: #fff;
    z-index: 999;
    padding-top: 35px;
}

.in_container .top {}

.in_container .top .title {
    background: url(../img/product.png) no-repeat;
    width: 245px;
    height: 48px;
    margin-bottom: 45px;
}

.in_container .top .in_c_img {
    text-align: center;
}

.in_container .top .in_c_img a {
    display: inline-block;
    width: 301px;
    margin-left: 5px;
    height: 237px;
}

.in_container .top .in_c_img a img {
    width: 301px;
    height: 237px;
}

.in_container .top .in_c_img ul li {
    float: left;
    width: 307px;
}

.in_container .bottom {
    margin-top: 50px;
    height: 235px;
}

.in_container .bottom .left {
    float: left;
    width: 480px;
}

.in_c_title {
    height: 45px;
    margin-bottom: 15px;
}

.left_img {
    height: 152px;
    width: 178px;
    float: left;
    border-right: 2px solid #0077d0;
}

.left_img img {
    height: 152px;
    width: 178px;
}

.in_left2_newlist {
    position: relative;
    float: left;
    left: 0;
    width: 300px;
    background: #f3f1f2;
    height: 152px;
}

.in_left2_newlist ul li {
    height: 30px;
    padding: 3px 0px 0px 12px;
}

.in_left2_newlist ul li .imgshow {
    display: none;
}

.in_left2 {
    margin-top: 15px;
    height: 157px;
    background: #eeeeee;
}

.in_left2 .in_left2img {
    width: 217px;
    float: left;
    height: 157px;
}

.in_left2 .in_left2img img {
    width: 217px;
    height: 157px;
}

.in_left2_newlist ul {
    margin-top: 15px;
    float: left;
}

.in_left2_newlist ul li a {
    font-size: 12px;
    color: #303030;
    line-height: 30px;
    display: block;
    width: 290px;
    height: 30px;
}

.in_left2_newlist ul li.cur {
    background: url(../img/index-13.png) no-repeat;
    background-position: left center;
}

.in_left2_newlist ul li.cur a {
    font-size: 12px;
    color: #ff6300;
}

.in_left2_newlist ul li.curs {
    background: url(../img/index-13.png) no-repeat;
    background-position: -1px center;
}

.in_left2_newlist ul li.curs a {
    font-size: 12px;
    color: #025b9e;
}

.in_left2_newlist ul li a:hover {
    color: #025b9e;
}

.in_more {
    float: right;
    margin-top: 10px;
}

.in_more a {
    color: #0077d0;
    font-size: 12px;
}

.in_container .bottom .right {
    float: right;
    width: 457px;
}


/*关于我们*/
.comm_header_adv {
    clear: both;
    height: auto;
    width: auto;
    position: relative;
}

.comm_header_advimg {
    height: 158px;
}

.comm_header_advimg img {
    height: 100%;
    width: 100%;
    min-width: 1000px;
}

.sub_container {
    width: 1000px;
}

.sub_leftnav {
    width: 268px;
    float: left;
    position: relative;
    top: -70px;
}

.sub_leftnav.normal {
    position: relative;
    top: 0;
}

.sub_leftnav .title {
	width: 100%;
    background: url(../img/sub.png) no-repeat;
    height: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*line-height: 140px;*/
    font-size: 28px;
    color: #fff;
    /*text-indent: 3.5em;*/
}
.sub_leftnav .title img{
	transform: translateX(20px);
}
.sub_leftnav .title span{
	transform: translateX(-20px);	
}

.sub_leftnav .sub_menu {
    border-left: 1px solid #0082e8;
    border-right: 1px solid #0082e8;
}

.sub_leftnav .sub_menu li {
    height: 52px;
    border-bottom: 1px solid #dadada;
    padding-left: 68px;
}

.sub_leftnav .sub_menu li a {
    font-size: 14px;
    color: #393939;
    line-height: 52px;
}

.sub_leftnav .sub_menu li.cur {
    background: url(../img/sub-03.png) no-repeat;
    background-position: 45px center;
}

.sub_menu_bottom {
    height: 185px;
    background: #3d3d3d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sub_menu_bottom .top {
    height: 62px;
    border-bottom: 1px solid #353535;
    margin: 0 4px;
    font-size: 22px;
    color: #9a9a9a;
    line-height: 70px;
    padding-left: 25px;
}

.sub_menu_bottom .bottom {
    border-top: 1px solid #4b4b4b;
    margin: 0 4px;
    padding-top: 10px;
}

.sub_menu_bottom .bottom .icon {
    background: url(../img/sub-04.png) no-repeat;
    width: 20px;
    height: 100px;
    float: left;
    margin-left: 24px;
    margin-right: 5px;
}

.sub_menu_bottom .bottom .info {}

.sub_menu_bottom .bottom .info span {
    color: #9a9a9a;
    display: block;
    line-height: 26px;
    font-size: 12px;
}

.two_code {
    height: 150px;
    margin-top: 40px;
}

.two_code img {
    float: right
}

.two_code img:first-child {
    float: left
}

.sub_rightcontent {
    width: 690px;
    float: right;
    overflow: hidden
}

.location {
    text-align: right;
    border-bottom: 1px solid #d8d8d8;
    height: 34px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.location span {
    color: #919191;
    line-height: 54px;
    font-size: 13px;
}

.location span a {
    color: #919191;
    font-size: 13px;
}

.location span.last {
    color: #014195;
}

.sub_titles {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

/*大事记*/
.events_ul {}

.events_ul li {
    float: left;
    list-style: none;
    padding-left: 10px;
}

.events_ul li .year {
    background: url(../img/Fif-02.png) no-repeat;
    width: 90px;
    margin-bottom: 20px;
    height: 30px;
    background-position: left center;
    padding-left: 25px;
    float: left;
    position: relative;
    left: -7px;
}

.events_ul li .year span {
    font-size: 20px;
    line-height: 28px;
    background: url(../img/Fif.png) no-repeat;
    color: #fff;
    display: block;
    height: 28px;
    text-align: center
}

.events_ul li .month {
    background: url(../img/Fif-03.png) no-repeat;
    font-size: 14px;
    color: #000;
    height: 20px;
    line-height: 20px;
    background-position: left center;
    padding-left: 23px;
    display: block;
    clear: both;
}

.events_ul li .content {
    color: #4e4e4e;
    display: block;
    clear: both;
    padding-left: 23px;
    margin-top: 10px;
    line-height: 20px;
}

.events_ul li .info {
    clear: both;
    padding-bottom: 20px;
    position: relative;
    left: -7px;
}

.events_ul li .border {
    border-left: 2px solid #d1d1d1;
    padding-top: 20px;
}

.events_ul li.last {
    margin-bottom: 100px;
}

/*产品中心*/
.product_adv {
    height: 363px;
}

.product_adv img {
    height: 363px;
}

.pro_content {
    padding-top: 20px;
}

.pro_content .left {
    float: left;
    width: 300px;
    margin-bottom: 100px;
}

.pro_content .right {
    float: right
}

.pro_content .left .title {
    margin-bottom: 60px;
    background: url(../img/pro.png) no-repeat;
    width: 219px;
    height: 30px;
    float: left;
}

.pro_content .left .info {
    clear: both
}

.pro_content .left .info span {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.pro_content .left .apply {
    background: url(../img/pro-03.png) no-repeat;
    width: 176px;
    height: 50px;
    cursor: pointer;
    float: left;
    margin-top: 40px;
}

.video-wrap .title {
    color: #020001
}

.sub_right_info img {
    max-width: 100%;
}


/*合作结构*/
.academy_content {
    padding-top: 20px;
}

.academy_content ul li {
    width: 106px;
    float: left;
    margin-right: 40px;
    margin-bottom: 60px;
}

.academy_content ul li .img {
    width: 106px;
    height: 106px;
    display: block;
}

.academy_content ul li .img img {
    width: 106px;
    height: 106px;
}

.academy_content ul li .name {
    color: #2f2f2f;
    width: 106px;
    text-align: center;
    height: 20px;
    margin-top: 5px;
    display: block
}

.partner_content {}

.partner_content li {
    background: #f5f5f5;
    clear: both
}

.partner_content li .back {
    background: #f5f5f5;
}

.partner_content li .img {
    width: 196px;
    height: 122px;
    float: left;
    background: #f5f5f5;
    padding: 1px;
    margin-right: 20px;
}

.partner_content li .img img {
    width: 196px;
    height: 122px;
}

.partner_content li .info {
    width: 690px;
    float: left;
    margin-bottom: 40px;
    background: #f5f5f5;
}

.partner_content li .info .title {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    height: 24px;
    margin-bottom: 10px;
}

.partner_content li .info .content {
    color: #2f2f2f;
    text-indent: 2em;
    line-height: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.partner_content li.two .img {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.partner_content li.two .info {
    padding-left: 20px;
    width: 670px;
}


/*新闻中心*/
.news_content {
    height: 750px;
}

.news_content ul {
    height: 680px;
}

.news_content ul li {
    height: 116px;
    padding: 25px 20px;
    border-top: 1px dashed #cbcbcb
}

.news_content ul li:first-child {
    border: none
}

.news_content ul li.cur {
    background: #f3f6f8;
}

.news_content ul li .left {
    width: 136px;
    height: 116px;
    float: left;
    margin-right: 20px;
}

.news_content ul li .left img {
    width: 136px;
    height: 116px
}

.news_content ul li .right {
    float: left;
    width: 490px;
}

.news_content ul li .right .title a {
    font-size: 15px;
    color: #000;
}

.news_content ul li .right .title a:hover {
    color: #003f89;
}

.news_content ul li .right .content a {
    color: #5c5c5c;
    padding-left: 12px;
    display: block;
    line-height: 20px;
}

.news_content ul li .right .data {
    padding-left: 12px;
}

.news_detail {}

.news_detail .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    height: 30px;
    margin-bottom: 20px;
}

.news_detail .data {
    font-size: 12px;
    color: #5c5c5c;
    text-align: center;
    height: 20px;
    margin-bottom: 20px;
}

.join_video .title {
    width: 230px;
    text-align: center
}

.join_video .video-wrap {
    width: 230px;
    float: left
}

.news_detail .detail strong {
    font-size: inherit;
}

.news_detail .detail span {
    font-size: inherit;
}

/*加入我们*/
.talent_conent {}

.talent_conent .title {
    background: url(../img/person.png) no-repeat;
    background-position: left center;
    width: 100px;
    height: 30px;
    padding-left: 30px;
    color: #0085eb;
    font-size: 22px;
    line-height: 30px;
    float: left;
    margin-bottom: 30px;
}

.talent_conent .top {
    border-bottom: 1px solid #ccc;
}

.talent_conent .top .detail {
    clear: both;
    padding-bottom: 50px;
}

.talent_conent .top .detail p {
    line-height: 32px;
    text-indent: 1em;
    font-size: 18px;
    color: #393939;
}

.talent_conent .bottom {
    margin-top: 50px;
}

.talent_conent .bottom .talent_bottom {
    clear: both
}

.talent_conent .bottom .talent_bottom li {
    list-style: none;
    width: 230px;
    float: left
}

.talent_conent .bottom .talent_bottom li .title {
    color: #0085eb;
    width: 100%;
    font-size: 17px;
    background:
        url(../img/person-02.png) no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin-bottom: 15px;
    float: none
}

.talent_conent .bottom .talent_bottom li a {
    font-size: 14px;
    color: #000;
    display: block;
    height: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
}


/*页码*/
.page {
    text-align: center;
    height: 24px;
    list-style: none;
}

.page li {
    float: left;
    margin-right: 5px;
}

.page a {
    font-size: 12px;
    border: 1px solid #cdcdcd;
    line-height: 20px;
    color: #9b9b9b;
    padding: 0 5px;
    height: 20px;
}


/*首页右下*/
.bcon {
    width: 455px;
    background: #f3f1f2;
}

.bcon h2 b {
    font: bold 14px/40px '宋体';
    border-top: 2px solid #3492D1;
    padding: 0 8px;
    margin-top: -1px;
    display: inline-block;
}

.bcon h2 span {
    position: absolute;
    margin-left: 195px;
    float: right;
    bottom: -14px;
}

.bcon h2 span em {
    width: 8px;
    height: 8px;
    background: #F0F2F3;
    border: 1px solid #E6E9EA;
    border-radius: 10px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.bcon h2 span em.emon {
    width: 10px;
    height: 10px;
    background: #00A6EC;
    border: none;
}

.list1 {
    width: 455px;
    height: 155px;
    overflow: hidden;
    display: none;
}

.list1 li {
    width: 56px;
    margin: 13px 18px 0 17px;
    float: left;
}

.list1 li img {
    width: 56px;
    height: 56px;
}

.list1 li p {
    height: 24px;
    font: normal 12px/24px 'Microsoft YaHei';
    color: #999;
    text-align: center;
    overflow: hidden;
}

.job_details {
    clear: both;
    padding: 0 20px;
}

.job_details .t {
    font-size: 24px;
    color: #000;
    text-align: center;
    height: 30px;
    margin-bottom: 20px;
}


/* 修改后首页轮播fullSlide */
.fullSlide {
    width: 100%;
    position: relative;
    height: 430px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 430px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 430px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #004898;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 40%;
    margin-top: -30px;
    z-index: 1;
    width: 71px;
    height: 118px;
    background: url(../img/daheng-1.png) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 0;
    background: url(../img/daheng-02.png) no-repeat;
}

.fullSlide .prevdiv {
    width: 1020px;
    position: relative;
    top: -55%;
}

/*头部微信相关*/
.top_info {
    width: 108px;
    float: right;
}

.footer_weixin,
.header_weibo,
.header_youku {
    float: left;
    margin-left: 10px;
}

.footer_weixin {
    background: url(../img/weixins.png) no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    cursor: pointer;
}

.footer_weixins {
    top: 40px;
    z-index: 9999;
    position: absolute;
    display: none;
    background: url(../img/erweima.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
}

.header_weibo {
    background: url(../img/head.png) no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    cursor: pointer;
}

.header_youku {
    background: url(../img/head-02.png) no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    cursor: pointer;
}

.LeftBotton {
    background: url(../img/left.png) no-repeat 7px 92px;
    WIDTH: 26px;
    CURSOR: pointer;
    POSITION: absolute;
    HEIGHT: 237px;
    left: 4px;
}

.RightBotton {
    background: url(../img/left-02.png) no-repeat 0px 92px;
    WIDTH: 26px;
    CURSOR: pointer;
    POSITION: absolute;
    TOP: 0;
    right: 0px;
    HEIGHT: 237px;
}

.in_container .bottom .left .left_content {
    width: 480px;
}