@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;

}





/*t图片样式*/



.center-block {

    display: block;

    margin-right: auto;

    margin-left: auto

}



img {

    border: 0px;

    vertical-align: middle;

}



.img-responsive {

    display: block;

    height: auto;

    margin-left: auto;

    margin-right: 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%;



}

.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative;}

.logo_txt { background: url(../images/topbg.png) no-repeat 90px 0; padding: 20px 0; }

.header_phone { display: flex; align-items: center; padding-left: 20px;}

.header_phone p {

	color:#666;



}

.header_phone p img{ padding-right:8px;}

.header_phone b{ color:#E77505;   font-size: 32px;

  margin-top:0;  display: block; padding-right:20px;}



/*导航菜单*/

.navbar{ width: 100%; height:70px;  background: #01509D; }

.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}

.nav li {position: relative;  width: calc(100% / 6);   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: #E77505;

  }

 

/* 二级菜单 */

.ejxl{display: none;background-color: rgba(255,255,255,.8);transition: all 0s;z-index: 999;

    position: absolute;top:100%; width: 100%;

  

}

.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: #E77505;}



/*导航菜单 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:#E77505;

}



.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: #E77505;

    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; }

 .slide-nav {

	display: flex;

	margin-top: 50px;

    align-items: center;

    justify-content:space-between;





}




.slide_title .line{width:46px;

    height: 3px;

    background: #01509D;

    margin-bottom: 10px;

    margin: 10px 0px;

}

.slide_title b{font-size: 30px;

    display: inline-block;

    color: #363636;

    font-weight: 600;

    position: relative;

}



.slide_title span{

    display: block;font-size: 16px;

    color: #999999;

    margin-top: 10px;

    text-transform: uppercase;

}

.slide-list {


	list-style: none;

	padding:0;

	margin: 0;

	display: flex;

	align-items: center;

	justify-content: flex-start;

	flex-wrap: wrap;

	padding-left:10px;

}

.slide-list li {

	

	overflow: hidden;



    margin:2px 30px;



}



.slide-list li a {

	text-decoration: none;

	line-height: 45px;

	font-size:15px;

    text-align: center;

	display: block;

	color: #fff;

	position: relative;

	background:#01509D; padding:0 32px;









}

.slide-list li a:hover { background: #E77505;}



.pro_list {  margin-top: 35px;  }

.pro_list { margin-top: 30px;}

.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5;}

.pro_list span { display: block; overflow: hidden;background-color: #fff; }

.pro_list p{ padding: 10px 15px; background: #f2f2f2; }

.pro_list .cp_tit {

    font-size: 20px;

    line-height: 24px;

    font-weight: 700;

    text-align: left;

    color: #585757;

    padding-top: 20px;

     display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;

}

.pro_list .cp_dec{    

    color: #888;

    line-height: 20px;

    padding-bottom:20px;

    font-size: 14px;height: 40px;}

.pro_list a:hover { box-shadow: 0 0 20px #dedede;}

.pro_list a:hover p { color: #fff; background: #01509D;}



.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}



/*简介*/

.about { background: url(../images/about.jpg) no-repeat top; background-size: 100%; padding:280px 0 0; } 



.ab_list2{ width: 100%; background: #fff; padding: 40px 50px; margin-top: 30px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);



}

.ab_txt { color: #666; line-height: 26px; padding: 10px 0; text-align: center;}

.more_a2 { display: block; line-height: 45px; padding: 0px 23px; color: #E77505; position: relative; transition: all 0.8s ease 0s; 

    text-align: center;color: #fff;border-radius: 20px;

    font-size: 16px; width: 110px; background: #01509D; margin: 20px auto; }

.more_a2:hover { background: #E77505; color: #fff;}

.qywh { display: flex; align-items: center;  justify-content: center;  margin-bottom: 30px;  float: left; width: 31.3%; margin: 1%; padding: 30px 0; margin-top: 30px; background: #f5f5f5; }

.qywh p img{

      margin-right: 20px;

    }

.qywh .qywh_txt b{ display: block; font-size:22px; color: #01509D;}

.qywh .qywh_txt p { font-size: 15px; line-height: 24px; margin-top: 5px;}

/*优势*/

.ys { background: #F4F6F8; padding: 60px 0; margin-top: 80px;}

.yyfa {

	width: 100%;

	height: auto;

	margin: 30px auto;

	position: relative;



}



.yyfa .tab {

	overflow: hidden;



}



.yyfa .tab .team-box .team-content {

	background:#01509D;

    padding: 20px 0;

	text-align: center;

	border-top: 4px solid transparent;

	display: inline-block;

	width: 100%;

	-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: #fff;

	 font-weight: bold;

	font-size:30px;

	 padding-bottom: 18px;

	letter-spacing: 0.57px;

}

.team-content  .title2 {

	color: #fff;

	font-family: 'MontserratUltraLight';

	font-size: 16px;

	letter-spacing: 1.8px;

	margin-bottom: 8px;

}





.yyfa .tab a {

	display: block;

	width:calc(33.3% - 20px );

	margin:10px;

	color: #fff;

	text-align: center;

	text-decoration: none;

	float: left;



}



.yyfa .tab a.on .team-box .team-content{ background-color: #E77505;

	 }





.yyfa .co ul {

	margin: 0;

	padding:0px;

}

.yyfa .co li {

	display: none;

    position: relative;

    border: 15px solid #fff;

	list-style: none;

}



.yyfa .co li .ys_txt { position: absolute; bottom:-50px; left: 5%; right: 5%; margin: 0 auto; background: #fff; width: 90%;border-radius: 20px 0 20px 0;      box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);}

.yyfa .co li .ys_txt p { padding: 50px; font-size: 17px; line-height: 28px;}

/*合作*/

.hezuo_box { background: url(../images/hzbg.jpg) no-repeat; background-size: 100%; padding: 80px 0;}

.hezuo { padding-bottom: 50px; margin-top: 30px;}

.hezuo .swiper-slide a{ background:#fff;  display: block; margin: 10px; padding: 10px;}

.hezuo .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    display: inline-block;

    border-radius: 100%;

    background: #fff;

    opacity: 1;

}

.hezuo .swiper-pagination-bullet-active {



    background: #E77505;

}

/*新闻*/



.news {  margin-top: 60px;}

.pinpaigs {  margin-top: 30px;}



.pinpai{position: relative;}

.pinpai a{ display: block; text-decoration: none; color: #333; margin-top: 15px;}

.pinpai.pinpai-item{ position:relative; overflow: hidden;}

.pinpai .pinpai-imgbox{ width:50%; height: 327px;}

.pinpai .pinpai-text{ width:40%;height: 327px; background: #fff; padding:0 5%; overflow:hidden; background-color: #f7f7f7;}

.pinpai .pinpai-h{font-size:24px; font-weight: bold;  overflow: hidden; margin-top: 60px;  margin-bottom:40px; width: 80%;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.pinpai .pinpai-sum{  color:#999; line-height: 24px;}

.pinpai .more { display: block; margin-top: 20px; width: 100px; border-radius: 30px; height:35px; line-height: 35px; text-align: center;

    background: #01509D;color:#fff; float: right;}

.pinpai .more:hover {background: #E77505;color:#fff;}  



.pinpai .pinpai_page{ position: absolute; z-index: 9; left:55%; bottom:10%; top: auto; transform: none; -webkit-transform: none; width:15%; padding-left: 0; }

.pinpai .pinpai_page span{ display: inline-block; *display:inline; *zoom:1; margin:0 6px;}

.pinpai .swiper-num{ position: absolute; z-index: 9; right: 55px; top:20%; color: #bebebe;}

.pinpai .swiper-num .active{ font-size:26px; font-weight: bold; color: #01509D;} 

.pinpai .swiper-num { font-size: 16px;}

.pinpai .swiper-pagination-bullet {

    width: 10px;

    height: 10px;



}

.news_fl { margin-top: 40px;}

.news_fl .news_list2 { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}

.news_fl .news_list2 a{  background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);   padding: 20px; width: calc(25% - 60px);  }



.news_fl .news_list2 span{ display: block; color: #999;}

.news_fl .news_list2 b{ font-size: 18px; display: block ; margin: 15px 0; font-weight: normal; color: #333; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.news_fl .news_list2 p { color: #666; line-height: 24px;}

.news_fl .news_list2 i { display: block; margin-top: 20px; width: 100px; border-radius: 30px; height:35px; line-height: 35px; text-align: center;

    background: #f1f1f1;color:#666;}

.news_fl .news_list2 a:hover i {background: #01509D;color:#fff;}    



/*返回顶部*/



.scroll {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    position: fixed;

    right: 45px;

    bottom: 70px;

    color: #fff;

    cursor: pointer;

    background:#01509D;

    font-size: 26px;

 

}





/*底部footer*/

.footer {

    background:#2A2D33;

    margin-top: 80px;

    border-top:8px solid #01509D;

}



.foot {

    padding: 60px 0;



}



.foot b {

    font-size: 22px;

    color: #fff;

    display: block;

    text-transform: uppercase;

    margin-bottom: 32px;

    padding-bottom: 15px;

    border-bottom: 1px solid rgba(255,255,255,.2);



}



.foot span {

    color: #fff;

    font-size: 20px;

    padding-bottom: 16px;

    border-bottom: 2px solid #01509D;



   

}

.foot .ft-nav { width: 25%; padding-right:18%;}

.foot .ft-nav ul { display: flex; flex-wrap: wrap; justify-content: space-between;}

.foot .ft-nav li {



    margin-bottom: 22px;

    width: 50%;





}

.foot .ft-nav li:nth-child(2n){ text-align: right;}

.foot .ft-nav li a {

    font-size: 16px;

    display: block;

    color: #fff;

}

.foot .ft-nav li a:hover {color: #999;}

.foot .ft-contact { width: 30%;padding-right:17%;}



.foot .ft-contact p {

    width: 100%;

    color: #fff;

    font-size: 16px;

    margin-bottom: 22px;

}





.foot .ewm{ margin-top:85px; width: 10%;}

.foot .ewm img { max-width: 120px;}

.foot .ewm p { margin-top: 10px; text-align: center; color: #fff;}

.copyright {

    padding: 20px 10px;

    text-align: center;

    color: #fff;

    border-top: 1px solid rgba(255,255,255,.2);

}



.copyright a {

    color: #fff;

}