/*通用类*/
* {
	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;
}
.show_con img { max-width:100% !important; height:auto !important;}
.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 !important;
}
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;
}
/*PC导航*/
header {
	background:rgba(255,255,255,0.1);
	top:0px;
    height: 139px;
    position: absolute;
    width: 100%;
    z-index:9999;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
header>.pull-left {
	height:100%;
}
.logo {
	padding:45px 0;
	display:block;
	float:left;
}
.search_bar {
	margin:55px 0;
	width:172px;
	height:28px;
	border-radius:12px;
	border:1px solid #fff;
	float:right;
}
.search_bar .text {
    width: 125px;
    height: 26px;
    float: left;
	text-indent:15px;
    border: none;
	background:none;
    font-size: 14px;
	color:#fff;
}
.search_bar button {
	height:26px;
	width:45px;
	text-align:center;
	background:none;
	border:none;
}
.search_bar button i {
	color:#fff;
	font-size:16px;
}
.nav {
	float: right;
}
.nav_in {
	float: left;
	position: relative;
	z-index: 70;
	display: block;
	height: 139px;
	line-height: 139px;
	color:#fff;
}
.nav_in .par {
	padding:15px 30px;	
	font-size: 16px;
	color: #fff;
	margin:0 8px;
}
.nav_in:hover .par, .now_hover .par {
	background:#0463d8;
	border-radius:60px;
}
.dropmenudiv_b {
	display: none\9;
	width: 150px;
	overflow: hidden;
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 139px;
	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.5);
}
.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 .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: #fff;
}
.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(4,99,216,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 ul,.owl-theme .owl-controls {
	margin:0;
}
.banner_text {
    position: absolute;
    top: 50%;
    margin-top: -8%;
    height: 175px;
    width: 100%;
    color: #fff;
	padding:0 4%;
}
.banner_text h3 {
	font-size:62px;
	font-weight:bold;
	padding:10px 0;
}
.banner_text p {
	font-size:20px;
	font-weight:bold;
}
.banner .owl-buttons {
    z-index: 55;
    width: 135px;
    position: absolute;
    bottom: 41%;
	left:4%;
    height: 60px;
}
.owl-theme .owl-buttons div.owl-prev {
    background: #0463d8 url(../images/lt_icon.png) no-repeat center;
}
.owl-theme .owl-buttons div.owl-next {
    background: #0463d8 url(../images/rt_icon.png) no-repeat center;
}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    border-radius: 0;
    height: 50px;
    width: 50px;
}
.banner .owl-pagination {
	position:absolute;
	bottom:6.5%;
	width:100%;
	text-align:center;
}
.banner .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 60px;
    height: 2px;
    margin: 5px 7px;
    opacity: 1;
    background:rgba(255,0,0,0.5);
	position:relative;
}
.banner .owl-theme .owl-controls .owl-page span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    top: 0;
    transition: 3s ease-out;
    -webkit-transition: 3s ease-out;
    -ms-transition: 3s ease-out;
    -moz-transition: 3s ease-out;
    -o-transition: 3s ease-out;
    background: #ff0000;
}
.banner .owl-theme .owl-controls .owl-page.active span:before {
	width:100%;
}
/*标题*/
.atit {
    padding: 70px 0;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.atit.a1 {
	color:#fff;
}
.font0 {
    font-size: 34px;
}
.atit p {
	font-weight:bold;
    text-transform: uppercase;
}
.atit i {
    background: url(../images/tit_icon.png);
    width: 42px;
    height: 8px;
    display: inline-block;
}
.atit p a {
	color:#fff;
}
/*首页产品中心*/
.tit_bg {
	height:293px;
	background-size:cover !important;
}
.bars {
	padding-top:11px;
    width: 100%;
	position:relative;
	z-index:99;
}
.bars a.hover {
    background: #fff;
    color: #333;
}
.bars a {
    display: inline-block;
    width: 190px;
    line-height: 55px;
	text-align:center;
    font-size: 19px;
    background: #515151;
    color: #fff;
    margin: 0 5px;
}
.Product_outer {
    margin-left: -7px;
	padding:83px 0;
	display:none;
}
.Product_outer ul {
	 border-bottom: 1px solid #b7b7b7;
}
.index_item .imgover, .index_item .txt {
    margin: 0 7px;
}
.index_item .imgover {
    overflow: hidden;
	position:relative;
}
.index_item .imgover:before {
    content: "";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0);
	top:0;
	left:0;
	z-index:99;
    transition: all 0.4s;
}
.index_item .imgover:hover:before {
    content: "";
	background:rgba(0,0,0,0.5);
}
.index_item .imgover i {
	position:absolute;
	z-index:99;
	color:#fff;
	top:50%;
	left:50%;
	height:90px;
	line-height:90px;
	text-align:center;
	width:90px;
	margin-left:-45px;
	margin-top:-45px;
	border-radius:90px;
	border:1px solid #fff;
	opacity:0;
	transition: all 0.4s;
}
.index_item .imgover:hover i {
	opacity:1;
}
.imgover img {
    transition: all 0.4s;
}
.imgover:hover img {
    transform: scale(1.1);
}
.index_item .txt {
	font-size:20px;
	color:#000;
	padding:35px 0 25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Product_outer .owl-pagination {
	display:none;
}
.Product_outer .owl-buttons {
	width:100%;
	position: absolute;
	top:35%;
}
.Product_outer .owl-prev {
	left:0;
	position:absolute;
}
.Product_outer .owl-next {
	right:0;
	position:absolute;
}
/*首页关于我们*/
.ind_about {
	background:url(../images/about_bg.jpg) no-repeat center top;
	background-size:cover;
}
.ind_about .about_tit {
	padding:80px 0;
	color:#222222;
}

.ind_about .anav li.hover {
    background: #0454b8;
	border:1px solid #0454b8;
}
.ind_about .anav li.hover a {
	color:#fff;
}
.ind_about .anav li {
    width: 170px;
    line-height: 42px;
    height: 42px;
	font-size:16px;
    background: none;
	border:1px solid #ccc;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.ab_text {
	width:95%;
	display:none;
}
.ab_text .p_des {
	line-height:30px;
	font-size:14px;
	color:#666;
	padding:45px 0;
}
.ab_text p {
	line-height:30px;
	font-size:14px;
	color:#666;
	padding:45px 0;
}
.word_btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #fc9336;
    color: #fff;
    font-size: 16px;
	display:inline-block;
    text-align: center;
}
.word_btn i {
	margin-left:8px;
}
.word_btn:hover {
	color:#fff;
}
.about_pic {
	margin:145px auto;
	position: relative;
}
.about_pic>img {
	float:right;
	width:90%;
}
.about_pic .pic_tit {
	background:url(../images/about_tit.jpg) no-repeat center;
	width:42.5%;
	height:69.5%;
	background-size:100%;
	position:absolute;
	z-index:9;
	left:0;
	top:50%;
	margin-top:-34.2%;
	color:#fff;
	padding:0 4.5%;
}
.about_pic .pic_tit h3 {
	padding-top:115%;
}
/*首页合作*/
.case {
	padding-bottom:140px;
}
.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: 40px 40px;
    padding-bottom: 0;
    text-align: center;
}
.case .case_li span div h4 {
    color: #777;
}
.case .case_li span div h3 {
    font-size: 18px;
	color:#555;
	height:19px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case .case_li span div p {
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 40px;
	color:rgba(51,51,51,0.6);
}
.case .case_li span div>a {
    border: #999 solid 1px;
    padding: 5px 40px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.case .case_li span div>a:hover {
    background: #0d54e6;
    color: #fff;
    border: #0d54e6 solid 1px;
}
.case .case_li b {
    height: 100%;
    overflow: hidden;
    display: block;
}
.case .case_li b img {
    width: 100%;
	height:320px;
	object-fit: cover;
}
.case .case_li:after {
    content: '';
    clear: both;
    display: block;
}
.case .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: none;
    border: 2px solid #ee7700;
}
.case .swiper-pagination-bullet-active {
    background: #e18b11 !important;
}
.case .swiper-pagination {
    bottom:10% !important;
}
/*首页新闻*/
.news_con {
	padding-bottom:120px;
	padding-top:90px;
	display:none;
}
.news_con .xwt {
	padding:0;
	padding-right:50px;
}
.news_con .hm_news {
	margin-top:22px;
}
.news_con .imgover {
	position:relative;
	overflow:hidden;
}
.news_con .imgover .tme {
	position: absolute;
	top:25px;
	left:20px;
	color:#fff;
	z-index:99;
}
.news_con .imgover .tme p {
	font-size:14px;
}
.news_con .imgover .tme strong {
	font-size:30px;
	font-weight:normal;
}
.news_con .imgover .text {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 33px;
	color:#fff;
	background:rgba(70,70,71,0.9);
}
.news_con .imgover .text h3 {
	font-size:22px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
.news_con .imgover .text h3 a {
	color:#fff;
}
.news_con .imgover .text p {
	font-size:19px;
	color:rgba(255,255,255,0.7);
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
.news_con .imgover img {
	height:480px;
	object-fit: cover;
}
.xwmore {
    margin-bottom: 30px;
	font-size:18px;
}
.xwmore a {
	color:#666;
}
	

.hm_news .item>div {
    background: #fff;
    height: 110px;
    border: #fff solid 2px;
    margin-bottom:14px;
    position: relative;
    padding-top: 5px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hm_news .item>div:hover {
    border: #555 solid 2px;
	-moz-box-shadow:0px 0px 50px rgba(0,0,0,.1); -webkit-box-shadow:0px 0px 50px rgba(0,0,0,.1); box-shadow:0px 0px 50px rgba(0,0,0,.1);
}
.hm_news .date {
    float: left;
    width: 100px;
    position: absolute;
    left: 0;
    text-align: center;
    padding-top: 20px;
}
.hm_news .date dt {
    height: 34px;
    line-height: 34px;
    font-size: 36px;
    color: #222;
}
.hm_news .date dd {
    height: 20px;
    line-height: 20px;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.hm_news .inf {
    padding: 0 10px 0 28px;
    border-left: 1px solid #ddd;
    margin: 25px 0 0 0;
    margin-left: 100px;
}
.hm_news .inf dt {
    height: 21px;
    line-height: 21px;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 28px;
}
.hm_news .name {
    display: inline-block;
    max-width: 95%;
    font-size: 22px;
    overflow: hidden;
    position: relative;
    top: -10px;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
	
}
.hm_news .name a {
	color:#333;
}
.hm_news .inf dd {
    line-height: 24px;
    font-size: 19px;
    color: #999;
    padding-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}
/*map*/
.ind_map {
	background:url(../images/map.jpg) no-repeat center top;
	background-size:cover;
	height:414px;
	text-align:center;
	padding-top:140px;
}
.ind_map h3 {
	height:52px;
	line-height:52px;
	background:#fff;
	border-radius:52px;
	display:inline-block;
	padding:0 55px;
	margin-bottom:20px;
	font-size:16px;
}
/*底部*/
.footer {
    background: url(../images/footer.jpg) center;
    padding-top: 80px;
}
.footer dl {
    padding-bottom: 40px;
}
.footer dt {
    color: #fff;
}
.footer dd {
    margin: 12px 0;
    font-size: 14px;
}
.footer dt {
    margin-bottom: 40px;
}
.footer a {
    color: #999;
}
.wxs strong {
    display: block;
    margin-bottom: 40px;
    color: #fff;
    font-size: 18px;
}
.wxs p {
    font-size: 14px;
    margin-bottom: 15px;
	color: #999;
}
.fot {
    color: #999;
    padding: 15px 0;
    background: #002352;
}
.fot a {
	 color: #999;
}
.Friend_tab {
    margin: 0;
}
.Friend_tab li {
    background: none;
    width: 170px;
    height: 40px;
    border: 1px solid #457ac7;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    border-bottom: 0;
}
.Friend_tab li a {
	color:rgba(255,255,255,0.5);
}
.Friend_con {
    border-top: 1px solid #457ac7;
    padding: 25px 0; 
}
/*选择*/
.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:#fff;
	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(4,99,216,0.9);
	position:relative;
	border-radius:50%;
	overflow: hidden;
}
.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}
.fr_bar a:hover {
	background:rgba(2,93,204,0.9);
}
.fr_bar .end {
    float: left;
    position: relative;
    z-index: 999;
	background:none;
	border:1px solid #fff;
    margin: 0px !important;
	
}
.fr_bar .end:hover {
	border:1px solid rgba(2,93,204,0.9);
}
.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;
}
/*分页*/
.face {
    text-align: center;
    clear: both;
    padding-top: 80px;
    font-size: 16px;
}
.face a {
    color: #999;
    margin: 0 5px 5px 5px;
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    margin-top: 15px;
	-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: 0 5px 5px 5px;
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    margin-top: 15px;
	-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;
}
/*.face a span {
    color: #999;
}*/

/*新闻列表*/
.tit_bg.a1 {
    height:432px;
}
.tit_bg.a1 .atit {
	padding-top:209px;
}
.news_con .xwt {
	padding:24px 13px;
}
/*荣誉*/
.case.a1 {
	margin-top:85px;
	padding-bottom:0;
}
.news_con.a1 {
	 padding-bottom: 80px;
    padding-top: 20px;
}
.dynamic_tit {
	padding-bottom:20px;	
}
.dynamic_tit a {
    line-height: 76px;
	color:#333;
}
.dynamic_tit i {
	margin-right:5px;
}
.case.a1>.col-sm-6 {
	padding:0;
}
/*新闻详情*/
.detai_word {
	margin-top:110px;
	margin-bottom:10px;
    border-bottom: 1px solid #ebebeb;
}
.detai_word .title {
    text-align: center;
}
.nxtx h3 {
    margin-top: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
    overflow: hidden;
}
.nxtx .tme {
    display: inline-block;
    margin: 20px 0;
    margin-right: 35px;
}
.nxtx .tme i {
    margin-right: 8px;
}
.detai_text {
    color: #444;
    font-size: 14px;
    line-height: 38px;
}
.sx {
    padding:40px 0;
}
.sx p {
    line-height:30px;
	margin:0;
    color: #666;
}
.sx p a {
    color: #666;
}
/*关于我们*/
.about_word {
	font-size:19px;
	padding:70px 0 40px 0;
	border-bottom:1px solid #ebebeb;
	color:#2f2f2f;
	line-height:30px;
}
.about_word img {
	margin-bottom:10px;
}
.Product_outer.a1 .index_item {
	padding:0;
}
/*联系我们*/
.contactus {
    border-top: 7px solid #d7d7d7;
	padding-bottom:80px;
	border-bottom:1px solid #ccc;
	margin-top:90px;
}
.contactus ul {
	background: #f5f5f5;
}
.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;
	color:#2f2f2f;
}
.map {
    width: 100%;
    height: 650px;
}
.map img {
	max-width:none;
}
/**/

.pord_deta {
	margin:40px 0;
}
.deta_tetxa {
	border-bottom:1px solid #ccc;
}

.pord_deta .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}

.pord_deta .swiper-slide a {
	background: #fff;
	padding:0px;
	display: block;
}



.pord_deta .swiper-slide img {
	width: 100%;
	display: block;
}


.pord_deta .swiper-button-prev {
	width:25%;
	height:100%;
	top:0;
	left:0;
	margin-top:0;
	background:rgba(0,0,0,0.8) no-repeat center;
	background-size:10%;
}

.pord_deta .swiper-button-next {
	width:25%;
	height:100%;
	top:0;
	right:0;
	margin-top:0;
	background:rgba(0,0,0,0.8) no-repeat center;
	background-size:10%;
}
.deta_tit {
	font-size:22px;
	line-height:110px;
	text-align:center;
}
.deta_word {
	width:1000px;
	margin:0 auto;
	padding-top:40px;
	font-size:19px;
	color:#515151;
	line-height:29px;
}

.fot_site {
	color:rgba(255,255,255,0.5);
	margin-top:35px;
}
.fot_site a {
	color:rgba(255,255,255,0.5);
	margin:0 5px;
}
@media (max-width: 1600px) {
	.banner .owl-buttons {
		bottom:25%;
	}
	.bars a {
    width: 14.2%;
    color: #fff;
	float:left;
	margin:0;
    }
}
@media (max-width: 1300px) {
	.nav_in .par {
    padding: 10px 20px;
    margin: 0 4px;
	}
	.bars a {
		font-size:14px;
	}
	.ind_about .anav li {
		width:31.3%;
		margin-right:1%;
	}
	/*首页新闻*/
	.news_con .xwt {
		padding-right:0;
	}
	.hm_news .name {
		font-size:18px;
	}
	.hm_news .inf dd {
		font-size:14px;
	}
	/**/
	.contactus li i {
    position: absolute;
    left: 10%;
	}
	.contactus li span {
    margin-left: 80px;
}
.deta_word {
	width:80%;
}
}
@media (max-width: 990px) {
	header .pull-right {
		display:none;
	}
	.search_bar {
		float:none;
		margin:30px auto;
	}
	.banner .owl-buttons {
		display:none;
	}
}
@media (max-width: 768px) {
	.container {
    padding-left: 10px;
    padding-right: 10px;
	}
	header {
    height: 56px;
	}
	.logo {
    padding: 13px 0;
    display: block;
    float: left;
    width: 140px;
	}
	.banner_text h3 {
    font-size: 20px;
	padding:0;
	}
	.banner_text p {
    font-size: 12px;
	}
	.banner .owl-theme .owl-controls .owl-page span {
    width: 30px;
	}
	/*选择和返回顶部*/
	.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;
    }
	/*标题*/
	.font0 {
    font-size: 24px;
    }
	.atit {
    padding-top: 10px;
	margin-bottom:10px;
	}
	.tit_bg {
    height:192px;
	}
	.bars a {
    width: 33.3%;
	font-size:12px;
    }
	.bars.a1 a {
		float: none;
    }
	/*首页产品*/
	.index_item .txt {
    font-size: 16px;
    padding:15px;
	}
	.Product_outer {
		padding-top:30px;
		padding-bottom:30px;
	}
	/*首页关于我们*/
	.ind_about .about_tit {
    padding:20px 0;
	}
	.ab_text .p_des {
    padding: 10px 0;
	}
	.ab_text p {
    padding: 10px 0;
	}
	.about_pic {
    margin: 30px auto;
    position: relative;
    }
	.about_pic .pic_tit h3 {
	padding-top:90%;
	}
	/*首页合作*/
	.case .case_li span div {
    padding-bottom: 20px;
	}
	.case .case_li span div p {
    margin-top: 20px;
    margin-bottom: 20px;
	}
	.case .case_li b img {
		height:auto;
	}
	.case .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	}
	.case {
    padding-bottom: 50px;
	}
	.case .swiper-pagination {
    bottom: 3% !important;
	}
	/*首页新闻*/
	.news_con {
    padding-bottom: 50px;
    padding-top: 30px;
	}
	.news_con .item {
		padding:0;
	}
	.news_con .imgover img {
    height: auto;
	}
	.hm_news .item>div {
		margin-bottom:0;
	}
	.hm_news .inf {
	    margin: 18px 0 0 0;
	    margin-left: 100px;
	}
	.hm_news .item>div {
		height:95px;
	}
	.news_con .imgover .text {
	padding:0px 15px;
	
	}
	.hm_news .name,.news_con .imgover .text h3 ,.news_con .imgover .tme strong{
		font-size:16px;
	}
	.hm_news .inf dd,.news_con .imgover .text p {
		font-size:12px;
	}
	/*footer*/
	.footer {
		padding-top:20px;
        padding-left: 15px;
        padding-right: 15px;
	}
	.wxs strong {
    margin-bottom: 20px;
   }
   /*分页*/
   .face a {
	margin:0;
    padding: 4px 6px;
	}
	.face {
		padding-top:30px;
	}
	/*新闻列表*/
	.news_con .xwt {
    padding:6px;
	}
	.tit_bg.a1 {
    height: 315px;
	}
	.tit_bg.a1 .atit {
    padding-top: 133px;
	}
	/*荣誉*/
	.news_con.a1 {
	 padding-bottom:30px;
    padding-top:10px;
	}
	.bars.a2 a {
		float:left;
	}
	/*新闻详情*/
	.nxtx .tme {
    margin:0;
	margin-right:30px;
	}
	.sx {
    padding: 20px 0;
	}
	.dynamic_tit {
		padding-bottom:0;
	}
	
	.Product_outer.a1 {
		margin-top:100px;
	}
	/**/
	.contactus {
		padding-bottom:40px;	
	}
	.contactus li {
    margin-top: 20px;
	}
	.contactus li i {
    position: absolute;
    left: 20px;
	}
	.contactus li span {
    margin-left: 60px;
	}
	
	.pord_deta .swiper-button-prev ,.pord_deta .swiper-button-next {
		width:10%;
		background-size:70%;
	}
	.pord_deta {
		margin-top:120px;
		margin-bottom:0;
	}
	.deta_tit {
    line-height: 80px;
	}
	.deta_word {
	width:100%;
	line-height:24px;
	font-size:16px;
	}
	.fot div {
		float:none !important;
		text-align:center;
	}
}
.casea_con {
	opacity:0;
	height:0;
}
.casea_con.show {
	opacity:1;
	height:auto;
}
.atitin_tab h3 .ra.hover {
	color:#0454b8;
}
.atitin_tab h3 span {
	position:relative; left:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
