* {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	/*background-color: white;*/
	min-width: 1300px;
	overflow-x: hidden;
	background-color: #F7F7F7;
}

a {
	text-decoration: none;
	color: #333;
}

i,
em {
	font-style: normal;
}

img {
	vertical-align: top;
}

ul,
li {
	list-style: none;
}

.xCenter {
	float:left;

	padding: 0 8px;
}
.chanpin_title{
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.layui-btn-normal {
	background-color: #0aa997;
}

.layui-btn-primary:hover {
	border-color: #0aa997;
	color: #333
}

.xContainer {
	width: 1200px;
	margin: 0 auto;
}
.nav_bac{
	background: url(../images/nav_bac.png) center no-repeat;
	margin-bottom: 50px;
}

.xTitle {
	color: #212026FF;
	font-size: 25px;
	font-weight: 400;
}

.xDesc {
	color: #777777;
	font-size: 14px;
}

.xContent {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	/* text-indent: 2em; */
}

/* 分页 */
.xPage {
	padding: 20px 0;
	text-align: center;
}

.xPage .total {
	padding: 10px 0;
	line-height: 32px;
	padding-right: 10px;
}

.xPage .total b {
	color: #F00;
}

.pagination {
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}

.pagination li {
	display: inline;
}

.pagination .sum {
	margin-right: 5px;
}

.pagination .sum b {
	color: #f10;
}

.pagination a,
.pagination span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	height: 30px;
	line-height: 30px;
	margin: 0 -1px 0 0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-style: normal;
}

.pagination .disabled span,
.pagination .active span {
	background-color: #0386D1;
	color: #fff;
	border: 1px solid #0386D1;
}

/* 分页 */

/* 顶部开始 */
.xTop {
	height: 90px;
	position: relative;
	background: white;
	margin-top: -15px;
}

.xTop .xContainer {
	position: relative;
	margin-top: 15px;
}

.xTop .logo {
	display: inline-block;
	height: 52px;
	float:left;
	margin-right: 45px;
;
}
.xTop .logo .log_title{
	float: right;
	font-size: 25px;
	margin-top: 19px;
	margin-left: 10px;
}

.xTop .logo img {
	margin-top: 17px;
	margin-left: 42px;
}

.xTop .center {
	position: absolute;
	top: 30px;
	left: 380px;
}

.xTop .center input {
	display: inline-block;
	border-color: #eee;
	padding: 0 10px;
	width: 300px;
	height: 38px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	float: left;
}

.xTop .center button {
	background-color: #0386D1;
}

.xTop .right {
	float: right;
	padding-top: 20px;
}

.xTop .right img {
	float: left;
	padding-top: 6px;
}

.xTop .right p {
	margin-left: 50px;
	font-size: 16px;
	color: #666666;
}

.xTop .right b {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
}

/* 顶部结束 */

/* 导航开始 */
.xNav {
	height: 50px;

	width: 100%;

	background: #2B2B2B;
}

.xNavUl li {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.xNavUl li a {
	display: block;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: white;
	width: 145px;
	text-align: center;
}

.xNavUl li:hover{
	background: #C60002;
}
.xNavUl li:hover .xNavUlChild{
	display: block;
}
.xNavUl li:hover a{
	/*color: #1584DF;*/
}
.xNavUlChild{
	display: none;
	position: absolute;
	z-index: 99;
	background: #1584DF;


}
.xNavUlChild li a{
	color: white !important;
}
.xNavUlChild li{
	float: none;
	margin-right: 0;
	display: block;
}
.xNavUlChild  li:hover{
	background: #1584DF;
}
.xNavUlChild li:hover a{
	color: white;
}

/* 导航结束 */

/* 首页优势开始 */
.banner_search{
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}


.xYoushi {
	padding: 0px 0 50px 0;
}

.xYoushiUl {
	float: left;
	margin-left: 210px
;
}

.xYoushiUl li {
	display: inline;

}

.xYoushiUl li .content {
	width: 320px;
	margin: 0 auto;
;
}
.nav_before{
	width: 5px;
	height: 5px;
	background: #0AA997FF;
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	border-radius: 100%;
}
.nav_more{
	float: left;
	margin-top: 30px;
	margin-left: 23px;
}

.xYoushiUl li .title {
	color: #333333;
	font-size: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.xYoushiUl li .title::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 5px;
	left: 0;
	bottom: 0;
	background-color: #0aa997;
}

.xYoushiUl li .desc {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 首页优势结束 */

/* 首页关于我们开始 */
.xAbout {
	height: 400px;
}

.xAbout .content {
	margin: 0 30px;
}

.xAbout .content .left {
	width: 482px;
	height: 328px;
	float: left;
}
.about_desc{
	float: left;
	text-align: center;
	width: 140px;
}
.about_desc span{
	display: block;
}

.xAbout .content .right {
	height: 328px;
	color: #2c2929;
	float: left;
	width: 560px;
	margin-right: 156px;
}

.xAbout .content .right .title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.xAbout .content .right .title small {
	font-weight: normal;
	padding-left: 20px;
}

.xAbout .content .right .desc {
	font-size: 14px;
	line-height: 26px;
	height:248px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 30px;
}
.desc1{
	font-size: 54px;
}


.about_ul{

}
.about_ul li{
	float: left;
	margin-bottom: 13px;
	width: 235px;
}
.about_ul li img{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

/* 首页关于我们结束 */

/* 首页产品中心开始 */
.xProduct {
	padding: 30px 0;

	background-size: 100% 100%;
}

.xProductUl {
	padding-top: 60px;
	margin-left: -14px;
	margin-right: -14px;
}

.xProductUl li {
	display: inline;
	float: left;
	width: 33.33%;
	text-align: center;
	padding-top: 10px;
}

.xProductUl li a {
	display: inline-block;
	width: 380px;
	transition: transform .2s ease-out;
}

.xProductUl li a:hover {
	transform: scale(1.04);
}

.xProductUl li img {
	width: 380px;
	height: 255px;
}

.xProductUl li span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

/* 首页产品中心结束 */

/* 首页新闻资讯开始 */
.xNews {
	padding: 30px 0;
}

.xNewsUl {
	padding-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
}

.xNewsUl li {
	display: inline;
	float: left;
	width: 33%;
	color: #666666;
	margin-bottom: 10px;
}

.xNewsUl li a {
	display: block;
	margin: 10px;
	padding-bottom: 10px;
}

.xNewsUl li .date {
	float: left;
	width: 84px;
	height: 64px;
	padding-top: 20px;
	background-color: #F2F2F2;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
}

.xNewsUl li .date span {
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.xNewsUl li .title {
	display: block;

	font-size: 18px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #666666;
}
.xNewsUl li .img {

}

.xNewsUl li a:hover .title {
	color:  #C60002;
}

.xNewsUl li .desc {

	margin-top: 4px;
	font-size: 13px;
	line-height: 24px;
	height: 20px;
	overflow: hidden;
	color: #808080;
}

/* 首页新闻资讯结束 */

/* 搜索结果开始 */
.xSearch {
	padding: 30px 0;
}

.xSearchUl li {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
}

.xSearchUl li .title {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #0aa997;
}

.xSearchUl li .img {
	width: 128px;
	float: left;
	margin-right: 10px;
}

.xSearchUl li .desc {
	font-size: 14px;
	line-height: 24px;
	display: inline;
}

/* 搜索结果结束 */

/* 友情链接开始 */
.xLink {
	padding: 30px 0;
}

.xLinkUl {
	padding-top: 30px;
	margin-left: -11px;
	margin-right: -17px;
}

.xLinkUl li {
	display: inline-block;
	float: left;
	width: 16.6%;
	padding-bottom: 20px;
}

.xLinkUl li img {
	display: block;
	margin: 0 auto;
	height: 68px;
}

/* 友情链接结束 */

/* 底部开始 */
.xFooter {
	padding-top: 30px;
	background: #333333;
}

.xFooter .xContainer {
	position: relative;
}

.xFooter .left {
	float: left;
}

.xFooter .left .logo {
	height: 152px;
	width: 176px;
}

.xFooter .left .title {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 30px;
}

.xFooter .left .phone {
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 30px;
}

.xFooter .right {
	position: absolute;
	right: 20px;
	top: 0;
}

.xFooter .right .title {
	font-size: 20px;
	color: #fffefe;
	padding-bottom: 30px;
}

.xFooter .right .desc {
	font-size: 14px;
	color: #b2b2b2;
	line-height: 20px;
}

.xFooter .bottom {
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
}

.xFooter .bottom a{
	color: #DDDDDD;
}

.xFooter .bottom a:hover {
	color: #FFFFFF;
}

/* 底部结束 */

/*悬浮QQ*/
.text-red {
	color: #f00;
}

.fixed-qq {
	position: fixed;
	z-index: 10000;
	right: 0;
	bottom: 100px;
	box-shadow: 0 0 2px #eee;
	background-color: #fff;
}

.fixed-qq .item {
	position: relative;
}

.fixed-qq .msg {
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 2px #eee;
	padding: 20px;
	right: 102px;
	top: 0;
	line-height: 24px;
	text-align: center;
	display: none;
}

.fixed-qq .item:hover .msg {
	display: block;
}

.fixed-qq .item.top {
	text-align: center;
	cursor: pointer;
	border-top: 1px solid #eee;
	display: none;
}

.fixed-qq .item.top:hover {
	background-color: #f5f5f5;
}

.fixed-qq .item.top img {
	height: 40px;
}

.fixed-qq .href {
	display: block;
	text-align: center;
	width: 80px;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.fixed-qq .href .icon {
	width: 50px;
}

.fixed-qq .href .text {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.project{
	text-align: center;
	width: 100%;
	margin-bottom: 57px;
}
.pro_banner_img{
	float:left;
	width: 225px;
	height: 335px;
	margin-right: 20px;
}


.xProduct_focus {
	padding: 30px 0;
	background: url(../images/focus.png) center no-repeat;
	background-size: 100% 100%;
	height: 181px;
	margin: 118px 0px 30px 0px;
}
.news_center{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	border-left:none;
}
.news_float_left{
	width: 235px;
	float: left;
	border-radius: 10px;
	z-index: 999;

}
/*企业公告*/
.announcement{
	text-align: center;
	background: #F7F7F7;
}

.yingyong{
	width: 180px;
	height: 200px;
	padding: 0;
	display: inline-block;
	margin-right: 17px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 40px;
}
.yingyong_ul{
	display: table;
	margin: 0 auto;
	padding: 0;
}
.changxiao{
	display: inline-block;
	background: #F7F7F7;
}

.changxiao:hover{
	background: #1584DF;
	color: white;
}
.jingpin{
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 50px 0;
	margin-top: 210px;
	position: relative;
}
.jingpin .sub{
	position: absolute;
	right: 23.3%;
	top: 55%;
}


.hezuo{
	float:left;
	width: 190px;
	height: 72px;
	margin:5px;
	margin-bottom: 50px;
	cursor: pointer;
}
.top_right{
	width: 350px;
	height: 67px;
	float: right;
	margin-top: 11px;
}
.search_index_1 input{
	width: 821px;
	height: 67px;

	border: 1px solid #EAEAEA;
	border-radius:36px;
	float: left;
	margin-top: 16px;
	margin-left: 28px;
	background: #EAEAEA;
	font-size: 22px;
	padding-left: 29px;
}
.search_index_1 span{
	background: #C60002;
	font-size: 22px;
	color: white;
	border-radius: 42px;
	padding: 19px 62px;
	position: absolute;
	top: 16px;
	margin-left: 25px;
}
.search_index_2{
	float: left;
	width: 100%;
	height: 10px;
	margin-left: 44px;
	margin-top: 21px;
}
.search_index_2 a{
	margin-right: 10px;
	cursor: pointer;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.top_kefu{
	width: 169px;
	height: 67px;
	float: right;
	margin-top: 10px;
	margin-left: 41px;
}

/*悬浮QQ*/
.search_index{
	z-index: 11;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 186px;
	margin-top: -20px;
}
.search_index_1{
	width: 1200px;
	margin: 0 auto;
	height: 136px;
	background: #FFFFFF;
	box-shadow: 1px -5px 68px 0px rgb(0 0 0 / 21%);
}
.about_right{
	width: 196px;
	height: 2px;
	background-color: #000000;
	float: left;
	margin-top: 21px;
	margin-right: 20px;

}
.anli_img{
	width: 648px !important;
	margin-top: 40px;
}
.anli_cont{
	position: absolute;
	left: 601px;
	z-index: 200;
	top: 93px;
	width: 511px;
	height: 301px;
	background: #FFFFFF;
	box-shadow: 0px 36px 21px 0px rgb(0 0 0 / 8%);
	padding: 37px 27px;
	opacity: 0.9;
}
.anli_time{
	position: absolute;
	top: 1px;
	right: 10px;
}
.anli_title{
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}
.anli_xiahua{
	width: 37px;
	height: 1px;
	background: #333333;
	margin-top: 31px;
	margin-bottom: 10px;
}
.anli_desc{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	height: 197px;
	overflow: hidden;
}
.anli_href{

}

#banner-fade .h-centered{
	width: 30% !important;
	float: right !important;
}

#banner-fade .bjqs-markers li a{

}
#banner-fade .bjqs-controls.v-centered li.bjqs-prev a{
	right: 303px !important;
	top: 101.4% !important;
	left: unset !important;
	display: none;
}
#banner-fade .bjqs-controls.v-centered li.bjqs-next a{
	top: 101.4% !important;
	display: none;
}
.xingjiabi{
	width: 350px;
	float: left;
	margin-right: 73px;
}
.xingjiabi_title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 100px;
}
.xingjiabi_desc{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EEEEEE;
	line-height: 30px;
	opacity: 0.8;
}
.index_news{
	height: 367px;
	overflow: hidden;
	margin-top: 30px;
}
.index_news_left{

	margin-top: -10px;
}
.news_title{
	float: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 430px;
	overflow: hidden;
}
.news_time{
	float: right;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.index_news_left li{
	line-height: 71px;
	border-top: 1px solid #D8D8D8;
	cursor: pointer;
	height: 73px;
}
.left li img{
	width: 585px;
	height: 362px;
}

.index_news_left a :hover{
	color: #C60002 !important;
}


.focus .left{float:right; width:585px; height:337px; position:relative;overflow:hidden;}
.focus .left li{position:absolute; left:0; top:0; height:415px; z-index:1; opacity:0; filter:alpha(opacity=0);cursor: pointer}
.focus .left li.active{z-index:2;opacity: 1}
.focus .left li div{
	position: absolute;
	bottom: 79px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F5F7FA;
	margin-left: 34px;
	width: 430px;
	overflow: hidden;
	margin-bottom: 5px;
}

.focus .right{float:left; width:600px;}

.focus .right li:hover,.focus .right li.active{color:#fff;background-position:-120px -120px; }
.focus .right li i{background-image:url(../images/btns.png); background-repeat:no-repeat; width:60px; height:60px; float:left; margin:15px 19px 0px 0;}
.focus .right li i.i1{background-position:0 0;}
.focus .right li i.i2{background-position:0 -60px;}
.focus .right li i.i3{background-position:0 -120px;}
.focus .right li i.i4{background-position:0 -180px;}
.focus .right li:hover i.i1,.focus .right li.active i.i1{background-position:-60px 0;}
.focus .right li:hover i.i2,.focus .right li.active i.i2{background-position:-60px -60px;}
.focus .right li:hover i.i3,.focus .right li.active i.i3{background-position:-60px -120px;}
.focus .right li:hover i.i4,.focus .right li.active i.i4{background-position:-60px -180px;}


.active .news_title{
	color: red;
}

.active .news_time{
	color: red;
}

.footer_nav{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DDDDDD;
	margin-right: 50px;
}

.xProductUl a:hover div{
	color: #C60002 !important;
}
.xContent img{
	max-width: 932px;
}
.news_content{
	width: 100%;
	background: #C60002;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 65px;
}
.news_content div{
    line-height: 55px;
	font-size: 25px;
	text-align: center;
}
.news_content p{
	line-height: 38px;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}