@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

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

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}

/************************图片样式***********************/
img {
    border: 0px;
    vertical-align: middle;
}

/*图片居中*/
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
/*图片自适应*/
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}
/*鼠标放上图片放大*/
.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}

.main_title{text-align: center;}

.main_title b{font-size: 36px;
    display: inline-block;
    color: #363636;
    font-weight: 700;
    position: relative;
}

.main_title span{
    display: block;font-size: 18px;
    color: #999999;
    margin: 10px 0;
}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/
.header {
	width: 100%;

}
.header_center {background: url(../images/navbg.jpg) no-repeat center;}
.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative; }
.logo_txt { padding: 15px 0; }
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#333;
    padding-left: 5px;
    line-height: 26px;

}
.header_phone img{ padding-right:10px;}
.header_phone b{font-size: 28px;
    color: #FF5500;

    display: block;
    margin: 0;
    line-height: 36px;
    text-decoration: none;}

/*导航菜单*/
.navbar{ width: 100%; height:70px;  background: #2777BD; }
.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}
.nav li {position: relative;  width: calc(100% / 5);   background: url(../images/line.png) no-repeat left;}
.nav li:first-child { background: none;}
.nav li a{ 
	display:block;
	font-size: 17px;
	line-height: 70px;
	color: #fff;
   text-align: center;
   transition: all .3s;

}

.nav a:hover, .nav li:hover > a {
   font-weight: bold;
    color: #fff;
    background: #FF5500;
  }

/* 二级菜单 */
.nav li .ejxl{display: none;background-color: rgba(255,255,255,.8);transition: all 0s;z-index: 999; position: absolute;top:100%; width: 100%;}
.nav li:hover .ejxl{ display:block;}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; background: none;}
.nav li .ejxl li a{display: block;color:#444;font-size: 16px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl li:hover a { background: none;}
.nav li .ejxl a:hover{color: #FF5500;}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
    position: relative;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:#2777BD;
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}


#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #2777BD;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/

 /*产品*/
 .product {  margin-top:50px; }
 
.pro_bg { background: url(../images/bg.jpg) no-repeat bottom; padding: 5px 0 50px 0; margin-top: 10px;}
.pro_list { margin-top: 30px;}
.pro_list a { display: block; float: left; width: calc(25% - 12px); margin:5px;  border: 1px solid #F2F2F2; background: #fff;}
.pro_list span { display: block; overflow: hidden; }

.pro_list .cp_tit {
    font-size: 20px;
    line-height: 24px;

    text-align: center;
    color: #666;
    padding-top: 20px;
}
.pro_list i {  display: block; width: 30px; height: 30px; margin:20px auto; background: #8F8F8F; color: #fff; display: flex;  justify-content: center; align-items: center;
    transition: all .3s;  }
.pro_list a:hover { box-shadow: 0 0 20px #dedede; background: #2777BD; color: #fff;}
.pro_list a:hover .cp_tit { color: #fff;}
.pro_list a:hover i {  color: #2777BD; border-radius: 15px; background: #fff;}
.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}

.td_tel { background: #fff; display: flex; align-items: center; justify-content: center; margin-top: 30px; box-shadow: 0 0 10px #f0f0f0; width: 50%; margin: 30px auto; padding: 30px; border-radius: 60px;} 
.td_num { padding-left: 20px;}
.td_num p { font-size: 15px;}
.td_num em{ font-style: normal; font-weight: bold; font-size: 26px; color: #2777BD;}
.td_num span { font-size: 15px; font-weight: normal; color: #666;}
/*简介*/
.about{background:url(../images/abbg.jpg) no-repeat; background-size: cover; padding: 80px 0;  position: relative; overflow: hidden;}

.about_fl{ width:60%; margin-top: 40px;   }
.ab_txt { margin-top: 50px;position: relative; z-index: 2;}
.ab_txt p{ line-height: 32px; padding: 10px 0; color: #fff;font-size: 15px;}
.ab_txt b{ font-size: 22px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-weight: normal;}
.more-btn { margin: 15px 0; text-align: center; display: block; width: 100px; height:40px; line-height: 40px; padding: 0 15px; font-size: 15px;  background: #2777BD; color: #fff; transition: all .3s;border:1px solid #2777BD; display: block;
}
.more-btn span{ display: block;}
.more-btn:hover { color: #2777BD;border:1px solid #fff; background: #fff;}
.more_center { margin:25px auto;}
.about_fr{  width:40%; position: absolute; left: 0; top:0 }
.ab_zi{
text-transform: uppercase;
    line-height: 1.8rem;
    font-size:120px;
    color: rgba(255,255,255,.1);
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom:50px;
    white-space: nowrap;

}
/*优势*/

.yyfa {
	width: 100%;
	height:710px;
	position: relative;

	overflow: hidden;
}

.yyfa .tab {
	overflow: hidden;

    width: 50%;
    float: right;
    display: flex;
    flex-direction: column;

   background: #2777BD url(../images/bglogo.png) no-repeat center right;
   height:710px;
	overflow: hidden;
}

.team-box {
	position: relative;
    padding: 21px 0;


}

.team-box .team-content {
	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {
	color: rgba(255,255,255,.6);
	 font-weight: bold;
     letter-spacing:5px;
	font-size:50px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	 padding-bottom: 10px;
	
}
.team-content  .title2 {
	color: #fff;
	font-family: 'MontserratUltraLight';
	font-size: 32px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.team-content p {text-transform: capitalize;}

.yyfa .tab a {
	display: block;
	width:95%;
	color: #fff;
	text-decoration: none;
	float: left;
    padding-left: 5%;

}

.yyfa .tab a.on .team-content .title { color: #FF5500;}
.yyfa .tab a.on {    background: rgba(255,255,255,.4);}
.yyfa .co {
	overflow: hidden;
    width: 50%;
    float: left;

}
.yyfa .co > ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
	width: 100%;
	height: 710px;
	list-style: none;
}
.yyfa .co li:nth-child(1){ background:url("../images/ys1.jpg") no-repeat top; background-size: cover;background-position:center; }
.yyfa .co li:nth-child(2){ background:url("../images/ys2.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa .co li:nth-child(3){ background:url("../images/ys3.jpg") no-repeat top; background-size:cover;background-position:center;}
.yyfa .co li:nth-child(4){ background:url("../images/ys4.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa_list{  padding: 30px; }
.ys_txt { padding-left: 30%;  margin-top: 10%;}
.ys_txt b { display: block; font-size: 36px; color: #fff; margin-top: 30px; margin-bottom: 8px;}
.ys_txt span { display: block; text-transform: capitalize; line-height: 40px; color: rgba(255,255,255,.8); font-size: 19px;}
.ys_txt p { margin: 10px 0; color: #fff; line-height: 38px; font-size: 20px;}

/*新闻*/
.news_box { margin-top: 50px;}
.news{padding-top: 50px;}
.news dl{width:28%; margin:0 2%;float: left;border-top: 1px #e4e4e4 solid;padding-top: 50px;}
.news dl dt b a{font-size: 18px;color: #333;}
.news dl dt b { display: block; width:100%;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news dl dt b em{font-size: 14px;color: #999;display: block;margin-top: 5px;}
.news dl dt span{display: block;overflow: hidden;margin: 40px 0;}
.news dl dt span a{display: block;height: 220px;}
.news dl dt span a img{display: block;width: 100%;transition: .8s;}
.news dl:hover dt span a img{transform: scale(1.1);}
.news dl:hover b a{color: #2777BD;}
.news dl:hover dd i{background: url(../images/News04.png) no-repeat center;width: 100px;}
.news dl dd p{font-size: 13px;color: #606060;line-height: 25px;}
.news dl dd i{background: url(../images/News03.png) no-repeat center;width: 62px;height: 7px;display: block;margin-top: 50px;transition: .8s;}
.news_right{width: 34%; margin-left:2%;border-top: 1px #e4e4e4 solid;height: 540px;position: relative;overflow: hidden;}
.news_list {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}


.list_lh ul {
	padding: 0;
}
.list_lh li{border-bottom: 1px #e4e4e4 solid;padding-bottom: 30px;margin-top: 34px;}
.list_lh ul li a b{font-size: 18px;color: #333; display: block; width:100%;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.list_lh ul li a b em{font-size: 14px;color: #999;display: block;margin-top: 5px;}
.list_lh ul li a p{font-size: 13px;color: #606060;line-height: 20px;margin-top: 20px;}
.list_lh ul li:hover a b{color: #2777BD;}
/*返回顶部*/
.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#FF5500;
    font-size: 26px;
}

/*底部footer*/
.footer {
	background: #2777BD;
	margin-top: 50px;

}
.foot {
	padding: 60px 0;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;

    flex-direction: row;
}
.foot b {
	font-size: 22px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-bottom:32px;
}
.foot span{ color: #fff; font-size: 20px; font-weight: normal; padding-right: 9px;}


.foot .ft-nav ul{

	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.foot .ft-nav li {
	width: 50%;
	margin-bottom: 22px;
}
.foot .ft-nav li a {
	font-size: 16px;
	display: block;
	color: #fff;
}
.foot .ft-contact {

	display: flex;
	flex-wrap: wrap;
    flex-direction: column;

}
.foot .ft-contact p{ 

	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
}

.foot .ewm {
	flex:3;
	display: flex;
	align-items: center;
	justify-content: center;
    
}
.foot .ewm  img {
	margin-top: 60px;
}
.foot .ewm p{ text-align: center; color: #fff; padding: 10px;}
.copyright{ padding:20px 10px; text-align: center; color: #fff; border-top:1px solid #216CAA; }
.copyright a{ color: #fff;}