body {background:#f8f8f8}
.aboutBox {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .aboutBox {
    padding: 1.2rem 0;
  }
}
.aboutBox .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .aboutBox .container {
    display: block;
  }
}
.aboutBox .container .txt {
  width: 40%;
}
@media (max-width: 767px) {
  .aboutBox .container .txt {
    width: 100%;
  }
}
.aboutBox .container .txt .title {
    color: #1c1c1c;
    line-height: 1.3;
    font-family:"Swiss"
}
.aboutBox .container .txt .title::before {
  display: block;
  content: '';
  width: 0.5rem;
  margin: 0 auto 0.2em 0;
  min-width: 30px;
  height: 0.1rem;
  min-height: 6px;
  border-radius: 1000px;
  background: #354990;
}
.aboutBox .container .txt .title span {
  color: #354990;
}
.aboutBox .container .txt .intro {
  line-height: 1.5;
  line-height: 2;
  margin-top: 6.2%;
  font-size:16px;
  color:#343434;
}
.aboutBox .container .txt .intro strong{
    font-family:"Swiss";
    color:#1c1c1c;
}
.aboutBox .container .txt .name {
  color: #333;
  margin-top: 6.8%;
}
.aboutBox .container .picb {
  width: 50%;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .aboutBox .container .picb {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.aboutBox .container .picb .bgBox .bgLi1 {
  transition: all 0.4s linear 0.01s;
  -webkit-transition: all 0.4s linear 0.01s;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 25.2%;
  background: #354990;
  background-size: 100% auto;
}
.aboutBox .container .picb .bgBox .bgLi2 {
  position: absolute;
  left: 100%;
  top: 25.2%;
  width: 0;
  height: 24.5%;
  background-color: #354990;
  transition: all 0.4s linear 0.2s;
  -webkit-transition: all 0.4s linear 0.2s;
}
.aboutBox .container .picb .bgBox .bgLi3 {
  position: absolute;
  left: 123.3%;
  top: 0;
  width: 0;
  height: 25.2%;
  background-color: #d2d2d2;
  transition: all 0.4s linear 0.4s;
  -webkit-transition: all 0.4s linear 0.4s;
}
.aboutBox .container .picb .bgBox .bgLi4 {
  position: absolute;
  right: 100%;
  bottom: 25%;
  width: 0;
  height: 25%;
  background-color: #ddd;
  transition: all 0.4s linear 0.6s;
  -webkit-transition: all 0.4s linear 0.6s;
}
.aboutBox .container .picb .bgBox .bgLi5 {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 25.2%;
  background-color: #ddd;
  transition: all 0.4s linear 0.6s;
  -webkit-transition: all 0.4s linear 0.6s;
}
.aboutBox .container .picb .bgBox .bgLi6 {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 25%;
  background-color: #f3f3f3;
  transition: all 0.4s linear 1s;
  -webkit-transition: all 0.4s linear 1s;
}
.aboutBox .container .picb .bgBox .sector {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4b5ea1;
    -moz-border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
}
.aboutBox .container .picb .bgBox.show .bgLi1 {
  width: 23.3%;
}
.aboutBox .container .picb .bgBox.show .bgLi2 {
  width: 23.3%;
}
.aboutBox .container .picb .bgBox.show .bgLi3 {
  width: 23.3%;
}
.aboutBox .container .picb .bgBox.show .bgLi4 {
  width: 31.18%;display: none;
}
.aboutBox .container .picb .bgBox.show .bgLi5 {
  width: 50%;
}
.aboutBox .container .picb .bgBox.show .bgLi6 {
  width: 31.18%;display: none;
}
.aboutBox .container .picb .pic {
  position: relative;
  z-index: 0;
  left: 0;
  width: 100%;
  padding-top: 107.87%;
}
@media (max-width: 767px) {
  .aboutBox .container .picb .pic {
    left: 0;
    width: 100%;
    padding-top: 60%;
  }
}
.aboutBox .container .picb .pic img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#c-history {
    position: relative;
    padding: 120px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width:calc(100% - 64px);
    margin-left:32px;
    border-radius:30px;
	 margin-bottom: .5rem;
}
@media screen and (max-width: 767px) {
    #c-history {
        padding: 40px 0;
        width:90%;
        margin-left:5%;
    }
}

    #c-history::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(53, 73, 144, .95);
        border-radius:30px;
    }

    #c-history .c-container {
        z-index: 2;
    }

    #c-history .c-common-title2 .c-en-title {
        color: #fff;
    }

    #c-history .c-common-title2 .c-line {
        border-color: #fff;
    }


    .c-banner4-top {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

        .c-banner4-top .swiper-slide {
            padding: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .c-banner4-top .c-num {
            margin-top: -40px;
            padding-right: 50px;
            width: 50%;
            font-size: 1.4rem;
            line-height: 1;
            text-align: right;
            font-family: "Swiss"
        }

        .c-banner4-top .c-text {
            padding-left: 50px;
            width: 50%;
            font-size: 18px;
            line-height: 28px;
        }

        .c-banner4-top .c-next {
            position: absolute;
            top: 50%;
            right: 0;
            z-index: 10;
            margin-top: -40px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(0, 0, 0, .25);
            cursor: pointer;
        }

        .c-banner4-top .c-prev {
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 10;
            margin-top: -40px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(0, 0, 0, .25);
            cursor: pointer;
        }

        .c-banner4-top .c-next p {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 24px;
            line-height: 80px;
            padding-right: 50px;
        }

        .c-banner4-top .c-prev p {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 24px;
            line-height: 80px;
            padding-left: 50px;
        }

        .c-banner4-top .c-next.swiper-button-disabled,
        .c-banner4-top .c-prev.swiper-button-disabled {
            display: none;
        }

    .c-banner4-bottom {
        margin: -2px 120px 0;
        text-align: center;
    }

        .c-banner4-bottom .swiper-wrapper {
            display: flex;
        }

        .c-banner4-bottom .swiper-slide {
            width: 120px;
            margin-right: 50px;
            padding-top: 25px;
            border-top: 3px solid transparent;
            line-height: 26px;
            cursor: pointer;
            transition: .3s;
        }

        .c-banner4-bottom .swiper-slide-thumb-active {
            border-color: #fff;
        }

    @media screen and (max-width: 767px) {
        .c-banner4-top .swiper-slide {
            padding: 20px 0;
        }

        .c-banner4-top .c-num {
            margin-top: 0;
            font-size: 80px;
        }

        .c-banner4-top .c-next,
        .c-banner4-top .c-prev {
            display: none;
        }

        .c-banner4-top .c-text,
        .c-common-title2 .c-text {
            font-size: 14px;
            line-height: 24px;
        }

        .c-banner4-bottom {
            margin: -2px 20px 0;
        }

            .c-banner4-bottom .swiper-slide {
                width: 60px;
                margin-right: 20px;
            }

        .c-banner4-top .c-num {
            width: 100%;
            padding-bottom: 30px;
            text-align: center;
            padding-right:0;
        }

        .c-banner4-top .c-text {
            width: 100%;
            padding: 0;
        }

        .c-banner4-top .swiper-slide {
            padding: 20px 0;
        }

        .c-banner4-top .c-num {
            margin-top: 0;
            font-size: 60px;
        }

        .c-banner4-top .c-next,
        .c-banner4-top .c-prev {
            display: none;
        }

        .c-banner4-top .c-text,
        .c-common-title2 .c-text {
            font-size: 14px;
            line-height: 24px;
        }

        .c-banner4-bottom {
            margin: -2px 20px 0;
        }

            .c-banner4-bottom .swiper-slide {
                width: 60px;
                margin-right: 20px;
            }
    }


    .c-common-title2 {
        text-align: center;
        line-height: 1;
    }

        .c-common-title2 .c-en-title {
            font-family: 'Swiss';
            font-size: 60px;
            color: #333;
            opacity: .1;
        }

        .c-common-title2 .c-title {
            font-family: 'Swiss';
            font-weight: normal;
            margin-top: -30px;
            font-size: 40px;
            opacity: .9;
        }

        .c-common-title2 .c-line {
            margin: 20px auto 0;
            width: 30px;
            border-top: 2px solid #354990;
            opacity: .9;
        }

        .c-common-title2 .c-text {
            padding-top: 20px;
            font-size: 24px;
            line-height: 34px;
        }

        .c-common-title2 .c-text2 {
            padding: 25px 0 30px;
            font-size: 30px;
            line-height: 40px;
            color: #354990;
        }

        .c-common-title2 .c-text3 {
            max-width: 1;
            line-height: 26px;
            color: #666;
        }

    @media screen and (max-width: 767px) {
        .c-common-title2 .c-en-title {
            font-size: 24px;
        }

        .c-common-title2 .c-title {
            margin-top: 0;
            font-size: 24px;
        }

        .c-common-title .c-en-title,
        .c-common-title2 .c-en-title {
            display: none;
        }
    }


#c-honor{padding:.8rem 0 .3rem;width:100%;overflow:hidden;}
@media (max-width: 748px) {
    #c-honor {
        padding: .8rem 0 0;
    }
}

#c-honor .cont { position: relative; margin-top: .8rem; }
#c-honor .cont .abtbox6_cont { width: 100%; max-width: 600px; overflow: visible; }
#c-honor .cont .abtbox6_cont .abtbox6_prev,
#c-honor .cont .abtbox6_cont .abtbox6_next { position: absolute; top: 40%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; width: 0.66rem; height: 0.66rem; display: flex; opacity: 0.4; cursor: pointer; align-items: center; justify-content: center; border: solid 2px #333; color: #333; }
@media (max-width: 767px) {
    #c-honor .cont .abtbox6_cont .abtbox6_prev,
    #c-honor .cont .abtbox6_cont .abtbox6_next { border-width: 1px; }
}
#c-honor .cont .abtbox6_cont .abtbox6_prev:before,
#c-honor .cont .abtbox6_cont .abtbox6_next:before { content: ""; display: block; width: 0; height: 100%; background-color: #354990; position: absolute; left: 0; top: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
#c-honor .cont .abtbox6_cont .abtbox6_prev i,
#c-honor .cont .abtbox6_cont .abtbox6_next i { display: block; width: 10px; overflow: hidden; position: relative; z-index: 2; }
@media (max-width: 767px) {
    #c-honor .cont .abtbox6_cont .abtbox6_prev i,
    #c-honor .cont .abtbox6_cont .abtbox6_next i { width: 0.12rem; }
}
#c-honor .cont .abtbox6_cont .abtbox6_prev i img,
#c-honor .cont .abtbox6_cont .abtbox6_next i img,
#c-honor .cont .abtbox6_cont .abtbox6_prev i svg,
#c-honor .cont .abtbox6_cont .abtbox6_next i svg { width: 100%; float: left; }
#c-honor .cont .abtbox6_cont .abtbox6_prev i img path,
#c-honor .cont .abtbox6_cont .abtbox6_next i img path,
#c-honor .cont .abtbox6_cont .abtbox6_prev i svg path,
#c-honor .cont .abtbox6_cont .abtbox6_next i svg path { fill: #333; }
#c-honor .cont .abtbox6_cont .abtbox6_prev:hover,
#c-honor .cont .abtbox6_cont .abtbox6_next:hover { opacity: 1; border-color: #354990; }
#c-honor .cont .abtbox6_cont .abtbox6_prev:hover:before,
#c-honor .cont .abtbox6_cont .abtbox6_next:hover:before { -webkit-transform: scale(1); transform: scale(1); width: 100%; }
#c-honor .cont .abtbox6_cont .abtbox6_prev:hover i img path,
#c-honor .cont .abtbox6_cont .abtbox6_next:hover i img path,
#c-honor .cont .abtbox6_cont .abtbox6_prev:hover i svg path,
#c-honor .cont .abtbox6_cont .abtbox6_next:hover i svg path { fill: #fff; }
#c-honor .cont .abtbox6_cont .abtbox6_prev { left: -0.86rem; }
@media (max-width: 767px) {
    #c-honor .cont .abtbox6_cont .abtbox6_prev { left: 0; }
}
#c-honor .cont .abtbox6_cont .abtbox6_next { right: -0.86rem; }
@media (max-width: 767px) {
    #c-honor .cont .abtbox6_cont .abtbox6_next { right: 0; }
}
#c-honor .cont .abtbox6_cont .swiper-slide { width: 75%; opacity: 0.5; }
@media (max-width: 767px) {
    #c-honor .cont .abtbox6_cont .swiper-slide { opacity: 1; }
}
#c-honor .cont .abtbox6_cont .swiper-slide .item { height: 6.2rem; padding: 0.62rem 0.2rem; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
#c-honor .cont .abtbox6_cont .swiper-slide .img { width: 100%; background-color: #fff; padding: 0.5rem; height: 3.4rem; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); display: flex; justify-content: center; align-items: center; margin-bottom: 0.38rem; }
#c-honor .cont .abtbox6_cont .swiper-slide .img a { width: 100%; height: 100%; display: block; text-align: center; }
#c-honor .cont .abtbox6_cont .swiper-slide .img a img { max-width: 100%; max-height: 100%; object-fit: contain; }
#c-honor .cont .abtbox6_cont .swiper-slide .tit { text-align: center; }
@media (max-width: 767px) {
    #c-honor .cont .abtbox6_cont .swiper-slide { opacity: 1; width: 100%; }
    #c-honor .cont .abtbox6_cont .swiper-slide .item { padding: 0 0.2rem; }
    #c-honor .cont .abtbox6_cont .swiper-slide .img { height: 4.5rem; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
}
#c-honor .cont .abtbox6_cont .swiper-slide-active { opacity: 1; width: 100%; }
#c-honor .cont .abtbox6_cont .swiper-slide-active .item { padding: 0 0.2rem; }
#c-honor .cont .abtbox6_cont .swiper-slide-active .img { height: 4.5rem; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }

footer {
    margin:0;
}


/*下拉*/
.hadbox-sec1 > ul > li.dropdown ul { position: absolute; width: 210px; height: auto; left: 0; top: 58px; z-index: 9999; padding: 3px 0 0; border-radius: 4px; background: #fff; box-shadow: rgba(0,0,0,0.14) 0px -6px 9px 0px; transform: rotate3d(1,0,0,-90deg); -webkit-transform: rotate3d(1,0,0,-90deg); -o-transform: rotate3d(1,0,0,-90deg); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; transform-origin: 0 0 0; -khtml-opacity: 0; -moz-opacity: 0; opacity: 0; transition: transform 0.5s, opacity 0.3s; -webkit-transition: -webkit-transform 0.5s, opacity 0.3s; }
.hadbox-sec1 > ul > li.dropdown ul::before { content: ''; position: absolute; left: 20px; margin: 0; top: -8px; overflow: hidden; display: inline-block; border-right: 8px solid transparent; border-bottom: 8px solid #fff; border-left: 8px solid transparent; }
.hadbox-sec1 > ul > li.dropdown ul > li { float: none; border-bottom: 1px solid #EDEDED; text-align: left; position: relative; }
.hadbox-sec1 > ul > li.dropdown ul > li:last-child { border: none; }
.hadbox-sec1 > ul > li.dropdown ul > li > a { display: block; padding: 10px 20px; border: none; color: #333; font-size: 14px; line-height: 22px; text-transform: capitalize; }
.hadbox-sec1 > ul > li.dropdown ul > li > a i { position: absolute; right: 10px; font-size: 11px; }
.hadbox-sec1 > ul > li.dropdown ul > li > a:hover { color: #f7931e; }
.hadbox-sec1 > ul > li.dropdown:hover > a > i { transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); }
.hadbox-sec1 > ul > li:hover > ul { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: rotate3d(0,0,0,0); -webkit-transform: rotate3d(0,0,0,0); -o-transform: rotate3d(0,0,0,0); }
.hadbox-sec1 > ul > li:hover .divDropDown { transform: rotate3d(1,0,0,0); -webkit-transform: rotate3d(1,0,0,0); opacity: 1 }


.hadbox-sec1 > ul > li .divDropDown { width: 100%; position: absolute; left: 0; top: 125px; padding: 30px 0 50px; background: #fff; border-bottom: 1px solid #f1f1f1; z-index: 999; transform: rotate3d(1,0,0,-90deg); -webkit-transform: rotate3d(1,0,0,-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; transition: transform .5s,opacity .3s; -webkit-transition: -webkit-transform .5s,opacity .3s; text-align: left; overflow: hidden }
.fixed-header-on2 .nav > ul > li .divDropDown { width: 100%; position: absolute; left: 0; top: 125px; padding: 30px 0 50px; background: #e2e3e8; border-top: 1px solid #333; z-index: 999; transform: rotate3d(1,0,0,-90deg); -webkit-transform: rotate3d(1,0,0,-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; transition: transform .5s,opacity .3s; -webkit-transition: -webkit-transform .5s,opacity .3s; text-align: left; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden }

.fixed-header-on .menu > li > a > i { color: #333 }
.fixed-header-on2 .menu > li > a > i { color: #333 }
.item-nav { position: relative; overflow: hidden; }
.left { float:left;}
.item-nav .left { overflow: hidden; height: auto !important; width: 30%; padding-right: 7%; position: relative; }
.item-nav .left::after { content: ''; display: block; width: 1px; height: 100%; background: #e5e5e5; position: absolute; right: 0; top: 0; }
.item-nav .left .ntitle { padding-bottom: 10px; }
.item-nav .left .ntitle h3 { font-size: 24px; color: #1a1a1a; text-transform: uppercase; margin: 0;line-height: 1;}
.item-nav .left .img { }
.item-nav .left .img { display: block; margin-top:15px;}
.item-nav .left .text { padding: 20px 0; overflow: hidden; font-size: 14px; line-height: 24px; color: #666; margin-top: 15px;float: left; width: 100%;}
.item-nav .left .btn {float: left ;font-size: 0; border: 1px solid #ccc; display: inline-block; padding: 15px 20px; position: relative; }
.item-nav .left .btn span {float: left;line-height: 1;font-size: 14px; color: #666; display: block; vertical-align: middle; margin-right: 10px; z-index: 3; position: relative; }
.item-nav .left .btn i {float: left;display: block;vertical-align: middle;background-size: 100% 100%;position: relative;z-index: 3;opacity: .5;line-height: 1;color:#000;}
.item-nav .left .btn::before { content: ''; display: block; width: 0px; height: 100%; position: absolute; left: 0; top: 0; background: #354990; z-index: 1; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; }
.item-nav .left a { display: block; overflow: hidden; }
.item-nav .left a:hover .btn::before { width: 100%; }
.item-nav .left a:hover .btn span { color: #fff; }
.item-nav .left a:hover .btn i{color: #fff;}
.item-nav .cnav { float: left; overflow: hidden; width: 30%; padding: 0 5%; position: relative;margin-top:45px; }
.item-nav .cnav::after { content: ''; display: block; width: 1px; height: 100%; background: #e5e5e5; position: absolute; right: 0; top: 0; }
.item-nav .cnav:last-child::after { display: none; }
.item-nav .cnav .liab { list-style: none; padding: 0px 0 17px 0; overflow: hidden; position: relative; }
.item-nav .cnav .liab a { position: relative; display: block; padding-bottom: 17px; overflow: hidden; }
.item-nav .cnav .liab a::before, .item-nav .cnav li a::after { content: ''; display: block; width: 100%; height: 1px; background: #e5e5e5; position: absolute; left: 0; bottom: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; }
.item-nav .cnav .liab a::before { width: 0px; height: 2px; z-index: 3; }
.item-nav .cnav .liab a:hover::before { width: 100%; background: #354990; }
.item-nav .cnav .liab a h4 { font-size: 16px; color: #999999; margin: 0;line-height: 1;}
.item-nav .cnav .liab a i { width: 9px; height: 12px; position: absolute; top: 50%; right: 5%; margin-top: -15px; background: url("../images/right2.png"); background-size: 100% 100%; display: block; opacity: 0; }
.item-nav .cnav .liab a:hover i { display: block; opacity: .5; right: 0; }
.item-nav .cnav .liab a:hover h4 { color: #000;line-height: 1;}
.item-nav .cnav .liab a.cur h4 { color: #000;line-height: 1;}
.item-nav .cnav .liab a.cur i { display: block; opacity: .5; right: 0; }
.item-nav .cnav .liab a.cur::before { width: 100%; background: #354990; }
.item-nav .left.w50 { width: 50%; }
.item-nav .left.w50 .img { float: left; }
.item-nav .left.w50 .text { float: left; width: 45%; padding: 0px 0 20px 5%; }
.item-nav .left.w50 .btn { margin-left: 5%; }
.item-nav .cnav ul { list-style: none; margin: 0; padding: 0; }
.item-nav .cnav ul.cnav-show { display: none; }
.item-nav .cnav ul.cnav-show.cur { display: block; }
.item-nav .cnav li { list-style: none; padding: 0px 0 17px 0; overflow: hidden; position: relative; }
.item-nav .cnav li a { position: relative; display: block; padding-bottom: 17px; overflow: hidden; }
.item-nav .cnav li a::before, .item-nav .cnav li a::after { content: ''; display: block; width: 100%; height: 1px; background: #e5e5e5; position: absolute; left: 0; bottom: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; }
.item-nav .cnav li a::before { width: 0px; height: 2px; z-index: 3; }
.item-nav .cnav li a:hover::before { width: 100%; background: #354990; }
.item-nav .cnav li a h4 { font-size: 16px; color: #999999; margin: 0;line-height: 1;}
.item-nav .cnav li a i { width: 9px; height: 12px; position: absolute; top: 50%; right: 5%; margin-top: -15px; background: url("../images/right2.png"); background-size: 100% 100%; display: block; opacity: 0; }
.item-nav .cnav li a:hover i { display: block; opacity: .5; right: 0; }
.item-nav .cnav li a:hover h4 { color: #000; }
.item-nav .cnav li a.cur h4 { color: #000; }
.item-nav .cnav li a.cur i { display: block; opacity: .5; right: 0; }
.item-nav .cnav li a.cur::before { width: 100%; background: #354990; }
.item-nav .cnav .email { overflow: hidden; padding-top: 10px; }
.item-nav .cnav .email h4 { font-size: 24px; color: #1a1a1a; margin: 10px 0; }
.item-nav .cnav .email h3 { margin: 0; }
.item-nav .cnav .email h3 a { font-size: 24px; color: #354990; margin: 0; }
.item-nav .cnav.cnav2.w25 { width: 25%; padding: 0 0 0 5%; }
.item-nav .cnav.cnav2.w25 .cnav-show.cnav20 { width: 80%; }
.item-nav .cnav.cnav2.w25 .cnav-show.cnav24 { width: 80%; }
.item-nav .cnav.cnav2.w25 .cnav-show.cnav25 { width: 80%; }
@media(min-width: 1581px) and (max-width: 1600px){
    .item-nav .left.w50 { width: 60%; }
}
@media (max-width: 1580px) {
    .hadbox-sec1 > ul > li .divDropDown{top:80px;}
    .item-nav .left.w50 { width: 60%; }
}
@media (min-width: 992px) and (max-width: 1579px) {
    .item-nav .left.w50 .text{width:100%;padding-left: 0;}
    .item-nav .left.w50 { width: 40%; }
    .item-nav .left .img img{width:100%;}
    .item-nav .cnav.cnav2.w25{width: 30%;}
    .item-nav .cnav .liab a{padding-bottom: 10px;}
}