/*通用类*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@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;
}
.show_con img {max-width:100% !important; height:auto !important;}
.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;
}
/*PC导航*/
.header_t {
	position: absolute;
	background: #0354a8;
	width: 100%;
	color: rgba(255,255,255,0.6);
	left: 0;
	top: 0;
	z-index: 555;
	line-height: 45px;
}
.header_t a {
	color: rgba(255,255,255,0.6);
}
.header {
	background: #fff;
	top: 45px;
	height: 105px;
	position: absolute;
	width: 100%;
	z-index: 555;
}
.logo {
	margin-top: 20px;
	float: left;
	padding-right: 50px;
}
.nav {
	float: right;
}
.nav_in {
	float: left;
	position: relative;
	z-index: 70;
}
.nav_in .par {
	display: block;
	height: 105px;
	line-height: 105px;
	margin: 0 25px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.nav_in:hover .par, .now_hover .par {
	border-bottom: 4px solid #0354a8;
	text-decoration: none;
}
.dropmenudiv_b {
	display: none\9;
	width: 104px;
	overflow: hidden;
	background: rgba(3,84,168,0.5);
	position: absolute;
	top: 105px;
	left: 15px;
	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);
}
.nav_Online {
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	float: right;
	font-size: 14px;
	color: #fff;
	background: #fd8900;
	text-align: center;
	margin: 32px;
}
.nav_Online:hover {
	background: #e67d02;
	color: #fff;
}
.nav_Online:before {
	content: " ";
	width: 20px;
	height: 22px;
	background: url(../images/icon1.png);
	background-size: 100%;
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 6px;
}
.nav_tel {
	font-size: 20px;
	font-weight: bold;
	color: #111;
	line-height: 105px;
	float: right;
}
.nav_tel:before {
	content: "";
	width: 21px;
	height: 105px;
	background: url(../images/icon2.png) no-repeat left center;
	float: left;
	position: relative;
	margin-right: 15px;
}
/*手机导航*/
.hid {
	margin: 0px 0px 0 0;
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 50%;
	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: #818181;
}
.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;
}
/*首页*/


/*轮播图*/
#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-item, #owl-demo .item, #owl-demo .owl-wrapper {
	height: 100%;
}
#owl-demo {
	height: 795px;
	margin-top: 150px;
	margin-bottom: 0;
}
#owl-demo .item {
	color: #fff;
	height: 100%;
	background-position: center center;
}
#owl-demo .item .container .word {
	display: table-cell;
	vertical-align: middle;
	height: 795px;
}
#owl-demo .item h4 {
	font-size: 33px;
	font-weight: bold;
}
#owl-demo .item h4 span {
	font-size: 24px;
	margin-left: 0px;
}
#owl-demo .item h3 {
	font-size: 43px;
	font-weight: bold;
	line-height: 70px;
}
#owl-demo .item p {
	font-size: 20px;
	
}
#owl-demo .owl-buttons {
	z-index: 55;
	width: 135px;
	position: absolute;
	bottom: 20%;
	left: 5.5%;
	height: 65px;
}
.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	border-radius: 0;
	height: 55px;
	width: 55px;
}
#owl-demo .owl-controls .owl-buttons div.owl-prev {
	background: #fff url(../images/icon3.png) no-repeat center;
}
#owl-demo .owl-controls .owl-buttons div.owl-next {
	background: #fff url(../images/icon4.png) no-repeat center;
}
.owl-theme .owl-controls {
	margin: 0;
}
.banner_btn {
	margin: 45px 0;
}
.search_bar {
	width: 380px;
	height: 53px;
	background: #fff;
	line-height: 53px;
	border-radius: 53px;
	overflow: hidden;
	float: left;
	box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.2);
}
.search_bar .text {
	width: 260px;
	height: 53px;
	float: left;
	padding-left: 30px;
	background: none;
	color: #000;
	border: 0;
	font-size: 14px;
}
.search_bar .sub {
	width: 110px;
	height: 53px;
	font-size: 16px;
	display: block;
	border: none;
	background: #fd8900;
	float: right;
	color: #fff;
}
.banner_btn .btn {
	width: 130px;
	height: 53px;
	border-radius: 53px;
	font-size: 16px;
	box-shadow: 0px 0px 25px 6px rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	background: #fd8900;
	color: #fff;
}
.banner_btn .btn.a1 {
	background: #ffa800;
}
#owl-demo .owl-pagination {
	display: none;
}
/*标题*/
.btit {
	position: relative;
	border-bottom: #ddd solid 1px;
	padding: 120px 0 50px 0;
	margin-bottom: 80px;
	font-size: 16px;
	text-align: center;
}
.btit b {
	font-family: "OpenSansBoldwebfont";
	text-transform: uppercase;
	display: block;
	font-size: 32px;
}
.btit p {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background: #0354a8;
	border: #ddd solid 1px;
	padding: 5px 10px;
	width: 200px;
	bottom: -31px;
}
/*首页开始*/
.Products_bg {
	background: #fbfbfb url(../images/Products.jpg) no-repeat top center;
	padding-bottom: 105px;
}
.Product_line {
	margin-bottom: 50px;
}
.Product_line .tit {
	background: #686868;
	width: 135px;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 45px;
}
.Product_line .con {
	display: inline-block;
 
	font-size: 14px;
}
.Product_line .con a {
	line-height: 28px;
	margin-right: 30px;
	float: left;
}
.Product_outer {
	margin-left: -7px;
}
.index_item .imgover, .index_item .txt {
	margin: 0 7px;
}
.index_item .imgover {
	border: 1px solid #b7b7b7;
	overflow: hidden;
}
.imgover img:hover {
	transform: scale(1.1);
}
.imgover img {
	transition: all 0.4s;
	max-height: 263px;
}
.index_item .txt {
	padding: 22px;
	border-bottom: 1px solid #b7b7b7;
}
.index_item .txt h4 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_item .txt p {
	font-size: 14px;
	line-height: 30px;
	color: #767676;
	overflow: hidden;
	height: 60px;
}
.index_item .txt .time {
	color: #767676;
	font-size: 12px;
}
#Product .owl-pagination {
	display: none;
}
#Product .owl-buttons {
	right: 0;
	top: -29%;
	position: absolute;
}
#Product .owl-controls .owl-buttons div.owl-prev {
	background: #fd8900 url(../images/icon5.png) no-repeat center;
}
#Product .owl-controls .owl-buttons div.owl-next {
	background: #fd8900 url(../images/icon6.png) no-repeat center;
}
.about_us {
	position: relative;
}
.about_us .ab_bg {
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_word, .about_pic {
	height: 894px;
}
.about_word .word, .ab_pic {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 10
}
.about_word .word {
	padding-top: 110px;
}
.ab_pic {
	padding-top: 190px;
}
.about_word .word .tit {
	font-weight: bold;
}
.about_word .word .tit h3 {
	font-family: "OpenSansBoldwebfont";
	font-size: 32px;
	color: #2e2e2e;
	text-transform: Uppercase;
}
.about_word .word .tit P {
	font-size: 22px;
}
.about_us .anav {
	margin: 25px 0;
}
.about_us .anav li {
	width: 134px;
	line-height: 47px;
	height: 47px;
	background: #686868;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.about_us .anav li a {
	color: #fff;
}
.about_us .anav li.hover {
	background: #0354a8;
}
.ab_text {
	line-height: 40px;
	color: #000;
	font-size: 14px;
	padding-top: 20px;
	display: none;
}
.ab_text>p {
	height: 320px;
	overflow: hidden;
}
.word_btn {
	width: 132px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #fd8900;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 70px;
}
.word_btn:hover {
	color: #fff;
}
.about_pic {
	background: url(../images/home_02.jpg) no-repeat center;
}
.about_item {
	position: relative;
}
.about_item .imgover {
	overflow: hidden;
}
.about_item .imgover img {
	max-height: none !important;
}
.about_item .txt {
	height: 85px;
	line-height: 85px;
	padding: 0 30px;
	background: rgba(0,0,0,0.3);
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.about_item .txt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about_owl .owl-buttons {
	display: none;
}
.about_owl .owl-pagination {
	right: 2.5%;
	bottom: 2.5%;
	position: absolute;
}
.about_owl .owl-controls .owl-page span {
	background: #038fdd;
	opacity: 1;
	width: 17px;
	height: 17px;
}
.about_owl .owl-controls .owl-page.active span {
	background: #ffbd3e;
}
.cooperation {
	padding-bottom: 100px;
}
.Center_list {
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	margin-top: 20px;
}
.Center_list li {
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	overflow: hidden;
}
.news {
	background: #eef2f6 url(../images/nevs_bg.jpg) no-repeat bottom center;
}
.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: #0354a8;
}
.news_outer {
	margin-top: 60px;
	display: none;
	margin-left: -7px;
}
.news_outer .owl-buttons {
	display: none;
}
.news_outer .owl-pagination {
	margin: 35px 0 20px;
}
.news_outer .owl-controls .owl-page span {
	background: #b2b2b2;
	opacity: 1;
	width: 17px;
	height: 17px;
}
.news_outer .owl-controls .owl-page.active span {
	background: #ffbd3e;
}
footer {
	background: url(../images/footer_bg.jpg) no-repeat center top;
}
.footer_nav {
	padding: 100px 0;
	border-bottom: 1px solid #fff;
}
.footer_nav a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 65px;
}
.footer_eow {
	padding: 70px 0;
}
.ft_nav {
	padding-left: 6%;
	min-height: 255px;
}
.ft_nav li {
	font-size: 14px;
	line-height: 51px;
}
.ft_nav a {
	color: rgba(255,255,255,0.8)
}
.ft_nav a:hover {
	color: #fff;
}
.Friend_tab {
	margin: 0;
}
.Friend_tab li {
	background: none;
	width: 132px;
	height: 51px;
	border: 1px solid rgba(255,255,255,0.8);
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	line-height: 51px;
	border-bottom: 0;
}
.Friend_tab li.hover {
	background: rgba(255,255,255,0.8);
}
.Friend_tab li a {
	color: #fff;
}
.Friend_tab li.hover a {
	color: #272727
}
.Friend_con {
	border-top: 1px solid #fff;
	padding: 40px 0;
	display: none;
}
.Friend_con a {
	color: rgba(255,255,255,0.56);
	font-size: 18px;
	line-height: 40px;
	padding-right: 17px;
}
.Friend_con a:hover {
	color: #fff;
}
.footer_bottom {
	background: #060606;
	height: 75px;
	line-height: 75px;
}
.footer_bottom p {
	font-size: 16px;
	color: rgba(255,255,255,0.56);
}
.footer_bottom p a {
	color: rgba(255,255,255,0.56);
}
.footer_bottom p a:hover {
	color: #fff;
}
/*关于我们*/
.about_pic.a1 {
	background: none;
}
.news.a1 {
	background: #f5f5f5
}
.about_word.a1, .about_pic.a1 {
	height: 700px;
}

.about_pic.a1 .ab_pic {
	padding-top: 110px;
}
.ab_text.a1 {
	padding: 60px 0;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}
.banner_within, .banner_within .word {
	height: 420px !important;
	position: relative;
}
.cb_tip {
	height: 67px;
	line-height: 67px;
	margin-top: -67px;
	widows: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	position: relative;
	z-index: 9;
	color: #fff;
}
.cb_tip a {
	color: #fff;
}
/**/
.index_item.col-sm-3 {
	padding: 0;
	margin-top: 60px;
}
.exhib_lb {
	margin-top: 60px
}
.news_outer.a1 .owl-pagination {
	padding: 55px 0 40px;
}
/*分页*/
.face {
	text-align: center;
	clear: both;
	padding: 100px 0
}
.face a.active, .face a:hover {
	color: #111;
	border: #0454a9 solid 1px;
	border-radius: 30px
}
.face a {
	color: #111;
	margin: 0 5px 5px 5px;
	padding: 2px 6px;
	text-align: center;
	border: #f5f5f5 solid 1px
}
.face span {
	color: #111;
	margin: 0 5px 5px 5px;
	padding: 2px 6px;
	border: #0454a9 solid 1px;
	border-radius: 30px;
	text-align: center;
}
/*产品中心*/
.Products_bg.a1 {
	background: #fff;
	padding-bottom: 0;
}
.Product_line.a1 {
	margin-bottom: 0;
}
/**/
.news_detail {
	margin-top: 60px
}
.detail_tit h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 40px 0;
	border-bottom: 1px solid #b2b2b2
}
.detail_tit p {
	font-size: 12px;
	color: #767676;
	padding: 15px 0;
}
.detail_con {
	line-height: 40px;
	color: #000;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 100px;
	border-bottom: 1px solid #b2b2b2;
}
/*上下页*/
.sx {
	padding: 70px 0;
}
.sx p {
	line-height: 40px;
}
.sx span {
	display: inline-block;
	padding: 0 15px;
	margin-right: 15px;
	border: #ccc solid 1px;
	border-radius: 10px;
}

/**/
.pinch-zoom {
	border:1px solid #b2b2b2
}
.gallery-thumbs  {
	top:5px;
}
.gallery-thumbs .swiper-slide {
	border:1px solid #b2b2b2
}
.xwinfo {
	padding:70px 0 120px;
}
.rr {
    padding-left: 40px;
}
.shottit {
	    font-size:20px;
		font-weight:bold;
    color: #000;
	height:75px;
	line-height:75px;
	border-bottom:1px solid #b2b2b2;
	margin:0;
}
.cpxx {
    height: 410px;
    margin-top: 50px;
	position:relative;
		border-bottom:1px solid #b2b2b2;
}
.cpxx p {
	margin:0;
	line-height:40px;
	font-size:15px;
}
.cpxx .cpsx {
	margin:0;
	line-height:40px;
	font-size:15px;
}
.anniu {
    background: #ffa800;
    font-size: 16px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
	position:absolute;
	bottom:35px;
	left:0;
}
.anniu:hover {
	color:#fff;
}
.cpbar {
    line-height: 60px;
    margin-top: 30px;
}
.cpbar .hover a {
    background: #0354a8;
	color:#fff;
	border:1px solid #0354a8;
}
.cpbar li {
	padding:0 2px;
}
.cpbar a {
	display:inline-block;
	width:100%;
    font-size: 16px;
    font-weight: bold;
    color: #232323;
	background:#ededed;
	border:1px solid #959595;
}
.prod_conwr {
    margin: 60px auto;
	line-height:26px;
	font-size:14px;
	color:rgba(0,0,0,0.6);
	display:none;
}
.cpbar li .pr_icon {
	background-size:100% auto;
	background-position:bottom ;
	display:inline-block;
	position:relative;
	top:7px;
	margin:0 8px;
}
.cpbar li.hover .pr_icon {
	background-size:100% auto;
	background-position:top ;
	display:inline-block;
}
.pr_i1 {
	background:url(../images/xiangqing.png) no-repeat;
	width:27px;
	height:26px;
}
.pr_i2 {
	background:url(../images/xia_icon1.png) no-repeat;
	width:28px;
	height:28px;
}
.pr_i3 {
	background:url(../images/shipin-3.png) no-repeat;
	width:39px;
	height:25px;
}

 @media (max-width:1500px) {
.nav_in .par {
	margin: 0 15px;
}
.dropmenudiv_b {
	left: -5px;
}
.about_us .anav li {
	width: 22%;
}
}
@media (max-width:1300px) {
.nav_tel {
	display: none;
}
.logo {
	padding-right: 0;
}
.nav_Online {
	margin: 30px 10px;
}
.Product_line .tit {
	float: none;
	text-align: center;
	margin: 0 auto;
}
.Product_line .con {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
}
.about_word .word, .ab_pic {
	width: 90%;
}
.footer_nav a {
	margin-right: 25px;
}
}
@media (max-width: 991px) {
.toggle-menu-on {
	position: fixed;
	right: 10px;
	top: 60px;
}
.header_t {
	display: none;
}
.header {
	top: 0;
}
.header .pull-right, .header .pull-left .nav {
	display: none;
}
.header {
	height: 80px;
}
#owl-demo {
	margin-top: 80px;
}
.logo {
	margin-top: 20px;
}
.ft_nav {
	padding-left: 3.5%;
}
.Friend_con {
	padding: 10px 0;
}
}
@media (max-width: 768px) {
.btit {
	padding: 60px 0 25px 0;
	margin-bottom: 50px;
}
.btit b, .about_word .word .tit h3 {
	font-size: 24px;
}
#owl-demo, #owl-demo .item .container .word {
	height: 250px !important;
}
.btit p, .about_word .word .tit P {
	font-size: 18px;
}
#owl-demo .item h4 span {
	font-size: 12px;
}
#owl-demo .item h4 {
	font-size:14px;
}
.search_bar .text,.search_bar,.search_bar .sub {
	height:40px;
	line-height:40px;
}
#owl-demo .item h3 {
	font-size: 18px;
	line-height: 24px;
}
.banner_btn {
	margin: 20px 0 0;
}
.search_bar {
	width: 80%;
	float:none;
}
.search_bar .text {
	width: 70%;
}
.search_bar .sub {
	width: 30%
}
.banner_btn .btn {
	margin: 20px 10px 20px 0;
}
#owl-demo .item p {
	font-size: 12px;
	margin-top:20px;
	display:block;
}
#owl-demo .owl-buttons {
	bottom: 2%;
	display:none;
}
#owl-demo .owl-pagination {
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
}
#owl-demo .owl-controls .owl-page.active span {
    background: #ffbd3e;
}
.Product_line .con a {
	width: 33.3%;
	text-align: center;
}
#Product .owl-buttons {
	right: 0;
	top: -20%;
	position: absolute;
	display:none;
}
#Product .owl-pagination {
    display:block;
}
#Product .owl-controls .owl-page.active span {
    background: #ffbd3e;
}
.Products_bg, .cooperation {
	padding-bottom: 30px;
}
.about_word, .about_pic {
	height: auto !important;
	float: none !important;
}
.about_word .word, .ab_pic {
	width: auto !important;
	margin: 0 auto !important;
	padding: 30px 0 !important;
}
.word_btn {
	margin-top: 30px;
}
footer {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	background-size:cover;
}
.ft_nav {
	padding-top: 20px;
	padding-left:10%;
	vertical-align:top;
	display:inline-block;
	min-height: inherit;
	width:49% !important;
	float:none;
}


.ft_nav li {
	line-height: 35px;
}
.footer_eow, .footer_nav, .Friend_con, .ab_text.a1 {
	padding: 20px 0;
}
.footer_nav .pull-left a {
	width: 33.3%;
	text-align: center;
	float: left;
	margin: 5px auto;
}
.footer_nav .pull-right, .footer_nav .pull-left {
	float: none!important;
	text-align: center;
	padding: 10px 0;
}
.Friend_con a {
	width: 33.3%;
	float: left;
	text-align: center;
}
.footer_bottom {
	padding: 5px 0;
	height: auto;
	line-height: 25px;
}
.news_tab li {
	margin: 5px 20px;
}

.news_outer.a1 {
	margin-top: 0;
}
.exhib_lb, .index_item.col-sm-3, .news_detail {
	margin-top: 20px;
}
.face {
	padding: 30px 0
}
.xwinfo {
	padding:0;
}
.rr {
	padding-left:15px;
}
.line50 {
	height:0;
}
.Product_line .tit {
	display:none;
}
.Product_line .con {
	padding:0px;
}
.footer_nav .pull-left {
	display:none;
}
.banner_btn .btn {
	display:none;
}
.owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
}
.about_item .txt {
    height: 50px;
    line-height: 50px;
}
.about_owl .owl-pagination {
	width:100%;
	bottom:-50px;
	right: auto;
}

.footer_bottom p {
	font-size:12px;
	text-align:center;
	margin-bottom:0;
	float:none !important;
}
.cb_tip {
	height:45px;
	line-height:45px;
	margin-top:-45px;
}
.Friend_con {
	padding:10px;
}
.Friend_con a {
	font-size:14px;
	line-height:30px;
}
}
.show {
	display: block
}
