﻿body{
	margin: 0;
	padding: 0;font-family: arial;
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin: 0 auto;
}
.bbox{
	width: 1600px;
	margin: 0 auto;
}
.ccbox{
	clear: both;display: block;
	height: 0;margin: 0;padding: 0;
	width: 100%;
}
@media only screen and (max-width: 1600px) {
	.bbox{
	width: 1200px;
	}
}
/*导航栏*/
.navbar-default {
    background-color: white;
    border: none;
}
@media only screen and (min-width: 768px) {
	.navbar .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
	.navbar-brand {
		padding: 12px 15px;
	}
	.navbar-brand>img {
		width: 209px;
		margin: 0 auto;
	}
	.navbar {
		border-radius: 0;
	}
	.navbar {
		min-height: 89px;
		margin: 0;
		min-width: 1200px;
	}
	.navbar-default .navbar-nav>li>a {
		text-transform: uppercase;
		font-size: 16px;
		color: #333;
    font-weight: 600;
	}
	.navbar-nav>li>a {
		padding: 34.5px 5px;
		text-align: center;
	}
	.navbar-nav>.nav_ss {
		float: right;
		width: 13%;
		text-align: center;
		height: 89px;
	}
	.navbar-nav>.nav_ss a {
		display: block;
		height: 89px;
		line-height: 89px;
		background-color: #004E8D;
	}
	.navbar-nav>.nav_ss a img {
		width: 24px;
		height: 25px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		width: 80%;
		float: right;
	}
	.container-fluid>.navbar-header,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
		width: 16%;
	}
	.navbar>.container-fluid .navbar-brand {
		width: 100%;
	}
	.navbar-nav {
		width: 100%;
	}
	.navbar-nav>li {
		width: 9%;
	}
	.navbar-nav>.nav_dn {
		width: 15%;
	}
	.navbar-nav>.nav_dn .btn {
		width: 100%;
		padding: 34.5px 12px;
		border: none;
		border-radius: 0;
		background-color: white;
		color: #333;
	}
	.navbar-nav>.nav_dn .btn span {
		display: inline-block;
		margin: 0 12px;
	}
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #05508A;
		background-color: transparent;
		font-weight: bold;
	}
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		color: #05508A;
	}
	.navbar-nav>.nav_dn .dropdown-menu {
		border-radius: 0;    min-width: 198px;
	}
	.navbar-nav>.nav_dn .dropdown-menu a {
		display: block;
		padding: 8px;
		text-align: center;
		color: #333;
	}
	.navbar-nav>.nav_dn .dropdown-menu a:hover {
		background-color: #05508A;
		color: white;
	}
}

.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #333;
    background-color: white;
    border-color: transparent;
}
/*轮播*/
.carousel-indicators {
    bottom: 10px;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 42px;
    height: 4px;
    border: none;
    margin: 1px 4px;
    background-color: rgba(255,255,255,.7);
}
.carousel-indicators .active {
    width: 110px;
    height: 4px;
    margin: 1px 4px;
    background-color: rgba(255,255,255,.7);
}
.carousel-inner>.item img{
	width: 100%;
}
/*inpro*/
.inpro{
	padding: 65px 0;
}
.inpro_top ul{
	text-align: center;	
}
.inpro_top ul li{
	display: inline-block;
	margin: 0 30px;
}
.inpro_top ul li a{
	display: inline-block;color: #333;
	padding: 16px 10px;font-size: 20px;
	border-bottom: 3px solid transparent;
	transition: all .3s;
}
.inpro_top ul .inpro_act a{
	border-color: #004E8D;
}
.inpro_top{
	margin-bottom: 60px;
}
.inpro_u>ul li{
	background-color: #F8F8F8;
	width: 372px;
	min-height: 534px;
	float: left;margin: 0 14px;
}
.inpro_u>ul li a{
	display: block;
	height: 100%;
	padding: 65px 0 40px;
}
.inpro_u>ul li p{
	height: 302px;
	margin-bottom: 30px;
	line-height: 302px;
	text-align: center;
}
.inpro_u>ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.inpro_u>ul li h5{
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 0 0 24px;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 30px;
}
.inpro_u>ul li .desc{
	display: block;
	color: #4D4D4D;font-size: 14px;
	margin-bottom: 4px;overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;padding: 0 30px;
}
.inpro_m{
	margin-top: 45px;
	text-align: center;
}
.inpro_m a{
	display: inline-block;
	background-color: #004E8D;
	color: white;
	font-size: 16px;
	padding: 13px 50px;
    border-radius: 25px;transition: all .3s;
}
.inpro_m a:hover{
	box-shadow: 0 0 10px 1px rgba(0,0,0,.3);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.inpro_u>ul li a:hover h5{
	color: #004E8D;
}
/*incase*/
.incase{
	padding: 65px 0;
}
.incase_l{
	float: left;
	width: 842px;transition: all .3s;
}
.incase_l h4{
	font-size: 32px;
	margin:0 0 32px;
}
.incase_r{
	float: right;margin-top: 67px;
}
.incase_bb{
	width: 842px;transition: all .3s;
	height: 609px;margin-bottom: 60px;
}
.incase_imp{
	height: 100%;
	position: relative;
}
.incase_imp p{
	margin: 0;
	height: 100%;overflow: hidden;
}
.incase_imp p img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.incase_imp div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.46);
	padding: 30px 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: white;font-size: 20px;font-weight: bold;
}
.incase_tex p{
	font-size: 18px;
	margin-bottom: 52px;
	line-height: 26px;
}
.incase_tex a{
	font-size: 16px;
	color: black;
	border: 1px solid #626262;
	display: inline-block;
	padding: 9px 40px;
	border-radius: 20px;transition: all .3s;
}
.incase_tex a:hover{
	background-color: #004F91;
	color: white;
	border-color: #004F91;
}
.incase_bt{
	width: 694px;
	height: 473px;transition: all .3s;
	margin-bottom: 54px;
}
.incase_bth{
	width: 565px;
	height: 341px;transition: all .3s;
}
.incase_imp:hover p img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.incase_imp:hover div{
	color: #62B7FF;
}
/*inabo*/
.inabo{
	padding: 64px 0;
}
.inabo_til{
	margin-bottom: 40px
}
.inabo_til h4{
	font-size: 32px;
	margin: 0 0 24px;
}
.inabo_til p{
	font-size: 15.5px;
	margin-bottom: 36px;
}
.inabo_til img{
	margin-left: 80px;
	width: 5px;
	height: 32px;transition: all .4s;
}
.inabo_til:hover img{
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.inabo_sp {
	padding: 60px 0 88px;
	background-image: url(../images/insp_bj.jpg);
	background-size: cover;min-width: 1200px;
	background-position: center;
}
.sp_b{
	width: 1475px;
	height: 716px;
	margin: 0 auto;
}
.sp_b img{
	width: 100%;
	height: 100%;
}
/*inacc*/
.inacc{
	padding: 65px 0;
}
.inacc_l{
	float: left;width: 748px;transition: all .3s;
}
.inacc_r{
	float: right;width: 748px;transition: all .3s;
}
.inacc_t h4{
	font-size: 32px;
	margin: 0 0 20px;transition: all .3s;
}
.inacc_t p{
	font-size: 18px;
	color: #4D4D4D;
	line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 30px;transition: all .3s;
}
.inacc_t a{
	border: 1px solid #626262;
	color: #333;
	padding: 10px 50px;
	border-radius: 25px;
	font-size: 16px;
	display: inline-block;transition: all .3s;
}
.inacc_t a:hover{
	background-color: #004F91;
	color: white;
	border-color: #004F91;
}
.inacc_m{
	width: 100%;
	overflow: hidden;transition: all .3s;
}
.inacc_m img{
	width: 100%;height: 100%;
	transition: all .4s;
}
.inacc_l .inacc_m{
	height: 584px;
}
.inacc_l .inacc_m:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.inacc_l .inacc_t{
	margin-bottom: 60px
}
.inacc_r .inacc_m{
	height: 564px;
}
.inacc_r .inacc_m{
	margin-bottom: 55px;
}
.inacc_r .inacc_m:hover{
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.inacc_m:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*inte*/
.inte{
	background-color: #F6F6F6;
	padding: 46px 0;min-width: 1200px;
}
.inte_til{
	font-size: 32px;
	margin-bottom: 40px;
	text-align: center;
}
.inte_u{
	position: relative;
}
.inte_u ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.inte_u ul li p{
	width: 134px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	margin:0 auto 30px;
	position: relative;
}
.inte_u ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.inte_u ul li p small{
	position: absolute;
	left: 0;
	top: -45%;font-weight: bold
}
.inte_u ul li div{
	padding-top: 24px;
	border-top: 1px solid #D7D7D7;
}
.inte_u ul li div span{
	display: inline-block;
	width: 195px;
	font-size: 12px;font-size: 15px;
	color: #7F7F7F;
}
.inte_u ul .inte_act div span{
	color: black;
}
.inte_ic{
	position: absolute;
	width: 25%;
	left: 0;
	top: 129px;
	background-color: #00A0E9;
	height: 3px;
	border-radius: 5px;transition: all .4s;
}
/*injoin*/
.injoin{
	position: relative;
	background: url(../images/injoin_bj.jpg) no-repeat center center;
	height: 840px;
	min-width: 1200px;
}
.injoin_l{
	padding-left: 40px;
	padding-top: 195px;
}
.injoin_l b{
	color: white;
	font-size: 41px;
	display: block;
	margin-bottom: 15px;
}
.injoin_l p{
	color: white;
	font-size: 20px;
	margin-bottom: 65px;
}
.injoin_l>a{
	color: white;
	border: 1px solid white;
	padding: 8px 20px;
	width: 200px;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;transition: all .3s;
	display: block;margin-bottom: 43px;
}
.injoin_l>a:hover{
	background-color: #AEDBFF;
	border-color: #AEDBFF;
	color: #00223D;
}
.injoin_l div{margin-top: 130px;}
.injoin_l div a{
	color: white;display: inline-block;font-size: 16px;
}
.injoin_l div a span{
	text-decoration: underline;
}
.injoin_l div a img{
	margin-left: 10px;
	width: 40px;
	margin-bottom: 2px;transition: all .3s;
}
.injoin_l div a:hover img{
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.injoin_r{
	position: absolute;
	top: 0;
	right: 0;
}
.injoin_r ul li{
	text-align: right;
	height: 210px;
	display: flex;
	justify-content: flex-end;
}
.injoin_r ul li img{
	width: 215px;
	height: 100%;transition: all .3s;
}
.injoin_r ul li a:hover img{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/*innews*/
.innews{padding: 65px 0;}
.innews_til{margin-bottom: 60px;}
.innews_til big{
	font-size: 32px;
}
.innews_til a{
	float: right;
	border: 1px solid #626262;
	color: #333;
	padding: 10px 40px;
	border-radius: 25px;
	font-size: 16px;
	display: inline-block;transition: all .3s;
}
.innews_til a:hover{
	background-color: #004F91;
	color: white;
	border-color: #004F91;
}
.innews_u ul li{
	float: left;
	width: 377px;margin-left: 30px;
}
.innews_u ul li:first-of-type{
	margin-left: 0;
}
.innews_u ul li p{
	height: 261px;
	margin-bottom: 20px;
	overflow: hidden;
}
.innews_u ul li p img{
	width: 100%;
	height: 100%;transition: all .3s;
}
.innews_u ul li:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.innews_u ul li div{
	text-align: center;overflow: hidden;
	white-space: nowrap;color: #333;
	text-overflow: ellipsis;font-size: 18px;
}
.innews_u ul li:hover div{
	color: #005091;
}
/*footer*/
.foot_top{
	background-color: #1F2024;
	padding: 80px 0;min-width: 1200px;
	border-bottom: 1px solid #414243;
}
.foot_u{
	float: left
}
.foot_u ul{
	float: left;
	margin-right: 80px;
}
.foot_u ul li{margin-bottom: 3px;}
.foot_u ul li a{
	color: #939393;font-size: 13px;
}
.foot_u ul li a:hover{
	color: #AFDBFF;
}
.foot_u ul li div a{
	color: white;display: block;text-transform: uppercase;
	font-size: 14px;margin-bottom: 8px;
}
.foot_f{
	float: right;
}
.foot_f div{
	color: white;
	margin-bottom: 24px;
}
.foot_f form{
	width: 364px;
	height: 45px;
	position: relative;
}
.foot_f form input[type=text]{
	width: 273px;
	height: 100%;
	border: 1px solid #707070;
	border-right: none;
	padding-left: 12px;
	outline: none;
	background-color: #1F2024;color: white;
}
.foot_f form input[type=submit]{
	border: none;
	background-color: #004E8D;
	color:#fff;
	background-repeat: no-repeat;
	background-size: 21px 22px;
	background-position: center center;
	width: 91px;
	height: 100%;outline: none;
	position: absolute;
	right: 0;
	top: 0; 
}
footer{
	background-color: #1F2024;
	padding: 42px 0 38px;
	color: #747474;line-height: 32px;min-width: 1200px;
}
footer span{
	display: inline-block;
}
footer p{
	margin: 0;
	float: right;
}
footer p a{
	margin-left: 6px;
}
footer p a img{
	width: 32px;
	height: 32px;transition: all .3s;
}
footer p a:hover img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/*fu*/
.ce_fu{
	position: fixed;
	right: 35px;
	width: 70px;
	bottom: 30%;
}
.ce_fu ul li{
	margin-bottom: 1px;
	width: 100%;
	height: 77px;
	background-color: #263551;
	position: relative;
	line-height: 77px;
	text-align: center;
}
.ce_fu ul li a{
	display: block;
}
/*.ce_fu ul li img{
	width: 37px;
	height: 37px;
}*/
.ce_fu ul li div{
	position: absolute;
	right: 71px;
	top: 0;
	line-height: normal;
	background-color: #263551;
	color: white;
	padding: 12px;
	display: none;
}
.ce_fu ul li:hover{
	background-color: #004E8D;
}
.ce_fu ul li:hover div{
	display: block;
}

/**************其他页面****************/
/*about*/
.oth_top_m img{
	width: 100%;
}
.oth_chg{margin-bottom: 56px;}
.oth_chg>ul{
	text-align: center;
}
.oth_chg>ul>li{
	display: inline-block;
	margin: 0 38px;
}
.oth_chg>ul>li:first-of-type{
	margin-left: 0;
}
.oth_chg>ul>li:last-of-type{
	margin-right: 0;
}
.oth_chg>ul>li>a{
	display: block;
	padding: 30px 25px;
	background-color: white;
	color: #333;font-size: 20px;
}
.oth_chg>ul>li>a:hover{
	color: white;
	background-color: #004E8D;
}
.oth_chg>ul>.oth_act>a{
	color: white;
	background-color: #004E8D;
}
.oth_b{min-width: 1200px;}
.oth_tt{
	margin-bottom: 45px;
}
.oth_tt_l{
	width: 50%;
	float: left;
	height: auto;margin: 0;
}
.oth_tt_l img{
	width: 100%;
	height: 100%;
}
.oth_tt_r{
	margin-left: 55%;
	padding-right: 130px;
}
.abo_tt{
	padding-top: 140px;
}
.oth_tt_r h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 40px;
	line-height: 55px;
	position: relative;
	display: inline-block;
}
.oth_tt_r h2 span{
	position: absolute;
}
#ll{
	left: -30px;
	top: 0;
}
#rr{
	bottom: 0;
	right: -20px;
}
.oth_tt_r p{
	font-size: 16px;
	line-height: 36px;
	margin: 0;
}
.abo_main{
	padding: 69px 0 56px;
	position: relative;
	width: 100%;margin-bottom: 75px;
}
.abo_m_b{
	background-color: #202A3B;
	min-height: 605px;
}
.abo_m_r{
	position: absolute;
	top: 0;
	right: 12%;
}
.abo_m_r img{
	width: auto;
	height: 100%;
}
.abo_m_imp{
	margin-left: 53px;
	width: 834px;
	padding-top: 135px;
	text-align: center;
}
.abo_m_imp b{
	display: block;
	font-size: 29px;
	color: white;
	margin-bottom: 35px;
}
.abo_m_imp span{
	display: inline-block;
	width: 68px;
	height: 3px;
	background-color: white;
	margin: 0 auto 45px;
}
.abo_m_imp p{
	font-size: 16px;
	line-height: 31px;
	color: white;
	text-align: justify;
}
.abo_bot{
	padding-bottom: 75px;
}
.abo_bot ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abo_bot ul li{
	margin-bottom: 55px;
}
.abo_bot ul li img{
	width: 761px;
}
.abo_bot ul li:nth-of-type(2n){
	margin-left: 30px;
}
.abo_bot div{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

/*product*/
.pro_b{
	padding-bottom: 60px;
}
.pro_b ul li{
    width: 334px;
    margin: 0 31px 42px;
    text-align: center;
    display: inline-block;
    font-size: 0;
    vertical-align: text-top;
}
.pro_b ul li p{
	height: 262px;
	line-height: 262px;
	margin: 0 0 34px;
}
.pro_b ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.pro_b ul li div{
	font-size: 18px;
	font-weight: bold;margin-bottom: 25px;
	color: #333;transition: all .3s;
}
.pro_b ul li span{
	color: white;
	display: inline-block;
	background-color: #004E8D;font-size: 16px;
	width: 175px;margin: 0 auto;
	padding: 12px;transition: all .3s;
	border-radius: 30px;opacity: 0;
}
.pro_b ul li a:hover span{
	opacity: 1;
}
.pro_b ul li a:hover div{
	color: #004E8D;
}

/*pro_de*/
.pro_lg{border-top: 1px solid #e0e0e0;}
.m_nav02,.m_nav02 a{color: #E62129;font-size: 14px;}
.m_nav02{padding: 15px 0;padding-left: 20px;}
/*.pro_lg_t{margin-top: 60px;}*/
.pro_lg_qh{display: inline-block;width:50%;}
.gallery-top {height:470px;width:520px;}
.gallery-top .swiper-slide{text-align: center;}
.gallery-thumbs {
 width: 85px;
  box-sizing: border-box;
  margin-top: 15px;
  text-align: center;
  position: absolute;left: 0;top: 80px;
}
.gallery-thumbs .swiper-slide {
  width: 85px !important;
  height: 85px;
  opacity: 1;
  border: 1px solid #bebebe;
  cursor: pointer;
  display: flex;align-items: Center;
  justify-content: center;
  background: white;
  margin-bottom: 10px;
}
.gallery-thumbs .swiper-slide img{max-height: 80px;max-width: 100%;}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border-color: #e62129;
}
.gallery-thumbs .swiper-wrapper{flex-wrap:wrap;}
.xq_lf .swiper-button-next.swiper-button-white{background: url(../images/xq_icon2.png) no-repeat;background-size: 100% 100%;right: 32%;bottom: 0;top: inherit;}
.xq_lf .swiper-button-prev.swiper-button-white{background: url(../images/xq_icon1.png) no-repeat;background-size: 100% 100%;left: 32%;bottom: 0;top: inherit;}
.xq_lf .swiper-button-next,.xq_lf .swiper-button-prev{width: 20px;height: 20px;}
/*.pro_lg{overflow: hidden;}*/
.xq_lf{display: inline-block;width: 100%;position: relative;vertical-align: top;padding-bottom: 50px;}
.xq_rg{display: inline-block;width: 550px;float: right;vertical-align: top;padding-top: 15px;}
.xq_rg h2{color:#5398FF;font-size: 28px;margin-bottom: 20px;}
.xq_list{width: 100%;border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;padding: 15px 0;}
.xq_list li{display: inline-block;font-size: 16px;width: 48%;line-height: 25px;margin-bottom: 10px;}
.xq_list li:nth-child(odd){margin-right: 13px;}
.pro_xq{width: 100%;border-top: 1px solid #2056a6;margin-top: 50px;padding-top: 30px;overflow: hidden;}
.pro_xq_lf{display: inline-block;width: 850px;vertical-align: top;}
.gallery-thumbs .swiper-wrapper{transform:none !important;}
.xq_lf .swiper-container{overflow:inherit;}
.example2{display: none;width: 100% !important;height: 100% !important;}									
.example2 .etalage_magnifier{background: #F6F6F6;border: 1px solid #333;}
.example2 .etalage_icon{background: url(../img/zoom2.gif) no-repeat;width: 24px;height: 24px;opacity: 0 !important;}
.xq_lf .swiper-pagination-bullet{opacity: 0.5;width: 6px;height: 6px;margin: 0 15px;}
.xq_lf .swiper-pagination-bullet-active{opacity: 1;background: black;}
.xq_lf .swiper-pagination{width: 100%;text-align: center;bottom: 0;}
.pro_lg_rg{display: inline-block;float: right;    width: 50%;}
.xq_nr{margin-top: 40px;margin-bottom: 40px;border-bottom: 1px solid #dcdcdc;padding-bottom: 30px;}
.etalage li{background-color: white;}
.pro_lg_t{padding: 50px 0 0;}
.pro_de_r_tt{padding-top: 60px;padding-right: 150px;max-width: 580px;}
.pro_de_r_tt {padding-top: 60px;padding-right: 100px;width: 720px;}
.pro_de_r_tt small{font-size: 18px;display: block;margin: 0 0 15px;padding: 0;}
.pro_de_r_tt h4{font-weight: bold;font-size: 28px;margin:0 0 30px;padding: 0;display: block;}
.pro_de_r_tt ul li{margin-bottom: 6px;font-size: 15px;}
.pro_de_r_tt ul li img{margin-bottom: 2px;margin-right: 10px;width: 10px;}
.pro_de_ii{width: 800px;height: 500px;padding: 40px 80px;padding-top: 120px;}
.pro_de_ii b{display: block;color: black;font-size: 24px;margin: 0 0 15px;}
.pro_de_ii ul{list-style: disc;padding-left: 30px;width: 100%;}
.pro_de_ii ul li{margin-bottom: 10px;}
.pro_de_ii p{font-size: 16px;line-height: 28px;text-align: justify;}
.pro_de_ll{float: left;}
.pro_de_rr{float: right;}
.pro_de_mm{height: 500px;width: 500px;display: flex;align-items: center;justify-content: center;}
.pro_de_mm img{max-width: 100%;max-height: 100%;}
.pro_de_imp>ul>li{background-color: #F3F3F3;margin-bottom: 20px;display: flex;justify-content: space-between;}
.xq_nr{background-color: white;}

/*support*/
.supp_b{padding-bottom: 70px;}
.supp_top{
	background-color: #004E8D;
	text-align: center;margin-bottom: 58px;
}
.supp_top ul li{
	display: inline-block;
	margin: 0 40px;
}
.supp_top ul li a{
	display: block;
	color: white;font-size: 20px;
	height: 100%;
	padding: 25px 15px;
	position: relative;
}
.supp_top ul li a img{
	position: absolute;
	bottom: 0;
	left: calc(50% - 5.5px);
	display: block;
	width: 11px;
	height: 10px;opacity: 0;
	transition: all .3s;
}
.supp_top ul .supp_act a img{
	opacity: 1;
}
.supp_top ul li a:hover img{
	opacity: 1;
}
.supp_bot ul li{
	border: 1px solid #D9D9D9;
	margin-bottom: 30px;transition: all .3s;
}
.supp_bot ul li a{
	display: block;
	height: 100%;
	padding: 45px 60px;
}
.supp_l{
	float: left;
}
.supp_l img{
	width: 72px;
	height: 94px;float: left;
}
.supp_l div{
	line-height: 94px;
	margin-left: 122px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 625px;font-size: 18px;
	color: #333;
}
.supp_r{
	float: right;
	background-color: #004E8D;
	font-size: 16px;
	color: white;
	padding: 10px 40px;
	margin-top: 24px;
	border-radius: 32px;transition: all .3s;
}
.supp_bot ul li:hover{
	border-color: #004E8D;
}
.supp_bot ul li:hover .supp_l div{
	color: #004E8D;
}
.supp_bot ul li:hover .supp_r{
	box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}
/*solution*/
.solu_b{
	padding-bottom: 70px;
}
.solu_b ul li{
	float: left;
	margin-left: 30px;
	width: 513px;height: 352px;
	position: relative;
	margin-bottom: 24px;
}
.solu_b ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.solu_b ul li img{
	width: 100%;
	height: 100%;
}
.solu_b ul li div{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;font-size: 18px;
	color: white;
	font-weight: bold;
	text-align: center;
		overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(0,0,0,.45);
	padding: 24px 15px;
}

/*customer*/
.cus_b{
	margin-top: 56px;
}
.cus_t{
	margin-bottom: 75px;
}
.cus_til{
	font-size: 32px;
	margin-bottom: 28px;
}
.cus_t ul li{
	float: left;
	margin-bottom: 23px;
	margin-left: 19px;
	width: 212px;
	height: 207px;
	line-height: 207px;
	text-align: center;
	border: 1px solid #E5E5E5;transition: all .3s;
}
.cus_t ul li:nth-of-type(7n+1){
	margin-left: 0;
}
.cus_t ul li img{
	max-width: 100%;
	max-height: 100%;
}
.cus_t ul li:hover{
	border-color: #034B87;
}

/*news*/
.news_b{
	margin-top: 56px;
	padding-bottom: 70px;
}
.news_b>ul li{
	margin-bottom: 25px;
	border-bottom: 1px solid #E3E3E3;
}
.news_b>ul li a{
	display: block;
	padding-bottom: 25px;
}
.news_l{
	float: left;
	width: 370px;
	height: 252px;
	position: relative;
}
.news_l img{
	width: 100%;
	height: 100%;transition: all .3s;
}
.news_b>ul li:hover .news_l img{
	box-shadow: 3px 3px 12px 1px rgba(0,0,0,.4);
}
.news_tm{
	position: absolute;
	right: -52px;
	top: 0;
	width: 86px;
	height: 86px;
	line-height: 86px;
	background-color: #19508E;
	color: white;
	text-align: center;
	font-size: 25px;
}
.news_r{
	padding-right: 140px;
    width: auto;
    margin-left: 490px;
    padding-top: 40px;
}
.news_r div{
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_b>ul li:hover .news_r div{
	color: #004E8D;
}
.news_r p{
	font-size: 16px;
	color: #818181;
	margin: 0;
	line-height: 32px;
	overflow: hidden;
}
/*news_de*/
.newsdes-text{
	padding: 60px 0;
}
.newsde-til{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #004E8D;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #357CA9;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text p span{
	display: block;
	font-weight: bold;
}
.newde-img{
	text-align: center;
}
.newde-img img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #004E8D;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
}
.moven-til{
	border-left: 3px solid #004E8D;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #004E8D;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*contact*/
.cont_tt small{
	margin-bottom: 60px;
	font-size: 16px;
	display: block;
}
.cont_tt ul li{
	line-height: 46px;
	font-size: 18px;
}
.cont_tt ul li img{
	width: 9px;
	height: 9px;
	margin-top: 17px;
	float: left;
}
.cont_tt ul li div{
	margin-left: 24px;
}
.cont_box{
	padding-bottom: 70px;
}
.cont_til{
	font-size: 32px;
	margin-bottom: 30px;
}
.cont_map{
	height: 510px;
}
.cont_map img{
	width: 100%;
	height: 100%;
}

.desc{
	width:100%;height: auto; overflow:hidden;
}
#video{width: 100% ;height: 100%;}
#video video{object-fit: cover;}
.content,.contnet{width: 1200px; max-width: 100%; margin: 40px auto; height: auto; overflow: hidden;}
.content img,.contnet img{max-width: 100%; height: auto !important;}

.inpro_u>ul li .desc{max-height: 48px; overflow: hidden;}
.inpro_u>ul li .desc p{     height: auto;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;}
footer a{color:#747474}










.navbar-nav>li{
	    position: inherit;
}
.navbar-nav>li:hover .nav_nb{display: block;}
.nav_nb{
	
	width: max-content;
	position: absolute;
	top:89px;
	left: 0;
    right: 0;
    margin: 0 auto;
	padding: 46px 0;
	background-color: white;
	z-index: 999;margin-top: 2px;display: none;
}
.nav_nb>span{margin-top: -2px;height: 2px;display: block;width: 100%;background-color: transparent;
	position: absolute;top: 0;left: 0;}
.nav_nb_u{float: left;width: 340px;border-right: 1px dashed #E8E8E8;padding-right: 20px;padding-left:40px;}
.nav_nb_u big{display: block;}
.nav_nb_u big a{
	color: black;
	font-size: 18px;
	padding-left: 14px;
}
.nav_nb_li{margin-top: 10px;position: relative;}
.nav_nb>div:last-of-type{
	border: none;
}
.nav_nb_li>a{font-size: 16px;color: #333;padding: 5px 13px 2px;display: block;}
.nav_nb_li:hover>a{color: #034e88;}
.nav_nb_li ul{
	position: absolute;
	top: 0;
	right: 0;
left:150px;
	width:  max-content;
	border: 1px solid #004E8D;z-index: 999;display: none;
}
.nav_nb_li ul img{position: absolute;
	top: 12px;
	left: -11px;
	width: 11px;
}
.nav_nb_li ul li a{
	padding: 5px 20px;display: block;font-size: 15px;
	color: #333;background-color: white;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav_nb_li ul li a:hover{
	color: #034e88;
}
.nav_nb_li:hover ul{
	display: block;
}
.oth_chg{
	position: relative;
}
.oth_chg_nb{
	text-align: center;
	position: absolute;
	top:70px;
	left: 15%;
	width: 900px;
	background-color: white;
	display: none;
}
.oth_chg>ul>li:hover .oth_chg_nb{
	display: block;
}
.oth_chg_nb>div{
	display: inline-block;
	margin: 0 20px;position: relative;
}
.oth_chg_nb>div:first-of-type{
	margin-left: 0;
}
.oth_chg_nb>div:last-of-type{
	margin-right: 0;
}
.oth_chg_nb>div>a{
	font-size: 16px;
	display: block;
	padding: 20px 10px;color: #333;
}
.oth_chg_nb>div>a:hover{
	background-color: transparent;
	color: #004E8D;
}
.oth_chg_nb>div>a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);margin-left: 8px;margin-bottom: 2px;
	transform: rotate(180deg);transition: all .3s;
}
.oth_chg_nb>div:hover a img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.oth_chg_nb>div ul{
	position: absolute;
	top: 62px;
	left: 0;
	width: 141px;background-color: white;
	border: 1px solid #004E8D;z-index: 999;display: none;
}
.oth_chg_nb>div ul li{margin: 0;text-align: left;}
.oth_chg_nb>div ul li a{
	padding: 9px 20px;display: block;font-size: 15px;
	color: #333;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oth_chg_nb>div ul li a:hover{
	background-color: #004E8D;color: white;
}
.oth_chg_nb>div:hover ul{
	display: block;
}


#map label{max-width: inherit;
}
#map img{max-width: inherit;    width: auto;
    height: auto;}

.top_ser{position: relative;}
.pro_serh{position: absolute;top: 89px;right: 0;width: 380px;background: rgba(255,255,255,.9);border: 1px solid #e1e1e1;padding: 20px;z-index: 999;display: none;}
.pro_serh form{height: 40px;}
.pro_serh p{color: #044e8b;font-size: 16px;float: none;top: 0;margin-bottom: 10px;line-height: 35px;}
.pro_serh input{background: #f6f6f6;border: none;height: 40px;width: 80%;padding-left: 5px;border: 1px solid #CCCCCC;border-radius: 5px;vertical-align: top;}
.pro_serh button{border:none;background: transparent;margin-left: 5px;height: 40px;vertical-align: top;}
.pro_serh button img{vertical-align: top;}
.pro_serh ul li{display: inline-block;color: #888888;margin-right: 5px;}
.pro_serh ul li a{color: #888888;}

.Pagination {padding:15px 0;text-align:rightright; height:30px; line-height:30px; }
.Pagination a {margin-left:2px;padding:5px 10px 5px;}    
.Pagination .dot{ border:medium none; padding:4px 8px}    
.Pagination a:link, .Pagination a:visited {border:1px solid #dedede;color:#696969;text-decoration:none;}    
.Pagination a:hover, .Pagination a:active, .Pagination a.current:link, .Pagination a.current:visited {border:1px solid #dedede;color:#fff; background-color:#5a98de ; background-image:none; border:#5a98de  solid 1px;}    
.Pagination .selectBar{ border:#dedede solid 1px; font-size:12px; width:95px; height:21px; line-height:21px; margin-left:10px; display:inline}    
.Pagination a.tips{_padding:4px 7px 1px;}  








/*************较小屏幕****************/
@media only screen and (max-width: 1600px) {
	.inpro_u>ul li {
    width: 288px;
    min-height: 460px;
    margin: 0 6px;
    }
    .inpro_u>ul li a {
    padding: 10px 0 18px;
    }
    .inpro_u>ul li h5 {
    font-size: 16px;
    margin: 0 0 18px;
    padding: 0 15px;
    }
    .inpro_u>ul li .desc {
    font-size: 13px;
    margin-bottom: 3px;
    padding: 0 15px;
    }
    .incase_l{width: 650px;}
    .incase_bb {
    width: 650px;
    height: 470px;
    margin-bottom: 45px;
    }
    .incase_bt {
        width: 500px;
    height: 340px;
    margin-bottom: 35px;
    }
    .incase_bth {
    width: 435px;
    height: 263px;
    }
    .incase_imp div {
    padding: 20px;
    font-size: 16px;
    }
    .incase_tex p {
    margin-bottom: 30px;
    }
    .inabo_sp{
    	padding: 60px 0;
    }
    .sp_b {
		width: 100%;
    height: 537px;
    }
    .inacc_l {
    width: 580px;
    }
    .inacc_r {
    width: 580px;
    }
    .inacc_t h4 {
    font-size: 28px;
    margin: 0 0 15px;
    }
    .inacc_t p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    transition: all .3s;
    }
    .inacc_l .inacc_m {
    height: 452px;
    }
    .inacc_r .inacc_m {
    height: 437px;
    }
    .inacc_l .inacc_t {
    margin-bottom: 45px;
    }
    .inacc_r .inacc_m {
    margin-bottom: 45px;
    }
    .injoin_r ul li img {
    width: 180px;
    }
    .innews_u ul li {
    width: 288px;
    margin-left: 15px;
    }
    .innews_u ul li p {
    height: 199px;
    margin-bottom: 12px;
    }
    .innews_u ul li div {
    font-size: 16px;
    }
    .foot_u ul {
    margin-right: 20px;
    }
    .oth_b{width: 1200px;margin: 0 auto;}
    .abo_tt {
    padding-top: 0;
    }
    .oth_tt_r h2 {
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 36px;
    }
    .oth_tt_r p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    }
    .abo_tt {
    padding-top: 92px;
    }
    .oth_tt_r {
    padding-right: 0;
    }
    .abo_main {
    padding: 35px 0;
    }
    .abo_m_r {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    }
    .abo_m_b {
    min-height: auto;
    }
    .abo_m_imp {
    margin-left: 0;
    width: auto;
    padding: 75px 40px;
    padding-right: 400px;
    }
    .abo_m_imp b {
    font-size: 25px;
    margin-bottom: 18px;
    }
    .abo_m_imp span {
    width: 60px;
    margin: 0 auto 24px;
    }
    .abo_m_imp p {
    font-size: 15px;
    line-height: 28px;
    }
    .abo_bot ul li img {
    width: 575px;
    }
    .abo_bot ul li {
    margin-bottom: 40px;
    }
    .oth_chg ul li {
    margin: 0px 25px;
    }
    .oth_chg ul li a {
    padding: 20px 18px;
    font-size: 16px;
    }
    .pro_lg_qh {
    width: 720px;
    }
    .pro_de_r_tt {
    width: 480px;
    }
    .pro_de_mm {
    height: 400px;
    width: 400px;
    }
    .pro_de_ii {
    width: 750px;
    height: 400px;
    padding: 23px 60px;
    padding-top: 65px;
    }
    .solu_b ul li {
    margin-left: 20px;
    width: 386px;
    height: 265px;
    margin-bottom: 20px;
    }
    .solu_b ul li div {
    font-size: 1.5rem;
    padding: 12px;
    }
    .cus_t ul li:nth-of-type(7n+1) {
    margin-left: 19px;
    }
    .cont_tt small {
    margin-bottom: 25px;
    font-size: 14px;
    }
    .cont_tt ul li {
    line-height: 30px;
    font-size: 15px;
    }
    .cont_tt ul li div {
    margin-left: 16px;
    }
    .cont_tt ul li img {
    width: 6px;
    height: 6px;
    margin-top: 12px;
    }
    .cont_map {
    height: 410px;
    }
    
     
}

/****************移动****************/
@media only screen and (max-width: 768px) {
	.thebox{width: 100%;}
	.bbox{width: 100%;}
	/*首页*/
	.navbar-brand {
    padding: 6px;
    }
    .navbar {
    min-height: 64px;
    margin-bottom: 0;
    }
    .navbar-brand>img {
    width: 172px;
    }
    .navbar-header{
    	height: 64px;
    }
    .navbar-toggle {
    margin-top: 13px;
    }
    .navbar-default .navbar-toggle {
    border-color: #0468BD;
    }
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #004F8A;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #044E8B;
    }
    .carousel-inner {
    min-width: auto;
    }
    .carousel-indicators {
    bottom: -2px;
    }
    .carousel-indicators li {
    width: 20px;
    height: 2px;
    margin: 1px 2px;
    }
    .carousel-indicators .active {
    width: 35px;
    height: 2px;
    margin: 1px 2px;
    }
    .inpro {
    padding: 25px 0;
    }
    .inpro_top ul li a {
    padding: 8px 5px;
    font-size: 1.4rem;
    }
    .inpro_top ul li {
    margin: 0 10px;
    }
    .inpro_top {
    margin-bottom: 20px;
    }
    .inpro_b{padding: 0 15px;}
    .inpro_u>ul li {
    width: 49%;
    min-height: 150px;
    margin: 0 0 15px;
    }
    .inpro_u>ul li:nth-of-type(2n){
    	margin-left: 2%;
    }
    .inpro_u>ul li a {
    padding: 0 0 10px;
    }
    .inpro_u>ul li p {
    height: 150px;
    margin-bottom: 18px;
    line-height: 150px;
    }
    .inpro_u>ul li h5 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    padding: 0 12px;
    }
    .inpro_u>ul li .desc {
    font-size: 1.2rem;
    margin-bottom: 2px;
    padding: 0 10px;
    }
    .inpro_m {
    margin-top: 20px;
    }
    .inpro_m a {
    font-size: 1.4rem;
    padding: 9px 35px;
    border-radius: 20px;
    }
    .incase {
    padding: 25px 0;
    }
    .incase_l h4 {
    font-size: 2rem;
    margin: 0 0 20px;
    padding: 0 15px;
    }
    .incase_l {
    float: none;
    width: auto;
    padding: 0 15px;
    }
    .incase_bb {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    }
    .incase_imp div {
    padding: 10px;
    font-size: 1.3rem;
    }
    .incase_tex p {
    font-size: 1.4rem;
    margin-bottom: 16px;
    line-height: 23px;
    text-align: justify;
    }
    .incase_tex a {
    font-size: 1.4rem;
    padding: 8px 30px;
    }
    .incase_r {
    float: none;
    margin-top: 30px;
    padding: 0 15px;
    }
    .incase_bt {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    }
    .incase_bth {
    width: auto;
    height: auto;
    }
    .inabo {
    padding: 25px 0;
    }
    .inabo_til img{display: none;}
    .inabo_til {
    margin-bottom: 18px;
    padding: 0 15px;
    }
    .inabo_til h4 {
    font-size: 2rem;
    margin: 0 0 6px;
    }
    .inabo_til p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    }
    .inabo_sp {
    padding: 24px 15px;
    min-width: auto;
    }
    .sp_b {
    height: 210px;
    }
    .inacc {
    padding: 25px 0;
    }
    .inacc_l {
    float: none;
    width: auto;
    padding: 0 15px;
    }
    .inacc_t h4 {
    font-size: 2rem;
    margin: 0 0 10px;
    }
    .inacc_t p {
    font-size: 1.4rem;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 15px;
    }
    .inacc_t a {
    padding: 7px 36px;
    border-radius: 25px;
    font-size: 1.4rem;
    }
    .inacc_l .inacc_t {
    margin-bottom: 25px;
    }
    .inacc_l .inacc_m {
    height: auto;
    }
    .inacc_r {
    width: auto;
    padding: 0 15px;
    margin-top: 30px;
    }
    .inacc_r .inacc_m {
    margin-bottom: 18px;
    height: auto;
    }
    .inte {
    padding: 28px 0;
    min-width: auto;
    }
    .inte_til {
    font-size: 2rem;
    margin-bottom: 25px;
    }
    .inte_u ul li {
    width: 50%;
    margin-bottom: 24px;
    padding: 0 5px;
    }
    .inte_u ul li p {
    width: 110px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 20px;
    position: relative;
    }
    .inte_ic{display: none;}
    .inte_u ul li div {
    padding-top: 10px;
    padding: 10px 5px;
    }
    .inte_u ul li div span {
    width: auto;
    font-size: 1.2rem;
    }
    .inte_u ul li p small {
    left: -8px;
    top: -30px;
    }
    .injoin_l {
    padding: 25px 15px;
    }
    .injoin_l b {
    font-size: 2.5rem;
    margin-bottom: 8px;
    }
    .injoin {
    height: auto;
    background-size: cover;
    min-width: auto;
    }
    .injoin_l p {
    font-size: 1.6rem;
    margin-bottom: 30px;
    }
    .injoin_l>a {
    padding: 8px 18px;
    width: 180px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    }
    .injoin_l div {
    margin-top: 30px;
    }
    .injoin_l div a {
    font-size: 1.4rem;
    }
    .injoin_r {
    position: initial;
    }
    .injoin_r ul li {
    text-align: left;
    height: auto;
    display: inline-block;
    float: left;width: 25%;
    }
    .injoin_r ul li a{
    	float: left;
    }
    .injoin_r ul li img {
    width: 100%;
    }
    .innews {
    padding: 25px 0;
    }
    .innews_til {
    margin-bottom: 25px;
    padding: 0 15px;line-height: 34px;
    }
    .innews_til big {
    font-size: 2rem;
    }
    .innews_til a {
    padding: 0 26px;
    border-radius: 25px;
    font-size: 1.4rem;
    }
    .innews_u{padding: 0 15px;}
    .innews_u ul li {
    width: 49%;
    margin-left: 0;margin-bottom: 15px;
    }
    .innews_u ul li:nth-of-type(2n){
    	margin-left: 2%;
    }
    .innews_u ul li p {
    height: 120px;
    margin-bottom: 6px;
    }
    .innews_u ul li div {
    font-size: 1.3rem;
    }
    .foot_u{
    	display: none;
    }
    .foot_top {
    padding: 25px 15px;
    min-width: auto;
    }
    .foot_f div {
    margin-bottom: 15px;
    font-size: 1.3rem;
    }
    .foot_f {
    float: none;
    }
    .foot_f form {
    width: 100%;
    height: 40px;
    }
    .foot_f form input[type=text] {
    width: 75%;
    padding-left: 10px;
    font-size: 1.3rem;
    }
    .foot_f form input[type=submit] {
    background-size: 18px 19px;
    width: 25%;
    }
    footer {
    padding: 12px 15px;
    line-height: 25px;
    min-width: auto;font-size: 1.3rem;
    }
    footer p a {
    margin-left: 3px;
    }
    footer p a img{
    	width: 24px;
    	height: 24px;
    }
    
    /*about*/
   .oth_chg ul li {
    margin: 5px;
    }
    .oth_chg ul li a {
    padding: 10px 15px;
    font-size: 1.4rem;
    border-radius: 30px;
    }
    .oth_chg {
    margin-bottom: 20px;
    }
    .oth_b {
    width: auto;min-width: auto;
    padding: 0 15px;
    }
    .oth_tt_l {
    width: 100%;
    float: none;
    height: auto;
    margin: 0;
    }
    .abo_tt {
    padding-top: 24px;
    margin: 0;
    }
    .oth_tt_r h2 {
    font-size: 1.8rem;
    margin: 0 0 15px;
    line-height: 28px;
    }
    #ll {
    left: -12px;
    }
    #rr {
    right: -15px;
    }
    .oth_tt_r p {
    font-size: 1.4rem;
    line-height: 23px;
    }
    .oth_tt {
    margin-bottom: 30px;
    }
    .abo_m_r {
    position: initial;
    height: auto;
    }
    .abo_m_imp {
    padding: 20px 14px;
    }
    .abo_m_imp b {
    font-size: 1.8rem;
    margin-bottom: 12px;
    }
    .abo_m_imp span {
    width: 50px;
    height: 2px;
    margin: 0 auto 18px;
    }
    .abo_m_imp p {
    font-size: 1.4rem;
    line-height: 26px;
    }
    .abo_m_r img {
    width: 100%;
    height: auto;
    }
    .abo_main {
    padding: 30px 0;margin: 0;
    }
    .abo_bot {
    padding-bottom: 35px;
    }
    .abo_bot ul {
    display: block;
    }
    .abo_bot ul li img {
    width: 100%;
    }
    .abo_bot ul li {
    margin-bottom: 15px;
    }
    .abo_bot ul li:nth-of-type(2n) {
    margin-left: 0;
    }
    .abo_bot div {
    font-size: 1.4rem;
    }
    /*product*/
   .pro_b ul li {
    float: none;
    max-width: 334px;
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    }
    .pro_b ul li p {
    height: auto;
    line-height: normal;
    margin: 0 0 18px;
    padding: 30px 10px;
    }
    .pro_b ul li div {
    font-size: 1.6rem;
    margin-bottom: 15px;
    }
    .pro_b ul li span {
    font-size: 1.4rem;
    width: 160px;
    padding: 8px;
    opacity: 1;
    }
    .pro_b {
    padding-bottom: 32px;
    }
    /*pro_de*/
	.pro_lg{margin-top: 0;border-top: none;}
	.m_nav02{display:none;}
	.pro_lg_qh{width: 100%;}
	.gallery-thumbs{position: static;width: 100%;text-align: center;}
	.gallery-thumbs .swiper-slide{margin:0 5px;width: 60px;height: 60px;}
	.gallery-thumbs .swiper-slide img{max-height: 50px;}
	.gallery-thumbs .swiper-wrapper{justify-content: center;}
	.gallery-top{width: 100%;height: auto;}
	.etalage li{position: static;}
	.xq_lf .swiper-pagination,.xq_lf .swiper-button-next, .xq_lf .swiper-button-prev{display: none;}
	.xq_lf{padding-bottom: 30px;}
	.pro_lg_rg{width: 100%;float: none;}
	.xq_tab li{margin-right: 0;width: 48%;text-align: center;}
	.xq_tab{line-height: 45px;}
	.xq_tab li a{font-size: 15px;}
	
	.pro_lg_t {
    padding: 25px 0 0;
    }
    .pro_de_r_tt {
    padding: 20px 15px;
    }
    .pro_de_r_tt small {
    font-size: 1.5rem;
    margin: 0 0 10px;
    }
    .pro_de_r_tt h4 {
    font-size: 2.1rem;
    margin: 0 0 12px;
    }
    .pro_de_r_tt ul li {
    font-size: 1.3rem;
    }
    .xq_nr {
    margin-top: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    }
    .pro_de_ll {
    float: none;
    }
    .pro_de_rr {
    float: none;
    }
    .pro_de_mm {
    width: 100%;height: auto;
    padding: 15px;
    }
    .pro_de_ii {
    width: auto;
    height: auto;
    padding: 20px 15px;
    }
    .pro_de_imp>ul>li {
    margin-bottom: 10px;
    display: block;
    }
    .pro_de_ii b {
    font-size: 1.8rem;
    margin: 0 0 10px;
    }
    .pro_de_ii p {
    font-size: 1.4rem;
    line-height: 20px;
    text-align: justify;
    }.xq_tab {margin-bottom: 15px;}
    .pro_de_r_tt {
    width: auto;
    }
    
    /*supp*/
   .supp_top {
    background-color: white;
    margin-bottom: 28px;
    }
    .supp_top ul li {
    background-color: #004E8D;
    margin: 0 0 4px;
    }
    .supp_top ul li a {
    font-size: 1.3rem;
    padding: 15px;
    }
    .supp_top ul li a img {
    left: calc(50% - 4px);
    width: 8px;
    height: 7px;
    }
    .supp_bot ul li a {
    display: block;
    height: 100%;
    padding: 15px;
    }
    .supp_l {
    float: none;
    }
    .supp_l img {
    width: 40px;
    height: auto;
    }
    .supp_l div {
    line-height: 52px;
    margin-left: 56px;
    width: auto;
    font-size: 1.4rem;
    }
    .supp_r {
    font-size: 1.3rem;
    padding: 8px 25px;
    margin-top: 10px;
    }
    .supp_bot ul li {
    margin-bottom: 10px;
    }
    .supp_b {
    padding-bottom: 30px;
    }
    
    /*solution*/
   .solu_b ul li {
    float: none;
    max-width: 513px;
    height: auto;
    width: 100%;
    position: relative;
    margin: 0 auto 15px;
    }
    .solu_b ul li:nth-of-type(3n+1) {
    margin-left: auto;
    }
    .solu_b ul li div {
    font-size: 1.4rem;
    }
    .solu_b {
    padding-bottom: 35px;
    }
    
    /*cus*/
   .cus_til {
    font-size: 2rem;
    margin-bottom: 24px;
    }
    .cus_t ul li {
    margin-bottom: 15px;
    margin-left: 0;
    width: 49%;
    height: 175px;
    line-height: 175px;
    }
    .cus_t ul li:nth-of-type(7n+1) {
    margin-left: 0;
    }
    .cus_t ul li:nth-of-type(2n) {
    margin-left: 2%;
    }
    .cus_t {
    margin-bottom: 28px;
    }
    
    /*news*/
   .news_l {
    float: none;
    max-width: 370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    }
    .news_tm {
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    font-size: 1.4rem;
    }
    .news_tm div {
    font-size: 2rem;
    margin-bottom: 0;
    }
    .news_r {
    float: none;
    padding-right: 0;
    width: auto;
    padding-top: 15px;
    margin-left: 0;
    }
    .news_r div {
    font-size: 1.6rem;
    margin-bottom: 10px;
    }
    .news_r p {
    font-size: 1.3rem;text-align: justify;
    line-height: 22px;
    overflow: hidden;
    }
    .news_b>ul li {
    margin-bottom: 15px;
    }
    .news_b {
    margin-top: 28px;
    padding-bottom: 30px;
    }
    /*news_de*/
   .newsdes-text{padding: 28px 0;}
   .newsde-til {
    font-size: 1.8rem;
    margin-bottom: 5px;
    }
    .news-tilbot {
    margin-bottom: 15px;
    font-size: 1.3rem;
    padding-bottom: 12px;
    }
    .thebottom-jump{
    	padding: 0 3%;
    }
    .thebottom-jump>div {
    margin-top: 35px;
    padding-bottom: 15px;
    }
    .thebottom-jump>div>a>div {
    font-size: 1.45rem;
    }
    .newsde-text {
    margin-bottom: 30px;
    }
    .newsde-text p {
    font-size: 1.4rem;
    line-height: 25px;
    margin-bottom: 15px;
    }
    .jumptil {
    margin-bottom: 25px;
    }
    .jumptil span {
    margin-bottom: 6px;
    font-size: 1.4rem;
    padding-left: 3%;
    }
    .move-newsde {
    margin-bottom: 0;
    padding: 18px 15px;
    }
    .moven-til {
    padding: 3px 8px;
    font-size: 1.7rem;
    margin-bottom: 12px;
    }
    .moven-text ul li {
    width: auto;
    float: none;
    }
    .moven-text ul {
    min-width: 100%;
    margin-right: 0;
    line-height: 28px;
    width: 100%;
    font-size: 1.5rem;
    }
    .moven-text {
    padding-top: 14px;
    }
    .moven-text ul li a {
    font-size: 1.4rem;
    }
    
    /*contact*/
   .oth_tt_r {
   	margin-top: 20px;
    margin-left: 0;
    }
    .cont_tt small {
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 21px;
    }
    .cont_tt ul li {
    line-height: 25px;
    font-size: 1.3rem;
    }
    .cont_tt ul li img {
    margin-top: 9px;
    }
    .cont_til {
    font-size: 2rem;
    margin-bottom: 14px;
    }
    .cont_map {
    height: 250px;
    }
    .cont_box {
    padding-bottom: 30px;}
    
.content, .contnet{max-width:95%;}
	
	
}
.oth_tt_l{overflow: hidden;}
.oth_tt_l img{transition: all .3s;}
.oth_tt_l:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.abo_bot ul li{overflow: hidden;}
.abo_bot ul li img{
	transition: all .3s;
}
.abo_bot ul li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.solu_b ul li{overflow: hidden;}
.solu_b ul li img{
	transition: all .3s;
}
.solu_b ul li a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
