body {
	color: rgba(0, 0, 0, 0.8);
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #151a2d;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #f18b00;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.btn,
.btn:focus,
.btn:active {
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.navjiange {
	margin-left: 100px;
}

.navrightimg {
	width: 25x;
	height: 23px;
	margin-right: 5px;
}
.navrightimg2 {
	max-width: 100%;
	height: 18px;
	margin-right: 5px;
}
.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

.container_lg {
	width: 1400px;
}

/**/
.top {
	background: #f2f2f2;
	line-height: 35px;
	font-size: 12px;
}

.header {
	z-index: 99;
	position: fixed;
    background:rgba(0,0,0,0.2);
	width:100%;
	transition: background-color 0.3s ease, padding 0.3s ease; /* 平滑过渡效果 */
}


.header.scrolled {
    background-color: #f18b00; /* 滚动后背景色 */
    padding: 0.5rem 0; /* 可选：减小高度 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 添加阴影 */
}




.header:hover {
	background-color:#f18b00;
}




.header .logo {
	line-height: 95px;
}


.header .navbar-header a img{

	width: 85%;
}

.navbar-default {
	background: none;
	border: none;
	margin: 0;
}

.header .navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 0 25px;
	line-height: 105px;
	font-size: 16px;
	overflow: hidden;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;

}

.header .navbar-default .navbar-nav>li:hover .dropdown-menu {
	display: block;
}

.header .navbar-default .dropdown-menu {
	min-width: 100%;
	border: none;
	border-radius: 0px;
	padding: 0;
	background: #465262;
	padding-top:10px;
	height:auto;
	padding-bottom: 10px;
}

.header .navbar-default .dropdown-menu .dropdown-menu-align{

	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:center;
}

.header .dropdown-menu>li>a {
	padding: 10px 15px 0px 15px;
	transition: all 0.25s ease;
}

.header .dropdown-menu>li>a:hover {
	color: #f18b00;
}

.footer {
	color: #fff;
	background: #052d5e;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer .bd {
	display: inline-block;
	text-align: left;
}

.footer .left p {
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0 0;

}

.footer .left {
	border-right: 1px solid #69819e;
	min-height: 198px;
}

.footer .border {
	border-right: 1px solid #69819e;
	border-left: 1px solid #69819e;
	min-height: 198px;
}

.footer .a {
	padding: 30px 0;
	line-height: 36px;
}

.footer .a .tel {
	font-size: 24px;
}

.footer .a .tel::after {
	content: '';
	display: block;
	width: 33px;
	height: 2px;
	background: #9babbf;
}

.footer .a h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}

.footer .a h3::after {
	content: '';
	display: block;
	width: 40px;
	margin-top: 15px;
	height: 3px;
	background: #1373cf;
}

.footer .a .center {
	padding-left: 30px;
}

.footer .b {
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	background: #181818;
	padding: 15px 0;
	font-size: 12px;
}

.footer .b span {
	padding: 0 10px;
}

/**/


.navmore {/* width: 100%; */z-index: 1000;position: absolute;/* height: 50px; */border: 1px solid #fff;border-radius: 20px;padding: 5px 30px 5px 30px;}

.navmore:hover {
	background: #f18b00;border: 1px solid #f18b00;
}
.navmore:hover p{

color:#fff;

}



.navmore p {
	font-size:16px;
	text-align: center;
	/* height: 50px; */
	position:relative;
	width: 100%;
	color:#fff;
	margin:0px;
}

.navmore p a{

	color:#fff;
}
.swiper-container_h .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	/*border: 3px solid #535353;*/
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.swiper-container_h .swiper-pagination-bullet-active {
	background: #f18b00;
	/*border: 3px solid #fff;*/
}

.rightside {
	position: fixed;
	z-index: 99;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	width: 48px;
}

.rightside li {
	position: relative;
}

.rightside li p,
.rightside li img {
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
}

.rightside li:hover p,
.rightside li:hover img {
	display: block;
}

.rightside li p {
	background: #0055a3;
	border-radius: 5px;
	width: 150px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
}

.rightside li img {
	border: 1px solid #ddd;
	width: 130px;
}

.rightside a {
	display: block;
	border-radius: 50%;
	height: 48px;
	line-height: 48px;
	margin: 2px 0;
	background: rgba(0, 0, 0, 0.5);
}

.totop {
	display: none;
}

.rightside a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-image: url(../images/home_03_03.png);
	background-repeat: no-repeat;
}

.rightside a .icon2 {
	background-position: 0 -49px;
}

.rightside a .icon3 {
	background-position: 0 -99px;
}

.rightside a .icon4 {
	background-position: 0 -150px;
}

.rightside li:hover a {
	background: #0055a3;
}

.homepage .title {
	text-align: center;
	padding: 78px 0 34px;
}

.homepage .title h2 {
	margin: 0;
	font-size: 30px;
}

.homepage .title h2 span {
	font-size: 22px;
	color: #999;
	text-transform: uppercase;
	padding-left: 15px;
}

.homepage .title h4 {
	color: #666;
	margin: 20px 0 0;
}

.homepage .a {
	background: #f2f3f9;
	padding-bottom: 32px;
}

.homepage .a .nav-tabs {
	text-align: center;
	border: none;
	font-size: 18px;
}

.homepage .a .nav-tabs>li {
	display: inline-block;
	float: none;
	padding: 0 50px;
	margin: 0;
}

.homepage .a .nav-tabs>li>a {
	padding: 15px 0;
	border: none;
	background: none;
	margin: 0;
	border-bottom: 1px solid transparent;
}

.homepage .a .nav-tabs>li.active>a,
.homepage .a .nav-tabs>li.active>a:focus,
.homepage .a .nav-tabs>li.active>a:hover {
	color: #1685eb;
	border-bottom: 1px solid #1685eb;
}

.homepage .a .tab-content .row {
	margin: 0 -10px;
}

.homepage .a .tab-content .col-lg-3 {
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
}

.homepage .a .tab-content .col-lg-3 a {
	display: block;
	border: 1px solid #ddd;
	margin: 20px 0;
}

.homepage .a .tab-content .col-lg-3 p,
.homepage .e .bd dl dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .a .tab-content .col-lg-3 img {
	width: 100%;
}

.homepage .a .tab-content .col-lg-3:hover a {
	border: 1px solid #1685eb;
	box-shadow: 0 0 10px #1685eb;
}

.homepage .btn:hover {
	color: #fff;
	background: #1685eb;
	border: 1px solid #1685eb !important;
}

.homepage .b ul {
	margin: 0 -5px;
}

.homepage .b ul li {
	float: left;
	padding: 5px;
	width: 20%;
}

.homepage .b ul li a {
	display: block;
	position: relative;
}

.homepage .b ul li a .m {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 46px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.homepage .b ul li a:hover .m {
	background: rgba(22, 133, 235, 0.5);
	height: 100%;
}

.homepage .b ul li a:hover dd {
	display: block;
}

.homepage .b ul li a dl {
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.homepage .b ul li a dd {
	line-height: 30px;
	margin-top: 10px;
	display: none;
}

.homepage .b ul li a dt {
	font-weight: bold;
	font-size: 16px;
}

.homepage .b ul li img {
	width: 100%;
}

.homepage .c .nav-tabs {
	text-align: center;
	border: none;
	font-size: 24px;
	margin: 0 -5px;
	position: relative;
	z-index: 9;
}

.homepage .c .nav-tabs>li {
	padding: 0 5px;
	width: 25%;
	margin: 0;
}

.homepage .c .nav-tabs>li>a {
	background: #f5f5f5;
	border: none;
	margin: 0;
	border-radius: 5px;
}

.homepage .c .nav-tabs>li i {
	display: block;
	margin: 0 auto 10px;
	height: 52px;
	width: 52px;
	background-image: url(../images/home_03_07.png);
	background-repeat: no-repeat;
}

.homepage .c .nav-tabs>li .icon2 {
	background-position: -301px 0;
}

.homepage .c .nav-tabs>li .icon3 {
	background-position: -607px 0;
}

.homepage .c .nav-tabs>li .icon4 {
	background-position: -909px 0;
}

.homepage .c .nav-tabs>li.active>a,
.homepage .c .nav-tabs>li.active>a:focus,
.homepage .c .nav-tabs>li.active>a:hover {
	background: #1685eb;
	color: #fff;
	font-weight: bold;
}

.homepage .c .nav-tabs>li.active>a i,
.homepage .c .nav-tabs>li.active>a:focus i,
.homepage .c .nav-tabs>li.active>a:focus i {
	background-image: url(../images/home_03_08.png);
}

.homepage .c .ft {
	background: #1685eb;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 30px 90px;
	position: relative;
}

.homepage .c .ft img {
	margin-right: 30px;
}

.homepage .c .tab-pane>img {
	margin: -60px 0 -40px;
}

.homepage .d .nav-tabs {
	text-align: center;
	border: none;
	margin: 0 -6px 40px;
	position: relative;
	z-index: 9;
}

.homepage .d .nav-tabs>li {
	padding: 0 6px;
	width: 25%;
	margin: 0;
}

.homepage .d .nav-tabs>li>a {
	border: 1px solid #ddd;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
}

.homepage .d .nav-tabs>li.active>a,
.homepage .d .nav-tabs>li.active>a:focus,
.homepage .d .nav-tabs>li.active>a:hover {
	background: #1685eb;
	border: 1px solid #1685eb;
	color: #fff;
}

.homepage .d .pic {
	display: block;
	margin: 0 auto;
	width: 698px;
	height: 512px;
}

.homepage .d .zm {
	position: absolute;
	top: 0;
	right: 0;
}

.homepage .d dl {
	position: absolute;
	left: 0;
	width: 385px;
	color: #fff;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(22, 133, 235, 0.7);
	padding: 40px 20px;
}

.homepage .d dl dt {
	font-size: 20px;
}

.homepage .d dl dd {
	line-height: 24px;
	margin-top: 40px;
}

.homepage .d .btn,
.homepage .a .btn,
.homepage .f .btn,
.homepage .g .btn {
	width: 200px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	border-radius: 0;
	padding: 0;
	margin-top: 45px;
	border: 1px solid #666;
}

.homepage .d .swiper-button-next,
.homepage .d .swiper-button-prev {
	background: #fff;
	width: 67px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	margin-top: 80px;
}

.homepage .d .swiper-button-next:hover,
.homepage .d .swiper-button-prev:hover {
	background: #1685eb;
	border: 1px solid #1685eb;
	color: #fff;
}

.homepage .d .swiper-button-prev {
	left: auto;
	right: 80px;
}

.homepage .d .swiper-button-next {
	right: 0;
}

.homepage .e {
	padding-bottom: 80px;
}

.homepage .e .bd {
	position: relative;
}

.homepage .e .bd a {
	display: block;
	background: #f2f3f9;
}

.homepage .e .bd img {
	width: 100%;
}

.homepage .e .bd dl {
	padding: 15px;
}

.homepage .e .bd dl dt {
	font-size: 16px;
	color: #333;
}

.homepage .e .bd dl p {
	color: #888;
	margin: 10px 0;
	height: 48px;
	overflow: hidden;
}

.homepage .e .bd dl .btn {
	border: 1px solid #666;
	border-radius: 0;
	padding: 6px 15px;
}

.homepage .e .bd a:hover .btn {
	background: #2c90ec;
	color: #fff;
	border: 1px solid #2c90ec;
}

.homepage .e .swiper-button-next,
.homepage .e .swiper-button-prev {
	background: #333333;
	width: 30px;
	height: 52px;
	color: #fff;
	text-align: center;
	line-height: 52px;
}

.homepage .e .swiper-button-next {
	right: -50px;
}

.homepage .e .swiper-button-prev {
	left: -50px;
}

.homepage .f {
	background: #f2f3f9;
	padding-bottom: 30px;
}

.homepage .f img {
	width: 100%;
}

.homepage .f .col-md-7 {
	line-height: 31px;
	color: #666;
}

.homepage .f .swiper-pagination {
	bottom: 0;
	padding: 6px 0;
	background: rgba(0, 0, 0, 0.5);
}

.homepage .f .swiper-pagination-bullet {
	background: #fff;
}

.homepage .g .col-md-4 img {
	width: 100%;
}

.homepage .g .col-md-4 dl {
	margin-top: 20px;
}

.homepage .g dt {
	font-size: 20px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.homepage .g dd p {
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}

.homepage .g dd span {
	color: #999;
}

.homepage .g .pic {
	margin-right: 20px;
	width: 188px;
}

.homepage .g .pic img {
	width: 100%;
}

.homepage .g ul {
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.homepage .g ul li {
	line-height: 63px;
	border-bottom: 1px solid #eee;
}

.homepage .g ul li .flex_item {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.homepage .g .swiper-pagination {
	bottom: 40%;
}

.homepage .h {
	font-size: 16px;
	padding: 40px 0;
}

.homepage .h a {
	display: inline-block;
	margin-left: 20px;
}


/**/

.banner_pro {
	height: 298px;
	background: url(../images/2_02.jpg) center no-repeat;
}

.infopage {
	padding: 20px 0 40px;
}

.infopage .left {
	float: left;
	width: 240px;
}

.infopage .left .title {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 74px;
	background: url(../images/2_05.jpg) center no-repeat;
}

.infopage .left ul {
	border-bottom: 5px solid #e9e9e9;
}

.infopage .left .ul1 {
	margin-bottom: 30px;
}

.infopage .left .ul1>li>a {
	display: block;
	line-height: 60px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	padding-left: 23px;
	font-size: 16px;
	background: url(../images/2_09.png) 94% 25px no-repeat;
}

.infopage .left .ul1>li>a:hover,
.infopage .left .ul1>li>a.on {
	background: url(../images/2_09.png) 94% -33px no-repeat #207bce;
	color: #fff;
}

.infopage .left .ul1>li ul {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	display: none;
}

.infopage .left .ul1>li ul li a {
	display: block;
	line-height: 50px;
	padding-left: 23px;
}

.infopage .left .ul1>li ul li:hover>a,
.infopage .left .ul1>li ul li.on>a {
	background: #207bce;
	color: #fff;
}

.infopage .left .title1 {
	line-height: 57px;
}

.infopage .left .ul2 li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.infopage .left .ul2 h4 {
	color: #0080cf;
	font-size: 16px;
}

.infopage .left .ul2 li:last-child {
	font-size: 16px;
	padding: 5px 10px;
}

.infopage .left .ul2 li:last-child h4 {
	font-size: 18px;
}

.infopage .left .ul2 li p:last-child {
	margin: 0;
}


.infopage .right {
	float: right;
	width: 900px;
}

.bread {
	background: url(../images/4_03.png) left 2px no-repeat;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	font-size: 12px;
	padding-left: 25px;
	margin-bottom: 20px;
}

/**/
.producutitem h1 {
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.producutitem h4 {
	text-align: center;
	font-size: 12px;
	color: #999;
}

.producutitem .a {
	padding: 20px 0;
}

.producutitem .a .swiper-slide a {
	display: block;
	border: 1px solid #ddd;
	width: 99%;
}

.producutitem .a .swiper-slide img {
	width: 100%;
}

.producutitem .a ul li {
	border-top: 1px dashed #ddd;
	padding: 15px 0;
}

.producutitem .a ul li:first-child {
	border: none;
	padding-top: 0;
}

.producutitem .a ul li a {
	color: #1685eb;
}

.producutitem .b .title {
	color: #1685eb;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.producutitem .b h3 {
	font-size: 16px;
	font-weight: bold;
}

.producutitem .b p,
.producutitem .b ul {
	line-height: 32px;
	color: #666;
}

.producutitem .d {
	font-size: 16px;
}

.producutitem .c {
	padding: 15px 0;
	font-size: 16px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

.producutitem .c a {
	color: #1c9cf5;
}

.producutitem .e {
	border: 1px solid #ddd;
	margin-top: 20px;
}

.producutitem .e .title {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	color: #1c9cf5;
	border-left: 8px solid #1c9cf5;
	padding: 15px;
}

.producutitem .e .bd {
	padding: 15px 25px;
	line-height: 50px;
}

.producutitem .e .bd .flex {
	border-bottom: 1px dashed #ddd;
}

.producutitem .e .bd .flex_item {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/**/
.productlist .row {
	text-align: center;
	font-size: 16px;
	margin: 0 -10px;
}

.productlist .row .col-lg-4 {
	padding: 0 10px;
}

.productlist .row a {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	position: relative;
}

.productlist .row a .m {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: url(../images/10_03.png) center no-repeat rgba(0, 0, 0, 0.5);
}

.productlist .row a img {
	width: 100%;
}

.productlist .row a:hover {
	border: 1px solid #0080cf;
}

.productlist .row a:hover .m {
	display: block;
}

.productlist .row p {
	margin-bottom: 30px;
}

.pagination>li>a,
.pagination>li>span {
	color: #000;
	margin: 0 5px;
	background: #d3d9df;
	border-radius: 50%;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #f18b00;
	border: 1px solid #f18b00;
	color:#000;
}

/**/
.newspage li {
	padding: 30px 15px;
	border-bottom: 1px solid #ddd;
}

.newspage li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.newspage li:hover a {
	color: #207bce;
}

.newspage li .pic {
	width: 200px;
	margin-right: 20px;
}

.newspage li .pic img {
	width: 100%;
}

.newspage li h4 {
	font-size: 18px;
	margin-top: 0;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newspage li h5 {
	margin: 15px 0;
	font-size: 12px;
	color: #999;
}

.newspage li p {
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/**/


.aboutus p {
	margin: 0;
	text-indent: 2em;
	font-size: 16px;
	line-height: 33px;
}

.aboutus img {
	max-width: 100%;
	display: block;
	margin: 30px auto 0;
}

/**/
.casepage .row {
	margin: 0 -7px;
}

.casepage .col-lg-4 {
	padding: 0 7px;
}

.casepage .homepage .e .bd dl .btn {
	background: #2c90ec;
	border: 1px solid #2c90ec;
	padding: 5px 20px;
	color: #fff;
}

.casepage .homepage .e .bd a {
	margin-bottom: 14px;
}

.casepage .homepage .e {
	padding: 0;
}

/**/
.infopage .left .ul1-1>li>a,
.infopage .left .ul1-1>li>a:hover,
.infopage .left .ul1-1>li>a.on {
	background-image: none;
}

.infopage .left ul.ul3 {
	text-align: center;
	font-size: 16px;
	border: none;
	padding-bottom: 20px;
}

.infopage .left ul.ul3 li {
	margin-bottom: 20px;
}

.infopage .left ul.ul3 li p {
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infopage .left ul.ul3 img {
	width: 100%;
}

/**/
.download li {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}

.download h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #666;
}

.download h3 span {
	display: inline-block;
	color: #000;
	margin-right: 25px;
}

.download .media-object {
	width: 200px;
	height: 145px;
	margin-right: 20px;
}

.download li:first-child {
	padding-top: 0;
}

.download li h4 a {
	color: #0080cf;
	font-size: 18px;
}

.download li p {
	font-size: 16px;
	margin: 15px 0;
}

/**/
.contentus {
	padding: 0 0 30px;
}

.contentus .title {
	font-size: 24px;
}

.contentus .title::after {
	content: '';
	display: block;
	border-bottom: 2px solid #ddd;
	width: 100px;
	margin: 15px 0 25px;
}

.contentus li {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}

/**/
.message {
	padding: 30px 0;
}

.message h2 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.message p {
	text-align: center;
	font-size: 16px;
	color: #666;
}

.message input {
	height: 48px;
	border-radius: 0;
	background: #f7f8f9;
	font-size: 16px;
	margin-top: 20px;
	box-shadow: none;
}

.message textarea {
	border-radius: 0;
	background: #f7f8f9;
	font-size: 16px;
	box-shadow: none;
	margin-top: 20px;
	height: 180px;
	resize: none;
}

.message .btn {
	width: 230px;
	height: 58px;
	border-radius: 0;
	display: block;
	margin: 30px auto 0;
	font-size: 20px;
	color: #fff;
	background: #1685eb;
}

/**/

.infopage .left .pro {
	text-align: center;
	margin: 15px 0 30px;
}

.infopage .left .pro img {
	width: 100%;
}

.infopage .left .swiper-button-next,
.infopage .left .swiper-button-prev {
	background: none;
}

.infopage .left .swiper-button-next {
	text-align: right;
	right: 0;
}

.infopage .left .swiper-button-prev {
	left: 0;
}

.newslist li {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.newslist li p {
	margin: 15px 0 0;
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newslist li .flex_item {
	font-size: 16px;
}

.newslist li a:hover p {
	color: #207bce;
}


/**/
.producutitem .f {
	padding: 15px 0 30px;
}

.producutitem .f p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}

.producutitem .f img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.producutitem .f h3 {
	font-size: 16px;
	font-weight: bold;
}

.scroll {
	height: 500px;
	overflow: hidden;
}

@media (min-width:1200px) {
.header .language_jiwa{

	display: none;
}
}














@media screen and (min-width:981px) and (max-width:1200px) {
	.infopage .right {
		width: 70%;
	}

	.infopage .left {
		width: 26%;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header {
		height: auto;
	}

	.logo img {
		width: 110px;
	}
}

@media screen and (min-width:769px) and (max-width:980px) {

	.logo img {
		width: 110px;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header {
		height: auto;
	}

	.infopage .right {
		width: 70%;
	}

	.infopage .left {
		width: 26%;
	}

	.footer .left img {
		width: 110px;
	}

	.footer .left p {
		font-size: 20px;
	}

	.footer .a .center {
		padding: 0;
	}
}

@media (max-width:768px) {
	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}

	.navbar-collapse {
		float: none;
	}

	.header {
		height: auto;
	}

	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		height: auto;
		font-size: 14px;
	}

	.header .navbar-default .dropdown-menu {
		position: static;
		float: none;
		box-shadow: none;
	
	}

	.header .dropdown-menu>li>a {
		font-size: 12px;
		color: #fff;
		padding: 5px 30px;
	}

	.banner_pro {
		background-size: auto 100%;
		height: 200px;
	}

	.logo img {
		width: 80px;
	}

	.infopage .right,
	.infopage .left {
		width: 100%;
		float: none;
	}

	.infopage .left,
	.top {
		/*display: none;*/
	}

	.flex_item {
		display: none;
	}

	.newsitem .hd h4 .dnb {
		margin: 10px 0 0;
	}

	.aboutus li {
		background: url(../images/2_13.jpg) left 14px no-repeat;
	}

	.aboutus li .flex {
		align-items: stretch;
	}

	.newslist li .flex {
		display: block;
	}

	.newslist li .data {
		margin-top: 10px;
	}

	.aboutus_1 li {
		background: none;
	}

	.footer .a {
		padding: 15px 0 20px;
	}

	.footer .left {
		display: none;
	}

	.footer .border {
		border: none;
	}

	.footer .left img {
		width: 80px;
	}

	.footer .left p {
		font-size: 18px;
	}

	.footer .bd {
		display: block;
	}

	.footer .a .center {
		padding: 0;
	}

	.footer .a h3 {
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 16px;
	}

	.footer .border {
		min-height: auto;
	}

	.homepage .d .pic {
		width: 100%;
		height: auto;
	}

	.homepage .a .nav-tabs>li {
		padding: 0 5px;
	}

	.homepage .b ul li,
	.homepage .c .nav-tabs>li,
	.homepage .d .nav-tabs>li {
		width: 50%;
	}

	.homepage .c .tab-pane>img {
		margin: 15px 0;
	}

	.homepage .c .ft {
		padding: 15px;
	}

	.homepage .d .nav-tabs>li {
		margin-bottom: 10px;
	}

	.homepage .d .nav-tabs>li>a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.homepage .d dl {
		position: static;
		transform: translate(0, 0);
		width: 100%;
	}

	.homepage .d .zm {
		display: none;
	}

	.homepage .e .swiper-button-next {
		right: 0;
	}

	.homepage .e .swiper-button-prev {
		left: 0;
	}

	.homepage .c .nav-tabs {
		font-size: 18px;
	}

	.homepage .f .col-md-7 {
		margin: 15px 0;
	}

	.homepage .g .flex {
		margin-top: 15px;
	}

	.homepage .g .pic {
		width: 110px;
		overflow: hidden;
	}

	.homepage .g ul {
		margin-top: 20px;
	}

	.homepage .g ul li {
		line-height: 40px;
	}

	.homepage .h {
		font-size: 14px;
	}

	.homepage .h a {
		margin: 0 15px 0 0;
	}

	.homepage .title {
		padding: 25px 0;
	}

	.homepage .g .flex dd p {
		-webkit-line-clamp: 1;
		margin: 0;
	}

	.homepage .g dt {
		margin: 0;
	}

	.homepage .d .btn,
	.homepage .a .btn,
	.homepage .f .btn,
	.homepage .g .btn {
		margin-top: 15px;
	}

	.homepage .e {
		padding-bottom: 30px;
	}

	.producutitem .c {
		line-height: 30px;
		font-size: 14px;
	}

	.producutitem .c .text-right {
		text-align: left;
	}

	.producutitem h1 {
		font-size: 18px;
	}

	.producutitem .e .title,
	.contentus .title {
		font-size: 16px;
	}

	.producutitem .f h3,
	.producutitem .b h3,
	.aboutus p,
	.contentus li,
	.newspage li h4 {
		font-size: 14px;
	}

	.producutitem .f p {
		font-size: 13px;
	}

	.producutitem .a ul {
		margin-top: 15px;
	}

	.producutitem .d {
		margin-top: 15px;
		font-size: 14px;
	}

	.download .media-body,
	.download .media-left,
	.download .media-right {
		display: block;
		padding: 0;
	}

	.download .media-object {
		margin: 0;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	.download h3 {
		line-height: 24px;
	}

	.newspage li {
		padding: 15px 0;
	}

	.newspage li .pic {
		width: 110px;
	}

	.newspage li h5 {
		margin: 5px 0;
	}

	.newspage li p {
		-webkit-line-clamp: 1;
		margin: 0;
	}

	.homepage .title h2 {
		font-size: 18px;
	}

	.homepage .g dt {
		font-size: 16px;
	}

	.homepage .title h2 span,
	.homepage .a .nav-tabs>li>a,
	.homepage .a .tab-content .col-lg-3 p,
	.homepage .e .bd dl dt,
	.homepage .b ul li a dt,
	.homepage .c .nav-tabs,
	.homepage .c .ft,
	.homepage .d .btn,
	.homepage .a .btn,
	.homepage .f .btn,
	.homepage .g .btn {
		font-size: 14px;
	}

	.homepage .g {
		padding-bottom: 20px;
	}

	.homepage .h {
		display: none;
	}

	.header .navbar-default .navbar-nav>li.active .dropdown-menu {
		display: block;
	}

}

@media (max-width:768px) {
	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}

	.header .language_jiwa {
	
		height:50px;
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.navbar-header .language_jiwa img{
		width: 25px;
		height: 20px;
		
	}

	.navbar-header .language_jiwa a{
		color:#fff;
		
	}


	.navmore {z-index: 1000;position: absolute;top: 65px;}
	.navmore p {
		font-size: 6px;
		text-align: center;
		position:relative;
		width: 100%;
		color:#fff;
	}

	.header .navbar-header a img {
		width: 65%;
	}




}