* {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

body {
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
}

.m-header {
	height: 60px;
	width: 100%;
	display: block;
	padding-top: 15px;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

.m-header .logo {
	float: left;
	height: 100%;
	width: 50%;
}

.m-header .logo img {
	width: 100%;
}

.m-header .btn {
	float: right;
	width: 50%;
	text-align: right;
}

.m-header .btn img {
	width: 30px;
}

.m-header .fixed {
	display: none;
	width: 100%;
	height: 100%;
	background: #052175;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	/* display: flex; */
	align-content: center;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
	z-index: 999999;
}

.m-header .fixed a {
	color: #fff;
	text-decoration: none;
}

.m-header .fixed li {
	width: 100%;
	text-align: center;
	list-style: none;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.m-header .fixed .close {
	position: absolute;
	top: 25px;
	right: 25px;
}

.m-header .fixed .close img {
	width: 30px;
	height: 30px;
}


/* index banner */
.pb-carouselWarp {
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
	text-align: center;
	top: -3px;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
	text-align: center;
}

.pb-carouselWarp .pb-carousel li {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.pb-carouselWarp .pb-carousel .pb-1 {
	background: url(../img/banner1.jpg) no-repeat;
	background-size: 100% 100%;
}

.pb-carouselWarp .pb-carousel .pb-2 {
	background: url(../img/banner2.jpg) no-repeat;
	background-size: 100% 100%;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0
}

.pb-carouselWarp .pb-carousel-ind {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%)
}

.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 15px;
	height: 5px;
	/*border-radius: 50%;*/
	background-color: #fff;
	margin: 0 5px;
	/*cursor: pointer*/
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
	background-color: #000
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 25px 12px;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 0px;
	background:rgba(0, 0, 0, 0.498039) url(../img/arrow-left.png) no-repeat center;
	border: none;
}

.pb-carouselWarp .pb-arrow-next {
	right: 0px;
	background: rgba(0, 0, 0, 0.498039) url(../img/arrow-right.png) no-repeat center;
	outline: none;
}
/*.m-banner {
	width: 100%;
}

.m-banner img {
	width: 100%;
}*/


/* 公共title */

.m-common-title {
	height: 60px;
	width: 100%;
	text-align: center;
	color: #052175;
	font-size: 25px;
	/*font-family: "黑体";*/
	font-weight: bold;
	padding-top: 10px;
	margin-top: 15px;
}

.m-common-title red {
	color: #D6000A;
}

.m-common-title des {
	display: block;
	width: 100%;
	color: #A9A9A9;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	/*font-family: "微软雅黑";*/
	height: 20px;
	line-height: 20px;
}

.m-about {
	width: 90%;
	margin: 0 auto;
}

.m-about .content p {
	text-indent: 2em;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.m-about .content img {
	width: 100%;
}

.m-about .row {
	width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.m-about .row .col {
	width: calc(100% /3);
	float: left;
	padding: 24px;
	box-sizing: border-box;
}
.m-about .row .col a{
	color: #000;
}
.m-about .row .col img {
	width: 100%;
}


/* 产品中心 */

.m-product {
	width: 96%;
	margin: 0 auto;
}

.m-product .list {}

.m-product .list li {
	list-style: none;
	width: 50%;
	float: left;
	text-align: center;
	background: #fff;
	overflow: hidden;
	height: 180px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.m-product .list li:nth-child(2),
.m-product .list li:nth-child(3) {
	background: rgba(241, 241, 241, 1);
}

.m-product .list img {
	width: 60%;
}

.m-product .list a {
	color: #000;
}


/* 新闻中心 */

.m-news {
	width: 96%;
	margin: 0 auto;
}

.m-news .list li {
	width: 100%;
	overflow: hidden;
	display: block;
	height: 100px;
	overflow: hidden;
	/*margin-top: 15px;*/
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	box-sizing: content-box;
}

.m-news .list li:nth-child(1) {
	border-top: 1px solid #ddd;
}

.m-news .list li .left {
	width: 35%;
	height: 100%;
	float: left;
}

.m-news .list li .left img {
	width: 100%;
	height: 100%;
}

.m-news .list li .right {
	width: 65%;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
}

.m-news .list a {
	color: #000;
	display: inline-block;
	height: 96%;
	width: 100%;
	margin: 2% 0;
}

.m-news .list .title {
	height: 30px;
	line-height: 30px;
	/* font-weight: bold; */
	font-size: 15px;
	color: #333;
}

.m-news .list .des,
.m-news .list .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-news .list .des {
	height: 40px;
	line-height: 40px;
	color: #6B6B6B;
	font-size: 14px;
}

.m-news .list zy {
	font-weight: bold;
	color: #333;
	font-size: 15px;
}

.m-news .more {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: rgba(5, 33, 117, 1);
	color: #fff;
	margin-top: 15px;
}
.m-news .more a{
	color: #fff;
}

footer {
	margin-top: 20px;
}

footer .copyright {
	width: 96%;
	margin: 20px auto;
}

footer .copyright p {
	text-align: center;
	line-height: 20px;
	color: #707070;
	font-size: 15px;
}

footer .row {
	text-align: center;
	background: rgba(67, 67, 67, 1);
	margin-top: 10px;
}

footer .row .col {
	width: calc(100% / 3);
	float: left;
	height: 60px;
	font-size: 14px;
}

footer .row .col img {
	width: 20px;
	padding-top: 10px;
}

footer a {
	color: #000;
}

footer .row a {
	color: #fff;
	display: inline-block;
    width: 100%;
    height: 100%;
}


/* 内页banner */

.in-banner {
	width: 100%;
}

.in-banner img {
	width: 100%;
}


/* 内页导航 */

.in-nav {
	background: rgba(5, 33, 117, 1);
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: -5px;
}

.in-nav .left {
	float: left;
}

.in-nav .left t {
	font-weight: bolder;
}

.in-nav .right {
	float: right;
	width: 50px;
	background: rgba(219, 36, 34, 1);
}

.in-nav a {
	color: #000;
}

.in-nav .right img {
	width: 30px;
	height: 30px;
	position: relative;
	top: 9px;
	left: 9px;
}

.in-nav .fixed {
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	left: 0;
	top: 59px;
	display: none;
	background: rgba(0,0,0,0.3);
	    z-index: 999;
}

.in-nav .fixed .fleft {
	background: transparent;
	width: 15%;
	float: left;
	height: 100%;
	text-align: center;
	    font-size: 30px;
}

.in-nav .fixed .fright {
	background: #fff;
	width: 85%;
	float: right;
	    height: 100%;
}

.in-nav .fixed .fright li {
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.in-about-content {
	width: 96%;
	margin: 0 auto;
}

.in-about-content p {
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 10px;
	color: #333;
}

.in-about-content video {
	width: 100%;
}

.in-about-content .bigtitle {
	font-size: 23px;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333;
	border-bottom: 1px solid #F0F0F0;
}

.in-about-content .xqtitle {
	font-size: 23px;
	width: 100%;
	text-align: center;
	/*height: 50px;*/
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333;
}


/*产品中心*/

.product {
	width: 96%;
	margin: 0 auto;
}

.product ul {
	width: 100%;
}

.product ul li {
	width: calc(100%/2);
	box-sizing: border-box;
	padding: 10px 5px;
	float: left;
	text-align: center;
	height: 180px;
}

.product ul li img {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(228, 228, 228, 1);
}

.product ul li a {
	display: inline-block;
	color: #333;
	line-height: 25px;
}
.page{
	text-align: center;
}
.page a,.page b{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid  #f0f0f0;
    margin-left: 5px;
    color: #333;
    transition: all 0.5s;
}
.page b{
	background: #052175;
	color: #FFFFFF;
}
.page a:hover{
	background: #052175;
	color: #FFFFFF;
}

/*详情*/
form{
	width: 100%;
}
.fbsj {
	vertical-align: middle;
	
}

.in-about-content img {
	max-width: 100%;
	position: relative;
	left: -2rem;
}


/*在线留言*/
form{
	width: 100%;
	margin: 20px auto 30px auto;
}
form p{
	width: 80%;
	margin: 0 auto !important;
	text-indent: 0rem !important;
}
textarea{
	width: 80%;
	height: 100px;
	margin-left: 10%;
	border: 1px solid rgba(200, 200, 200, 1);
}
.div-bor {
	position: relative;
	width: 80%;
	height: 40px;
	border: 1px solid rgba(200, 200, 200, 1);
	margin: 0px auto 10px auto;
}

.icon-user {
	position: absolute;
	left: 0;
	z-index:5;

	/*引入图片图片*/
	background-repeat: no-repeat;
	/*设置图片不重复*/
	background-position: 0px 0px;
	/*图片显示的位置*/
	width: 20px;
	/*设置图片显示的宽*/
	height: 20px;
	/*图片显示的高*/
	margin-top: 10px;
	margin-left: 5px;
}
.one .icon-user{
	background-image: url(../img/user.png);
	
}
.two .icon-user{
	background-image: url(../img/phone.png);
	
}
.three .icon-user{
	background-image: url(../img/email.png);
	
}
.user,.phone,.email{
	padding-left: 30px;
	box-sizing: border-box;
	width:100%;
	height:40px;
	font-size: 16px;
}





.slider{display:none}
.focus span{width:10px;height:10px;margin-right:10px;border-radius:50%;background:#666;font-size:0}
.focus span.current{background:rgba(5, 33, 117, 1)}
.products img{
	max-width: 100%;
	/*margin-top: 20px;*/
}
