@font-face {
  font-family:DubaiW;
  src: url('../fonts/DubaiW23-Regular.ttf');
}
@font-face {
  font-family:DubaiW Bold;
  src:url('../fonts/DubaiW23-Bold.ttf');
}
.clear_float::after {
    content: ' ';
    display: block;
    clear: both;
}

/* 页面顶部 */
.public-header {
    top: 0;
    left: 0;
    width: 100%;
    background:url(../images/public/navbg.jpg) no-repeat right center #135ea9;
    z-index: 1001;
}

.public-header .wide {
    height: 62px;
}

.public-header .header-nav {
    width:100%;
}

.public-header .header-ul>li {
    margin-right: 34px;
    position: relative;
    padding: 0 4px;
    line-height: 62px;
    color: #fff;
}
.public-header .header-ul>li a{
    font-family: 'DubaiW Bold';
}

.public-header .header-ul>li:hover {
    
}

.public-header .header-ul>li:not(.pull_nav_control):hover::after {
    transform: scale(1);
}

.public-header .header-ul>li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scaleX(0);
    transition: all .4s;
}

.public-header .header-ul>li:last-child {
    margin-right: 0;
}

.public-header .line {
    width: 1px;
    height: 16px;
    background-color: #b5b5b5;
    opacity: 0.28;
}

.public-header .header-language .iconfont {
    font-size: 24px;
    color: #bfbfbf;
}

.public-header .header-language .iconfont:hover {
    color: #950505;
}

.public-header .header-tel {
    padding-right: 4px;
}

.public-header .header-tel p {
    font-size: 14px;
    color: #666666;
}

.public-header .header-tel p .iconfont {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 20px;
    color: #b82020;
}

.public-header .header-tel p:last-child {
    margin-top: 2px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    color: #b82020;
}

/* 页面顶部 end */



/* 页面底部 */
.public-footer {
    background: #3a3e42;
}

.public-footer .footer-top {
    padding: 48px 50px;
}

.public-footer .footer-dl dt {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.public-footer .footer-dl dt::after {
    content: "";
    display: block;
    margin-top: 12px;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
}

.public-footer .footer-dl dt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #34599e;
}

.public-footer .footer-dl .weixin-box {
    position: relative;
    margin-top: 30px;
    padding: 6px;
    width: 120px;
    height: 120px;
    border: solid 1px #dcdcdc;
}

.public-footer .footer-dl .weixin-box::before,
.public-footer .footer-dl .weixin-box::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
}

.public-footer .footer-dl .weixin-box::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
}

.public-footer .footer-dl .weixin-box::after {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}

.public-footer .footer-dl dd {
    line-height: 34px;
    font-size: 14px;
    color: #b5b5b5;
}

.public-footer .footer-dl dd:hover {
    color: #b5b5b5;
}

.public-footer .footer-contact {
    width: 212px;
}

.public-footer .space-dl dt {
    margin-bottom: 20px;
}

.public-footer .footer-bottom {
    padding: 10px 50px;
    font-size: 14px;
    color: #8091a3;
    background: #474e55;

}

.public-footer .footer-bottom a {
    display: inline-block;
}

/* 页面底部 end */



/* within_banner START */
.within_banner {
    position: relative;
    height: 400px;
}

.within_banner img {
    position: absolute;
    max-width: none;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* within_banner END */



/* crumbs START */
.crumbs {
    padding-right:50px;
    padding-left:50px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    height: 50px;
}

.crumbs a {
    display: inline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.crumbs .crumbs_left {
    float: left;
    position: relative;
    font-size: 16px;
    color: #666;
}

.crumbs .crumbs_left a {
    float: left;
    margin-right: 45px;
}

.crumbs .crumbs_left a:hover,
.crumbs .crumbs_left a.active {
    color: #1c4b8d;
}

.crumbs .crumbs_left .active_line {
    position: absolute;
    width: 64px;
    height: 3px;
    background: #1c4b8d;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.crumbs .crumbs_right {
    float: right;
    height: 50px;
    color: #888;
    font-size: 14px;
}

.crumbs .crumbs_right .iconfont {
    font-size: 12px;
    display: inline-block;
    margin: 0 2px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.crumbs .crumbs_right a:hover,
.crumbs .crumbs_right .active {
    color: #b82020;
}

/* crumbs END */



/* 分页 */
.paging {
    position: relative;
    font-size: 14px;
}

.paging a {
    color: #666;
    margin: 0 5px;
    line-height: 32px;
    text-align: center;
    height: 34px;
    background: #ffffff;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.paging .page {
    width: 38px;
}

.paging .prevPage,
.paging .nextPage {
    width: 120px;
}

.paging .firstPage,
.paging .lastPage {
    width: 130px;
}

.paging a.active,
.paging a:not(.noPage):hover {
    color: #fff;
    background: #1c4b8d;
    border-color: #1c4b8d;
}

.paging .noPage {
    color: rgba(51, 51, 51, 0.3);
    cursor: default;
}

/* 分页 END */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* 下拉菜单 START */
.public-header .header-ul>li .pull_nav {
    display: none;
    position: absolute;
    left: 50%;
    top: 63px;
    transform: translateX(-50%);
    z-index: 100;
    line-height: normal;
    background: #fff;
    padding: 0 22px;
    width: auto;
    font-size: 14px;
    color: #666666;
    box-shadow: 4px 6px 21px 0px rgba(8, 1, 3, 0.07);
}

.public-header .header-ul>li .pull_nav a {
    width: 150px;
    line-height: 44px;
    text-align: center;
}

.public-header .header-ul>li .pull_nav li:not(:first-child) a {
    border-top: 1px dashed #eee;
}

.public-header .header-ul>li .pull_nav a:hover {
    color: #1c4b8d;
}

/* 下拉菜单 END */


/* 侧边咨询 */
.aside-ask {
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 40%;
    width: 70px;
    border: solid 1px rgba(84, 124, 175, 0.6);
    background: #f3f5f7;
}

.aside-ask a {
    padding-bottom: 8px;
    padding-top: 2px;
    border-bottom: solid 1px #547caf;
    text-align: center;
    transition: all .4s;
}

.aside-ask a:hover {
    background: #547caf;
}

.aside-ask a:hover .iconfont {
    color: #fff;
}

.aside-ask a:hover p {
    color: #fff;
}

.aside-ask a:last-child {
    border-bottom: none;
}

.aside-ask a:last-child p {
    transform: translate(0, -4px);
}

.aside-ask .iconfont {
    font-size: 38px;
    line-height: 40px;
    color: #547caf;
    transition: all .4s;
}

.aside-ask .iconchangyonglogo27 {
    font-size: 40px;
}

.aside-ask p {
    font-size: 14px;
    color: #547caf;
    transition: all .4s;
}

.contact-h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #444444;
}

.contact-sec1 .contact1-ul1 p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.contact-sec1 .contact1-ul1 p:first-child {
    margin-bottom: 20px;
}

.nav_top{padding-top:20px;padding-left:50px;padding-right:50px;margin:0 auto;}
.nav_logo{float:left;margin-bottom:10px;}
.header-tel{float:right;text-align: right;}
.cls{clear:both;}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.header-ul{float:left;}
.menu-rgt {
    float:right;
    width:21%;
    background: #536272 url(../uploads/image/20200520/menu-bg.png) no-repeat left center !important;
}
.menu-rgt li{
    float: right !important;
    height:62px;
    line-height:62px;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar-nav > li > a{
   padding--top: 19px;
font-family: 'DubaiW 23 Bold';
font-size: 13px;
padding-left: 12px !important;
padding-right: 10px !important;
}

