* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

body {
	font-family: arial;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

div,a,ul,li,p,span,input {
	box-sizing: border-box;
}

input,button,div,span {
	outline: none;
}

@font-face {
	font-family: 'myfont';
	src: url(../font/Myriad-Set-Pro-Thin.ttf);
}

.a-box {
	display: block;
	width: 100%;
	height: 100%;
}

.info {
	width: 1200px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.home {
	width: 100%;
	height: 100%;
}

.home-header {
	width: 100%;
	height: 150px;
}

.header-logo {
	display: inline-block;
	height: 100%;
	display: flex;
	align-items: center;
	float: left;
}

.header-search {
	float: left;
	margin-left: 80px;
	width: 640px;
	height: 100%;
}

.header-search-lx {
	width: 100%;
	height: auto;
	padding-top: 25px;
}

.header-search-lx>span {
	font-family: arial;
	font-size: 14px;
	color: #999;
	margin-right: 30px;
	line-height: 32px;
}

.header-search-lx>span img {
	margin-right: 7px;
}

.header-search-box {
	width: 640px;
	height: 60px;
}

.search-text {
	width: 570px;
	height: 60px;
	padding-left: 15px;
	border: 2px solid #e6e6e6;
	border-right: 0;
	float: left;
}

.search-text::-webkit-input-placeholder {
	color: #C0C0C0;
	font-size: 14px;
}

.search-btn {
	width: 70px;
	height: 60px;
	background: url(../img/search.png) no-repeat center;
	background-color: #e51837;
	float: left;
	cursor: pointer;
}

.header-lang {
	float: right;
	width: 125px;
	height: 30px;
	/*background-color: cadetblue;*/
	margin-top: 71px;
	text-align: right;
}

.header-lang>span {
	display: flex;
	height: 100%;
	line-height: 30px;
	float: left;
	align-items: center;
}

.header-lang>span:nth-of-type(2) {
	display: block;
	width: 75px;
	text-align: center;
	font-size: 14px;
	font-family: arial;
	margin: 0px 8px;
	overflow: hidden;
}

.header-lang>span:nth-of-type(2)>p {
	line-height: 23px;
}

.header-lang>span:nth-of-type(2)>p>a {
	color: #000;
}

.header-lang>span:nth-of-type(2)>p:nth-of-type(1) {
	margin-top: 4px;
}

.header-lang>span:nth-of-type(3) {
	cursor: pointer;
	width: 10px;
	text-align: center;
}

.home-nav {
	width: 100%;
	height: 60px;
	background-color: #000;
}

.myNav {
	width: 100%;
	height: 100%;
}

.myNav-ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.myNav-ul>li {}

.myNav-ul>li>a {
	display: block;
	height: 50px;
	padding: 10px 30px 30px 30px;
	color: #fff;
	font-family: 'myfont';
	font-size: 20px;
}

.myNav-ul>li>a:hover {
	background-color: #fff;
	color: #e51837;
}

.myNav-ul>li>.a-nav {
	background-color: #fff;
	color: #e51837;
}

.home-rota {
	width: 100%;
	height: auto;
	position: relative;
}

.swiper-slide {
	font-size: 0px;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 2px solid #e5e5e5;
	opacity: 1;
	background: linear-gradient(#a9a9a9, #e5e5e5);
}

.swiper-pagination-bullet-active {
	background: rgba(102, 102, 102, 1);
}

.sj {
	width: 55px;
	height: auto;
	position: absolute;
	z-index: 10;
	margin: auto;
	bottom: -30px;
	left: 0;
	right: 0;
}

.home-center {
	width: 100%;
	height: auto;
}

.recent-pro {
	width: 100%;
	height: 510px;
}

.pro-title {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 46px;
}

.pro-title-text {
	display: inline-block;
	height: 100%;
	font-family: arial;
	font-size: 26px;
	color: #000;
	line-height: 100px;
	float: left;
}

.pro-title-x {
	width: 930px;
	height: 1px;
	margin: auto;
	background-color: #e6e6e6;
}

.pro-title-btn {
	width: 38px;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	float: right;
}

.swiper-button-prev,
.swiper-button-next {
	outline: none;
}

.pro-prev {
	width: 40%;
	background: url(../img/left-1.png) no-repeat center;
	left: 0;
}

.pro-next {
	width: 40%;
	background: url(../img/right-1.png) no-repeat center;
	right: 0;
}

.recent-pro-content {
	width: 100%;
	height: 364px;
}

.swiper2 {
	height: 100%;
}

.recent-pro-ul {
	width: 100%;
	height: 100%;
}

.recent-pro-ul>li {
	width: 50%;
	height: 50%;
	float: left;
	display: flex;
	align-items: center;
}

.recent-pro-ul>li:nth-of-type(even) {
	float: right;
}

.recent-pro-ul>li>a {
	display: flex;
	align-items: center;
}

.recent-pro-ul>li:hover .recent-pro-name {
	color: #1257ab;
}

.recent-pro-pic {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
}

.recent-pro-pic img {
	width: 100%;
	transition: .3s;
}

.recent-pro-ul>li:hover .recent-pro-pic img {
	transform: scale(1.2);
}

.recent-pro-name {
	display: inline-block;
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #666;
}

.pro-name2 {
	padding-left: 95px;
}

.new-pro {
	width: 100%;
	height: auto;
}

.new-pro-content {
	width: 100%;
	height: auto;
	border-left: 1px solid #E6E6E6;
	/*border-right: 1px solid #E6E6E6;*/
}

.mypro-box {
	width: 240px;
	height: 360px;
	border: 1px solid #e6e6e6;
}

.new-pro-content .mypro-box {
	border: 0px;
}

.swiper3 .swiper-slide {
	border: 1px solid #E6E6E6;
	border-left: 0px;
}

.mypro-box-pic {
	width: 100%;
	height: 294px;
	text-align: center;
	overflow: hidden;
}

.mypro-box-pic>p:nth-of-type(1) {
	margin-top: 30px;
}

.mypro-box-pic>p:nth-of-type(2) {
	color: #1257AB;
	font-size: 18px;
	font-family: arial;
	line-height: 115px;
}

.mypro-box-pic img {
	width: 80%;
	transition: .3s;
}

.mypro-box-more {
	width: 160px;
	height: 64px;
	margin: auto;
	border-top: 2px solid #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mypro-box-more>a {
	width: 110px;
	height: 33px;
	background-color: #E51837;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	font-family: arial;
	display: none;
}

.mypro-box:hover .mypro-box-more>a {
	display: block;
}

.mypro-box:hover .mypro-box-pic img {
	transform: scale(1.2);
}

.our-customer {
	width: 100%;
	height: auto;
	padding-bottom: 70px;
}

.our-customer-content {
	width: 100%;
	height: 106px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.swiper4 {
	height: 100%;
}

.swiper4 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.swiper4 .swiper-slide img {
	width: 80%;
}

.home-footer {
	width: 100%;
	height: auto;
}

.footer-1 {
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
}

.footer-2 {
	width: 100%;
	height: 60px;
	background-color: #585858;
	font-family: arial;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 60px;
}

.footer-1-search {
	width: 100%;
	height: 97px;
	border-bottom: 2px solid #E6E6E6;
}

.footer-1-search .info {
	overflow: inherit;
	padding-top: 65px;
}

.footer-1-search .header-search-box {
	margin: auto;
}

.footer-1-content {
	width: 100%;
	height: 403px;
	padding-top: 50px;
}

.footer-1-content-info {
	width: 385px;
	height: auto;
	float: left;
}

.footer-1-content-info>p>img {
	width: 38%;
}

.footer-1-content-info>p {
	font-size: 26px;
	font-family: arial;
	margin-top: 20px;
	line-height: 22px;
}

.footer-1-content-info-text {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-family: arial;
	padding-top: 15px;
}

.footer-1-content-info-text>span {
	display: inline-block;
	width: 49%;
	float: left;
	line-height: 26px;
}

.footer-1-content-info-text>span:nth-of-type(even) {
	float: right;
}

.footer-1-content-news {
	width: 450px;
	height: auto;
	float: left;
	margin-left: 125px;
	margin-top: 30px;
}

.footer-1-content-news-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}

.footer-news {
	width: 100%;
	height: auto;
}

.footer-news-num {
	width: 100%;
	height: 80px;
	margin-top: 18px;
}

.footer-news-num:nth-of-type(1) {
	margin-top: 0px;
}

.footer-news-num-pic {
	float: left;
	width: 120px;
	height: 100%;
}

.footer-news-num-pic img {
	width: 100%;
}

.footer-news-num-text {
	display: inline-block;
	height: 100%;
	float: left;
	padding-left: 22px;
}

.footer-news-num-text>p {
	line-height: 26px;
}

.footer-news-num-text>p:nth-of-type(1) {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.footer-news-num-text>p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
}

.footer-1-content-menu {
	width: 124px;
	height: auto;
	float: right;
	margin-top: 30px;
}

.footer-1-content-menu-text {
	width: 100%;
	height: auto;
}

.footer-1-content-menu-text>ul>li {
	margin-top: 17px;
}

.footer-1-content-menu-text>ul>li:nth-of-type(1) {
	margin-top: 0px;
}

.footer-1-content-menu-text>ul>li>a {
	font-size: 14px;
	color: #999;
}


/*关于我们*/

.myBigImg {
	width: 100%;
	height: auto;
	font-size: 0px;
}

.myBigImg img {
	width: 100%;
}

.aboutUs {
	width: 100%;
	height: auto;
}

.aboutUs-company {
	width: 100%;
	height: auto;
}

.aboutUs-company>h2 {
	text-align: center;
	line-height: 50px;
}

.aboutUs-company>p {
	text-indent: 2em;
	color: #666;
	font-size: 14px;
	line-height: 35px;
}

.aboutUs-company img {
	width: 100%;
	margin: 20px 0px;
}

.aboutUs-honor {
	width: 100%;
	height: auto;
}

.aboutUs-honor-num {
	width: 285px;
	height: auto;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-left: 46px;
	margin-top: 20px;
}

.aboutUs-honor-num:nth-of-type(3n-2) {
	margin-left: 0px;
}

.aboutUs-honor-num img {
	width: 100%;
	transition: .3s;
}

.aboutUs-honor-num>a>p {
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

.aboutUs-honor-num>a:hover img {
	transform: scale(1.1);
}

.aboutUs-honor-detail {
	width: 100%;
	height: auto;
}


/*产品中心*/

.myProduce {
	width: 100%;
	height: auto;
	padding: 40px 0px;
}

.myProduce-left {
	width: 200px;
	height: auto;
	float: left;
}

.myProduce-left-title {
	width: 100%;
	height: 65px;
	background-color: #efefef;
	border-left: 3px solid #E51837;
	display: flex;
	align-items: center;
}

.myProduce-left-title>span:nth-of-type(1) {
	margin: 0px 12px 0px 18px;
}

.myProduce-left-title>span:nth-of-type(2) {
	font-size: 22px;
}

.myProduce-left-content {
	width: 100%;
	height: auto;
}

.produce-ul {
	width: 100%;
	height: 100%;
}

.produce-ul>li {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #ccc;
}

.produce-ul>li>a {
	display: block;
	width: 98%;
	height: 38px;
	line-height: 38px;
	
	background: url(../img/jt.png) no-repeat left center;
	/*background-position-x: 20px;*/
	padding-left: 15px;
	color: #010101;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.produce-ul>li>a:hover {
	background: url(../img/jt2.png) no-repeat left center;
	/*background-position-x: 20px;*/
	color: #E51837;
}

.produce-ul>li>.proLi {
	background: url(../img/jt2.png) no-repeat left center;
	/*background-position-x: 20px;*/
	color: #E51837;
}

.produce-ul>li>ul {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #ccc;
	display: none;
}

.produce-ul>li>ul>li {
	margin-bottom: 20px;
	font-size: 12px;
	padding-left: 70px;
}

.produce-ul>li>ul>li:nth-of-type(1) {
	margin-top: 20px;
}

.produce-ul>li>ul>li>a {
	color: #666;
}

.produce-ul>li>ul>li>a:hover {
	color: #E51837;
}

.myProduce-right {
	width: 947px;
	height: auto;
	float: right;
}

.myProduce-right-title {
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.myProduce-right-title>span:nth-of-type(1) {
	font-size: 26px;
}

.myProduce-right-title>span:nth-of-type(2) {
	display: block;
	width: 800px;
	height: 1px;
	background-color: #e6e6e6;
}

.myProduce-right-content {
	width: 100%;
	height: auto;
}

.produce-content {
	width: 100%;
	height: auto;
}

.produce-content .mypro-box {
	float: left;
	margin-right: 70px;
	margin-top: 44px;
}

.produce-content .mypro-box:nth-of-type(1),
.produce-content .mypro-box:nth-of-type(2),
.produce-content .mypro-box:nth-of-type(3) {
	margin-top: 0px;
}

.myProduce-right-page {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.myProduce-right-page>a {
	display: block;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	text-align: center;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin: 0px 5px;
}

.page-sx {
	width: 120px;
	height: 30px;
}

.page-num {
	width: 30px;
	height: 30px;
}

.myProduce-right-page>a:hover {
	border: 1px solid #b70016;
	background-color: #b70016;
	color: #fff;
}

.myProduce-right-page>.page-a {
	border: 1px solid #b70016;
	background-color: #b70016;
	color: #fff;
}


/*产品详情页*/

.myProduce-detail {
	width: 100%;
	height: auto;
}

.myProduce-detail>p {
	color: #000;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
}

.myProduce-detail>p img {
	width: 50%;
}

.product-detail-page {
	width: 100%;
	height: auto;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px 0px;
	color: #666;
	font-size: 14px;
}

.product-detail-page>p>a {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.product-detail-page>p>a:hover {
	text-decoration: underline;
}


/*新闻中心*/

.myNews {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

.myNews-title {
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.myNews-title>span:nth-of-type(1) {
	font-size: 26px;
}

.myNews-title>span:nth-of-type(2) {
	display: block;
	width: 1020px;
	height: 1px;
	background-color: #e6e6e6;
}

.myNews-content {
	width: 100%;
	height: auto;
}

.myNews-list {
	width: 100%;
	height: auto;
}

.news-ul {
	width: 100%;
	height: auto;
}

.news-ul>li {
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #CCCCCC;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	padding: 0px 20px 0px 40px;
	background: url(../img/list_t.gif) no-repeat center left;
}

.news-ul>li>a {
	color: #666;
	font-size: 14px;
}

.news-ul>li>a:hover {
	color: #E51837;
}

.news-ul>li>span {
	color: #666;
	font-size: 14px;
}

.myNews-detail {
	width: 100%;
	height: auto;
}

.myNews-detail-title {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
	/*padding: 10px 0px;*/
}

.myNews-detail-title>h3 {
	text-align: center;
}

.myNews-detail-title>p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.myNews-detail-title>p>span {
	margin: 0px 20px;
}

.myNews-detail-title>p>span>strong {
	color: #666;
}

.myNews-detail-content {
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.myNews-detail-content>p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	line-height: 35px;
}


/*下载中心*/

.myDownload {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

.myDownload .news-ul>li {
	background: url(../img/download.png) no-repeat center left;
}


/*联系我们*/

.myContact {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

.myContact .myNews-title>span:nth-of-type(2) {
	width: 950px;
}

.myContact-content {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

.myContact-content>p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-top: 10px;
}

.myContact-map {
	width: 100%;
	height: auto;
}

#dituContent {
	width: 100%;
	height: 500px;
}

.phone-btn,
.phone-nav{
	display: none;
}

/*移动端*/
@media only screen and (max-width: 1200px) {
	
	.info{
		width: 100%;
	}
	.home-nav,
	.header-search,
	.header-lang,
	.sj,
	.swiper-pagination{
		display: none;
	}
	.home-header{
		height: 65px;
	}
	.home-header .info{
	    overflow: inherit;
	}
	.header-logo img{
		height: 60px;
		
	}
	.phone-btn{
		width: 70px;
		height: 100%;
		float: right;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.phone-btn-ico{
		width: 50px;
		height: 50px;
		background: url(../img/phone-nav.png) no-repeat center;
		cursor: pointer;
		position: relative;
		z-index: 999;
		transition: .3s;
	}
	.head-left{
		margin-left: 10px;
	}
	.phone-nav{
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(0,0,0,0.8);
		z-index: 100;
		display: none;
	}
	.phone-ul{
		width: 100%;
		padding-top: 100px;
	}
	.phone-ul>li>a{
		color: #fff;
		padding: 20px 20px;
		border-bottom: 1px solid #ccc;
	}
	.phone-ul>li:nth-of-type(1){
		padding: 20px 20px;
		border-bottom: 1px solid #ccc;
		color: #fff;
	}
	.phone-ul>li:nth-of-type(1) span a{
		color: #fff;
	}
	
	.home-center{
		padding: 0px 5px;
	}
	.recent-pro{
		height: auto;
	}
	.pro-title{
		height: auto;
	}
	.pro-title-x{
	    display: none;
	}
	.pro-title-btn{
		height: 100px;
	}
	.recent-pro-content{
		height: auto;
	}
	.recent-pro-ul>li{
		width: 100%;
		height: auto;
		float: none;
	}
	.recent-pro-name{
		font-size: 16px;
	}
	.pro-name2{
		padding-left: 0px;
	}
	.mypro-box{
		width: 100%;
		height: auto;
	}
	.mypro-box-pic{
		height: auto;
	}
	.mypro-box-pic>p:nth-of-type(2){
		font-size: 12px;
		line-height: 26px;
	}
	.mypro-box-more{
		width: 100%;
		height: 50px;
	}
	.mypro-box-more>a{
		width: 90%;
	}
	.our-customer-content{
		height: 52px;
	}
	.footer-1{
		height: auto;
	}
	.footer-1-search,
	.footer-1-content-news,
	.footer-1-content-menu{
		display: none;
	}
	.footer-1-content{
		height: auto;
		padding-top: 20px;
	}
	.footer-1-content-info{
		width: 100%;
	}
	.footer-1-content-info>p{
		text-align: center;
		margin: 20px 0px;
		font-size: 14px;
	}
	.footer-1-content-info-text{
		display: none;
	}
	.footer-2{
		text-align: center;
	}
	
	
	.myProduce-left{
		float: none;
		width: 100%;
	}
	.myProduce-right{
		float: none;
		width: 100%;
	}
	.myProduce-right .myProduce-right-title{
		display: none;
	}
	.aboutUs-honor-num{
		width: 48%;
		margin-left: 0px;
	}
	.aboutUs-honor-num:nth-of-type(even){
		float: right;
	}
	
	.news-ul>li>a{
		width: 60%;
		/*padding-right:36px;*/
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
		overflow:hidden;
	}
	.myNews-title{
		display: none;
	}
	.news-ul>li>span{
		display: block;
		width: 72px;
		height: 100%;
		float: right;
	}
	.myNews-detail-title>p>span{
		margin: 0px 5px;
	}
	.myNews-detail-content>p{
		text-align: justify;
	}

}