* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s;
}

li {
    list-style: none;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mul {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body {
    width: 100%;
    font-size: 14px;
    background: #f9f9f9;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.eye_box .eye_pos_ab {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.product ul li a .tit_n, .eye_box p {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.dis_line {
    display: inline-block;
    vertical-align: middle;
}

.cen {
    margin: 0 auto;
    position: relative;
}

#msg {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 20px;
    z-index: 10000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 14px;
}

.clear {
    clear: both;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #666;
}

input, button, select {
    border: none;
    outline: none;
}

.eye_box .eye_pos_ab {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.section_1 {
    background: #f8f8f8;
}

.section_1 .cen {
    max-width: 1560px;
}

.section_1 .cen ul li {
    width: 33.3%;
    text-align: center;
    float: left;
    padding: 72px 0;
    border-right: 2px solid #e7e7e7;
}

.section_1 .cen ul li:nth-last-child(1) {
    border-right: none;
}

.section_1 .cen ul li:hover {
    cursor: pointer;
}

.section_1 .cen ul li:hover .sec_icon {
    border: 1px solid #336699;
}

.section_1 .cen ul li:hover .sec_icon img {
    margin-top: -200px;
}

.section_1 .cen ul .sec_icon {
    width: 100px;
    text-align: center;
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    line-height: 98px;
}

.section_1 .cen ul .sec_icon img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.section_1 .cen ul .sec1_content {
    max-width: 320px;
    text-align: left;
	padding-left: 25px;
}

.section_1 .cen ul .sec1_content h3 {
    color: #888;
    font-size: 23px;
    margin-bottom: 10px;
}

.section_1 .cen ul .sec1_content p {
    color: #848484;
    font-size: 16px;
}

.index_title {
    text-align: center;
}

.index_title h1 {
    font-size: 45px;
    color: #000;
    display: block;
}

.index_title h1 font {
    color: #336699;
}

.index_title em {
    display: inline-block;
    width: 35px;
    height: 3px;
    background: #336699;
    margin: 10px 0;
}

.index_title p {
    color: #717171;
    font-size: 12px;
    max-width: 686px;
    margin: 0 auto;
}

.section_2 {
    padding: 60px 0;
}

.section_2 .cen {
    max-width: 1370px;
}

.pro_type {
    text-align: center;
    margin: 55px auto;
}

.pro_type li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
}

.pro_type li a {
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    padding: 0 4px;
    text-align: center;
    font-size: 16px;
    color: #6a6a6a;
}

.pro_type li a:hover {
    background: #336699;
    color: #fff;
}

.pro_type li .current {
    background: #336699;
    color: #fff;
}

.product ul {
    margin-left: -32px;
    margin-right: -32px;
}

.product ul li {
    width: 25%;
    float: left;
    padding-bottom: 40px;
}

.product ul li a {
    display: block;
    margin: 0 32px;
    position: relative;
}

.product ul li a .tit_n {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 15px auto;
    font-weight: bold;
}

.product ul li .pro_box {
    border: 1px solid #626262;
    text-align: center;
    line-height: 244px;
    height: 247px;
    background: #eeefef;
    overflow: hidden;
}

.product ul li .pro_box img {
    max-height: 98%;
}

.product ul li:hover .eye_box {
    display: block;
}

.product ul li:hover .tit_n {
    opacity: 0;
}

.product ul li:hover .pro_box {
    border: none;
    line-height: 280px;
}

.eye_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.eye_box p {
    color: #336699;
    font-size: 14px;
    margin: 4px auto;
}

.more_href {
    text-align: center;
}

.more_href a {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    border: 1px solid #707070;
    border-radius: 6px;
    text-align: center;
    min-width: 146px;
    padding: 0 2px;
}

.more_href a:hover {
    background: #336699;
    color: #fff;
    border: 1px solid #336699;
}

.section_3 {
    background: #fff;
    overflow: hidden;
}

.section_3 .cen {
    max-width: 1220px;
}

.title2 {
    margin: 60px 0 40px;
    text-align: center;
    position: relative;
}

.title2 h3 {
    color: #3f3f3f;
    font-size: 33px;
    text-transform: uppercase;
}

.title2 p {
    color: #7d7d7d;
    font-size: 21px;
    margin-top: 17px;
}

.title2 font {
    position: absolute;
    top: 0;
    width: 18px;
    height: 2px;
    background: #000;
}

.title2 .t_font1 {
    left: 0;
}

.title2 .t_font2 {
    right: 0;
}

.protect_type ul {
    display: flex;
    width: 100%;
}

.protect_type li {
    flex: 1;
    background: #b7c8da;
    text-align: center;
    padding: 23px 0;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.protect_type li p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.protect_type li img {
    display: inline-block;
    height: 80px;
    margin-bottom: 4px;
}

.protect_type .current {
    background: #799abc;
}

.sec1_content {
    background-size: 1220px auto;
}

.sec1_content_img {
    background-size: cover !important;
}

.sec1_content .cen {
    max-width: 1220px;
    height: 500px;
}

@media (max-width: 1600px) {
    .sec1_content .cen {
        height: 500px;
    }
}

@media (max-width: 1000px) {
    .sec1_content .cen {
        height: auto;
    }
}

.sec_c_b {
    background: #e6e4e7;
    width: 487px;
    padding: 50px 0 150px;
    display: none;
    height: 100%;
}

.sec_c_b p {
    word-break: break-all;
    width: 100%;
    color: #5e5e5e;
    font-size: 17px;
    line-height: 32px;
}

.sec_c_b .sec_c_pad {
    padding: 0 48px;
}

.sec_c_b h3 {
    color: #ea6c0f;
    font-size: 32px;
    text-transform: uppercase;
}

@media (max-width: 1600px) {
    .sec_c_b {
        padding: 50px 0 20px;
    }
}

@media (max-width: 750px) {
    .section_1 .cen ul li {
        width: 100%;
        border-bottom: 2px solid #e7e7e7;
        border-right: none;
        padding: 50px 10px;
    }

    .section_1 .cen ul li .sec_icon {
        margin-bottom: 8px;
    }

    .title h1 {
        font-size: 26px;
    }

    .title em {
        width: 25px;
    }

    .pro_type {
        margin: 30px auto;
        text-align: left;
        padding: 0 10px;
    }

    .pro_type li {
        margin: 4px;
    }

    .product {
        padding: 0 10px;
        overflow: hidden;
    }

    .product ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product ul li {
        width: 50%;
        padding-bottom: 10px;
    }

    .product ul li a {
        margin: 0 10px;
    }

    .product ul li .pro_box {
        height: 190px;
        line-height: 188px;
    }

    .title2 {
        margin: 30px auto 20px;
    }

    .title2 font {
        top: 9px;
    }

    .title2 h3 {
        font-size: 22px;
        padding: 0 20px;
    }

    .title2 p {
        font-size: 16px;
    }

    .protect_type {
        padding: 0 10px;
    }

    .protect_type ul {
        display: block;
    }

    .protect_type ul li {
        width: 50%;
        float: left;
        border-bottom: 1px solid #fff;
    }

    .sec1_content {
        padding: 0 10px;
        background: none !important;
    }

    .sec_c_b {
        width: 100%;
        padding: 50px 0;
    }

    .sec_c_b h3 {
        font-size: 24px;
    }

    .sec_c_b p {
        font-size: 16px;
    }
}

.section_4 {
    background: #fff;
    padding: 90px 0;
}

.section_4 .cen {
    max-width: 1200px;
}

.section_4 .about_img {
    width: 63%;
}

.section_4 .about_img img {
    width: 100%;
    display: block;
}

.section_4 .about_content {
    width: 37%;
}

.section_4 .about_content h3 {
    color: #e4e3e3;
    font-size: 76px;
    text-transform: uppercase;
    padding-left: 25px;
    margin-top: 30px;
}

.section_4 .about_content h4 {
    color: #2d2d2d;
    font-size: 30px;
    padding-left: 25px;
}

.section_4 .company_p {
    background: #e08503;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 10px;
}

.section_4 .company_p h5 {
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
}

.section_4 .company_p p {
    color: #f0eee6;
    font-size: 13px;
}

.Corporate {
    background: #fff;
    padding-bottom: 46px;
    overflow: hidden;
}

.Corporate .cen {
    max-width: 1200px;
}

.c_title {
    text-align: center;
    position: relative;
    margin: 45px auto;
}

.c_title hr {
    height: 1px;
    background: #b5b5b5;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.c_title h3 {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 15px;
    color: #4b4a4a;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b5b5b5;
    padding: 0 4px;
}

.cop_b {
    position: relative;
}

.cop_b .Corporate_swiper .swiper-slide img {
    width: 100%;
}

.cop_b .swip_prev {
    left: -56px;
}

.cop_b .swip_next {
    right: -56px;
}

.section_5 {
    background: url(../image/f_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 72px 0 70px;
}

.section_5 .cen {
    max-width: 1200px;
}

.section_5 .cen li {
    width: 25%;
    text-align: center;
    float: left;
}

.section_5 .cen li h3 {
    color: #fff;
    font-size: 46px;
    margin: 15px auto;
    text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.8);
}

.section_5 .cen li p {
    color: #fff;
    font-size: 18px;
    text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.8);
}

.section_6 {
    padding: 65px 0 0;
    background: #fff;
    overflow: hidden;
}

.section_6 .cen {
    max-width: 1300px;
}

.project_ul {
    margin: 25px auto;
}

.project_ul li {
    width: 33.3%;
    float: left;
    cursor: pointer;
}

.project_ul li a {
    display: block;
    margin: 20px;
    position: relative;
}

.project_ul li .pro_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}

.project_ul li .project_img img {
    width: 100%;
    display: block;
    height: 370px;
}

.project_ul li:hover .project_txt {
    opacity: 1;
}

.project_ul li:hover .pro_bg {
    opacity: 1;
}

.project_txt {
    position: absolute;
    left: 15px;
    bottom: 20px;
    z-index: 3;
    opacity: 0;
}

.project_txt h3 {
    color: #fafafa;
    font-size: 19px;
    margin-bottom: 15px;
}

.project_txt p {
    color: #f3f2f2;
    font-size: 13px;
    margin-bottom: 4px;
}

.section_7 {
    background: #fff;
    overflow: hidden;
}

.section_7 .cen {
    max-width: 1360px;
}

.news_b {
    border: 1px solid #626262;
}

.news_b a {
    display: block;
    padding: 25px 18px;
}

.news_b .news_img {
    width: 38%;
    float: left;
    overflow: hidden;
}

.news_b .news_img img {
    width: 100%;
}

.news_b .news_content {
    width: 60%;
    margin-left: 2%;
    float: left;
}

.news_b .news_content h3 {
    color: #336699;
    font-size: 15px;
    /* padding: 30px 0 20px; */
}

.news_b .news_content p {
    color: #737373;
    font-size: 13px;
}

.news_b:hover {
    border: 1px solid #336699;
    background: rgba(239, 236, 236, 0.3);
}

.news_b:hover .news_img img {
    transform: scale(1.1, 1.1);
}

.index_news {
    margin: 50px auto;
    position: relative;
}

.index_news .n_bor_btn {
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    border: 1px solid #7d7d7d;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Simsun";
}

.index_news .n_bor_btn:hover {
    color: #fff;
    background: #336699;
    border: 1px solid #336699;
}

.index_news .news_prev {
    left: -70px;
}

.index_news .news_next {
    right: -70px;
}

.view_more {
    margin-top: 40px;
}

.view_more img, .view_more em {
    display: inline-block;
    vertical-align: middle;
}

.view_more em {
    color: #818080;
    font-size: 12px;
    padding-left: 2px;
}

.footer {
    background: #42403c;
    padding: 70px 0 42px;
}

.footer .cen {
    max-width: 1360px;
}

.footer .foot_fl {
    max-width: 296px;
    text-align: center;
}

.footer .foot_fl p {
    color: #c9c8c7;
    font-size: 12px;
    margin-top: 20px;
}

.footer .foot_fl2 {
    margin-left: 30px;
    max-width: 466px;
}

.footer .foot_fl2 p {
    color: #c9c8c7;
    font-size: 13px;
    margin-bottom: 12px;
}

.footer .foot_form {
    width: 350px;
}

.footer .foot_form .form_input {
    width: 100%;
}

.footer .foot_form .f_input {
    background: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    border: none;
    border-radius: 8px;
    width: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.footer .foot_form .f_textarea {
    width: 290px;
    background: #fff;
    height: 66px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    outline: none;
}

.footer .foot_form .f_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #636363;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.footer .foot_code {
    max-width: 113px;
}

.head {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100px;
}

.head .cen {
    max-width: 1600px;
}

.head .cen .logo {
    line-height: 100px;
}

.head .cen .logo img {
    height: 85px;
    vertical-align: middle;
}

.head .p_nav ul li {
    float: left;
    line-height: 100px;
}

.head .p_nav ul li a {
    display: block;
    padding: 0 30px;
    color: #000;
    font-size: 21px;
}

.head .p_nav ul li a:hover {
    color: #336699;
}

@media (max-width: 1320px) {
    .head .p_nav ul li a {
        padding: 0 20px;
        font-size: 18px;
    }
}

.language {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
}

.language img {
    height: 32px;
    margin-top: 32px;
    cursor: pointer;
}

.language dl {
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    width: 120px;
    display: none;
}

.language dl dt a {
    color: #666;
    font-size: 15px;
    padding: 12px 6px;
    display: block;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.language dl dt a:hover {
    background: #336699;
    color: #fff;
    border-bottom: 1px solid #336699;
}

.language:hover dl {
    display: block;
    opacity: 1;
}

.head_hei {
    height: 100px;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}

.banner .swiper-slide .banner_txt {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.banner .swiper-slide .banner_txt h3 {
    color: #fff;
    font-size: 50px;
    text-shadow: 0 9px 25px rgba(0, 0, 0, 0.68);
    line-height: 1;
}

.banner .swiper-slide .banner_txt a {
    color: #fff;
    font-size: 27px;
    border: 2px solid #fff;
    height: 50px;
    line-height: 46px;
    padding: 0 18px;
    margin-top: 30px;
    display: inline-block;
}

.banner .swiper-slide .banner_txt a:hover {
    background: #336699;
    color: #fff;
    border: 2px solid #336699;
}

.mobile_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px;
    display: none;
    background: #fff;
}

.mobile_head .m_logo {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.mobile_head .m_logo img {
    height: 60px;
}

.mobile_head .s_menu img {
    height: 40px;
    padding: 0 15px;
}

.mobile_head .s_menu .m_img2 {
    display: none;
}

.mobile_head .s_menu2 .m_img1 {
    display: none;
}

.mobile_head .s_menu2 .m_img2 {
    display: inline-block;
    height: 24px;
    margin-top: 8px;
}

.m_hei {
    height: 126px;
}

@media (max-width: 750px) {
    .head, .head_hei {
        display: none;
    }

    .mobile_head {
        display: block;
    }
}

.menu_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1101;
    display: none;
}

.mobile_menu {
    position: fixed;
    width: 100%;
    top: 120px;
    right: 0;
    z-index: 1102;
    background: #f8f8f8;
    display: none;
    transition: none;
}

.mobile_menu ul {
    border-top: 1px solid #ccc;
}

.mobile_menu ul li {
    width: 100%;
}

.mobile_menu ul li a {
    display: block;
    color: #555;
    font-size: 14px;
    width: 100%;
    padding: 11px 10px;
    border-bottom: 1px solid #ccc;
}

.mobile_menu ul li .current {
    color: #ffe400;
}

.mobile_menu ul li dl dt a {
    padding-left: 10px;
    font-size: 13px;
}

.moble_sel_lang {
    position: relative;
    width: 150px;
    padding-top: 5px;
    margin-right: 10px;
    border-right: 1px solid #eee;
    padding-right: 10px;
    margin-top: 5px;
}

.moble_sel_lang select {
    background: none;
    color: #666;
    font-size: 16px;
    margin-top: 7px;
    border: 1px solid #ccc;
}

.moble_sel_lang dt {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    background: url(../image/lan_img.png) no-repeat center left, url(../image/lan_icon.png) no-repeat center right;
    padding-left: 45px;
    padding-right: 13px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.moble_sel_lang dd {
    position: absolute;
    left: 0;
    top: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    z-index: 999999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-top: none;
    display: none;
    transition: none;
}

.moble_sel_lang dd ul {
    padding: 4px 6px 0 10px;
    width: 138px;
    max-height: 376px;
    overflow: auto;
}

.moble_sel_lang dd ul li a {
    line-height: 28px;
    display: block;
    color: #666;
    font-size: 12px;
    text-transform: capitalize;
}

.moble_sel_lang dd ul li a img {
    width: 100%;
    height: auto;
    max-width: 24px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.right_0 {
    right: 0;
}

.menu_close {
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
}

.menu_close img {
    width: 48px;
}

.m_hei {
    display: none;
}

@media (max-width: 750px) {
    .m_hei {
        display: block;
    }

    .banner .swiper-slide .banner_txt h3 {
        font-size: 20px;
    }

    .banner .swiper-slide .banner_txt a {
        margin-top: 10px;
        line-height: 30px;
        height: 30px;
        font-size: 18px;
    }

    .section_4 {
        padding: 40px 10px;
    }

    .section_4 .about_img {
        width: 100%;
    }

    .section_4 .about_content {
        width: 100%;
    }

    .section_4 .about_content h3 {
        font-size: 40px;
    }

    .section_4 .about_content h4 {
        font-size: 24px;
    }

    .Corporate {
        padding: 0 10px 30px;
    }

    .section_5 {
        padding: 30px 0;
    }

    .section_5 .cen li {
        width: 50%;
        padding: 15px 0;
    }

    .section_5 .cen li img {
        height: 50px;
    }

    .section_5 .cen li h3 {
        font-size: 30px;
    }

    .section_5 .cen li p {
        font-weight: 16px;
    }

    .project_ul li {
        width: 100%;
    }

    .project_ul li .pro_bg {
        opacity: 1;
    }

    .project_ul .project_txt {
        opacity: 1;
    }

    .section_7 {
        padding: 0 40px;
    }

    .index_news .n_bor_btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .index_news .news_next {
        right: -36px;
    }

    .index_news .news_prev {
        left: -36px;
    }

    .news_b {
        margin-bottom: 3px;
    }

    .news_b a {
        padding: 15px;
    }

    .news_b .news_content h3 {
        padding: 5px 0;
        font-size: 16px;
    }

    .view_more {
        margin-top: 5px;
    }

    .footer {
        padding: 30px 10px;
    }

    .footer .foot_fl {
        width: 100%;
        text-align: left;
    }

    .footer .foot_fl2 {
        margin: 10px auto;
        width: 100%;
    }

    .footer .foot_form {
        clear: both;
        width: 100%;
        margin: 20px auto;
    }

    .footer .foot_code {
        width: 100%;
        max-width: none;
        text-align: center;
    }
}

.toggle_content {
    transition: none;
}

#flexiselDemo2 {
    transition: none;
}

.map_contact {
    margin-bottom: 40px;
}

.if_map {
    width: 100%;
    height: 500px;
    border: none;
}

.map_img {
    display: block;
    margin: 10px auto 20px;
    width: 100%;
}

.head .p_nav ul li .mainmenu > nav > ul > li > ul {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    left: auto;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    z-index: 99999999;
    padding: 10px 10px;
    visibility: hidden;
    text-align: left;
    width: 200px;
    background: #fff;
    border-top: 1px solid #f9f9f9;
    border-bottom: 2px solid #3b40ca;
}

.head .p_nav ul li .mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.head .p_nav ul li .mainmenu ul li {
    display: block;
    width: 100%;
    float: none;
    line-height: 38px;
}

.head .p_nav ul li .mainmenu a {
    color: #666666;
    padding: 6px 0;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
}

.head .p_nav ul li .mainmenu a:hover {
    color: #336699;
    padding-left: 3px;
}

.head .p_nav ul li .mainmenu a:hover i {
    color: #3b40ca;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul {
    width: 100%;
    left: 0;
    border-bottom: 2px solid #244b90;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li > a {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li > a:hover {
    padding-left: 0;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li > a span {
    width: 36px;
    height: 40px;
    display: inline-block;
    background-size: 100%;
    padding: 8px;
    margin-right: 5px;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li > a span img {
    max-width: 100%;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li > a p {
    display: inline-block;
    vertical-align: middle;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li div span {
    display: block;
    margin-bottom: 10px;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li div span a {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    color: #555;
}

.head .p_nav ul li .mainmenu ul li.product_vmegamenu ul li div span a:hover {
    color: #4ac0fb;
}

@media only screen and (max-width: 768px) {
    .mobile-menu-area .row, .mobile-menu-area .container {
        width: 100%;
        margin: 0;
    }
}

.head .p_nav ul li .vmegamenu {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
    z-index: 99999999;
    padding: 10px 10px;
    text-align: left;
    width: 200px;
    background: #fff;
    border-top: 1px solid #f9f9f9;
    border-bottom: 2px solid #336699;
}

.head .p_nav ul li .vmegamenu li a {
    padding: 8px 10px !important;
    width: 100%;
    font-size: 13px !important;
    box-sizing: border-box;
}

.head .p_nav ul li .vmegamenu li a i {
    margin-right: 10px;
    color: #244b90;
    font-size: 12px;
    opacity: 0.6;
    margin-left: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.head .p_nav ul li .vmegamenu li a:hover i {
    margin-left: 15px;
}

.head .p_nav ul li .vmegamenu li:last-child a {
    border-bottom: none;
}

.head .p_nav ul li .mainmenu {
    position: absolute;
    left: auto;
    top: 100px;
    background: #fff;
    display: none;
    transition: none;
}

.p_nav {
    position: relative;
}

.head .nav_list {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    left: auto;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease 0s;
    z-index: 99999999;
    padding: 10px 10px;
    visibility: hidden;
    text-align: left;
    background: #fff;
    border-top: 1px solid #f9f9f9;
    border-bottom: 2px solid #3b40ca;
    width: 100%;
    left: 0;
}

.main_half {
    width: 50%;
}

.head .p_nav ul li .mainmenu_vm {
    left: 0;
    width: 100%;
}

.head .p_nav ul li .pro_vm {
    width: 100%;
}

.pro_two {
    background: #f9f9f9;
    padding: 0px 8px;
    margin-bottom: 10px;
}

.pro_vm li em {
    display: inline-block;
    vertical-align: middle;
}

.head .p_nav ul li .vmegamenu li a i img {
    margin-top: -2px;
}

.main_half_ul {
    padding: 0 10px;
}

.mobile_menu ul li a.mean-expand {
    width: 26px;
    height: 26px;
    padding: 9px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border: 0 !important;
    background: #336699;
    color: #fff;
    font-size: 20px !important;
    line-height: 28px;
}

.mobile_menu ul li ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    background: #1b63c7;
    border-top: none;
    border-bottom: 3px solid #336699;
}

.mobile_menu ul li ul li {
    list-style: none;
}

.mobile_menu ul li ul li {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.mobile_menu ul li ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #555;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 11px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 90%;
}

.mobile-menu-area .container {
    padding: 0;
    padding-bottom: 0px;
}

.mobile_menu ul li ul li li a {
    padding: 11px 20px;
    text-shadow: none !important;
    visibility: visible;
    width: 90%;
    font-weight: normal;
    text-transform: capitalize;
    color: #666;
    font-size: 12px;
    background: #fafafa;
    padding-left: 20px !important;
}

.mobile_menu ul li ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
}

.mobile_menu ul li ul li li a.mean-expand {
    height: 23px;
}

.mobile_menu ul li ul li li li a {
    padding: 1em 5%;
}

.mobile_menu ul li ul li li li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}

.mobile_menu ul li ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mobile_menu ul li ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mobile_menu ul li ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #7ec93b;
}

.mobile_menu ul li {
    position: relative;
}

.mobile_menu ul li ul li a.mean-expand {
    width: 26px;
    height: 26px;
    padding: 9px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border: 0 !important;
    background: #244b90;
    color: #fff;
    font-size: 20px !important;
    line-height: 28px;
}

.mobile_menu ul li a.mean-expand {
    box-sizing: content-box;
}

.mobile_menu ul li ul li a.mean-expand:before {
    display: none;
}

.mobile_menu ul li ul li a.mean-expand:hover {
    background: #244b90;
    color: #fff;
}

.mobile_menu ul li .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mobile_menu ul li ul li {
    float: none;
}

.mobile_menu ul li ul li a {
    margin: 0 auto;
    display: block;
    float: none;
    border: none;
}

.mobile_menu .vmegamenu {
    display: none;
    transition: none;
}

.mobile_menu ul li ul li a.mean-expand:hover {
    background: #336699 !important;
}

.mobile_menu ul li ul li a.mean-expand {
    background: #336699;
}

.ov_pos_icon {
    position: relative;
}

.ov_pos_icon img {
    position: absolute;
    left: 0;
    top: 14px;
}

.mobile_menu ul li ul .vmegamenu_bor {
    border-top: 1px solid #ccc;
    border-bottom: none;
}

.mobile_menu ul li ul .vmegamenu_bor li:nth-last-child(1) {
    border-bottom: none;
}

/*# sourceMappingURL=style.css.map */
