@charset "utf-8";
textarea {
    outline: none;
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ov {
    overflow: hidden;
}




.jiantou {
    cursor: default;
}




video::-webkit-media-controls-mute-button {
    display: none !important;
}




video::-webkit-media-controls-current-time-display {
    display: none !important;
}




video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}




video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}










body {
    background-color: #fff;
    color: #666666;
    font-size: 16px;
}

a {
    font-size: 14px;
    color: #666;
}

a:hover {
    color: #fe0629;
}




img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}




h1 {
    font-size: 33px;
    font-weight: 700;
    color: #000;
	    line-height: 33px;
    padding-top: 10px;
}




h2 {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
}




h3 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}




h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}




h5 {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
}




h6 {
    font-size: 20px;
    font-weight: 700;
    color: #222b52;
}




.w {
    width: 1200px;
    margin: 0 auto;
}







.haed {

	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}



.haed_top {
    display: flex;
    justify-content: flex-end;
}

.haed_link {
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.haed_link a {
    padding: 5px 20px;
}

.haed_mid {
    padding: 34px 0 45px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.haed_mid_txt h2{    font-size: 24px;
    font-weight: 700;
    color: #000;}
.haed_mid_txt h2 span {
    color: #075aa8;
	font-size:24px;
}

.haed_mid_txt p {
    font-size: 16px;
    color: #333333;
}

.haed_mid_txt p b {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fe0629;
    margin: 0 10px;
    vertical-align: middle;
}

.haed_mid_tel {
    display: flex;
    align-items: center;
}

.haed_tel_i i {
    font-size: 45px;
    color: #c1c1c1;
    margin-right: 14px;
}

.haed_tel_txt h6 {
    font-size: 16px;
    color: #555555;
}

.haed_tel_txt p {
    margin-top: 5px;
    font-size: 30px;
    color: #fe0629;
    font-weight: 700;
}

.haed_b {
    background-color: #055ba8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.haed_nav {
   /* padding-left: 300px; */
    display: flex;
}

.haed_nav_item {
    position: relative;
}

.haed_nav_itemdw {
    display: none;
    position: absolute;
    width: 100%;
    top: 72px;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
}

.haed_nav_itemdw a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.haed_nav_itemdw a:hover {
    background-color: #222b52;
}

.haed_nav_item>a {
    position: relative;
}

.haed_nav_item .headnavbg {
    background: url(../images/imgs/navxiaotu.png) no-repeat center bottom;
    background-size: 100%;
}

.haed_nav>div {
    flex: 1;
    display: flex;
}

.haed_nav>div>a {
    width: 100%;
    padding: 24px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.haed_dw {
    position: relative;
}

.logo_dw {
    position: absolute;
    left: 0;
    top: 0;
}

.logo_dw .logo_box {
    width: 234px;
    height: 238px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_box p {
    font-size: 11px;
    color: #999;
	    text-transform: uppercase;
}




.footer {
    margin-top: 87px;
}

.footer_t {
    padding: 75px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.footert_box {
    display: flex;
    align-items: center;
}

.footert_link {
    width: 265px;
    border-right: 1px solid #d8d8d8;
}

.footert_title {
    font-size: 18px;
    font-weight: 700;
    color: #222b52;
    display: flex;
    align-items: center;
}

.footert_title::before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #222b52;
}

.footert_link_item {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.footert_link_item>a {
    width: 50%;
    font-size: 16px;
    color: #444;
    margin-bottom: 24px;
}

.footert_contact {
    width: 936px;
    padding-left: 144px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footert_contact_box {
    margin-top: 35px;
}

.footert_contact_tel {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.footert_contact_tel i {
    font-size: 16px;
    color: #b1b1b1;
    margin-right: 8px;
}

.footert_contact_tel span {
    font-size: 16px;
    color: #444;
}

.footert_contact_tel p {
    font-size: 24px;
    color: #fe0629;
    font-weight: 700;
}

.footer_b {
    background-color: #222b52;
}

.copyright {
    height: 66px;
    display: flex;

    align-items: center;
	    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footert_contact_weixin p {
    text-align: center;
}

.copyright>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.copyright span>a{color: rgba(255, 255, 255, 0.7);}
.navtab>a.on {
    background-color: #222b52;
    color: #fff;
}

.navtab>a.on::before {
    display: block;
}




.pages {
    height: 26px;
    padding: 5px 0;
    margin-top: 5px;
    clear: both;
}

.pages:after {
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}

.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.pages li {
    float: left;
    margin-right: 5px;
}

.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.pages li a:hover {
    border: 1px solid #fe0629;
    background: #fe0629;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}

.pages .current a {
    border: 1px solid #fe0629;
    background: #fe0629;
    color: #fff;
}




.prolist_list_ct>a.on {
    background-color: #222b52;
}

.prolist_list_ct>a.on span {
    color: #fff;
}


.h_head_gd{ position:fixed; top:0px; width:100%;_position:absolute;_top:expression(eval(document.documentElement.scrollTop)0); z-index:9999; left:0; filter:alpha(opacity=1); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.haed_b .w {
    width: 1200px;
    margin: 0 auto;
}


.c-lianxi {
	background: #2d51a8;
	padding: 65px 110px;
}

.c-lianxi .c-t {
	overflow: hidden;
	color: #fff;
	margin-bottom: 24px;
}

.c-lianxi .c-t .c-l {
	float: left;
}

.c-lianxi .c-t h2 {
	font-size: 40px;
	margin-bottom: 18px;
}

.c-lianxi .c-t p {
	color:#fff;
}

.c-lianxi .c-t .c-r {
	float: right;
	font-size: 20px;
	margin-top: 44px;
}

.c-lianxi .c-t .c-r span {
	font-size: 34px;
	font-weight: bold;
}

.c-lianxi .c-b {
	overflow: hidden;
}

.c-lianxi .c-b input {
	margin-right: 11px;
	height: 58px;
	padding: 0 22px;
	display: block;
	float: left;
}

.c-lianxi .c-b .name {
	width: calc(16% - 11px);
}

.c-lianxi .c-b .phone {
	width: calc(16% - 11px);
}

.c-lianxi .c-b .liuyan {
	width: calc(32% - 11px);
}

.c-lianxi .c-b .code {
	width: calc(10% - 11px);
	
}

.c-lianxi .c-b .img { height:100px;}

.c-lianxi .c-b a {
	display: block;
	width: 16%;
	float: right;
	height: 58px;
	background: #e1c262;
	text-align: center;
	line-height: 58px;
	color: #fff;
}

.c-lianxi .c-b a img {
	vertical-align: -4px;
	margin-left: 20px;
	width: auto;
	height: auto;
}

.c-footer {
	background: #35363a;
	padding: 50px 7%;
	overflow: hidden;
}

.c-footer .c-erweima {
	float: right;
	overflow: hidden;
	width: 20%;
}

.c-footer .c-erweima .c-img {
	width:130px;
	height: 130px;
	float: left;
	margin-right: 27px;
	margin-top: 29px;
}

.c-footer .c-erweima .c-tit {
	padding: 15px 18px;
	line-height: 30px;
	color: #fff;
	float: left;
	margin-top: 47px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.c-footer .c-logo {
	float: right;
	margin-top: 70px;
	width: 234px;
	margin-right: 100px;
}

.c-footer .c-logo img {
	width: 234px;
	height: 104px;
}

.c-footer .c-link {
	float: right;
	width: calc(30% - 200px);
	color: #fff;
}

.c-footer .c-link .mt {
	margin-bottom: 10px;
	margin-top: 45px;
}

.c-footer .c-link .mt img {
	margin-right: 8px;
	width: 22px;
	height: 22px;
}

.c-footer .c-link a {
	color: #fff;
}

.c-footer .c-link .mc {
	padding-left: 30px;
	margin-bottom: 20px;
}


.c-footer .c-link .mb {
	padding-left: 30px;
}

.c-footer .c-link .mb a {
	margin-right: 5px;
}

.c-footer .c-link .mb img {
	width: 28px;
	height: 22px;
}

.c-footer .c-lian {
	float: right;
	width: calc(50% - 134px);
	color: #fff;
	padding-left: 62px;
	padding-right: 20px;
	border-left: 1px solid #4f5053;
	margin-top: 20px;
}

.c-footer .c-lian .mt {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}

.c-footer .c-lian .mt img {
	vertical-align: 0;
	margin-right: 8px;
	width: 24px;
	height: 26px;
}

.c-footer .c-lian .mc p {
	line-height: 28spx;
	color:#bdbfbf;
}

.c-footer .c-lian .mc {
	margin-bottom: 15px;
}