@charset "gb2312";


#ph-nav #btn-search2{
	padding:0 8px;
	font-size:18px;
	color:#2e62b7;
}

#ph-nav .dropdown-menu{
	min-width:initial;
}
#ph-nav .flex .nav-link{
	padding:0 10px;
}

/* CSS Document */
.swiper-button-next,.swiper-button-prev,.swiper-btns .swiper-btn{
	outline:0
}

#top-img>.container{
	display: flex;
    width: 100%;
    height: 500px;
    color: #fff;
    justify-content: center;
    align-items: center;
	background-size:cover!important;
}
#top-img h2 {
	letter-spacing: 10px;
    font-weight: bold;
    font-size:36px;
    text-shadow: 0 1px 5px rgb(0 0 0);
}
.container-serice-container .swiper-wrapper .swiper-slide {
    width: auto !important;
}
.linkbox a{
	 text-decoration: none;
}
#web-nav{
	position: relative;
}
#web-nav .nav-center {
    position: relative;
    display: flex;
	padding: 0px 5%;
    justify-content: space-between;
    align-items: center;
}
#web-nav a.navbar-brand img {
    width: auto;
    transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link{
	color: rgba(0,0,0,0.8);
}
#web-nav .nav-center>div {
    display: flex;
    align-items: center;
}
.lang_cn {
    color: #2e62b7;
    width: 90px;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
}
.lang_cn:hover .lang_en{
	display: block;
}
.lang_en{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	height: 60px;
	width: 100%;
	line-height: 60px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
}
.Language_dr{
	display: flex;
	align-items: center;
}
.lang_cn i{
	margin-right: 5px;
}
.button_menu{
	display: none;
}
.navbar-list {
    margin-bottom: 0;
    display: flex;
    width: 50%;
    min-width: 585px;
    justify-content: space-between;
}
.navbar-list>li {
    margin-top: 0px;
    list-style: none;
    height: 90px;
}
.navbar-list>li>a {
    display: block;
    padding: 20px 15px;
    font-size: 15px;
}
.hidden_nav{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffff;
	z-index: 9999999;
	border-top: 1px solid #eaeaea;
}
#btn-search{
	color: #2e62b7;
	font-size: 20px;
	outline: 0;
}
.btn.focus, .btn:focus{
	box-shadow: none;
}
.navbar-list>li:hover a{
	color: #2e62b7;
	cursor: pointer;
}

.navbar-list>li>a{
	display: block;
	height: 100%;
	line-height: 50px;
}
.navbar-list>li:hover a{
	text-decoration: none;
}
li.dropdown_li:hover .hidden_nav{
	display: block;
}
.hidden_nav>a{
	display: block;
	width: 100%;
	padding: 0 15px;
	line-height:45px;
	background:#f2f2f2;
	font-weight: bold;
	color: #ec6200;
}
.hidden_nav>div a:hover,.hidden_nav>a:hover{
	color: #ec6200;
	text-decoration: none;
}
.hidden_nav>a span{
	float: right;
	color: #444;
	height: 45px;
	line-height: 45px;
}
.hidden_nav>div{
	padding: 0px 10px;
}
.hidden_nav>div dl{
	float: left;
	width: 25%;
	padding: 10px;
}
.hidden_nav>div dt a{
	display: block;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 5px;
	    font-size: 1rem;
}
.hidden_nav>div a{
	color: #333;
	text-decoration: none;
}
.hidden_nav>div dd{
	padding: 0 10px;
	font-weight: 500;
	
}
.hidden_nav>div dd a{
	display: block;
	color: #444;
	transition: all 0.2s;
}
.hidden_nav>div dd:hover a{
	text-indent: 5px;
	transition: all 0.2s;
}
nav .dropdown_li.cur .hidden_nav {
	display: block;
}


.navbar-list .row {
	width: 100%;
}


.navbar-list .row ul li {
	margin: 0 1%;
	width: 23%;
	float: left;
	position: relative;
	list-style: none;
}

.navbar-list .row ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 0.01rem solid #999;
	border-right: 0.01rem solid #999;
	transform: rotate(-45deg);
	position: absolute;
	left: 0.0rem;
	top: 50%;
	margin-top: -5px;
}

.navbar-list .row ul li a {
	display: flex;
	font-size: 14px;
	height: 60px;
	line-height:20px;
	text-align: left;
	color: #666666;
	padding-left: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 20px;
	    align-items: center;
}
.navbar-list .row ul li:hover:before {
	border-bottom: 0.01rem solid #2e62b7;
	border-right: 0.01rem solid #2e62b7;
}

.navbar-list .row ul li a:hover,
.navbar-list .row ul li a:focus {
	color: #001f7d;
	border-bottom: 1px solid #2e62b7;
	background: none;
}

.navbar-list .row ul li {
	padding: 10px 0;
}

.menu_text {
	color: #666666;
	border-left: 1px solid #e5e5e5;
}

.menu_text div {
	color: #666666;
	line-height: 190%;
	width: 80%;
	margin: auto;
	font-size: 12px;
}

/**/
.hiden_dateil {
	padding: 10px;
	width: 100%;
	background: #f8f8f8;
	color: #333;
	transition: all 0.2s linear;
	z-index: 5;
}
.flex{
	display: flex;
}
.index-sio-conner>a:hover .hiden_dateil {
	display: block;
	transition: all 0.2s linear;
}

.index-sio-conner img {
	width: 100%;
}

#index-about {
	position: relative;
	width: 100%;
	overflow: hidden;
	 padding-top: 80px;
    padding-bottom: 80px;
}

#index-about .bj {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: -1;
	justify-content: flex-end;
	align-items: center;
}

#index-about img {
	width:100%;
	max-width:50%;
}

.index-about-con {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.index-about-title p {
	color: #111;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 30px;
}

.index-about-title h1 {
	display: flex;
	color: #111;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 0px;
	font-size: 26px;
	align-items: center;
}

.index-about-title h1 em {
	display: inline-block;
	margin-left: 20px;
	width: 30px;
	height: 2px;
	background: #2e62b7;
}

.index-about-title h1>a {
	float: right;
	font-size: 16px;
	color: #999;
	padding: 8px 15px;
	background: #eaeaea;
	border-radius: 3px;
}

.index-about-title h1>a:hover {
	background: #2e62b7;
	color: #fff;
	text-decoration: none;
}

.index-about-conner {
	width:100%;
	padding-right:40px;
	color: #333333;
}

.index-about-p {
	padding-top: 30px;
}

.index-about-p p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
}

.index-about-img {
	width: 30.4%;
}

.index-about-img img {
	width: 100%;
}

.index-about-more {
	margin-top: 36px;
}

.index-about-more a {
	display: inline-block;
	position: relative;
	border: 1px solid #1c57b3;
	color: #1c57b3;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	padding: 0 30px;
}

.index-about-more a:hover {
	background: #1c57b3;
	color: #fff;
	text-decoration: none;
}

.index-about-more a i {
	position: absolute;
	right: 35px;
	top: 16px;
	font-size: 16px;
}

#index-contact {
	margin-top: 5em;
}

#index-contact {
	background: #efefef;
	padding: 55px 0;
}

.index-contact-conner {
	padding: 20px 0;
}

.index-contact-l {
	font-size: 44px;
	width: 80px;
	text-align: center;
}

.media-body {
	width: auto;
}

.index-contact-l .index-contact-icon {
	font-weight: bold;
	color: #ae0101;
}

.index-contact-heading {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.index-contact-add,
.index-contact-tel,
.index-contact-fax {
	margin-bottom: 1.5em;
	padding-left: 15px;
}

.index-contact-con-l {
	width: 70%;
	float: left;
}

.index-contact-con-r {
	width: 30%;
	float: right;
	text-align: center;
}

#allmap {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0;
	margin-top: 1.5em;
}

#top-img img {
	width: 100%;
}
.container-r {
	width: 71.917%
}

.container-r-title h1 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 49px;
}

.container-r-p {
	padding: 0 0 0 30px;
	color: #333333;
}

.container-l-conner {
	width: 86.8%;
	margin: 0 auto;
}

.container-l {
	width: 24%;
	margin-top: -35px;
	position: relative;
	z-index: 100;
}

.container-top-bg {
	height: 77px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	background: #a80000
}

.container-foot-bg {
	height: 77px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	background: #ae0101
}

.container-l-con {
	background: -webkit-linear-gradient(rgb(168, 0, 0), rgb(174, 1, 1));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgb(168, 0, 0), rgb(174, 1, 1));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgb(168, 0, 0), rgb(174, 1, 1));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(rgb(168, 0, 0), rgb(174, 1, 1));
	/* ��׼���﷨ */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.contain-l-title {
	text-align: center;
	margin-top: -40px;
	border-bottom: 1px solid #ffffff;
}

.contain-l-title h3 {
	margin: 0;
	margin-top: -50px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 10px;
}

.contain-l-ul ul {
	margin: 0;
}

.contain-l-ul ul li {
	color: #ffffff;
	list-style: none;
}

.contain-l-ul ul li ul {
	display: none;
}

.contain-l-ul ul li a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding: 8px 20px;
}

.contain-l-ul ul li a:hover,
.contain-l-ul ul li a:visited,
.contain-l-ul ul li a:focus,
.contain-l-ul ul li a:active {
	text-decoration: none;
	opacity: 0.9;
}

.contain-l-ul ul li span {
	margin-right: 13%;
	font-weight: normal;
}

.contain-l-fgx {
	background: url(../images/fgx_05.png) repeat-x;
	height: 2px;
}

.contain-l-ul ul li ul li a {
	font-weight: normal;
}

.contain-l-ul ul li ul li {
	margin-left: 14%;
	list-style: none;
}

.container-l-contact {
	margin-top: 30px;
}

.container-l-contact .more-btn a {
	margin: 0 auto;
}

.capa-con a {
	color: #333333;
}

.capa-con a:hover {
	color: #a80000;
	text-decoration: none;
}

.pro-container .pro-con {
	width: 32%;
	float: left;
	text-align: center;
	margin: 0 0.5%;
}

.pro-container .pro-con .pro-img img {
	border: none;
}

.pro-container .pro-con label {
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #111111;
	line-height: 1.3em;
	margin-top: 0.5em;
	height: 2.6em;
	overflow: hidden;
}

.pro-container .pro-con a:hover .pro-img img {
	border: none;
}

.pro-container .pro-con a:hover label {
	color: #ae0101;
	font-weight: 300;
}

.pro-container .fgx {
	margin-top: 0.5em;
}

.pro-container-jj {
	border-bottom: 2px #ededed solid;
	margin-bottom: 1.8em;
}

.pro-container-jj .pro-container-title h3 {
	color: #efa900;
	margin: 0 0 0.5em;
	font-weight: normal;
	font-size: 1.875em;
}

.pro-container-jj .pro-container-jj-con {
	font-size: 1em;
	color: #333333;
	line-height: 1.625em;
	margin-bottom: 1.5em;
}

.pro-container .pro-container-con .col-md-5 {
	width: 45%;
}

.pro-container .pro-container-con .col-md-7 {
	width: 55%;
}

.pro-container .pro-img img {
	border: none;
}

.pro-container .pro-container-con .pro-title {
	font-size: 1.25em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.pro-container .pro-container-con .pro-jj {
	font-size: 1em;
	color: #111111;
	line-height: 1.625em;
}

.pro-container .pro-container-con .pro-back {
	margin-top: 1em;
}

.pro-container .pro-container-con .pro-back a,
.pro-detail-con>a{
	display: inline-block;
	text-align: center;
	line-height: 38px;
	padding:0 15px;
	height: 38px;
	font-size: 1.1em;
	float: left;
	margin-right: 10px;
	color: #fff;
	background:#2e62b7;
	cursor:pointer;
}
.pro-detail-con>a{
	background:#2e62b7;
}
.pro-container .pro-container-con .pro-back a i ,
.pro-detail-con>a i{
	font-size:1em;
	margin-right:10px;
}

.pro-container .pro-container-con .pro-back a:hover {
	color: #fff;
	text-decoration: none;
}

.pro-container .pro-container-con .pro-back a img {
	margin-right: 5px;
}

.pro-detail {
	margin-top: 1em;
}

.pro-detail .pro-detail-title {
	font-size: 1.25em;
	color: #333;
	line-height: 30px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.pro-list {
	font-size: 1em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	display: none;
}

.pro-list ul {
	list-style: none;
	margin-left: 0.862069%;
}

.pro-list ul li {
	float: left;
	margin: 2px;
	margin-top: 10px;
}

.pro-list ul li a {
	border: 2px #ae0101 solid;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;
	background: #ae0101;
}

.pro-list ul li a:hover {
	text-decoration: none;
	opacity: 0.9;
}


/**/

#index-pro {
	margin-top: 5em;
	padding-bottom: 5em;
}

#index-pro {
	width: 100%;
}

#index-pro .index-pro-con {
	display: flex;
	justify-content: space-between;
}

#index-pro .index-pro-con ul {
	margin-left: -15px;
	margin-right: -15px;
}

#index-pro .index-pro-con li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 15px;
}

#index-pro .index-pro-con li a {
	display: block;
	border: 1px solid #eaeaea;
}

#index-pro .index-pro-con li:hover a {
	text-decoration: none;
}

#index-pro .index-pro-con li p {
	position: relative;
	padding: 15px 0;
	line-height: 35px;
	margin-bottom: 0;
	background: #f5f5f5;
	font-size: 16px;
	overflow: hidden;
}

#index-pro .index-pro-con li p span {
	display: block;
	position: relative;
	z-index: 2;
}

#index-pro .index-pro-con li a p:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2e62b7;
	z-index: 0;
	transition: all 0.2s linear;
}

#index-pro .index-pro-con li:hover a p {
	color: #fff;
}

#index-pro .index-pro-con li:hover a p:before {
	top: 0;
	transition: all 0.2s linear;
}


/*#index-pro .index-pro-con .left{
	min-width: 350px;
}
#index-pro .index-pro-con .right{
	width: calc(100% - 350px);
}
#index-pro .index-pro-con .right img,
#index-pro .index-pro-con .right div{
	width: 100%;
}
#index-pro .index-pro-con .left li{
	margin-top: -1px;
	padding: 15px 40px;
	list-style: none;
	border: 1px solid #ddd;
	line-height: 25px;
	cursor: pointer;
}

#index-pro .index-pro-con .left li:first-child{
	margin-top: 0;
}
#index-pro .index-pro-con li.cur{
	background: #2e62b7;
	color: #fff;
	font-size: 18px;
}*/


/**/


/**/
footer {
	padding:60px 0 0px;
	background: #111111;
	width: 100%;
}

footer a {
	color: #fff;
}

footer dt a {
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	color:#fff;
	line-height: 20px;
	margin-bottom: 30px;
}

footer dt a:hover {
	color: #2db1ff;
}

footer a:hover {
	color: #fff;
	
}
.left_float dd a{
	display: block;
	opacity: 0.6;
}
.left_float dd:hover a{
	opacity: 1;
}
.right_float{
	float: right;
}

.right_float dt {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
}
.right_float dd{
	color:#fff;
	opacity: 0.6;
}
.left_float {
    float: left;
    display: flex;
    width:calc(100% - 320px);
}
.left_float dl {
    width: 100%;
}
.left_float dd {
    font-size: 14px;
}
.beian {
    padding: 15px 0;
    margin-top: 40px;
    border-top: 1px solid #333;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/**/

/**/

.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	    display: flex;
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.banner .swiper-container {
	--swiper-theme-color: #fff;
	/* è®¾ç½®Swiperé£Žæ ¼ */
	--swiper-navigation-color: #fff;
	/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
	--swiper-navigation-size: 20px;
	/* è®¾ç½®æŒ‰é’®å¤§å° */
}

.banner_mouse {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	width: 23px;
	height: 66px;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
	bottom: 60px;
	z-index: 9;
	opacity: 1;
	display: block;
}

.banner_mouse:before {
	position: absolute;
	content: '';
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	position: absolute;
	content: '';
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 30px;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}

@keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}

@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/**/
#news-box{
	padding-top: 40px;
	padding-bottom: 60px;
}
.newbody ul {
    padding: 10px 0px;
}
.newbody ul li {
    float: left;
    padding: 10px 0px;
    margin: 10px 10px;
    width: calc(50% - 20px);
    list-style: none;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
}
.newbody ul li a{
	display: block;
}
.newbody ul li:hover{
	border-color:#2e62b7;
}
.newbody ul li:hover .idate {
	background: #fff;
}
.newbody ul li:hover .idate span{
	background: #2e62b7;
}
.newbody li .idate {
    width: 72px;
    float: left;
    font-family: Arial;
    background: #f2f2f2;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    padding: 12px 0px 0;
    color: #999;
}
.new_c {
    float: left;
    margin-top: 7px;
    margin-left: 20px;
    width: calc(100% - 92px);
}
.newbody li .idate span {
    display: block;
    font-size: 20px;
    color: #fff;
    background: #999999;
    margin-bottom: 5px;
}
.new_c {
    float: left;
    margin-top: 7px;
    margin-left: 20px;
    width: calc(100% - 92px);
	height:51px;
	overflow:hidden
}
.newbody ul li:hover .new_c p.p1{
	color: #2e62b7;
	text-indent: 5px;
	transition: all 0.5s; 
}
.new_c p.p1 {
    font-size: 18px;
    color: #000;
    transition: all 0.5s; 
}
.new_c p {
    font-size: 13px;
    line-height: 25px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s;
}
/**/

#index-news>.container>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	overflow: hidden;
}

#index-news .container>div{
	border-bottom: 1px solid #eaeaea;
}

#index-news>.container>div>span {
	display: inline-block;
	font-size: 16px;
	padding-right: 30px;
	width: 110px;
	height: 100%;
	line-height: 60px;
	border-right: 1px solid #eaeaea;
}

.new-swiper {
	height: 100%;
}

.new-swiper.swiper-container {
	padding-left: 40px;
	width: 100%;
	height: 100%;
}

.new-swiper.swiper-container .swiper-slide a {
	display: flex;
	width: 100%;
	height: 60px;
	line-height: 60px;
	    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical;
}

#index-news>.container>div>a {
	padding: 0 20px 0 20px;
	display: inline-block;
	font-size: 30px;
	line-height: 60px;
	color: #999;
	border-left: 1px solid #eaeaea;
}
#index-news>.container>div>a:hover,.new-swiper.swiper-container .swiper-slide a:hover{
	text-decoration: none;
	color: #2e62b7;
}
.lang_cn::after {
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.15rem;
	margin-top: -5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}


/**/
#product .waper{
	padding: 80px 0 0px;
}

#mydiv canvas {
    position: absolute!important;
    z-index: 1!important;
}
#pro-pro .index-pro-con .left {
	float: left;
	width: 300px;
}

#pro-pro .index-pro-con .right {
	float: right;
	padding-left: 15px;
	width: calc(100% - 300px);
}
.pro-swiper{
	overflow: hidden;
	margin-top:40px;
	height:900px;
}
.about-honor-btns {
    margin-top: -60px;
    width: 100%;
}

.swiper-btns {
    text-align: right;
    width: 100%;
    position: relative;
    z-index: 999;
}
.swiper-btns .swiper-btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    border: 1px solid #eaeaea;
    padding: 3px 12px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 39px;
    text-align: center;
}
.pro-swiper .swiper-slide img{
	width: 100%;
	max-width:537px;
}
.pro-swiper .swiper-slide {
    height: calc((100% - 30px) / 3);
}
.pro-swiper .swiper-slide a{
	display: block;
}
.pro-swiper .swiper-slide a:hover{
text-decoration:none ;
}
.cont>i {
    position: absolute;
    left: 0px;
    top: 15px;
    margin-right: 0.5em;
}
.cont h2 {
    color: #363636;
    margin-bottom: 0.6em;
    position: relative;
    font-size: 15px;
	overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cont h3 {
   	height: 3.4em;
    overflow: hidden;
    line-height: 1.7em;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cont {
    padding: 15px 20px 10px;
    position: relative;
}


/**/
#app{
	position: relative;
	padding:30px 0 40px;
}
#app .app-swiper{
	padding-top: 30px;
	padding-bottom:60px;
	overflow: hidden;
}
#app .app-swiper .swiper-slide>img{
	width: 100%;
}
#app .app-swiper .swiper-slide{
	position: relative;
}
.hiden-bj{
	display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
	
}
.hiden-bj:hover{
	background: rgba(0,0,0,0);
	transition: all 0.3s;
}
.hiden-bj p{
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}
.hiden-bj-txt{
	display: flex;
    flex-direction: column;
    align-items: center;
}
#app .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,20px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,6px));
    display: inline-block;
    border-radius:3px;
    background: var(--swiper-pagination-bullet-inactive-color,#1c57b3);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
#app .swiper-horizontal>.swiper-pagination-bullets,#app  .swiper-pagination-bullets.swiper-pagination-horizontal,#app  .swiper-pagination-custom,#app  .swiper-pagination-fraction{
	bottom: 50px;
}
/**/
.page {
	width: 100%;
}

#pro-pro .index-pro-con .left>li:first-child {
	margin-top: 0;
}

#pro-pro .index-pro-con ul.pro_left>li.cur>a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#pro-pro .index-pro-con ul.pro_left>li.cur>a {
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}

#pro-pro .index-pro-con ul.pro_left>li.cur:hover>a {
	color: #fff;
}

#pro-pro .index-pro-con .left li {
	position:relative;
	margin-top: -1px;
	list-style: none;
	border: 1px solid #ddd;
	line-height: 25px;
	cursor: pointer;
}

#pro-pro .index-pro-con .left>li>a {
	display: block;
	color: #444;
	padding: 15px 35px 15px 15px;
}

#pro-pro .index-pro-con .left li>a>i {
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-7px;
}

#pro-pro .index-pro-con ul.pro_left li.cur>a>i {
	display: none;
}

#pro-pro .index-pro-con ul.pro_left li.cur>a {
	color: #fff;
}

#pro-pro .index-pro-con ul.pro_left li:hover>a {
	color: #2e62b7;
}

#pro-pro .index-pro-con .left li dd>a {
	padding: 0 20px 0 10px;
}

#pro-pro .pro_right .pro_item {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 30px;
}

#pro-pro .pro_right .pro_item a {
	display: block;
	border: 1px solid #eaeaea;
}

#pro-pro .pro_right .pro_item p {
	position: relative;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 0;
	background: #f5f5f5;
	font-size: 14px;
	overflow: hidden;
	color: #555;
	height:60px;
	display: flex;
	align-items: center;
}

#pro-pro .pro_right .pro_item:hover p {
	color: #fff;
	z-index: 0;
}

#pro-pro .pro_right p:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2e62b7;
	z-index: 0;
	transition: all 0.2s linear;
}

#pro-pro .pro_right .pro_item p span {
	display: block;
	position: relative;
	z-index: 2;
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

#pro-pro .pro_right .pro_item:hover p:before {
	top: 0;
	transition: all 0.2s linear;
}

h2.title_zy {
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
}

h2.title_zy span {
	font-size: 16px;
}

.contact-map {
	position: relative;
}

.map_box {
	position: relative;
	min-height: 500px;
}

.contant_txt {
	padding: 20px;
	width: 400px;
	height: 100%;
}

.contant_txt h4 {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
}

.contant_txt p {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	text-align: left;
}

.contant_txt .list {
	text-align: center;
}

.contant_txt .list img {
	margin-bottom: 30px;
}

.contant_txt em {
	position: absolute;
	top: 3px;
	left: 0;
	color: #2e62b7;
	margin-right: 10px;
	font-size: 20px;
}

.contact-cen {
	display: flex;
	margin-bottom: 60px;
	justify-content: space-between;
}

.feedback-con .form-control {
	height: calc(2.1em + 0.75rem + 2px);
	font-size: 14px;
}

.form-label i {
	margin-right: 10px;
	font-size: 20px;
	color: #2e62b7;
}

.contant_txt h2 {
	color: #fff;
}

.feedback-con {
	width: calc(100% - 430px);
}

.feedback-con>h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.feedback-con button {
	margin: 0 auto;
	display: block;
	width: 195px;
	height: 50px;
	text-align: center;
	background: #2e62b7;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	box-shadow: 0px 2px 5px #888888;
}
/**/
.bags-form .form-group {
		width: 100%;
	}
	
	.bags-list-table {
		min-width: 680px;
	}
	
	.bags-list-table thead th {
		border-bottom: 1px solid #ececec;
		border-top: none;
		padding-bottom: 1.5rem;
		font-size: 16px;
	}
	
	.bags-list-table thead {
		text-transform: uppercase;
	}
	
	.bags-list-img {
		max-width: 90px;
	}
	
	.bags-list-table>tbody>tr>td {
		vertical-align: middle;
	}
	
	.bags-list-table td {
		border-bottom: 1px solid #ececec;
		border-top: none;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.bags-list-table td a:hover {
		text-decoration: none;
		color: #2e62b7;
	}
	
	.bags-form .form-control-input {
		width: 100%;
		float: none;
	}
	
	.bags-form .delet-icon {
		font-size: 26px;
		color: #727272;
		padding: 12px;
		display: inline-block;
	}
	
	.bags-form .delet-icon:hover {
		color: #2e62b7;
	}
	
	.bags-continue {
		text-align: right;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.bags-continue a {
		display: inline-block;
		padding: 10px;
		border: 1px solid #2e62b7;
		text-transform: uppercase;
		min-width: 250px;
		text-align: center;
		color: #2e62b7;
	}
	
	.bags-continue a:hover {
		background: #2e62b7;
		border-color: #2e62b7;
		color: #ffffff;
		text-decoration: none;
	}
	
	.bags-feedback {
		max-width: none;
		padding-top: 1rem;
	}
	
	.clear1 {
		display: block;
	}
	
	.clear2 {
		display: none;
	}
	
	.clear3 {
		display: none;
	}
	.bags-feedback {
    max-width: none;
    padding-top: 1rem;
}
.feedback-form .form-control-input .form-control,
	.feedback-form .form-textarea {
		width: 100%;
		padding: 5px 15px;
		height: 40px;
		line-height: 26px;
		font-size: 14px;
		color: #333333;
		background-repeat: no-repeat;
		background-position: .5rem center;
		background-size: .5rem;
		background-color: #f9f9f9;
		border: 1px solid #dddddd;
		border-radius: 0;
		transition: all .3s;
	}
	
	.feedback-form .form-textarea {
		height: auto;
		padding-left: 15px;
	}
	
	.feedback-form .form-control-input .form-control:focus,
	.feedback-form .form-control-input .form-textarea:focus {
		color: #ffffff;
		background-color: #dddddd;
		border-color: #dddddd;
		outline: 0;
		box-shadow: none;
	}
	
	.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
	.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
		/* WebKit browsers é€‚é…è°·æ­Œ */
		color: #ffffff;
	}
	
	.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
	.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
		/* Mozilla Firefox 4 to 18 é€‚é…ç«ç‹ */
		color: #ffffff;
	}
	
	.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
	.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
		/* Mozilla Firefox 19+ é€‚é…ç«ç‹ */
		color: #ffffff;
	}
	
	.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
	.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
		/* Internet Explorer 10+  é€‚é…ie*/
		color: #ffffff;
	}
	
	.feedback-submit {
		background:#2e62b7;
		color: #ffffff;
		border-radius: 0;
		width: 134px;
		height: 40px;
		float: right;
	}
	
	.feedback-submit:hover {
		color: #ffffff;
		background-color:#2b74eb;
	}
/**/

.news_cen ul.news_list {
	margin: 40px 0 20px;
}

.news_cen ul.news_list li {
	padding: 30px;
	width: 100%;
	border-bottom: 3px solid #eaeaea;
}

.news_cen ul.news_list li .img_box {
	margin-right: 40px;
	width: 30%;
	min-width: 320px;
}

.news_cen ul.news_list li a {
	display: flex;
	width: 100%;
}

.news_cen ul.news_list li:hover a {
	text-decoration: none;
}

.news_cen ul.news_list li:hover {
	border-color: #2e62b7;
}

.news_cen ul.news_list li h2 {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	width: 100%;
}

.news_cen ul.news_list li a:hover h2 {
	color: #2e62b7;
}

.news_cen ul.news_list li a>span {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #444;
}

.news_cen ul.news_list li p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.news_list .txt_box {
	position: relative;
	width: 100%;
}

.news_cen ul.news_list li i {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #2e62b7;
	font-style: normal;
}

.news_cen ul.news_list li:nth-child(2n) {
	background: #f8f8f8;
	margin-top: 30px;
}

.news_cen ul.news_list li i span {
	margin-left: 10px;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.news_cen ul.news_list li:hover i span {
	margin-left: 15px;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 60px;
}

.news-share {
	padding-top: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	font-size: 18px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}

#pro-pro .index-pro-con .left>li dl {
	display: none;
	margin:0;
	padding:10px 0;background:#eaeaea;
}

#pro-pro .index-pro-con .left>li.cur dl {
	display: block;
	
}
ul.dd-ul a{
	padding: 0 30px;
}ul.dd-ul li{
	border: none!important;
	background: #f5f5f5;
}
#pro-pro .index-pro-con .left>li dl dd {
	margin-bottom: 0;
	    border-bottom: 1px dashed #bcbcbc;
}
.dd-ul{
	display: none;
	position: relative;
}

.dl_list dd.cur .dd-ul{
	display: block;
}
#pro-pro .index-pro-con .left>li dl dd:last-child{
	border-bottom:0;
}
#pro-pro .index-pro-con .left>li dl dd.cur>a,
#pro-pro .index-pro-con .left>li dl dd.cur:hover>a,
.dd-ul>li.cur a,
.dd-ul>li.cur:hover a{
	background: #557ab5;
}

#pro-pro .index-pro-con .left>li dl dd.cur>a {
	color: #fff;
}

#pro-pro .index-pro-con .left>li dl dd a {
	position: relative;
	display: block;
	line-height: 40px;
}
.hidden_nav .dropdown-item{
	padding:10px;
	height:45px;
	    white-space: inherit;
}
.pro_right>em{
	font-style:normal;
}
#pro-pro .index-pro-con .left>li dl dd a i {
	position: absolute;
	top: 50%;
	right:10px;
	margin-top: -7px;
}
#pro-pro .index-pro-con .left>li dl dd.cur>a>i{
display:none;
}
.search_pro {
	display: flex;
	float: right;
	width: 260px;
	margin-right: 15px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	overflow: hidden;
}

.search_pro input {
	padding: 10px;
	height: 38px;
	width: calc(100% - 38px);
	outline: 0;
}

.search_pro i {
	border-left: 1px solid #EAEAEA;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #666;
}

.search_pro i:hover {
	color: #2e62b7;
	cursor: pointer;
}


/**/

.contact_about {
	width: 100%;
	position: relative;
	background: url(../images/cab.jpg) right center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.index-contact-container {
	padding-top: 120px;
	padding-bottom: 120px;
}

.index-contact-p h1 {
	font-size: 1.5rem;
	font-weight: bolder;
	color: #ffffff;
	background: #2e62b7;
	display: inline-block;
	padding: 10px 20px;
}

.container-more {
	margin-top: 2rem;
}

.container-more a {
	display: block;
	width: 170px;
	height: 38px;
	background: #000000;
	color: #ffffff;
	padding: 7px 15px;
	position: relative;
}

.container-more a i {
	float: right;
	margin-top: 5px;
}

.hiden_dateil p {
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	height: 200px;
	-webkit-box-orient: vertical;
}

.index-sio-conner span {
	position: absolute;
	display: inline-block;
	bottom: -60px;
	left: 50%;
	margin-left: -17.5px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	background: #2e62b7;
	font-weight: bold;
	color: #fff;
	transition: all 0.5s;
}

.index-sio-conner:hover span {
	bottom: 5px;
	transition: all 0.5s;
}

.kuang {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
	box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
}

.list_ku p {
	font-size: 20px;
	color: #444;
}

.list_ku {
	padding: 40px;
	display: none;
}

.list_ku.cur {
	display: block;
}

.index-sio-con {
	position: relative;
}

.index-sio-con ul {
	padding: 0 10px;
}

.index-sio-con li {
	float: left;
	margin: 0 10px;
	width: calc(20% - 20px);
}

.index-sio-con li:hover .kuang {
	display: block;
	transition: all 0.5s;
}


/**/
#evaluation-con{
}
.info{
	padding: 60px 0;
}
.info_box {
	display: flex;
	align-items: center;
    justify-content: space-around;
}


.info_box h3 {
	color: #2e62b7;
	font-weight: bold;
}

#evaluation-con .info:nth-child(2n) {
	background: #f8f8f8;
}

#evaluation-con .info:nth-child(2n) .info_box {
	flex-direction: row-reverse;
	justify-content: space-around;
}

body.evaluation .main_nav li:hover a{
	color:#2e62b7!important;
}
body.evaluation .title-about{
	color: #2e62b7;
}
body.evaluation .title-about p{
	font-size: 16px;
	color: #666;
}
.info_box h4 {
	margin-top: 20px;
	font-size: 16px;
	color: #2e62b7;
	font-weight: bold;
}

.info_box img {
	max-width:50%;
}

ul.factory {
	margin: 10px 0 0;
	width: 100%;
}

ul.factory li {
	float: left;
	margin: 20px 10px 0px;
	width: calc(33% - 20px);
	text-align: center;
}

ul.factory li img {
	width: 100%;
}
.navbar-light .navbar-toggler{
	outline: 0;
}
.web-pro-swiper{
	display: none;
}
/**/
.main_nav .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	    border-bottom: 1px solid #eaeaea;
		margin-top:20px;
}
.main_nav {
    width: 100%;
    line-height: 25px;
	
}
.dh {
    font-size: 14px;
    line-height: 55px;
}
.dh span {
    color: #2e62b7;
}
.dh a {
    color: #333;
}
#nav-box .nav-line {
    position: absolute;
    top: 0;
    left:0;
    height: 55px;
    font-size: 0;
    z-index: -1;
    background: #2e62b7;
}
#nav-box {
    position: relative;
}
.main_nav li {
    margin: 0px 20px;
}

.main_nav li.cur a,.main_nav li.cur:hover a{
    color: #fff;
}
.main_nav li.cur{
	background: #2e62b7;
}
.main_nav li:hover a{
	color:#fff;
	text-decoration: none;
}
.main_nav li a {
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
/**/
.title-about{
	text-align: center;
	margin-bottom: 30px;
}
.title-about h2 {
    font-size: 22px;
}
.title-about p {
    font-size: 20px;
    color: #2e62b7;
}
#about-box{
	padding-top: 60px;
	padding-bottom: 60px;
}
#about-box .txt_box{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#about-box .txt_box img{
	margin-left: 50px;
}
#about-box .txt_box video{
	margin-left: 50px;
	width:465px;
}
/*--Header-Ends--*/
.navbar-collapse .dropdown.show a.nav-link{
	border: none;
	background: rgba(0,0,0,0.2);
}
.navbar-collapse .dropdown-menu{
	background: rgba(0,0,0,0.2);
	border-radius: 0;
}
.navbar-collapse .dropdown-menu a{
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}
.navbar-collapse .dropdown-menu a:hover{
	background: none;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.2);
}


/* CSS Document */
#certify {
	position: relative;
	margin: 0 auto;
}
.certify{
	padding: 40px 0 0;
	background:url(../images/honbg.jpg) no-repeat center;
	background-size: cover;
    background-attachment: fixed;
}
.partners li{
	list-style: none;
	float: left;
	margin: 0 1%;
	width: 24%;
}
.partners li img{
	width: 100%;
}
#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	text-align: center;
}
#certify  .swiper-slide img{
	display:block;
	margin: 0 auto;
	width: 60%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #dcdcdc;
	background-color: rgba(0,0,0,0);
	width:20px;
	height: 20px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #2e62b7;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right:0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.youqlink{
	padding: 40px 0;
	width: 100%;
	background: #1c57b3;
}
.youqlink .container{
	position: relative;
}
.linkbox{
	color: #fff;
	line-height: 30px;
}
.linkbox a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
.ttpng{
	margin:0 0 30px;
}
a.zxly {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 20px;
    border: 1px solid #fff;
    color: #fff;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    padding: 0 30px;
    transition: all 0.3s; 
}
a.zxly:hover{
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.5);
	transition: all 0.3s; 
}
a.zxly i{
	float: right;
	margin-top: 16px;
}
@media (min-width: 1200px) {
	
	.container {
		max-width: 1280px;
	}
}

@media (max-width:1280px) {
	.index-sio-bg {
		height: 200px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 12px;
	}
}
#ph-nav{
	display: none;
}
@media (max-width:1200px) {
	.clear1 {
		display: none;
	}
	
	.clear2 {
		display: block;
	}
	
	.clear3 {
		display: none;
	}
	#index-about img{
		display:none;
	}
	#pro-pro .pro_right .pro_item {
		width: 50%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 10px;
	}
	.top-brand img {
		height: 56px;
	}
	.left_float{
		float: none;
		width: 100%;
	}
	.right_float{
		float: none;
	}
	.pro-swiper{
		height:700px;
	}
	.index-about-conner{
		padding-right:0
	}
}

@media (max-width:1024px) {
	#nav-box .nav-line{
		display:none
	}	
	#web-nav{
		display: none;
	}
	#ph-nav{
		display: block;
	}
	footer {
		background-size: auto 100%;
	}
	.index-sio-bg {
		height: 170px;
	}
}

@media (max-width:992px) {
	.clear1 {
		display: block;
	}
	
	.clear2 {
		display: none;
	}
	
	.clear3 {
		display: block;
	}
	#mydiv{
		display:none
	}
	.main_nav .container {
    justify-content: center;
	}
	#top-img{
		background-size:auto 120%!important;
	}
	.banner_mouse{
		display:none;
	}
	#index-news>.container>span {
    font-size: 14px;
    padding-right: 15px;
}
	.container-r-p{
		padding:0;
	}
	.dh{
		display: none;
	}
	#search{
		font-size: 16px;
	}
	 .navbar-light .navbar-nav .show>.nav-link,
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
 	color: #fff;
 }
	.index-about-p{
		padding-top: 15px;
	}
	#app .app-swiper{
		padding-top:10px;
		padding-bottom:20px;
	}
	#app{
		padding: 60px 0 90px;
	}
	.index-about-title h1{
		font-size: 20px;
	}
	.index-about-title p{
		font-size: 26px;
	}
	.new-swiper.swiper-container{
		padding:  0 20px;
	}

	.web-pro-swiper img{
		width: 100%;
	}
	.web-pro-swiper{
		margin-top: 30px;
		display: block!important;
		overflow: hidden;
		max-height: 350px;
	}
	.pro-swiper{
		display: none!important;
	}
	#index-about .bj{
		display: none;
	}
	.index-about-conner{
		width: 100%;
	}
	.navbar-collapse{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999999;
		background: #1c57b3;
	}
	

	.navbar{
		position: relative;
		left: 0;
	}
	ul.factory li {
		width: calc(50% - 20px);
	}
	.news_cen ul.news_list li .img_box,
	.news_cen ul.news_list li .img_box img {
		width: 100%;
	}
	.news_cen ul.news_list li i {
		position: initial;
	}
	.news_cen ul.news_list li a {
		display: initial;
	}
	.feedback-con {
		width: 100%;
	}
	.contact-cen {
		display: flex;
		margin-bottom: 60px;
		justify-content: space-between;
		flex-direction: column;
	}
	h2.title_zy {
		font-size: 22px;
	}
	.info_box {
		display: inherit!important;
	}
	.info_box img {
		margin: 20px auto 0!important;
		max-width: 100%;
	}
	#pro-pro .pro_right .pro_item {
    width:33.3333%;
    padding: 5px;
	}
	#pro-pro .pro_right .pro_item p {
    height:inherit;
	}
	.search_pro {
		margin-top: 10px;
		float: none;
		width: 100%;
	}
	.search_pro {
		margin-right: 0;
	}
	.news_cen ul.news_list li {
		padding: 20px;
	}
	.news_cen ul.news_list li:nth-child(3n) {
		margin-right: 30px!important;
	}
	.news_cen ul.news_list li:nth-child(2n) {
		margin-right: 0px!important;
	}
	#pro-pro .index-pro-con ul.pro_left li.cur>a {
		background: none!important;
		color: #444!important;
	}
	.show_button {
		display: block;
		font-size: 16px;
	}
	#pro-pro .index-pro-con .left {
		display: none;
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	#pro-pro .index-pro-con .right {
		float: none;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	.feedback-con {
		padding: 20px 10px;
	}
	.contant_txt {
		position: inherit;
		left: 0;
		margin: 0;
		width: 100%;
	}
	#index-pro .index-pro-con li {
		width: 50%;
	}
	#contant>img {
		display: none;
	}
	#contant {
		min-height: 300px;
		background: url(../images/conon.jpg) no-repeat center;
		background-size: auto 100%;
	}
	.bottom a {
		float: none;
	}
	.bottom_top div.right .list span:first-child {
		margin-bottom: 10px;
	}
	.bottom_top div.right .list {
		padding: 0;
	}
	.bottom_top div.left {
		display: flex;
		margin-bottom: 40px;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		border: none;
		align-content: center;
	}
	.bottom_top>div {
		width: 100%;
	}
	.bottom_top {
		display: inherit;
	}
	.nav-item:last-child a.nav-link {
		border: none;
	}
	.nav-top .show a.nav-link {
		background: none;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		border-bottom: 1px dashed #eaeaea;
	}
	.nav_display img {
		height: 50px;
	}
	.nav-top {
		margin-top: 0px;
		margin-left: 0;
	}
	.container-l {
		display: none;
	}
	.container-r {
		width: 100%
	}
	#footer {
		text-align: center;
	}
	#footer ul {
		float: none;
	}
	.pro-list {
		display: block
	}
	.nav-top>li>a {
		border-top: 1px solid #EAEAEA;
	}
	#about-box .txt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
#about-box .txt_box video{
	margin-left: 0;
	margin-bottom: 15px;
	width: 100%;
}
}
.comeback{
	float:right;
font-weight:normal;
font-size:14px;
}
@media (max-width:768px) {
	.main_nav li{
		margin:0;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		display:none;
	}
	.ev-nav{
		display:none;
	}
	a.zxly{
		display: none;
	}
	.pro-swiper .swiper-slide img{
		max-width:100%!important;
	}
	.web-pro-swiper{
		max-height:400px;
	}
	.left_float{
		display:inherit;
	}
	.right .pro-container .pro-container-con .col-md-5,
	.right .pro-container .pro-container-con .col-md-7{
		padding:0
	}
	.pro-container .pro-container-con .pro-title{
		margin-top:10px;
	}
	.right .pro-container .pro-container-con .col-md-5 img{
	width:100%}
	.main_nav .container {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
	.navbar-light .navbar-brand img{
		width: 200px;
	}
	
	#top-img h2{
		font-size:28px;
	}
	.newbody ul li{
		width: 100%;
		margin: 10px 0;
	}
	ul.factory li {
		margin: 0;
		width: 100%;
	}
	.info_box h3 {
		font-size: 20px;
	}
	.info_box img {
		max-width: 100%;
	}
	.news_cen ul.news_list li {
		width: 100%;
		margin-right: 0!important;
	}
	.feedback-con .row {
		display: inherit;
	}
	.feedback-con .row .col {
		margin-bottom: 15px;
	}
	.contant_con>div {
		width: 100%;
	}
	#index-pro .index-pro-con li {
		width: 100%;
	}
	#contant {
		min-height: 300px;
		background: #1c57b3;
	}
	a.icon-order {
		padding: 5px 7px;
		font-size: 12px;
	}
	.index-about-title h1 {
		font-size: 20px;
	}
	.index-sio-bg {
		height: 170px;
	}
	.pro-container .pro-container-con .col-md-5 {
		width: 100%;
	}
	.pro-container .pro-container-con .col-md-7 {
		width: 100%;
	}
}

.navbar-toggler {
	border: none;
}

@media (max-width:640px) {
	.top-brand img {
		height: 41px;
	}
	.index-sio-bg {
		height: 160px;
	}
	.index-about-conner {
		width: 100%;
	}
	.index-about-img {
		display: none
	}
	.index-contact-con-l {
		width: 100%;
		float: none;
	}
	.index-contact-con-r {
		width: 100%;
		float: none;
		text-align: center;
	}
	.pro-container .pro-con {
		width: 48%;
		float: left;
		text-align: center;
		margin: 0 1%;
	}
}

@media (max-width:480px) {
	.top-brand img {}
	.index-sio-conner {
		width: 100%;
		float: none;
	}
}

@media (max-width:400px) {
	.navbar-light .navbar-brand img {
    width: 185px;
	}
}