@charset "utf-8";

/*内页banner*/

.z_banner {
    width: 100%;
    height: 510px;
    background: no-repeat center;
    padding: 120px 0 0;
}

.z_banner_txt {
    color: #fff;
}

.z_banner_txt h6 {
    font-size: 64px;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.z_banner_txt p {
    font-size: 35px;
}


/*小导航*/

.z_nav {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 40px;
}

.z_nav i,
.z_nav a {
    display: inline-block;
    vertical-align: middle;
}

.z_nav i {
    background: url(../images/icon_bg.png) no-repeat -152px 0;
    width: 24px;
    height: 24px;
}

.z_nav a {
    font-size: 16px;
    color: #033566;
    text-transform: capitalize;
}


/*页码*/

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 16px;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    margin: 0 5px 5px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 40px;
    text-align: center;
    color: #3b3b44;
    display: inline-block;
    transition: all .5s;
}

.pagination li a:hover {
    color: #fff;
    background-color: #033566;
    border-color: #033566;
}

.pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #033566;
    display: inline-block;
}

.pagination li a.next {
    border-color: transparent;
    font-size: 18px
}


/*案例*/

.z_case {
    padding: 42px 0 80px;
}

.z_case_list ul li a>h6 {
    text-align: center;
    font-size: 28px;
    color: #023669;
    text-transform: capitalize;
    line-height: 44px;
    height: 88px;
}

.z_case_list ul li {
    margin-bottom: 12px;
}


/*新闻*/

.z_news {
    padding: 42px 0 80px;
}

.z_news_left {
    width: 950px;
}

.z_news_list ul li {
    float: left;
    width: 447px;
    height: 600px;
    border: 1px solid #f1f0f0;
    padding: 21px;
    background-color: #fff;
    margin: 0 28px 28px 0
}

.z_news_list ul li .z_news_img {
    width: 405px;
    height: 271px;
    overflow: hidden;
}

.z_news_list ul li .z_news_img img {
    width: 100%;
    transition: all .5s
}

.z_news_list ul li .z_news_txt {
    padding: 24px 0 0
}

.z_news_list ul li i,
.z_news_list ul li em {
    display: inline-block;
    vertical-align: middle;
}

.z_news_list ul li i {
    background: url(../images/icon_bg.png) no-repeat -176px 0;
    width: 24px;
    height: 24px;
}

.z_news_list ul li em {
    font-size: 18px;
    color: #023669;
    margin-left: 12px;
}

.z_news_list ul li h6 {
    font-size: 22px;
    color: #023669;
    line-height: 30px;
    text-transform: capitalize;
    margin: 16px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px
}

.z_news_list ul li p {
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.z_news_list ul li span {
    display: block;
    width: 124px;
    height: 36px;
    background-color: #f5dd25;
    font-size: 16px;
    color: #023669;
    text-align: center;
    line-height: 36px;
    margin: 16px 0 0
}

.z_news_list ul li:hover {
    background-color: #f5dd25
}

.z_news_list ul li:hover span {
    background-color: #023669;
    color: #f5dd25
}

.z_news_list ul li:hover .z_news_img img {
    transform: scale(1.2)
}


/*新闻侧边栏*/

.sidebar {
    width: 344px;
}

.sidebar_title {
    position: relative;
    font-size: 24px;
    color: #033566;
    width: 344px;
    height: 58px;
    line-height: 58px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding-left: 32px;
}

.sidebar_title::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 58px;
    top: 0;
    left: 0;
    background-color: #033566;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sidebar_title::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #033566;
    border-radius: 10px;
    top: 16px;
    right: 32px;
}

.cate_recomm ul {
    margin-top: 6px
}

.cate_recomm ul li {
    line-height: 48px;
    font-size: 0;
    padding: 0 0 0 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .5s
}

.cate_recomm ul li i,
.cate_recomm ul li p {
    display: inline-block;
    vertical-align: middle;
}

.cate_recomm ul li i {
    width: 16px;
    ;
    height: 16px;
    background: url(../images/icon_bg.png) no-repeat -104px -24px
}

.cate_recomm ul li p {
    font-size: 17px;
    color: #033566;
    padding-left: 16px;
    text-transform: capitalize;
}

.cate_recomm ul li:last-child {
    border: none
}

.cate_recomm ul li:hover {
    padding: 0 0 0 40px;
}

.lastest_news {
    margin-top: 48px;
}

.lastest_news ul {
    padding-left: 32px;
}

.lastest_news ul li {
    margin: 30px 0 0;
    background-color: #fff;
    height: 64px
}

.lastest_news ul li .lastest_news_img,
.lastest_news ul li h6 {
    display: inline-block;
    vertical-align: middle;
}

.lastest_news ul li .lastest_news_img {
    width: 96px;
    height: 64px;
    overflow: hidden;
}

.lastest_news ul li .lastest_news_img img {
    width: 100%;
    transition: all .5s
}

.lastest_news ul li h6 {
    width: 203px;
    font-size: 14px;
    color: #103f6e;
    text-transform: uppercase;
    margin-left: 8px;
    overflow: hidden;
    height: 64px;
}

.lastest_news ul li:hover {
    background-color: #f5dd25
}

.lastest_news ul li:hover .lastest_news_img img {
    transform: scale(1.2)
}


/*文章*/

.z_article {
    padding: 42px 0 80px;
}

.z_article_con {
    width: 892px;
}

.z_article_con>img {
    width: 892px;
    height: 596px;
}

.z_article_txt {
    padding: 32px 0 36px;
    border-bottom: 1px dashed #e1e1e1
}

.z_article_txt i,
.z_article_txt em {
    display: inline-block;
    vertical-align: middle;
}

.z_article_txt i {
    background: url(../images/icon_bg.png) no-repeat -166px -24px;
    width: 32px;
    height: 32px;
}

.z_article_txt em {
    font-size: 24px;
    color: #023669;
    margin-left: 12px;
}

.z_article_txt h6 {
    font-size: 37px;
    color: #023669;
    margin: 20px 0
}

.z_article_txt p {
   font-size: 18px;
   color: #666;
   margin-bottom: 12px;
   font-family: arial;
}


.z_case_article {
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 0 36px 36px 36px;
}

.z_case_article img {
    width: 100%
}


/*篇数*/

.page {
    margin-top: 20px;
}

.page li {
    color: #023669;
    line-height: 36px;
    font-size: 17px;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    width: 808px;
}

.page li a {
    color: #666;
    display: inline-block;
    width: 720px;
}

.page li:hover a {
    color: #023669
}


/*联系我们*/

.z_contact {
    padding: 42px 0 80px;
}

.z_contact_up {
    padding-bottom: 60px;
}

.z_contact_up ul li {
    float: left;
    width: 442px;
    background-color: #033566;
    height: 308px;
    text-align: center;
    padding: 48px 0 0;
    border-bottom-right-radius: 50px;
}

.z_contact_up ul li img {
    width: 80px;
    height: 80px;
    margin: 0 auto 40px;
}

.z_contact_up ul li p {
    font-size: 18px;
    color: #fff;
    margin: 8px 0
}

.z_contact_up ul li:nth-child(2) {
    background-color: #f5dd25;
    margin: 0 37px
}

.z_contact_up ul li:nth-child(2) p {
    color: #033566
}

.z_contact_down>img {
    width: 859px;
}


/*表单*/

.form_right {
    width: 478px;
}

.form_right>p {
    font-size: 24px;
    color: #033566;
    margin-bottom: 36px;
}

.contact_form ul li {
    position: relative;
    margin-bottom: 32px;
    font-size: 17px;
}

.contact_form ul li i {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    left: 10px
}

.contact_form ul li.name i {
    background: url(../images/icon_bg.png) no-repeat 0 -56px;
}

.contact_form ul li.phone i {
    background: url(../images/icon_bg.png) no-repeat -32px -56px;
}

.contact_form ul li.email i {
    background: url(../images/icon_bg.png) no-repeat -64px -56px;
}

.contact_form ul li.message i {
    background: url(../images/icon_bg.png) no-repeat -96px -56px;
    top: -2px;
}

.contact_form ul li.code i {
    background: url(../images/icon_bg.png) no-repeat -128px -56px;
}

.contact_form ul li input {
    width: 100%;
    border-bottom: 2px solid #bfbfbf;
    line-height: 44px;
    padding: 0 0 0 60px;
}

.contact_form ul li textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #bfbfbf;
    padding: 0 0 0 60px;
    height: 88px
}

.contact_form ul li.code input {
    width: 320px;
}

.contact_form ul li.code img {
    margin: -40px 0 0 340px;
    width: 124px;
    height: 40px;
    border: 1px solid #ebebeb
}

.contact_form ul li.submit {
    margin: 56px 0 0 0;
    width: 180px;
}

.contact_form ul li.submit input {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0
}

.contact_form ul li em {
    position: absolute;
    display: block;
    right: 0;
    top: 6%;
    font-size: 20px;
    color: #f00;
    line-height: 20px;
    font-weight: bold
}

.contact_form ul li.submit .more {
    display: block;
    width: 180px;
    height: 54px;
    background-color: #033566;
    color: #fff;
    text-align: center;
    line-height: 54px;
    transition: all .5s
}

.contact_form ul li.submit:hover .more {
    color: #f5dd25;
    margin-left: 10px;
}


/*产品*/

.z_product {
    padding: 42px 0 80px;
}

.z_product_con {
    width: 1050px;
}

.z_product_list {
    margin-bottom: 24px
}

.z_product_list ul li .product_img {
    border: 1px solid #d0d9e2;
    border-left: none
}

.z_product_list ul li:nth-child(4n+1) .product_img {
    border-left: none
}

.z_product_list ul li:nth-child(3n+1) .product_img {
    border-left: 1px solid #d0d9e2
}

.sidebar_pro {
    width: 320px;
}

.sidebar_pro h6 {
    position: relative;
    width: 320px;
    height: 64px;
    background-color: #033566;
    font-size: 25px;
    line-height: 64px;
    color: #fff;
    padding-left: 56px;
    border-top-right-radius: 58px
}

.sidebar_pro h6::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffff00;
    border-radius: 10px;
    top: 28px;
    left: 26px;
}

.sidebar_pro ul li {
    width: 320px;
    height: 56px;
    font-size: 16px;
    color: #232222;
    line-height: 52px;
    padding-left: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #e2e2e3;
    margin-top: 16px;
    text-transform: capitalize;
}

.sidebar_pro ul li:hover {
    background-color: #f5dd25
}

.sidebar_pro ul li.on {
    background-color: #f5dd25
}


/*产品详情*/

.product_article {
    padding: 42px 0 80px;
}

.pro_article_up {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.pro_article_left {
    width: 656px;
    height: 495px;
}

.pro_article_left1 {
    background-color: #fff;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.pro_article_left1 ul li {
    float: left;
    width: 656px;
    height: 495px;
}

.pro_article_left1 ul li img {
    width: 100%;
    margin: 0 auto;
}

.product_dots {
    overflow: hidden;
    margin-top: -32px;
    position: relative;
    z-index: 1
}

.product_dots ul {
    text-align: center;
    font-size: 0
}

.product_dots ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    font-size: 0;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #666;
    background-color: #fff;
}

.product_dots ul li.on {
    background: #033566;
    border: 1px solid #033566;
}

.pro_article_right {
    width: 682px;
}

.pro_article_right h6 {
    font-size: 30px;
    color: #033566;
    margin-bottom: 20px;
}

.pro_article_right p {
    font-size: 20px;
    color: #666;
    opacity: .8;
    margin-bottom: 10px;
    font-family: Arial;
}

.pro_article_right a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px
}

.pro_article_right .pro_online {
    width: 186px;
    height: 48px;
    background-color: #fff100;
    font-size: 20px;
    color: #033566;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    transition: all .5s
}

.pro_article_right .pro_online:hover {
    background-color: #033566;
    color: #fff100
}

.pro_article_right .pro_email {
    font-size: 20px;
    color: #033566;
    text-decoration: underline;
    margin-left: 20px
}

.pro_txt {
    width: 900px;
    border: 1px solid rgba(51, 51, 51, 1);
    padding: 36px 42px 36px 36px;
    border-top-right-radius: 100px
}

.pro_txt h6 {
    font-size: 25px;
    color: #000;
    margin-bottom: 24px;
}

.pro_txt p {
    font-size: 17px;
    color: #767575;
    margin-bottom: 16px;
    font-family: arial
}

.pro_article_sidebar {
    width: 404px
}

.pro_article_sidebar_up h6 {
    width: 404px;
    margin-bottom: 28px
}

.pro_article_sidebar_up ul li {
    margin-top: 16px;
}

.pro_article_sidebar_up ul li .pro_sidebar_img,
.pro_article_sidebar_up ul li h6 {
    display: inline-block;
    vertical-align: middle;
}

.pro_article_sidebar_up ul li .pro_sidebar_img {
    width: 178px;
    border: 1px solid #e5e5e5;
    height: 135px;
    overflow: hidden;
}

.pro_article_sidebar_up ul li .pro_sidebar_img img {
    width: 100%;
    transition: all .5s
}

.pro_article_sidebar_up ul li:hover .pro_sidebar_img {
    border: 1px solid #033566
}

.pro_article_sidebar_up ul li:hover .pro_sidebar_img img {
    transform: scale(1.2)
}

.pro_article_sidebar_up ul li h6 {
    font-size: 18px;
    color: #333;
    width: 204px;
    margin-left: 17px;
    font-family: arial;
}

.pro_contact {
    background: url(../images/sidebar_bg.jpg) no-repeat center;
    height: 471px;
    padding: 54px 0 0 48px;
    margin-top: 56px;
}

.pro_contact h6 {
    font-size: 30px;
    color: #e1e3e6;
}

.pro_contact p {
    font-size: 33px;
    color: #e0e019;
    margin: 20px 0
}

.pro_contact span {
    font-size: 24px;
    color: #e1e3e6
}

.pro_contact .pro_contact_bt {
    width: 132px;
    height: 44px;
    background-color: #ffff00;
    font-size: 17px;
    color: #596f57;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
    margin-top: 54px;
    transition: all .5s
}

.pro_contact .pro_contact_bt:hover {
    background-color: #033566;
    color: #ffff00
}

.pro_form {
    background: url(../images/pro_form_bg.jpg) no-repeat center;
    margin-top: 86px;
    padding: 60px 0
}

.pro_form h6 {
    font-size: 33px;
    color: #fff;
    text-align: center;
}

.pro_form_c {
    width: 850px;
    margin: 60px auto 0;
}

.pro_form_c .contact_form ul li input {
    border: 1px solid #fff;
    height: 64px;
    padding-left: 48px;
    color: #fff
}

.pro_form_c .contact_form ul li i {
    top: 15px;
}

.pro_form_c .contact_form ul li.name i {
    background: url(../images/icon_bg.png) no-repeat 0 -88px;
}

.pro_form_c .contact_form ul li.phone i {
    background: url(../images/icon_bg.png) no-repeat -32px -88px;
}

.pro_form_c .contact_form ul li.email i {
    background: url(../images/icon_bg.png) no-repeat -64px -88px;
}

.pro_form_c .contact_form ul li.message i {
    background: url(../images/icon_bg.png) no-repeat -96px -88px;
    top: 10px;
}

.pro_form_c .contact_form ul li.code i {
    background: url(../images/icon_bg.png) no-repeat -128px -88px;
}

.pro_form_c .contact_form ul li textarea {
    width: 100%;
    border: none;
    border: 1px solid #bfbfbf;
    padding: 12px 0 0 48px;
    height: 102px;
    color: #fff;
}

.pro_form_c .contact_form ul li input::-webkit-input-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li input:-moz-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li input::-moz-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li input:-ms-input-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li textarea::-webkit-input-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li textarea:-moz-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li textarea::-moz-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li textarea:-ms-input-placeholder {
    color: #fff;
}

.pro_form_c .contact_form ul li.code img {
    height: 64px;
    margin: -64px 0 0 674px;
    width: 176px;
}

.pro_form_c .contact_form ul li.code input {
    width: 654px
}

.pro_form_c .contact_form ul li.submit .more {
    background-color: #f0da26;
    color: #033566
}

.pro_form_c .contact_form ul li em {
    top: 41%;
    right: 10px;
    ;
}


/*关于我们*/

.z_about {
    padding: 42px 0 80px
}

.z_about1 {
    padding-bottom: 80px;
}

.z_about1 img {
    width: 100%;
    margin-bottom: 44px;
}

.z_about1_title {
    text-align: left;
}

.z_about1_title h6 {
    font-size: 42px;
    text-transform: capitalize;
}

.z_about1 p {
    font-size: 20px;
    color: #666;
    line-height: 32px;
    margin-top: 36px
}

.z_about2 {
    padding-bottom: 72px;
}

.z_about2 img {
    width: 674px;
}

.z_about2 .z_about2_txt {
    width: 680px;
}

.z_about2_title h6 {
    font-size: 30px;
    text-transform: uppercase;
}

.z_about2 .z_about2_txt span {
    display: block;
    font-size: 25px;
    color: #323333;
    margin: 10px 0 6px
}

.z_about2 .z_about2_txt p {
    font-size: 20px;
    color: #666
}

.z_about3 {
    background: url(../images/z_about_img3.jpg) no-repeat center;
    height: 524px;
    padding: 84px 0 0;
    margin-bottom: 72px;
}

.z_about3_title h6 {
    color: #fff;
    font-size: 40px;
}

.z_about3 p {
    font-size: 22px;
    color: #fff
}

.z_about3 em {
    display: block;
    width: 356px;
    height: 8px;
    background-color: #646969;
    margin: 60px auto 0
}

.z_about2 .z_about4_txt span {
    margin: 20px 0 6px
}


/*搜索*/

.z_search>.w900 {
    width: 900px;
    margin: 0 auto;
}

.z_search>.w900>form {
    width: 900px;
    margin: 0 auto;
    padding: 120px 0 80px
}

.z_search_in1 {
    height: 55px;
    padding: 0 10px;
    width: 820px;
    float: left;
    line-height: 55px;
    font-size: 16px;
    border: 1px solid #ccc
}

.z_seach_btn1 {
    float: right;
    width: 80px;
    height: 56px;
    border: 0;
    background: url(../images/z_search.jpg) no-repeat;
}

.z_search_list>ul {
    margin-bottom: 80px
}

.z_search_list>ul li {
    width: 892px;
    height: 229px;
    background-color: #f6f6f6;
    margin-bottom: 36px;
    transition: all .5s
}

.z_search_list>ul li .z_search_img {
    margin: 14px 32px 14px 14px;
    width: 334px;
    height: 201px;
    overflow: hidden;
}

.z_search_list ul li .z_search_img img {
    width: 100%
}

.z_search_list ul li .z_search_txt {
    width: 452px;
    padding: 36px 0
}

.z_search_list ul li .z_search_txt h6 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z_search_list ul li .z_search_txt p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.z_search_list ul li .z_search_txt span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    padding-left: 4px
}

.z_search_list ul li:hover {
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2)
}

.z_search_list ul li .z_search_txt em {
    display: block;
    width: 48px;
    height: 4px;
    background-color: #f5dd25;
    margin: 10px 0 20px
}


/*视频*/

.video {}

.videolist {
    position: relative;
    float: left;
    width: 448px;
    height: 460px;
    margin: 0 0 28px 28px;
    cursor: pointer;
    overflow: hidden
}

.container .videolist:nth-child(3n+1) {
    margin-left: 0
}

.videolist h6 {
    background-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
}

.videolist .video_img {
    width: 448px;
    height: 460px;
    transition: all .5s
}

.videoed {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 1;
    border-radius: 100%;
}

.videos {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    background-color: rgba(0, 0, 0, 1);
    margin-left: -700px;
    width: 1400px;
    height: 500px;
    z-index: 2
}

.videos video {
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.videolist:hover .video_img {
    transform: scale(1.2)
}