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: #1685eb;
}

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;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
	margin:0 auto;
	line-height:35px;
	/*height:35px;*/
}

.container_lg {
	width: 1400px;
}

/**/
.top {
	background: #f2f2f2;
	line-height: 35px;
	font-size: 12px;
}
.top .h_tel{
    font-weight: bold;
    color: #2055a5;
    font-size: 20px;
}

.header {
	z-index: 99;
	position: relative;
}

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

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

.header .navbar-default .navbar-nav>li>a {
	color: #333;
	padding: 0 20px;
	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;
	background: #1685eb;
}
.header .navbar-default .navbar-nav>li:hover .dropdown-menu{
	display: block;
}
.header .navbar-default .dropdown-menu {
	min-width: 100%;
	border: none;
	border-radius: 0;
	padding: 0;
	background: #fff;
}

.header .dropdown-menu>li>a {
	padding: 10px 0 10px 8px;
}

.header .dropdown-menu>li>a:hover {
	color: #fff;
	background: #1685eb;
}

.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;
}

/**/
.swiper-container_h .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	border: 3px solid #535353;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.swiper-container_h .swiper-pagination-bullet-active{
	background: #fff;
	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;
	max-height: 283px;
	overflow: hidden;
}

.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%;
	max-height: 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: 14px;
	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;
	max-height: 283px;
	overflow: hidden;
}
.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%;
	max-height: 100%;
}
.productlist .row a:hover {
	border: 1px solid #0080cf;
}
.productlist .row a:hover .m{
	display: block;
}
.productlist .row p{
	margin-bottom: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagination>li>a,
.pagination>li>span {
	color: #666;
	margin: 0 5px;
	background: #dcdcdc;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #1685eb;
	border: 1px solid #1685eb;
}

/**/
.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;
}
.clear{ clear:both;}
.ty{ max-width:1200px; width:100%; margin:0px auto;}
.zt{ border-top:1px solid #f0f0f0;    display: inline-block;
    width: 100%; }
	.zt2{max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;}
.ztbt{    text-align: center;margin: 0 -10px;}
.ztbt li{ float:left;
     height: 45px;
    line-height: 45px;
    background: #eeeeee;
    width: 15%;
    text-align: center;
    margin: 0 10px;}
	.ztbt li.on{ background:#1685eb;}
	.ztbt li.on a{ color:#fff;}
.ztbt li:hover{background:#1685eb;}
.ztbt li:hover a{color:#fff;}
.ztbt
.biaoti{    }
.biaoti h1{ font-size: 30px;
    font-weight: 800;
    padding-bottom: 8px;}
	.biaoti p{ color:#bdbdbd;}

.ztcp{ max-width:1200px; width:100%; margin:0 auto; margin-top:20px; padding-bottom:30px;}
.ztcp .col-lg-4{ width:25%; max-width:305px;}
.ztcp .col-lg-4 p{ color:#bdbdbd;}

.new_left{ width:75%; float:left;}
.new_left h2{ font-size:25px; font-weight:500; border-bottom:1px solid #f0f0f0; padding-bottom:15px; margin-top:5px;}
.new_right h2{ font-size:25px; font-weight:500; border-bottom:1px solid #f0f0f0; padding-bottom:15px;  margin-top:5px;}
.new_right{ width:23%; float:right;}
.xgxx{ margin-top:10px;}
.xgxx ul li{ border-bottom:1px dashed  #bbbbbb; height: 45px;
    line-height: 45px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.ad{ width:100%; position:relative;}
.ad img{ width:100%;}
.hf{     position: absolute;
    width: 50%;
    top: 20%;
    z-index: 99;
    color: #fff;
    text-align: center;
    left: 25%;
    margin: 0 auto;}
	.hf p{ font-size:18px;}
.hf h3{     font-size: 25px;
    font-weight: 500; margin-top:10px;}
	.hf h2{font-size: 30px;
    font-weight: 600; margin-top:10px;}
	.liuyan{ margin:50px auto;}
.liuyan h3{ text-align:center; font-size:30px; font-weight:bold; }
.liuyan p{text-align:center; margin-top:16px;color: #bdbdbd;}
.biaodan{width:80%; margin:0 auto; margin-top:20px; }
.biaodan ul{  margin:0 auto;display: inline-block;text-align: center; }
.biaodan ul li{display: inline-block;    float: left;
    width:50%;margin: 6px 0;vertical-align: top;text-align: left;}
.foot-txt {
   width: 95%;
    height: 45px;
    line-height: 45px;
    background: #f7f8f9;
       border: 1px solid #ccc;
    text-indent: 10px;
    font-size: 14px;
    color: #000;
}
.foot-txta{ width:97.5%;  background: #f7f8f9;
       border: 1px solid #ccc; height:150px; text-indent: 10px;}
.p4-order-form-1-t3{  width:97.5% !important; text-align:center !important;}
 input.p4-order-form-1-b1 {
    width: 160px;
    height: 45px;
    border: 0; font-size:16px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    background: #1685eb;
}

.bt{ background:#f1f1f1;   
    height: 46px;
    line-height: 46px;font-weight: bold;
    font-size: 16px;
}
.xiangguan{ display:inline-block;  width:100%;}
.xglb{ margin:18px auto;}

.xglb ul li{ border-bottom:1px dashed  #bbbbbb; height: 45px;
    line-height: 45px;}
.xglb ul li span{ float:right;}
.xglb_left{ float:left; width:46%;    padding-bottom: 18px;}
.xglb_right{ float:right;width:46%;    padding-bottom: 18px;}
.xglb ul p{  margin:0;margin-top:15px; text-align:right; font-size:16px;}
.content{  width:98%; margin:0 auto;margin-top:15px;}
.content img{ max-width:600px; width:100%; height:auto;}
.sxy .col-lg-6{ width:100%; float:none; padding:8px 0;}
.sxy a{ color:#000 !important;}
	#div1 {  position: relative; overflow: hidden;}

			#div1 ul { position: relative; height:330px; overflow:hidden; }
				
		#marquee1 {  position: relative; overflow: hidden;}

			#marquee1 ul { position: relative; height:330px; overflow:hidden; }	

@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) {
	.ztbt{ margin:0 auto; width:100%;    text-align: center;    display: inline-block;}
	.ztbt li{ width:32%;    margin: 3px 0;}
	.ztcp{ width:95%;}
	.biaoti{width:95%;}
	.ztcp .col-lg-4{ width:50%;	}
	.ztbt li:nth-child(3n-1){ margin:3px 0px; margin-left:2%;}
	.ztbt li:nth-child(3n){ float:right;}
	.new_left{  width:98%; margin:0 auto; float:none;}
	.new_right{ width:98%; margin:0 auto;float:none;}
	.sxy .col-lg-6 {    padding: 3px 0;}
	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}
	.ad img{ height:160px;}
	.hf{ width:80%;    left: 10%;}
	.hf h3{ font-size:22px;}
	.hf p{ font-size:14px;}
	.hf h2{ font-size:20px;}
	.liuyan p{ width:86%; margin:0 auto;}
	.biaodan{ width:96%;}
	.biaodan ul li{ width:100%;}
	.foot-txt{ width:100%;}
	.foot-txta{width:100%;}
	.bt {text-indent: 10px;}
	.xglb_left ,.xglb_right{ width:98%; margin:0 auto;}
	.xglb ul li{    text-indent: 6px;}
.biaoti h1{ font-size:25px; padding-bottom:0;}
.productlist .row a img{ height:178px;}
	.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: #666;
		padding: 5px 30px;
	}
	.banner_pro {
		background-size: auto 100%;
		height: 200px;
	}

	.logo img {
		width: 220px;
	}

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

	.infopage .left,
	.top {
		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;
	}

}
.homepage .d{padding-bottom: 32px;}
.homepage .d li {
	float: left;
	width: 20%;
	padding: 7px;
	text-align:center;
}

.homepage .d li img {
  max-width: 100%;
  height:auto;
}

.homepage .d li a {
	min-height:95px;
	line-height:95px;
	overflow: hidden;
	display: block;
	border: 1px solid #eee;
}

.homepage .d li a:hover {
	border: 1px solid #00bfa9;
}

.homepage .d li a:hover img {
	transform: scale(1.1);
}
.hot-tags {
  margin-top: 8px;
    background: #ffffff;
    padding: 15px 10px;
    display: inline-block;
   
    box-shadow: 0px 5px 6px 5px rgb(207 208 208 / 36%);
}
.hot-tags  div {
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #222226;
    line-height: 22px;
}
.hot-tags  ul {
    list-style: none;
    margin-top: 14px;
}
 .hot-tags  ul a {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    background: #dde6f9a8;
    border-radius: 11px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400; font-size: 14px;
    line-height: 21px;
    display: block;
    padding: 2px 12px;

    color: #1685eb;

    cursor: pointer;
}


.tags{ float:left;}
.tags a{margin-right: 10px;}
@media screen and (max-width: 768px)
{
	.homepage .d li {
		width: 33.333%;
	}
	.homepage .d li a {
		overflow: hidden;
		display: block;
		border: 1px solid #eee;
	}
}