﻿@charset "utf-8";
html{font: 14px 'Microsoft Yahei';}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	min-width: 1200px;
	margin:0 auto;
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
.swiper-pagination-bullet-active{
  background: #248f47;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.banner{
	width:100%;
}
.swiper-container1 img{
	width:100%;
}
.swiper-slide{
	width:100%;
}
/*top*/
.top{
	width:1200px;
	height:130px;
	margin:0 auto;
	position: relative;
}
.top-left{
	position: absolute;
	top:50%;
	left:0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-right{
	position: absolute;
	right:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.right-tel,.right-text{
	float: left;
}
.right-tel img{
	margin-right:15px;
}
.right-text p:first-child{
	font: 16px 'Microsoft YaHei';
	color:#333;
}
.right-text p:nth-child(2){
	font: 26px 'Microsoft YaHei';
	color:#333;
}
.right-text p:nth-child(3){
	font: 26px 'Microsoft YaHei';
	color:#333;
}
.img-wrap{
	float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.wei-img-wrap{
	margin-right: 0;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.right-text{
	float: left;
}
.top .list{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:0;
	z-index: 99;
}
.top .list ul li{
	float: left;
	position: relative;
}
.top .list ul li a{
	display: block;
	font-size: 14px;
	color:#8c8c8c;
}
.top .list ul li a img{
	margin:0 auto;
	width: 115px;
}
.top .list ul li:first-child{
	margin-right: 15px;
}
/*nav*/
.nav{
	width:100%;
	height:50px;
	background: #0068b7;
}
.nav>.wrapper>ul>li{
	float: left;
	width:170px;
	height:50px;
	line-height: 50px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	position: relative;
}
.nav>.wrapper>ul>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	text-align: center;
	position: relative;
}
.nav ul li a:after{
	display: block;
	content:"";
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:1px;
	height: 12px;
	background: #e5e5e5;
}
.nav ul li:last-child a:after{
	display: none;
}
.nav>.wrapper>ul>li:hover a{
	background:#005494; 
}
#thyNavStyle{
	background:#005494; 
}
.nav>.wrapper>ul>li>.erji{
	position: absolute;
	top:60px;
	left:0;
	z-index: 10000;
	display: none;
	
}
.nav>.wrapper>ul>li:hover .erji{
	display: block;
}
.nav>.wrapper>ul>li>.erji>li{
	background: #303333;
	position: relative;
	width:133px;
	height:60px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;

}
.nav>.wrapper>ul>li>.erji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}

.nav>.wrapper>ul>li>.erji>li>.sanji{
	position: absolute;
	left:133px;
	top:0;
	display: none;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li{
	background: #303333;
	position: relative;
	width:150px;
	height:68px;
	line-height: 68px;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li>.sanji>li>a{
	display: block;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	text-align: center;
}
.nav>.wrapper>ul>li>.erji>li:hover{
	background-color:#c8000b; 
}
.nav>.wrapper>ul>li>.erji>li:hover .sanji{
	display: block!important;
}

.guanjianci{
	height: 111px;
	background:url(../images/search-bg.jpg) no-repeat center;
}
.guanjianci .sousuo{
	float:right;
	margin-top: 24px;

}
.search {
    width:465px;
    height: 40px;
    text-indent: 8px;
    outline: none;
    background: #fff;
    color:#cacaca;
    font-size:14px;
    float: left;
}
.sousuotijiao {
    width: 65px;
    height: 40px;
    background:#fff url("../images/f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: left;
    margin-right:2px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#cacaca;
    font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color:#cacaca;
    font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#cacaca;
    font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#cacaca;
    font-size:14px;
}
.guanjianci ul{
	margin-top:10px;
}
.guanjianci ul li{
	float:left;
	font-size:14px;
	color:#fff;
	padding-right:15px;
}
.guanjianci ul li a{
	display:block;
	font-size:14px;
	color:#fff;
}
.titlebox p{
	text-align: center;
	font-size: 30px;
	color:#333;
	font-weight:700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 45px;
}
.titlebox.cp p{
	background: url("../images/Product-Center.png") no-repeat center top;
}
.titlebox p span{
	color:#0068b7;
}
.titlebox img{
	width:100%;
	margin:0 auto;
}

/*product*/
.pro{
	padding:60px 0;
}
.fenlei{
	margin:40px auto;
}
.fenlei .fenleibox{
	float: left;
	position: relative;
	margin-right: 72px;
}
.fenlei .fenleibox:last-child{
	margin-right: 0;
}
.fenlei .fenleibox a{
	display: block;
	width:109px;
	height: 105px;
	text-align: center;
	font-size: 16px;
	color:#0068b7;
	font-weight: 700;
	background: url(../images/protitle.png) no-repeat center;
}
.fenlei .fenleibox a p:nth-child(1){
	padding-top:22px;
}
.fenlei .fenleibox a:hover{
	background: url(../images/protitle1.png) no-repeat center;
	color:#fff;
}
.swiper-container-pro .swiper-slide .pic{
	width:100%;
	height: 215px;
	position: relative;
	border:1px solid #dcdcdc;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    overflow: hidden;
}
.swiper-container-pro .swiper-slide:hover .pic{
	border:1px solid #0068b7;
}
.swiper-container-pro .swiper-slide .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.swiper-container-pro .swiper-slide a{
	display: block;
	width:100%;
	height: 100%;
}
.swiper-container-pro .swiper-slide:hover .pic img{
	transform:scale(1.03) translate(-50%,-50%);
	-webkit-transform:scale(1.03) translate(-50%,-50%);
}
.swiper-container-pro .swiper-slide p{
	line-height: 40px;
	border:1px solid #dcdcdc;
	border-top: none;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
    font-size: 14px;
    color:#999;
    background: url("../images/t-bg.jpg") no-repeat center right;
    text-align: left;
}
.swiper-container-pro .swiper-slide p span{
	width:338px;
	text-align: center; 
	display: inline-block;
}
.swiper-container-pro .swiper-slide:hover p{
	border:1px solid #0068b7;
	border-top: none;
	color:#0068b7;
	background: url("../images/t-bg1.jpg") no-repeat center right;
}
.swiper-button-next-pro,.swiper-button-prev-pro{
	width:19px;
	height: 43px;
}
.swiper-button-next-pro{
	background: url("../images/pro-right.png");
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.swiper-button-next-pro:hover{
	background: url("../images/pro-right1.png");
}
.swiper-button-prev-pro{
	background: url("../images/pro-left.png");
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.swiper-button-prev-pro:hover{
	background: url("../images/pro-left1.png");
}
/*about*/
.titlebox.ab p{
	background: url("../images/About-us.png") no-repeat center top;
}
.about{
	padding:30px 0;
	height: 690px;
	background: url("../images/aboutbg.jpg") no-repeat center;
}
.about .wrapper{
	height: 100%;
}
.about .abox{
	width:100%;
	height: auto;
overflow:hidden;
	background: url("../images/a-bg.png") repeat;
	padding:20px;
}
.about .a-inner{
	width:100%;
	height:auto;
overflow:hidden;
	background:#fff;
	border:4px solid #eee;
	padding:40px 20px;
}
.about .a-left{
	float:left;
	width:510px;
	height: 240px;
    margin-top: 39px;
}
.about .a-left img{
	margin: 0 auto;
}
.about .a-right{
	width:570px;
	float:right;
	margin-top: 70px;
}
.about .a-right .con_content{
	font-size:14px;
	color:#666;
	line-height:24px;
	text-align:justify;
}
.about-a{
	display:block;
	line-height:35px;
	width:227px;
	background:#0068b7;
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-align:center;
	margin-top:20px;
}
.about-a:hover{
	background:none;
	color:#0068b7;
	box-shadow:0px 0px 5px #0068b7;
	border:1px solid #0068b7;
}
.a-content{
	padding-left:80px;
	float:left;
	height:65px;
	margin-left:50px;
	margin-top: 46px;
}
.a-content p:nth-child(1){
	font-size:20px;
	color:#0068b7;
	margin-top: 5px;
}
.a-content p:nth-child(2){
	font-size:14px;
	color:#999;
	margin-top: 10px;
}
.a-content:nth-child(1){
	background: url("../images/a1.png") no-repeat center left;
} 
.a-content:nth-child(2){ 
	background: url("../images/a2.png") no-repeat center left;
} 
.a-content:nth-child(3){ 
	background: url("../images/a3.png") no-repeat center left;
} 
.a-content:nth-child(4){ 
	background: url("../images/a4.png") no-repeat center left;
}
.swiper-container-about a{
	display: block;
	width:100%;
	height: 100%;
}
.swiper-container-about a .pic{
	width:100%;
	height: 100%;
	position: relative;
}
.swiper-container-about a .pic img{
	position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
/*广告*/
.guang{
	height: 150px;
	background:url(../images/guang-bg.jpg) no-repeat center;
}
.erbox{
	float:right;
}
.erbox .er-l:first-child{
	margin-right:40px;
}
.erbox .er-l{
	float:left;
	width:95px;
	text-align:center;
	margin-top: 21px;
}
.erbox .er-l img{
	width:95px;
}
.erbox .er-l p{
	font-size:14px;
	color:#fff;
}
.guang .text{
	float:right;
	margin-left:80px;
	margin-top: 50px;
}
.guang .text p:nth-child(1){
	font-size:16px;
	color:#fff;
	padding-left:33px;
	background:url(../images/guang-bg2.png) no-repeat left center;
}
.guang .text p:nth-child(2){
	font-size:28px;
	color:#fff;
	font-weight:700;
}
.guang .text p:nth-child(3){
	font-size:28px;
	color:#fff;
	font-weight:700;
}
/*news*/
.titlebox.n p{
	background: url("../images/News-information.png") no-repeat center top;
}
.news{
	padding:60px 0;
}
.news-left{
	float:left;
	width:590px;
}
.hbox{
	line-height:70px;
	font-size:24px;
	font-weight:700;
	color:#0068b7;
	border-bottom:1px solid #0068b7;
	background:url(../images/news-bg.png) no-repeat center;
}
.hbox a{
	display:block;
	line-height:70px;
	float:right;
	font-size:14px;
	color:#0068b7;
	font-weight:700;
}
.news-list{
	width:100%;
	height:140px;
	border-bottom:1px dashed #e5e5e5;
	padding-top: 33px;
}
.news-list .time{
	width:75px;
	float:left;
	text-align:center;
}
.news-list .time p:nth-child(1){
	font-size:24px;
	color:#666;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .time p:nth-child(1){
	color:#0068b7;
}
.news-list .time p:nth-child(2){
	font-size:16px;
	color:#666;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .time p:nth-child(2){
	color:#0068b7;
}
.news-list .text{
	width:368px;
	float:left;
	margin-left:30px;
}
.news-list .text .title{
	font-size:16px;
	color:#333;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .text .title{
	color:#0068b7;
	font-weight:700;
}
.news-list .text .con{
	font-size:14px;
	color:#999;
	line-height:25px;
	margin-top:5px;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .text .con{
	color:#0068b7;
}
.news-list .more{
	display:block;
	line-height:25px;
	width:70px;
	background:#999;
	font-size:14px;
	color:#fff;
	float:right;
	border-radius: 8px;
	text-align:center;
	transition: all 300ms ease-in-out;
    -webkit-transform: all 300ms ease-in-out;
}
.news-list:hover .more{
	background:#0068b7;
}
.news-right{
	float:right;
}
.news-right .img{
	margin-top:34px;
}
.swiper-container-news .swiper-slide a{
	display:block;
}
.swiper-container-news .swiper-slide a .pic{
	width:100%;
	height:290px;
	position: relative;
}
.swiper-container-news .swiper-slide a .pic img{
	width:100%;
	height:100%;
	object-fit:cover;

}
.swiper-container-news .swiper-slide a p{
	font-size:16px;
	color:#666;
	line-height:30px;
	margin-top:34px;
	text-align:left;
}
/*footer*/
.footer-bar {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  background: #0068b7;
}
.footer-bar .f-top {
  background: #0068b7;
  width: 100%;
  height: 40px;
}
.footer-bar .f-top ul {
  width: 1200px;
  margin: 0 auto;
}
.footer-bar .f-top ul li {
  width: 150px;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: url(../images/f-border.png) no-repeat right center;
}
.footer-bar .f-top ul li:last-child {
  background: none;
}
.footer-bar .f-top ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.footer-bar .f-tp {
  padding-bottom: 20px;
}
.footer-bar .f-tp .f-tpb .link {
  float: left;
  width: 280px;
}
.footer-bar .f-tp .f-tpb .link p {
  color: #fff;
  font-size: 14px;
  padding-left: 38px;
  margin-bottom: 15px;
  height: 28px;
  line-height: 28px;
}
/*.footer-bar .f-tp .f-tpb .link p:nth-of-type(1) {
  background: url("../images/ft1.png") no-repeat left;
}
.footer-bar .f-tp .f-tpb .link p:nth-of-type(2) {
  background: url("../images/ft2.png") no-repeat left;
}
.footer-bar .f-tp .f-tpb .link p:nth-of-type(3) {
  background: url("../images/ft3.png") no-repeat left;
}
.footer-bar .f-tp .f-tpb .link p:nth-of-type(4) {
  background: url("../images/ft5.png") no-repeat left;
}
.footer-bar .f-tp .f-tpb .link p:nth-of-type(5) {
  background: url("../images/ft4.png") no-repeat left;
}*/
.footer-bar .f-tp .f-tpb .contact {
  float: left;
  height: 136px;
  width: 302px;
  color: #fff;
  line-height: 45px;
  padding-left: 18px;
  margin-top: 10px;
}
.footer-bar .f-tp .f-tpb .contact > div {
  float: left;
  margin-right: 40px;
}
.footer-bar .f-tp .f-tpb .contact > div p {
  text-align: center;
}
.footer-bar .f-tp .f-tpb .form {
  width: 600px;
  float: left;
  position: relative;
}
.footer-bar .f-tp .f-tpb .form > p {
  color: #fff;
  float: left;
  margin-bottom: 10px;
}
.footer-bar .f-tp .f-tpb .form form > div {
  float: left;
  line-height: 34px;
}
.footer-bar .f-tp .f-tpb .form form > div div {
  float: left;
  margin-right: 38px;
}
.footer-bar .f-tp .f-tpb .form form label {
  float: left;
  color: #fff;
}
.footer-bar .f-tp .f-tpb .form form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 237px;
  outline:none;
  color:#fff;
}
.footer-bar .f-tp .f-tpb .form form input#captcha {
  width: 140px;
}
.footer-bar .f-tp .f-tpb .form form input#submit {
  width: 137px;
  background: #fff;
  text-align: center;
  height: 34px;
  line-height: 34px;
  border-bottom: none;
  margin-top: 4px;
  position: absolute;
  right: 0;
  color: #0068b7;
  cursor: pointer;
}
.footer-bar .f-tp .f-tpb .form form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 556px;
  height: 36px;
  line-height:35px;
  color:#fff;
  outline:none;
  resize:none;
}
.footer-bar .f-bt {
  background: #005fa7;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.last{
	width:100%;
	background: #005a9f;
	line-height:40px;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#e8e8e8;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#e8e8e8;
	line-height: 40px;
}
.last-center p a{
	color:#e8e8e8;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#e8e8e8;
	line-height: 40px;
}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0068b7  url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0068b7  url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0068b7  url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0068b7  url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{display: block;margin:0 auto;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
