@charset "utf-8";
ul {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 鼠标箭头 */

.jiantou {
    cursor: default;
}


/* 字体图标 */


/* @font-face {
    font-family: 'iconfont';
    src: url('../fonts/24afe93a8a56461e8d1945863b8b6793.eot');
    src: url('../fonts/36a410687c9241a998d26b56fcc85d8d.eot') format('embedded-opentype'), url('../fonts/83a727809ea048b2885f6d358beb9b45.woff') format('woff2'), url('../fonts/47d0bb78f98d4f7b8bec58839ed3a4a5.woff') format('woff'), url('../fonts/d48e2f03905f41458505b76830dbe2ff.ttf') format('truetype'), url('../fonts/00b0833abfa041d395a9bd132adb073a.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #d3d3d3;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */


/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #555555;
    font-size: 16px;
}

a {
    font-size: 16px;
    color: #111;
}

a:hover {
    color: #3c8dcf;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    margin: 0;
}


/* h1logo */

h1 {
    font-size: 30px;
    font-weight: 700;
    color: #ce0000;
}


/* h2轮播图 */

h2 {
    font-size: 16px;
}


/* h3模块分隔 */

h3 {
    font-size: 42px;
    font-weight: 700;
    color: #122665;
    margin: 0;
}


/* h4盒子 */

h4 {
    font-size: 36px;
    font-weight: 700;
    color: #d41e1e;
    margin: 0;
}


/* h5段落*/

h5 {
    font-size: 22px;
    font-weight: 400;
    color: #111;
    margin: 0;
}


/* h6自定义 */

h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}


/* 单一版心媒体查询修改最大最小宽度 */

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}


/* 公共部分样式开始 */

.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.head_top {
    height: 47px;
    background-color: #efefef;
}

.head_top_box {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_top_title,
.head_top_lianjie>a {
    font-size: 14px;
    color: #666666;
}

.head_top_lianjie>a {
    padding: 0 15px;
}

.head_top_lianjie>a:last-child {
    padding-right: 0;
}

.head_top_lianjie>a:hover {
    color: #ce0000;
}

.head_mid {
    padding: 44px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_mid_l {
    display: flex;
    align-items: center;
}

.head_mid_logo {
    display: flex;
}

.head_logo_txt_er {
    margin-top: 10px;
}

.head_logo_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background: url(../images/logotxt03.png) no-repeat center right;
}

.head_mid_txt {
    margin-left: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.head_mid_txt h2{    font-size: 30px;
    font-weight: 700;
    color: #ce0000;}
.head_mid_txt p {
    width: 213px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #777;
}

.head_mid_r {
    display: flex;
    align-items: center;
}

.head_mid_tel {
    display: flex;
    flex-direction: column;
    margin-right: 48px;
}

.head_mid_tel div {
    font-size: 16px;
    color: #777;
}

.head_mid_tel div i {
    font-size: 20px;
    color: #777;
    vertical-align: middle;
	 background:url(../images/tel.png) no-repeat;
	width: 19px;
	height: 17px;
}

.head_mid_tel span {
    font-size: 24px;
    color: #111;
    font-weight: 700;
    margin-top: -7px;
}

.head_mid_weixn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.head_mid_weixn p {
    font-size: 13px;
    color: #333;
}

.head_bt {
    background-color: #122665;
}

.head_bt_nav {
    display: flex;
}

.head_bt_nav li {
    flex: 1;
    position: relative;
}

.head_bt_nav li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    color: #fff;
    font-weight: 400;
    transition: all .4s;
}
.head_bt_nav li.active>a{background: url(../images/navhover.jpg) no-repeat;}
.head_bt_nav li a.hvr-underline-from-center:before {
    background-color: #ce0000;
}
.nav_bg {
    font-weight: 400!important;
    background-color: #07102d!important;
}

.head_nav_dw {
    display: none;
    position: absolute;
    width: 100%;
    top: 68px;
    background-color: rgba(7, 16, 45, .8);
}

.head_nav_dw a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
	font-weight: 400!important;
}

.head_nav_dw a:hover {
    background-color: #07102d
}


/* 底部 */

.footer {
    margin-top: 65px;
}

.footer_t {
    background-color: #122665;
    padding: 62px 0 84px;
}

.footer_t_box {
    display: flex;
}

.footer_logo {
    width: 18%;
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo img {
    width: 86px;
}

.footer_logo h6 {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.footer_logo p {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
}

.footer_nav {
    width: 30%;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    justify-content: center;
}

.footer_nav_l {
    display: flex;
    flex-direction: column;
	 width: 85%;
    padding-left: 45px;
}

.footer_nav_l h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.footer_nav_l_link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer_nav_l_link a {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
	 width: 50%;
}

.footer_nav_r {
    margin-top: 20px;
    margin-left: 35px;
}

.footer_nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer_con {
    flex: 1;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
}

.footer_con_l h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.footer_con_l_link {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.footer_con_l_link p {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.footer_con a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer_con_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer_con_r img{width: 120px;}
.footer_con_r p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.footer_b {
    background-color: #111111;
}

.copyright {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright span {
    font-size: 14px;
    color:rgba(255, 255, 255, .5);
}