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

}





.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 { padding: 15px 0; }

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

.header_phone p {

	color:#666;



}

.header_phone img{ padding-right:15px;}

.header_phone b{font-size: 28px;

    color: #4399DB;

    font-weight: 700;

    margin: 0;

    display: block;

    line-height: 36px;

    text-decoration: none;}



/*导航菜单*/

.navbar{ width: 100%;  background: #06609C; }

.nav {  margin:0;height:70px;  display: flex; align-items: center; justify-content: space-around;}

.nav li {position: relative; flex: 1; }

.nav li a{ 

	display:block;

	font-size: 16px;

    line-height: 70px;

  

	color: #fff;

   text-align: center;

   transition: all .3s;



}



.nav a:hover, .nav li:hover > a {



    color: #fff;

    background: #4399DB;

  }

 

/* 二级菜单 */

.ejxl{display: none;background-color: rgba(255,255,255,.9);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: #4399DB;}



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

}



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

    opacity: 1;

}





#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {

	background:#fff;

}



#banner .swiper-pagination-bullet-active {

    background-color: #4399DB;

    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*/

/* 简介*/



.about{padding: 50px 0; text-align: center;}

.main_title {font-size: 40px;color: #333;text-align: center;height: 60px;line-height: 60px;overflow: hidden; display: block;}

.about-tit{font-size: 16px;color: #666;background: url(../images/yinz_ico01.gif) no-repeat center 12px;margin-top: 15px;line-height: 30px;text-align: center;}

.about-txt{padding: 50px 0 0; }



.about-list li{float:left;width: 300px;text-align: center;height:100px;color:#333; background: url(../images/yinz_ico02.gif) no-repeat right 25px;-webkit-transition:transform .3s;transition:transform .3s;}

.about-list li b{font-size:30px;line-height: 50px; }

.about-list li span{display:block; padding:10px 0 0; font-size: 20px;}

.about-list li:hover{color: #4399DB;}

.about-list li i{font-family:"DINOT";font-size: 54px;}

.about-list li:hover{-webkit-transform:translate(0,-5px);transform:translate(0,-5px);}

.about-list li.nobor{background: none;}

/* 产品 */

.product-bg { background: url(../images/probg.jpg) no-repeat; padding: 60px 0; margin-top: 20px;}

.product{

	position: relative;

	z-index: 1;

    margin-top: 30px;

	overflow: hidden;

	padding: 0;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	

}

.product li{

	width: calc((100% - 6px) / 5);

	border: 1px solid #E5E5E5;



	background: #fff;

	position: relative;

	height: 240px;

	box-shadow: 0 0 20px #f1f1f1;



    margin-left: -1px;

    display: flex;

    align-items: stretch;

    justify-content: center;





}





.product a{

	display: block;



	padding: 20px;

}

.product .box{

	width: 0;

	height: 0;

	position: absolute;

	top:50%;

	left: 50%;

	z-index: 1;

	transition:all 0.3s;

}



.product .bg{

    position:absolute;

	width: 0;

	height: 0;

	top:50%;

	left: 50%;

	transition:all 0.3s;

    background: #4399DB;

    z-index: 1;

}

.product b{

	font-size: 22px;

	color: #333333;

	line-height: 28px;

	position: relative;

	z-index: 2;

	display: block;

	margin: 10px 0;

	transition:color 0.3s;

}



.product p{

	color: #666;

	line-height: 30px;

	font-size: 15px;

	position: relative;

	z-index: 2;

	transition:color 0.3s;





}

.product p em { margin: 10px;}

.product li .ys-before { display: block; position: relative; z-index: 2; margin-left: auto; margin-right: auto;}



.product li .ys-after { display: none; position: relative; z-index: 2; margin-left: auto; margin-right: auto;}

.product li:hover b{

	color: #fff;

	transition:color 0.3s;

	

}



.product li:hover p{

	color: #fff;

	transition:color 0.3s;

}

.product li:hover .bg {	width: 100%;

	height: 100%;

	top:0;

	left: 0;}

.product li:hover .box{

	width: 100%;

	height: 100%;

	top:0;

	left: 0;

    z-index: 1;

	transition:all 0.3s;

}





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

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

.pro_list .cp_tit {

    font-size:18px;

    line-height: 24px;

    text-align: left;

    color: #585757;

    padding-top: 20px;

}

.pro_list .cp_dec{    

    color: #888;

    line-height: 20px;

    padding-bottom:20px;

    font-size: 14px;}

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

.pro_list a:hover p { color: #fff; background: #06609C;}



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



/*优势*/

.ys {  background: url("../images/bg.jpg") center; padding: 60px 0; margin-top: 50px; }

.yyfa {

	width: 100%;

	height: auto;

	margin: 30px auto;

	position: relative;

    display: flex;



}



.yyfa .tab {

	overflow: hidden;

    display: flex;

    flex-direction: column;

    flex: 1;

    margin-right: 20px;





    



}



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

	background:#06609C;

    width: 100%;

    padding: 13px 0;

	text-align: center;

	border-top: 4px solid transparent;

	display: inline-block;

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

    padding-left: 10px;

    padding-right: 10px;

}





.yyfa .tab a {

	display: block;

	width:100%;

    margin-bottom: 20px;

	color: #fff;

	text-align: center;

	text-decoration: none;

}



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

	 }



     .yyfa .co{ flex: 4;}



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

/*  */

.abbg { background:url(../images/guangbg.jpg) no-repeat ;  background-size: cover; padding:50px 0; }

.more_btn3 { display: block; margin-top: 30px;  width: 100%; width: 150px; font-size: 14px; height: 45px; text-align: center; color: #fff; border: 1px solid #fff; line-height: 45px; display: block;}

.more_btn3:hover { background: rgba(255, 255, 255, 0.5);}

.abbg .wal { display: flex; align-items: center; justify-content: space-between;}



.rx { color: #fff; font-size: 15px; width: 100%; display: flex;}



.rx b{ font-size: 16px; display: block; font-weight: normal; line-height: 30px;}

.rx b span { font-size: 30px; font-weight:bold;}

 .rx i{display: block;width: 150px;margin:15px auto; margin-right: 10px;}

 .rx i a{display: block;width: 150px;height: 45px;line-height: 45px;background: #4399DB;font-size: 16px;color: #fff;overflow: hidden;border-radius: 10px;}

 .rx em{display: block;float: left;line-height: 0;width: 21px;height: 21px;overflow: hidden;padding: 13px 10px 0 25px;-webkit-transform: translateZ(0);transform: translateZ(0);}

.rx em img{width: 21px;height: 21px;}

.rx i:hover em {

  opacity: 0;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-animation-name: hvr-icon-drop;

  animation-name: hvr-icon-drop;

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s;

  -webkit-animation-fill-mode: forwards;

  animation-fill-mode: forwards;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}



/* Icon Drop */

@-webkit-keyframes hvr-icon-drop {

    0% {

      opacity: 0;

    }

    50% {

      opacity: 0;

      -webkit-transform: translateY(-100%);

      transform: translateY(-100%);

    }

    51%,

      100% {

      opacity: 1;

    }

  }

  @keyframes hvr-icon-drop {

    0% {

      opacity: 0;

    }

    50% {

      opacity: 0;

      -webkit-transform: translateY(-100%);

      transform: translateY(-100%);

    }

    51%,

      100% {

      opacity: 1;

    }

  }

  

/*新闻*/

.news_box{ margin-top: 50px;}

.news {  margin-top: 60px;}

.news{ display: block; }

.news li{

	width: 360px;

	float: left;

	padding:20px 20px;

	transition: .3s;

}



.news li .img,.news li .img img{

	width: 100%;



	overflow: hidden;

	transition: 1s;

    margin-bottom: 6px;

}

.news li .cont{

	padding: 0px 0px;

}

.news li .cont span{ background: url("../images/more.png") no-repeat; width:35px; height:35px; display: block; transition: all 0.5s;}

.news li b{color: #999999; font-size: 40px; margin-top: 10px; display: block; }



.news li p{

	font-size: 14px;

	color: #656565;

	line-height: 26px;

	margin-bottom: 15px;





}

.news li .news-title{

	font-size: 18px;

	color: #343434;

	line-height: 26px;

	padding-bottom: 10px;

	overflow: hidden;

	margin: 20px 0;

	font-weight: bold;

	border-bottom: 1px #dedede solid; width:100%;white-space: nowrap; text-overflow: ellipsis;

}

.news li:hover{ background: #06609C}

.news li:hover img{

	transform: scale(1.1);

}

.news li:hover b{

	color: #ffffff;

}

.news li:hover{

	box-shadow: 0px 2px 10px #ddd;

}

.news li:hover p{ color: #ffffff;}

.news li:hover .cont span{ background: url("../images/more2.png") no-repeat; width:35px; height:35px; display: block; margin-left: 320px;}

.cjwt { margin-top: 30px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}

.cjwt a { width:calc(33.3% - 42px) ;display: flex; align-items: center; justify-content: space-between; margin-top: -1px; margin-left: -1px; padding: 20px; border: 1px solid #f1f1f1;}

.cjwt a:hover { color: #06609C;}

/*返回顶部*/



.scroll {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    position: fixed;

    right: 45px;

    bottom: 70px;

    color: #fff;

    cursor: pointer;

    background:#06609C;

    font-size: 26px;

 

}





/*底部footer*/

.footer {

    background:#2D2C32;

    margin-top: 80px;

    border-top:8px solid #06609C;

}



.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 #4399DB;



   

}

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

.foot .ft-nav ul { display: flex; flex-wrap: wrap; }

.foot .ft-nav li {



    margin-bottom:10px;

    width: 50%;





}



.foot .ft-nav li a {

    font-size: 15px;

    display: block;

    color: #fff;

}

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

.foot .ft-contact { width: 29%;padding-right:10%;}



.foot .ft-contact p {

    width: 100%;

    color: #fff;

    font-size: 15px;

    margin-bottom:10px;

}





.foot .ewm{ margin-top:55px; width: 26%; display: flex; justify-content: space-between;}

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

}