/*通用类*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.erweimadiv{ position:fixed; z-index:55555; left:0; top:0; background:rgba(0,0,0,0.7); width:100%; height:100%;}
.erweimadiv img{ width:200px; position:absolute; left:50%; margin-left:-100px; top:50%; margin-top:-100px}
@font-face {
	font-family: "OpenSansBoldwebfont";       /*这里是说明调用来的字体名字*/
	src: url('../fonts/neutraface2display-titling.otf');   /*这里是字体文件路径*/
}
body {
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	text-align: justify;
	color: #111;
	overflow-x: hidden;
}
.vm {
	vertical-align: middle !important;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.cl {
	clear: both;
}
h1, h2, h3 {
	font-weight: 500;
}
img {
	border: none;
	max-width: 100%;
}
a {
	cursor: pointer;
	color: #111;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0354a8;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
input.sub, label {
	border: none;
	cursor: pointer;
}
input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#ccc;
}
.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}
.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}
.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
.line50 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
.container {
	position: relative;
}
.show_con img { max-width:100% !important; height:auto !important;}
/*PC导航*/
.header_t {
    background: #0d54e6;
    width: 100%;
    color: #fff;
    left: 0;
    top: 0;
    z-index: 555;
    line-height: 47px;
    height: 47px;
}
.header_t .pull-left {
    text-transform: uppercase;
}
.header_t .pull-right a {
    margin-left: 25px;
}
.header_t .pull-right i {
	position: relative;
	top:4px;
	margin-right:6px;
}
.header_t a {
    color: #fff;
}

.header {
	background:#fff;
	height: 100px;
	width: 100%;
	z-index: 555;
}
.header>.pull-left {
	height:100%;
}
.logo {
	padding:28px 0;
	display:block;
	float:left;
}
.search_bar {
	margin:27px 0 0 45px;
	width:312px;
	height:47px;
	border-radius:10px;
	background:#ececec;
	float:left;
}
.search_bar .text {
    width: 260px;
    height: 47px;
    float: left;
    padding-left: 25px;
    border: none;
	background:none;
    font-size: 14px;
	color:#3a3a3a;
}
.search_bar button {
	height: 47px;
	width:52px;
	text-align:center;
	background:none;
	border:none;
}
.search_bar button i {
	color:#6d6d6d;
	font-size:16px;
}
.nav {
	float: right;
}
.nav_in {
	float: left;
	position: relative;
	z-index: 70;
}
.nav_in .fa {
	position:absolute;
	right:8%;
	top:50%;
	margin-top:-7px;
}
.nav_in .par {
	display: block;
	height: 100px;
	line-height: 100px;
	margin:0 25px;	
	font-size: 16px;
	color: #000;
}
.nav_in:hover .par, .now_hover .par {
	border-bottom: 5px solid #0d54e6;
	text-decoration: none;
}
.dropmenudiv_b {
	display: none\9;
	width: 150px;
	overflow: hidden;
	background: rgba(13,84,230,0.9);
	position: absolute;
	top: 100px;
	left:0px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	opacity: 1;
	z-index: 999999;
	-webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(1200px) rotateX(-90deg);
	transform: perspective(1200px) rotateX(-90deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.dropmenudiv_b a {
	display: block;
	float: left;
	font-size: 12px;
	padding-left: 0;
	margin: 0;
	text-align: left;
	width: 100%;
	padding-left: 24px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.ani {
	display: block\9;
	transform: perspective(1200px) rotateX(0deg);
	-webkit-transform: perspective(1200px) rotateX(0deg);
	-moz-transform: perspective(1200px) rotateX(0deg);
	-ms-transform: perspective(1200px) rotateX(0deg);
	-o-transform: perspective(1200px) rotateX(0deg);
}
.header_search {
	width:252px;
	height:42px;
	border:1px solid rgba(255,255,255,0.6);
	line-height:40px;
	border-radius:40px;
	padding:0 0 0 15px;
	float:right;
	margin:32px 30px;
}
.xg_search {
	display:inline-block;
	float:right;
}
.xg_search::before {
    content: " ";
	height:25px;
	width:3px;
	display:inline-block;
	background:rgba(255,255,255,0.6);
	margin-top:40px;
	border-radius:3px;
}
.header_search .search {
	border:none;
	background:none;
	width:195px;
	float:left;
	color:#fff;
}
.header_search button {
	background:url(../images/icon1.png) no-repeat center;
	width:40px;
	height:40px;
	float:left;
	background-size:18px;
	border: none;
}
.nav_tel {
	position:absolute;
	bottom:-48px;
	height:48px;
	line-height:48px;
	background:#f7f6f7;
	right:20px;
	font-size:22px;
	font-weight:bold;
	color:#0c4282;
	padding:0 28px;
}
.nav_tel::before {
    content: " ";
	height:20px;
	width:28px;
	display:inline-block;
	background:url(../images/icon2.png) no-repeat center;
	background-size:100%;
	margin-right:25px;
	position:relative;
	top:1px;
}

/*手机导航*/
.header .hid {
	margin: 0px 0px 0 0;
	position: absolute;
	z-index	: 99999;
	right: 10px;
	top: 50%;
	margin-top:-12px;
	display: inline-block;
	width: 30px;
	height: 24px;
}
.main-menu-toggle-content, .main-menu-toggle-content:before, .main-menu-toggle-content:after {
	width: 20px;
	height: 2px;
	display: block;
	margin: auto;
	position: relative;
	width: 25px;
	height: 3px;
	transition: all .2s ease-in-out;
	margin: 10px 5px 0 0;
	background: #fff;
}
.main-menu-toggle-content, .main-menu-toggle-content:before, .main-menu-toggle-content:after {
	width: 20px;
	height: 2px;
	display: block;
	margin: auto;
	position: relative;
	width: 25px;
	height: 3px;
	transition: all .2s ease-in-out;
	margin: 10px 5px 0 0;
	background: #818181;
}
.main-menu-toggle-content:before {
	content: '';
	top: -7px;
}
.main-menu-toggle-content:after {
	content: '';
	top: -5px;
}
.navwap {
	position: fixed;
	height: 100%;
	z-index: 9999;
	display: none;
	background: rgba(3,84,168,0.95);
	left: 0;
	top: 0;
	width: 100%;
}
.tlogo {
	padding-top: 30px;
}
.navwap ul {
	padding-top: 50px;
	text-align: center;
}
.navwap li a {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
}
.toggle-menu-on .main-menu-toggle-content {
	background: transparent !important;
}
.toggle-menu-on .main-menu-toggle-content:before {
	-webkit-transform: translateY(6px) rotate(-45deg);
	-ms-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	top: -17px;
}
.toggle-menu-on .main-menu-toggle-content:after {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
.toggle-menu-on .main-menu-toggle-content, .toggle-menu-on .main-menu-toggle-content:before, .toggle-menu-on .main-menu-toggle-content:after {
	background: #fff;
}
.toggle-menu-on .main-menu-toggle-content:after, .toggle-menu-on .main-menu-toggle-content:before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 25px;
	height: 2.5px;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.navwap.on {
	display: block !important;
}

/*轮播图*/
.banner {
    position: relative;
}
.owlhy_text {
    position: absolute;
	top:50%;
	margin-top:-200px;
    height: 300px;
    text-align: center;
    width: 100%;
	color:#fff;
}
.owlhy_text p{
	font-size:36px;
	font-weight:bold;
}
.owlhy_text h3 {
	font-size:56px;
	text-transform: Uppercase;
	font-family: "OpenSansBoldwebfont";
	margin-bottom:40px;
}
#owl-demo .owl-buttons,#owl-case .owl-buttons {
	display:none;
}
#owl-demo .owl-pagination {
	position:absolute;
	bottom:8%;
	width:100%;
}
#owl-demo .owl-page span,#owl-case .owl-page span {
    width: 20px;
    height: 20px;
    opacity:1;
	background:none;
	border:2px solid #ee7700;
}
#owl-demo .owl-page.active span,#owl-case .owl-page.active span {
	background:#e18b11;
}
.more {
    background: #e18b11;
    color: #fff;
    padding: 16px 50px;
    font-size: 16px;
    border-radius: 40px;
	    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	text-align:center;
}
.more i {
	font-size:30px;
	display: inline-block;
	margin-left:12px;
	position:relative;
	top:3px;
}
.more:hover{
	color:#fff;
	padding:16px 62px;
	font-size:18px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	opacity:0.9;
}
.i5 {
    width: 32px;
    height: 32px;
	line-height:32px;
	text-align:center;
	border-radius:32px;
    background:rgba(255,255,255,0.8);
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    z-index: 55;
    bottom: 18%;
} 
.i5:before {
    content: "\f078";
	line-height:32px;
}
/*首页*/

/*标题*/
.atit {
    padding: 70px 0;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.atit i {
    background: url(../images/index_38.png);
    width: 55px;
    height: 11px;
    display: inline-block;
}
.atit h3 {
	font-size:36px;
}
.atit p {
	font-size:18px;
    text-transform: Uppercase;
}
.ra {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 30px;
    font-size: 18px;
    color: #666;
}
.atit.a1 {
	color:rgba(255,255,255,0.8);
}
.atit.a1 i {
    background: url(../images/index_39.png);
    width: 55px;
    height: 11px;
    display: inline-block;
}
.atit.a1 .ra {
	color:rgba(255,255,255,0.8);
}




.product_sort a {
	font-size:16px;
	display:inline-block;
	margin-right:50px;
	line-height:45px;
}
.product_sort a.hover,.product_sort a:hover {
	color:#0e54e7 !important;
}

.inpro {
    padding-bottom: 30px;
}

.inpro .news_item {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}
.news_item>div {
    transition: all 0.4s;
    border: #eee solid 1px;
}
.inpro .news_item .imgover, .inpro .news_item .txt {
    overflow: hidden;
    padding: 0 0px;
}
.inpro .news_item .imgover a {
    width: 100%;
    display: block;
    overflow: hidden;
}
.imgover img {
    transition: all 0.4s;
}
.news_item>div:hover img {
    transform: scale(1.1);
}
.inpro .news_item .txt {
    padding: 24px;
}
.news_item h4 {
    font-size:18px;
    margin: 0;
}
.news_item .txt i {
	float: right;
	color:#e0e0e0;
}
.news_item>div:hover {
    -moz-box-shadow: 0px 0px 40px #eee;
    -webkit-box-shadow: 0px 0px 40px #eee;
    box-shadow: 0px 0px 40px #eee;
}
.cooperate_con {
	background:url(../images/banner1.jpg) no-repeat center fixed;
	padding-bottom:90px;
	margin-top:50px;
}
.coope_list li .imgover {
	overflow:hidden;
}
.coope_list li>div:hover img {
    transform: scale(1.1);
}

.Sell_list .news_item {
	padding:0 15px;
}
.swiper-button-next, .swiper-button-prev {
	margin-top:65px !important;
    width: 66px !important;
    height: 94px !important;
	background:rgba(0,0,0,0.5);
}
/*流程*/
.process_con {
	margin-top:50px;
}
.fw {
    margin-top: 120px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.fw li {
    position: relative;
}
.fw li .icon {
	display:inline-block;
	padding:0 8px;
	 z-index:5;
	 position: relative;
	background:#f3f3f3;
}
.fw li i {
	border:1px solid #999;
	width:74px;
	height:74px;
	line-height:74px;
	text-align:center;
	border-radius:50%;
	color:#999;
	background:#f3f3f3;
    position: relative;
}
.fw li div h3 {
    margin-bottom: 0;
	 color: #999;
	font-size:54px;
}

@media (min-width: 768px) {
.fw ul {
    margin-top: 180px;
}	
.fw p {
    font-size: 18px;
	color:#2c2c2c;
	line-height:32px;
}	
.fw li:nth-child(2n-1) div {
    width: 100%;
    left: 0;
    top: -150px;
    position: absolute;
}
.fw:after {
    content: '';
    display: block;
    width: 85%;
    border-bottom: #ccc solid 6px;
    position: absolute;
    top: 32px;
    left: 7.5%;
}
}

/*流程结束*/

.case .case_li {
    background: #f4f4f4;
    padding: 0;
}

.case .case_li .col-sm-6 {
    position: relative;
    padding: 0;
    height: 100%;
}
.case .case_li span div {
    padding: 15px 40px;
    padding-bottom: 0;
    text-align: center;
}
.case .case_li span div h4 {
	color:#777;
}
.case .case_li span div h3 {
	font-size:16px;
	height:17px;
	overflow:hidden;
}
.case .case_li span div p {
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
	font-size:14px;
	line-height:29px;
    margin-bottom: 40px;
}
.case .case_li span div a {
    border: #ccc solid 1px;
    padding: 5px 40px;
    display: inline-block;
    font-size: 14px;
    color: #777;
}
.case .case_li b {
       height: 248px;
    overflow: hidden;
    display: block;
}
.case .case_li b img {
    width: 100%;
	height:100%;
	object-fit:cover;
}
.case .case_li:nth-child(1) b:after, .case .case_li:nth-child(2) b:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    content: '';
    top: 40px;
    left: 0px;
    display: inline-block;
}
.case .case_li:nth-child(3) b:after, .case .case_li:nth-child(4) b:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    content: '';
    top: 40px;
    right: 0px;
    display: inline-block;
}
.case .case_li:nth-child(2):after {
    content: '';
    display: block;
    clear: both;
}
.case .case_li:nth-child(3) a.col-sm-6,.case .case_li:nth-child(4) a.col-sm-6 {
    float: left;
}
.case .case_li:nth-child(5) span,.case .case_li:nth-child(4) span {
    float: right;
}
.case .case_li span div a:hover {
    background: #0d54e6;
    color: #fff;
    border: #0d54e6 solid 1px;
}

.case .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: none;
    border: 2px solid #ee7700;
}
.case .swiper-pagination-bullet-active {
    background: #e18b11 !important;
}
.contactus {
background:#f5f5f5;
border-top:7px solid #d7d7d7;
margin-bottom:110px;
}
.contactus li {
    position: relative;
    height: 80px;
    line-height: 24px;
    margin:50px 0 0;
	color:#616161;
}
.contactus li i {
position: absolute;
left:60px;
}
.contactus li span {
    margin-left: 180px;
    display: inline-block;
}
.contactus li strong {
    font-size: 18px;
}

.map {
    width: 100%;
    height: 540px;
}
/*底部*/
footer {
	background:url(../images/footer.jpg) no-repeat center top;
	background-size:cover;
}

.Friend_tab {
	 margin:0;
	    position: relative;
    top: 2px;
 }
.Friend_tab li {
    background: none;
    width: 105px;
    height: 42px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 42px;
    border-bottom: 0;
	font-size:14px;
	
}
.Friend_tab li.hover {
	 border: 1px solid rgba(255,255,255,0.8);
}
.Friend_tab li a {
    color: #fff;
}
.Friend_con {
    border-top: 1px solid #fff;
	line-height:50px;
    display: none;
	height:50px;
	overflow:hidden;
}
.Friend_con a {
    color: rgba(255,255,255,0.56);
    font-size: 14px;
    padding:0 24px;
}
.footer_bottom a {
	color:#fff;
	margin-left:30px;
}
.footer_bottom {
	color:#fff;
	line-height:64px;
	font-size:12px;
	border-bottom:1px solid #fff;
}
.foot_con {
	padding:85px 0;
}
.foot_nav h3 {
	font-size:16px;
	color:#fff;
	line-height:36px;
}
.foot_nav a {
	font-size:13px;
	line-height:30px;
	color:#fff;
}
.foot_ewm {
	border-left:1px solid #fff;
}
.foot_ewm .ewm {
	width:120px;
	color:#fff;
	text-align:center;
	float:right;
	font-size:12px;
	margin-left:45px;
}
.foot_ewm .ewm p {
	line-height:40px;
}
.foot_sj {
	text-align:right;
	color:#fff;
	margin-top:20px;
}
.foot_sj p {
	margin:0 auto;
}
.foot_sj h3 {
	font-size:24px;
	margin:10px auto;
}
/*选择*/
.fr_bar {
    position: fixed;
    width: 560px;
    border-radius: 80px;
    overflow: hidden;
    overflow: hidden;
    left: 5%;
    bottom: 5%;
    z-index: 999;
}
.fr_bar i {
    display: block;
    width: 65px;
    height: 65px;
	text-align:center;
	color:#fe9706;
	line-height:65px;
}
.fr_bara {
    display: inline-block;
    position: absolute;
    left: 74px;
    transition: all 0.2s;
    z-index: 99;
}
.fr_bar a {
    display: inline-block;
    margin: 0px 5px;
    width: 65px;
    height: 65px;
	background:rgba(63,63,63,0.9);
	border-radius:50%;
	overflow: hidden;
}
.fr_bar a:hover {
	background:rgba(57,57,57,0.9);
}
.fr_bar .end {
    float: left;
    position: relative;
    z-index: 999;
	background:rgba(11,91,255,0.9);
    margin: 0px !important;
	
}
.fr_bar .end :hover {
	background:rgba(11,91,255,1);
}
.fr_bar .end i {
	color:#fff;
}
.hovera {
    display: none !important;
}
.fhj {
    z-index: 999;
}
.hovera1 {
    left: -100% !important;
}
/*返回顶部*/
#tt {
    position: fixed;
    z-index: 555;
    bottom: 5%;
    right: 5%;
	 width: 65px;
    height: 65px;
	display: inline-block;
	border-radius:50%;
	background:rgba(11,91,255,0.9);
}
#tt i {
	display: block;
    width: 65px;
    height: 65px;
	text-align:center;
	color:#fff;
	line-height:65px;
}
/*about*/
.atit.a2 {
text-align:center;
}
.about_text {
text-align:center;
margin:0 155px;
line-height:30px;
font-size:14px;
}
.Sell_list.a1 {
margin-top:20px;
}
.Sell_list.a1 .swiper-button-next,.Sell_list.a1 .swiper-button-prev {
    margin-top: -45px !important;
}
.case.a1 li:nth-child(1) b:after, .case.a1 li:nth-child(2) b:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
    border-right: 8px solid #fff;
    content: '';
    top: 40px;
    right: 0px;
	left:auto;
    display: inline-block;
}
/**/
.product_sort.a1 { 
font-size:14px;
border-top:1px solid #ddd;
padding:15px 0;
margin:15px 0;
color:#999;
display:none;
}
.product_sort.a1 span {
	margin-right:15px;
}
.product_sort.a1 a {
    font-size: 14px;
	color:#999;
}
.owlhy_bg {
	background:url(../images/banner1.jpg) no-repeat center fixed;
	height:24vw;
	position:relative;
}
.owlhy_text.a1 {
	margin-top:-100px;
}
/*分页*/
.face {
    text-align: center;
    clear: both;
    padding: 60px 0;
    padding-top: 0;
    font-size: 16px;
	border-bottom:1px solid #e1e1e1;
}
.face a {
    color: #999;
    margin: 15px 5px 10px 5px;
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: #fff solid 2px;
}
.face span {
    color: #999;
    margin: 15px 5px 10px 5px;
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: #e1e1e1 solid 2px;
	border-radius: 30px;
}
.face a:hover {
    color: #999;
    border: #e1e1e1 solid 2px;
    border-radius: 30px;
}

/**/
.fott_bthei {
	height:70px;	
}
.wit_banner {
	width:100%;
	text-align:center;
	color:#fff;
	position:absolute;
	top:50%;
	margin-top:-24px;
}
.wit_banner h3 {
	font-size:44px;
	margin:0;
	font-weight:bold;
}
.cb_tip {
    height: 55px;
    line-height: 55px;
    margin-top: -55px;
    widows: 100%;
    bottom: 0;
    left: 0;
    position: relative;
    z-index: 9;
    color: #fff;
}
.cb_tip a {
    color: #fff;
}
.fw.a1 li .icon,.fw.a1 li i {
    display: inline-block;
    padding: 0 8px;
    z-index: 5;
    position: relative;
    background:#fff;
} 
.process_word {
	text-align:center;
	padding:80px 0;
	border-bottom:1px solid #CCC;
	border-top:1px solid #ccc;
}
.process_word .pic {
	margin-bottom:50px;
}
.news_is {
	padding:60px 0;
	width:80%;
	margin:0 auto;
}
.news_tab {
    text-align: center;
}
.news_tab li {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin: 0 27px;
}
.news_tab li.hover a {
    color: #0e54e7;
	font-weight:bold;
}
.nxgd {
	padding:0;
}
.news_is li {
    border: #ddd solid 1px;
	margin-bottom:30px;
}
.nxgd img {
    transition: all 0.4s;
}
.nxgd a {
    overflow: hidden;
    display: block;
}
.nxgd img:hover{transform: scale(1.1);}
.news_is .nxtx {
    padding: 0 40px;
    margin: 0;
	color:#444;
}
.nxtx h3 {
	margin-top:55px;
    height: 30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
    padding-bottom: 0;
    overflow: hidden;
}
.nxtx p {
    line-height: 32px;
    margin:0px;
	height:128px;
    font-size: 14px;
    overflow: hidden;
}
.nxtx .tme {
	display:inline-block;
	 margin:20px 0;
	margin-right:35px;	
}
.nxtx .tme i {
	margin-right:8px;
}
.sx {
    padding: 70px 0;
}
.sx p {
    line-height: 40px;
	color:#666;
}
.sx p a {
	color:#666;
}
.detai_word {
	width:80%;
	margin:42px auto;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	
}
.detai_word .title {
	text-align:center;
}
.gyf {
    color: #444;
    font-size: 14px;
	line-height:38px;
    border: #ddd solid 1px;
    padding: 40px;
    min-height: 150px;
    background: #ebebeb;
    margin: 25px 0;
}
.detai_text {
	color: #444;
    font-size: 14px;
	line-height:38px;
}
.news_list.a1 {
	border-bottom:1px solid #ddd;
}
.news_is.a1 {
	width:auto;
}
.news_is.a1 li{
	background:#f7f7f7;
	border:none;
	margin:0;
}
.news_is.a1 .nxtx {
    padding: 0 68px;
}
.news_is.a1 .nxtx h3 {
    margin-top:18%;
}
.zuipin_mobile {
	border:1px solid #ddd;
	border-radius:8px;
	overflow:hidden;
	position:relative;
}
.gallery-thumbs {
	width:60%;
}
.zuipin_mobile .swiper-button-next,.zuipin_mobile .swiper-button-prev {
	top:auto !important;
	bottom:0 !important;
	height:13% !important;
	width:35% !important;
}
.zuipin_mobile .swiper-button-next {
	right:0;
}
.zuipin_mobile .swiper-button-prev {
	left:0;
}
.rr {
    padding-left: 40px;
}
.shottit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    height: 75px;
    line-height: 75px;
    margin: 0;
}
.cpxx {
    height: 260px;
    margin-top: 30px;
    position: relative;
	overflow:hidden;
}
.cpxx p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}
.cpbar {
    line-height: 60px;
    margin-top: 80px;
}
.cpbar a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #232323;
    background: #ededed;
    border: 1px solid #959595;
}
.cpbar .hover a {
    background: #0e54e7;
    color: #fff;
    border: 1px solid #0354a8;
}
.prod_conwr {
	padding:50px 0;
    line-height: 26px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
	border-bottom:1px solid #ddd;
}
.coope_list.a1 {
border-top:1px solid #ddd;
border-left:1px solid #ddd;
}
.coope_list.a1 li {
	backgrounds:#fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.rr .more {
	padding:5px 0 12px !important;
	position:relative;
	display:block;
	margin-bottom:10px;
}
.rwm_tc {
	position:absolute;
	background:#fca428;
	bottom:49px;
	width:86%;
	left:50%;
	margin-left:-43%;
	border-radius:10px 10px 0 0;
	padding:20px 35px;
	display:none;
}
.rr .more:hover .rwm_tc {
	display:block;
}
.rwm_tc .pic {
	float:left;
}
.rwm_tc .word {
	padding:20px;
	float:left;
	font-size:14px;
	line-height:40px;
	font-style: italic
}
.rwm_tc em {
	display:block;
}
.rwm_tc a {
	color:#fff;	
	text-decoration:underline;
}
.case .case_li:after {
    content:'';
    clear: both;
    display: block;
}
.case {
	padding-bottom:100px;
}
.case .swiper-pagination {
	bottom:35px !important;
}
.prowet_sort {
	height:50px;
	width:100%;
	border-radius:5px;
	margin-bottom:15px;
}
.news_item .txt .Label {
	background:#eee;
	margin-top:10px;
	display:inline-block;
	padding:2px 10px;
}
@media (max-width: 1700px) {
.news_is,.detai_word {
    width:90%;
}
}
@media (max-width: 1300px) {
	.pull-left .search_bar {
		display:none;
	}
	.search_bar {
    margin: 27px auto;
	float:none;
    }
	.case .case_li span div p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.about_text {
margin:0;
}
.contactus li i {
    position: absolute;
    left:10%;
}
.contactus li span {
    margin-left: 80px;
}
.banner.a1 img {
	height:28vw;
	object-fit: cover;
}
.news_is,.detai_word {
    width: auto;
}
.nxtx h3 {
    margin-top:10px;
}
.nxtx .tme {
	margin:0 auto;
	margin-right:15px;
}
}
@media (max-width: 991px) {
	.owlhy_text p {
    font-size: 18px;
}
.owlhy_text h3 {
    font-size: 24px;
}
.more {
    padding: 15px 20px;
}
.more:hover{
	padding:16px 30px;
}
.owlhy_text {
    position: absolute;
    top: 60%;
    margin-top:-80px !important;
    height: 200px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.product_sort.a1 span {
	display:none;
}
.news_is.a1 .nxtx {
    padding: 0 28px;
}
.news_is.a1 .nxtx h3 {
    margin-top: 8%;
}
.case .case_li span div a {
	padding:4px 20px;
}
@media (max-width: 768px) {
	.news_is.a1 .nxtx h3 {
    margin-top: 0;
}
.news_is.a1 .nxtx {
    padding:20px;
}
.header {
    height: 56px;
}
.logo {
    padding: 13px 0;
    display: block;
    float: left;
	width:140px;
}
.fr_bar {
    width: 300px;
}
.fr_bar a {
    margin: 0 2px;
}
.fr_bar i, .fr_bar a,#tt ,#tt i{
    width: 40px;
    height: 40px;
	font-size:18px;
	line-height:40px;
}
.fr_bara {
    left: 50px;
}
.owlhy_text p {
    font-size: 14px;
}
.owlhy_text h3 {
    font-size: 20px;
	margin-bottom:20px;
}
.more {
    padding: 6px 10px;
	font-size:12px;
}
.more i {
    font-size:14px;
	position:relative;
	top:0;
}
.more:hover{
	padding:11px 15px;
}
#owl-demo .owl-page span,#owl-case .owl-page span {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: none;
    border: 2px solid #ee7700;
}
.i5 {
	display:none !important;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.container {
    margin-left: 10px;
    margin-right: 10px;
}
.atit {
    margin-bottom: 10px;
    padding: 20px 0;
}
.atit h3 {
    font-size: 24px;
}
.atit p {
    font-size: 12px;
}
.ra {
    display: none;
}
.product_sort a {
	width:50%;
	margin:0;
	float: left;
	line-height:36px;
	font-size:14px;
}
.cooperate_con {
	background-size: cover;
	padding-bottom:60px;
	margin-top:0;
}
.coope_list li {
	margin-bottom:25px;
}
.news_item .txt i {
	display:none;
}
.inpro .news_item .txt {
    padding: 10px;
}
.news_item h4 {
    font-size: 12px;
    margin: 0;
	height:13px;
	overflow:hidden;
}
.swiper-button-next, .swiper-button-prev {
	margin-top:50px !important;
    width: 20px !important;
    height: 40px !important;
	background:rgba(0,0,0,0.5);
    background-size: 15px 20px !important;
}
.process_con {
	margin-top:0;
}
.fw li div h3 {
    font-size: 24px;
}
.fw, .fw li div h3 {
    margin: 0;
}
.case .case_li:after {
    content:'';
    clear: both;
    display: block;
}
.fw {
    padding-bottom: 30px;
	}
.case .case_li span div {
    padding-bottom: 20px;
}
.foot_con {
    padding: 15px 0;
}
.foot_nav .col-sm-6{
	padding:0;
}
.foot_nav a {
	width:50%;
	float: left;
	padding:0;
}
.foot_nav h3 {
	margin:0;
	padding:0;
}
.foot_ewm {
    border-left: none;
	
}
.foot_ewm .ewm {
    width: 50%;
    color: #fff;
    float: right;
    margin-left: 0;
	margin-top:20px;
}
.foot_sj {
	text-align:center;
}
.Friend_con {
	height:auto;
	line-height:32px;
}
.footer_bottom {
    line-height: 24px;
	text-align:center;
}
.footer_bottom p {
	margin:0;
	float:none !important;
}
.contactus {
margin-bottom:30px;
}
.contactus ul {
margin:0;
}
.contactus li {
margin-top:20px;
}
.contactus li i {
    position: absolute;
    left:20px;
}
.contactus li span {
    margin-left:60px;
}
.face a {
	margin:0;
    padding: 4px 6px;
}
.Sell_list.a1 {
    margin-top: 0px;
}
.Sell_list.a1 .news_item {
	margin:0px;
}
.fott_bthei {
	display:none;
}
.Friend_con a {
	width:33.3%;
	float:left;
	padding:0;
	text-align:center;
}
.owlhy_text.a1 {
	height:auto;
	margin-top:-70px !important;
}
.owlhy_bg {
	height:40vw;
}
.banner.a1 img {
    height: 47vw;
    object-fit: cover;
}
.process_word {
	padding:20px 0;
}
.process_word .pic {
	margin-bottom:20px;
}
.cb_tip {
	font-size:12px;
	    height: 40px;
    line-height: 40px;
    margin-top: -40px;
}
.news_is .nxtx {
    padding: 0 15px;
}
.news_is,.detai_word {
    padding: 10px 0;
}
.news_tab li {
    margin: 5px 10px;
}
.wit_banner h3 {
	font-size:24px;
}
.gyf {
    padding: 20px;
}
.sx {
    padding: 10px 0;
}
.coope_list.a1 li {
    margin-bottom:0;
}
.rr {
    padding-left:0px;
}
.shottit {
	font-size:18px;
}
.cpxx {
	margin:0;
	height:auto;
	padding-bottom:20px;
}
.rr .more {
    padding: 5px 0 5px !important;
}
.cpbar {
    margin-top: 0px;
}

.case .swiper-pagination-bullet {
	width:10px;
	height:10px;
}
.news_item.col-xs-6 {
	padding:0 5px;
}
.fw li {
	padding-bottom:10px;
}
.case {
	padding-bottom:60px;
}
.case .swiper-pagination {
	bottom:20px !important;
}
.news_item .txt .Label {
	font-size:10px;
	margin-top:5px !important;
}
}


.wx_tc {
	background:#fff;
	border-radius:5px;
	padding:10px;
	position: fixed;
	bottom:12%;
	left:7%;
	display:none;
	z-index:9;
}
.wx_tc img {
	width:120px;
	height:120px;
}

