/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #046eb8;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

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

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/**/
.max1400 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}
.page_con_zhuti{
    max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}
@media(max-width:1200px) {
	.max1400 {
		padding: 0 30px;
	}
	.page_con_zhuti{
    	padding: 0 30px;
    }
}

@media(max-width:991px) {
	.max1400 {
		padding: 0 20px;
	}
	.page_con_zhuti{
    	padding: 0 20px;
    }

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1400 {
		padding: 0 15px;
	}
	.page_con_zhuti{
    	padding: 0 15px;
    }
}

/*头部*/
#pc_header {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.pc_logo {
	width: 20%;
}

.pc_logo img {
	max-width: 100%;
}

.pc_nav {
	width: 75%;
}

.pc_nav>ul {
	width: calc(100% - 50px);
}

.pc_nav>ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li {
	width: 14.285714285%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li>a {
	font-size: 16px;
	line-height: 100px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 130%;
	left: -15%;
	top: 110px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.pc_nav>ul>li:hover>a {
	color: #046eb8;
}

.pc_nav_erji_w:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_li a:hover {
	background: #046eb8;
	color: #fff;
}

.pc_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}

.pc_sousuo {
	position: relative;
	width: 40px;
}

.pc_sousuo1 {
	width: 40px;
	height: 40px;
	background: url(../images/pc_sousuo_h.png) no-repeat center;
	margin-top: 30px;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 250px;
	z-index: 999;
	background: #046eb8;
	display: none;
}

.pc_sousuo2 input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao {
	background: url(../images/pc_sousuo_b.png) no-repeat center;
	background-size: 20px;
}

.pc_sousuo2 .pc_sousuo_con_shuru {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}

/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
}

.index_banner img {
	width: 100%;
}

.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 3% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #046eb8;
}

@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 10px !important;
	}

	.index_banner_yuandian span {
		width: 14px;
		height: 14px;
		margin: 0 5px !important;
	}
}



/*关于我们*/
.index_gywm{
    padding: 4% 0;
    overflow: hidden;
    background: #efefef;
}
.index_gywm_con{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_gywm_fl{
    width: 44%;
    font-size: 0;
}
.index_gywm_fl_ft{
    font-size: 2.1rem;
    line-height: 2;
    color: #212121;
}
.index_gywm_fl_ft h3{
    font-size: 2.1rem;
    line-height: 1.5;
    color: #212121;
}
.index_gywm_fl_ft h4{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #212121;
}
.index_gywm_fl_fc{
    font-size: 16px;
    line-height: 2;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    max-height: 224px;
    margin: 5% 0 7%;
    text-align: justify;
}
.index_gywm_fl_fb{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    background: #046eb8;
    padding: 5px 25px;
    border-radius: 8px;
    display: inline-block;
}
.index_gywm_fl_fb:hover{
    color: #fff;
}
.index_gywm_fr{
    width: 50%;
}
.index_gywm_fr img{
    width: 100%;
}

@media(max-width:991px){
    .index_gywm_fl_ft{
        font-size: 24px;
    }
    .index_gywm_fl_ft h3{
        font-size: 24px;
    }
    .index_gywm_fl_ft h4{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .index_gywm{
        padding: 25px 0;
    }
    .index_gywm_fl{
        width: 100%;
    }
    .index_gywm_fl_ft{
        font-size: 22px;
    }
    .index_gywm_fl_ft h3{
        font-size: 22px;
    }
    .index_gywm_fl_ft h4{
        font-size: 18px;
    }
    .index_gywm_fl_fc{
        margin: 5px 0 15px;
    }
    .index_gywm_fr{
        width: 100%;
        margin-top: 20px;
    }
}

/*产品服务*/
.idnex_cpfw{
    /*margin-top: 4%;*/
    margin: 4% 0;
}
.idnex_cpfw_fb{
    margin-top: 2%;
}
.idnex_cpfw_fb ul{
    overflow: hidden;
}
.idnex_cpfw_fb li{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.idnex_cpfw_fb li:nth-child(3n){
    margin-right: 0;
}
.idnex_cpfw_fb li .img{
    overflow: hidden;
    border: 1px solid #ddd;
}
.idnex_cpfw_fb li .img img{
    width: 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.idnex_cpfw_fb li:hover .img img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
.idnex_cpfw_fb li .wz {
    /* margin-top: 10px; */
}
.idnex_cpfw_fb li .wz h3{
    font-size: 1.2rem;
    line-height: 2.2;
    color: #212121;
    /* font-weight: bold; */
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idnex_cpfw_fb li .wz h4{
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 64px;
}
@media(max-width:1180px){
    .idnex_cpfw_fb li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .idnex_cpfw{
        /*margin-top: 25px;*/
        margin: 25px 0;
    }
    .idnex_cpfw_fb{
        margin-top: 15px;
    }
    .idnex_cpfw_fb li{
        width: 100%;
        margin-right: 0!important;
        /* margin-bottom: 15px; */
    }
    .idnex_cpfw_fb li:last-child{
        margin-bottom: 0;
    }
}

/*合作客户*/
.index_hzkh{
    margin: 4% 0;
    padding:4% 0;
    background: url(../images/img/index_hexzuokehu_bj.jpg) no-repeat center;
    background-attachment: fixed;
}
.index_hzkh_ft{
    color: #fff;
}
.index_hzkh_fb{
    margin-top: 1%;
}
.index_hzkh_fb ul{
    overflow: hidden;
}
.index_hzkh_fb li{
    width: 18.8%;
    float: left;
    margin: 1% 0;
    margin-right: 1.5%;
}
.index_hzkh_fb li:nth-child(5n){
    margin-right: 0;
}
.index_hzkh_fb li .img{
    overflow: hidden;
}
.index_hzkh_fb li .img img{
    width: 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.index_hzkh_fb li:hover .img img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
@media(max-width:768px){
    .index_hzkh{
        padding: 25px 0;
        margin: 25px 0;
    }
    .index_hzkh_fb{
        margin-top: 10px;
    }
    .index_hzkh_fb li{
        width: 32%;
        margin-right: 2%;
    }
    .index_hzkh_fb li:nth-child(5n){
        margin-right: 2%;
    }
    .index_hzkh_fb li:nth-child(3n){
        margin-right: 0;
    }
    .index_hzkh_fb li:nth-child(10n){
        display: none;
    }
}
@media(max-width:468px){
    .index_hzkh_fb li{
        width: 49%;
    }
    .index_hzkh_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .index_hzkh_fb li:nth-child(2n){
        margin-right: 0;
    }
    .index_hzkh_fb li:nth-child(10n){
        display: block;
    }
}
/*新闻资讯*/
.index_xwzx{
    /*margin-bottom: 4%;*/
    margin: 4% 0;
}
.index_xwzx_fb{
    margin-top: 2%;
}
.index_xwzx_fb ul{
    overflow: hidden;
}
.index_xwzx_fb li{
    width: 32%;
    margin-right: 2%;
    float: left;
    background: #f0f0f0;
}
.index_xwzx_fb li:nth-child(3n){
    margin-right: 0;
}
.index_xwzx_fb .index_xwzx_fb_ft{
    font-size: 18px;
    line-height: 2;
    background: #046eb8;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 135px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_xwzx_fb .index_xwzx_fb_fc{
    margin: 0 7%;
    padding: 5% 0;
    border-bottom: 1px solid #ccc;
}
.index_xwzx_fb .index_xwzx_fb_fc h3{
    font-size: 1.1rem;
    line-height: 2;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_xwzx_fb .index_xwzx_fb_fc h4{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 3% 0;
    max-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index_xwzx_fb .index_xwzx_fb_fb{
    margin: 0 7%;
    padding: 5% 0;
    font-size: 0;
    overflow: hidden;
}
.index_xwzx_fb_fb_fl{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: middle;
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_xwzx_fb .index_xwzx_fb_fb span{
    background: #046eb8;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    float: right;
    text-align: center;
    display: block;
}
/*.index_xwzx_fb li:hover .index_xwzx_fb_ft{*/
/*    width: 100%;*/
/*}*/
.index_xwzx_fb li:hover .index_xwzx_fb_fc h3{
    color: #046eb8;
}
@media(max-width:1280px){
    .index_xwzx_fb .index_xwzx_fb_fc h3{
        font-size: 18px;
        font-weight: bold;
    }
}
@media(max-width:768px){
    .index_xwzx{
        /*margin-bottom: 25px;*/
        margin: 25px 0;
    }
    .index_xwzx_fb li{
        width:49%;
    }
    .index_xwzx_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .index_xwzx_fb li:nth-child(2n){
        margin-right: 0;
    }
    .index_xwzx_fb li:nth-child(3){
        display: none;
    }
}
@media(max-width:468px){
    .index_xwzx_fb li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .index_xwzx_fb li:nth-child(3){
        display: block;
    }
    .index_xwzx_fb li:last-child{
        margin-bottom: 0;
    }
}
/*底部*/
.footer_tongyong {
	padding: 3% 0 0;
	background: #222;
}

.footer_tongyong_ft {
	overflow: hidden;
}

.footer_tongyong_ft_fl {
	width: 65%;
}

.footer_tongyong_ft_fl ul {
	overflow: hidden;
}

.footer_tongyong_ft_fl li {
	width: 25%;
	padding-right: 10px;
}

.footer_tongyong_ft_fl li h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fl li h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.foot_nav_erji {
	margin-top: 15px;
}

.footer_tongyong_ft_fl li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_ft_fr {
	overflow: hidden;
	max-width: 33%;
}

.footer_tongyong_ft_fr h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fr h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.footer_tongyong_ft_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin: 10px 0;
}

.footer_tongyong_ft_fr_fb {
	float: left;
}

.footer_tongyong_ft_fr_fb img {
	max-width: 110px;
}

.footer_tongyong_ft_fr_fb h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.footer_tongyong_fb {
	border-top: 1px solid rgba(255, 255, 255, .5);
	margin-top: 20px;
	padding: 15px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_fb a {
	color: #fff;
}

@media(max-width:991px) {
	.footer_tongyong {
		padding: 30px 0 0;
	}

	.footer_tongyong_ft_fl {
		display: none;
	}

	.footer_tongyong_ft_fr {
		max-width: 100%;
		float: none;
	}
}
















/*内页导航*/
.asny_nav{
    margin-top: 3%;
}
.asny_nav ul{
    font-size: 0;
    text-align: center;
}
.asny_nav ul>li{
    display: inline-block;
    min-width: 150px;
    margin: 5px 10px;
    position: relative;
}
.asny_nav ul>li>a{
    font-size: 16px;
    line-height: 45px;
    color: #212121;
    display: block;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
}
.asny_nav ul>li>a.active{
    background: #57a2f9;
    color: #fff;
    border-color: #57a2f9;
}
.asny_nav ul>li:hover>a{
    background: #57a2f9;
    color: #fff;
    border-color: #57a2f9;
}

.asny_nav_erji{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    display: none;
}
.asny_nav_erji_li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 40px;
    color: #666;
    border-top: 1px dashed #e5e5e5;
}
.asny_nav_erji_li a:hover{
    color: #57a2f9;
}
.asny_nav_erji_li:nth-child(1) a{
    border-top: 0;
}
.asny_nav ul>li:hover .asny_nav_erji{
    display: block;
}
@media(max-width:991px){
    .asny_nav{
        display: none;
    }
}


/*联系我们*/
.asny_lxwm{
    position: relative;
}
.asny_lxwm_fl{
    width:40%;
    float: left;
}
.asny_lxwm_fl_ft h3{
    font-size: 2.4rem;
    line-height: 1.5;
    color: #57a2f9;
    font-weight: bold;
}
.asny_lxwm_fl_ft h4{
    font-size: 18px;
    line-height: 2;
    color: #202020;
    font-weight: bold;
}
.asny_lxwm_fl_fc{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 10px 0;
}
.asny_lxwm_fl_fb{
    overflow: hidden;
}
.asny_lxwm_fl_fb_fl{
    width: 40%;
    max-width: 160px;
    float: left;
}
.asny_lxwm_fl_fb_fl img{
    width: 100%;
}
.asny_lxwm_fl_fb_fr{
    width: 40%;
    float: left;
    margin-left: 5%;
}
.asny_lxwm_fl_fb_fr h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: bold;
}
.asny_lxwm_fl_fb_fr h4{
    font-size: 15px;
    line-height: 2;
    color: #333;
}

.asny_lxwm_fr{
    width:55%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.asny_lxwm1{
    margin-top: 5%;
}
.asny_lxwm1_ft{
    font-size: 20px;
    line-height: 2;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.asny_lxwm1_fb{
    margin-top: 3%;
}
.asny_lxwm1_fb ul{
    overflow: hidden;
}
.asny_lxwm1_fb li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.asny_lxwm1_fb li:nth-child(3n){
    margin-right: 0;
}
.asny_lxwm1_fb li input{
    font-size: 16px;
    line-height: 45px;
    color: #666;
    background: #f5f5f5;
    width: 100%;
    padding: 0 20px!important;
    border: 0;
    border: 1px solid #ced4da;
    outline: none;
}
.asny_lxwm1_fb li.lianxiliuyanneirong{
    width: 100%;
    margin-right: 0;
}

.asny_lxwm1_fb li input::-webkit-input-placeholder{
    color: #666;
}

.asny_lxwm1_fb li textarea{
    font-size: 16px;
    line-height: 45px;
    color: #666;
    background: #f5f5f5;
    width: 100%;
    padding: 0 20px!important;
    border: 0;
    border: 1px solid #ced4da;
    outline: none;
    font-family: 'Microsoft YaHei, arial, 宋体, sans-serif';
}
.asny_lxwm1_fb li textarea::-webkit-input-placeholder{
    color: #666;
}
.lianxinyliuyan_tijiao{
    text-align: center;
}
.lianxinyliuyan_tijiao input{
    width: 150px;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background: #57a2f9;
    outline: none;
    border: 0;
    margin: 0 auto;
    border-radius: 4px;
}
@media(max-width:991px){
    .asny_lxwm_fl_ft h3{
        font-size: 28px;
    }
    .asny_lxwm1_ft{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .asny_lxwm_fl{
       width: 100%;
    }
    .asny_lxwm_fr{
       width: 100%;
       margin-top: 15px;
       position: static;
       height: 300px;
    }
}
@media(max-width:468px){
    .asny_lxwm_fl_fb_fl{
        width: 100%;
    }
    .asny_lxwm_fl_fb_fr{
        width: 100%;
        margin-top: 10px;
    }
    .asny_lxwm1_fb li{
        width: 100%;
    }
    .asny_lxwm1{
        margin-top: 15px;
    }
    .asny_lxwm1_fb{
        margin-top: 15px;
    }
}

/*地图*/
.map-box{
    height:100%;
}
.contact-map{
    height: 100%;
}

.amap-logo img{
    display: none;
}
.amap-copyright {
    opacity:0;
}
