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

    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 {

  

  text-overflow: -o-ellipsis-lastline;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  line-clamp: 2;

  -webkit-box-orient: vertical;

}





/**/



.wal {

    width: 1400px;

    margin: 0px auto;

  

}

@media (max-width: 1440px){

    .wal {

        width: 1200px;

        margin: 0px auto;

      

    }

    .pro_fl .pro_box_l:hover .pro-nav {opacity: 1; bottom:8%;}

    .pro_fr .pro_box:hover .pro-nav {opacity: 1; bottom: 8%;}

}

.main_title { color: #fff;  padding: 0 10px;}

.main_title b{

	font-size: 38px;

  display: block;



}



.main_title p {

	font-size: 17px;

	line-height: 26px;

  margin-top: 15px;

  color: #fff;



}

.title-more { display: block; width: 150px;height: 45px; line-height: 45px; font-size: 14px; text-align: center; color: #fff;

    border: 1px solid #fff; border-radius: 45px; text-shadow: none;margin-top:20px; }

  .title-more:hover { background: #004EA0;  border: 1px solid #004EA0; }

  .title-more::after {

    content: '';

    display: inline-block;

    width: 6px;

    height: 6px;

    border-top:2px solid #fff;

    border-right:2px solid #fff;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    position: relative;

    top: -1px;

    margin-left: 7px;

    -webkit-transition: .6s ease;

    transition: .6s ease;}

    .title-more:hover::after{  border-top:2px solid #fff;

      border-right:2px solid #fff;  margin-left: 13px;}

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



/*顶部导航*/





.headDiv {

    transition: all 0.5s;

    width: 100%;

    z-index: 9999;

    position: absolute;

    left: 0;

    right: 0;

    top:0;

    margin: auto;

  

 

  

}

.header-scrolled {

    background:#fff;

    box-shadow: 0 2px 16px 0 rgb(0 78 204 / 10%);

}



.fixed-top{

    position: fixed !important;

    top: 0;

    right: 0;

    left: 0;

    z-index: 1030;

  }

  .headDiv .navbar { background: #fff;}

.headDiv .navbar .wal {

    height: 90px;

    margin: 0 auto;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

  

}



.headDiv .logo2 {

    height: 90px;



    display: flex;

    align-items: center;

    justify-content: space-between;

}



.headDiv .logo b {

    font-size: 18px;

    color: #575757;

    padding-left: 30px;

    line-height: 24px;

}





.nav {

   

    height: 90px;

    display: flex;

    align-items: center;

    justify-content:space-between;



}



.nav ul li {

    float: left;

    position: relative;

}



.nav ul li a {

    display: block;

    padding:0 25px;

    overflow: hidden;

    text-align: center;

    font-size: 19px;

    color: #333;

    line-height: 90px;



}

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

    font-weight: bold;

    color: #333;

  }

  .top_tel { display: flex; align-items: center; font-size: 20px;  color: #fff;}

  .top_tel .dh2 { display: none;}

  .head-right { color: #333;font-size: 17px;}

  .head-right a{ color: #333; padding: 0 20px;}

  .head-right a:hover { color: #DA241C;}

/* 二级菜单 */

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

    position: absolute;

    top:100%;

    width:150%;

    left: -25%;

    margin-top: -3px;

    border-top: 3px solid #004EA0;

    line-height: 30px;



    border-radius: 10px;

}

.nav ul li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}

.nav ul li .ejxl li a{display: block;color:#333;font-size: 14px;height:45px;line-height:45px; padding: 0; width: 100%;    text-align: center; }

.nav ul li .ejxl li a:hover{color: #fff; background: #004EA0;   }

.nav ul li .ejxl li:first-child a:hover { border-top-right-radius: 10px; border-top-left-radius:10px ;}



/*顶部导航 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:60%;

	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:rgba(0,98,183,1);

}



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

    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: 40px;  display: flex; align-items: center; justify-content: space-between;}

 .pro_fl { flex: 1; margin-right: 15px;}

 .pro_fl .pro_box_l { margin-bottom: 30px; position: relative; overflow: hidden;}

 .pro_fl .pro_box_l img{ transition: all 0.5s; border-radius: 10px;}

 .pro_fl .pro_box_l a:hover img {

    transform: scale(1.05); 

}

 .pro_fl .pro_box_l .main_title { position: absolute; top:10%; left: 50px;}

 .pro_fl .pro_box_l .pro-nav { position: absolute;  opacity: 0; bottom: 8%; left: 50px;  transition:all .5s ease-in; ;}

 .pro_fl .pro_box_l .pro-nav ul li a { color: #fff; font-size: 17px; line-height: 40px;}

 .pro_fl .pro_box_l .pro-nav ul li a:hover { font-weight: bold;}

 .pro_fl .pro_box_l:last-child { margin-bottom: 0;}



 .pro_fl .pro_box_l:hover .pro-nav {opacity: 1; bottom:15%;}

 .pro_fl .pro_box_l:hover .mark { position:absolute; top:0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); border-radius: 10px;}

 .pro_fr { flex: 1; margin-left: 15px;}

 .pro_fr .pro_box { margin-bottom: 30px; position: relative; overflow: hidden;}

 .pro_fr .pro_box .pro-nav { position: absolute;  opacity: 0; bottom: 8%; left: 50px;  transition:all .5s ease-in; ;}

 .pro_fr .pro_box .pro-nav ul li a { color: #fff; font-size: 17px; line-height: 40px;}

 .pro_fr .pro_box .pro-nav ul li a:hover { font-weight: bold;}

 .pro_fr .pro_box:hover .pro-nav {opacity: 1; bottom: 9%;}

 .pro_fr .pro_box .pro-nav-spe ul { display: flex; flex-wrap: wrap;}

 .pro_fr .pro_box .pro-nav-spe ul li { width: 33.3%;}

 .pro_fr .pro_box .pro-nav-spe ul li a { display: block;}

 .pro_fr .pro_box:hover .mark { position:absolute; top:0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3);  border-radius: 10px;}

 .pro_fr .pro_box img{ transition: all 0.5s; border-radius: 10px;}

 .pro_fr .pro_box a:hover img {

    transform: scale(1.05);

}

 .pro_fr .pro_box  .main_title { position: absolute; top:10%; left: 50px;}

 .pro_fr .pro_box:last-child { margin-bottom: 0;}

/* 特点 */

.tdbg{  margin-top: 80px; background:#f5f5f5 url(../images/td_bg.jpg) no-repeat; background-size: 100%;position: relative;  padding: 30px 0;}



.tdbg .wal { position: relative;}



.title-box .title {

        font-size: 40px;

        line-height: 44px;

        color: rgba(0,0,0,.85);

       

        font-weight: 600;

    }

    .title-box  .desc {

        margin-top: 24px;

        font-size: 18px;

        line-height: 28px;

        color: rgba(0,0,0,.65);

    }

.prone .swiper-slide a {

  display: flex;

  align-items: center;

  justify-content: space-between;







}

.prone .swiper-slide .td_fl{ width:52%; margin-top:30px; position: relative; z-index: 2; }

.prone .swiper-slide .td_fl .td_fl_txt { margin-top: 20px;}

.prone .swiper-slide .td_fl .td_fl_txt p { line-height: 32px; font-size: 16px; margin: 10px 0;}

.prone .swiper-slide .td_fl .td_fl_txt p img { padding-right:10px;}

.prone .swiper-slide .td_fr{ width: 48%; position: relative;  padding: 30px 0;}

.prone .swiper-slide .td_fr img{  transition: all 3s; 

 }



    .prone .swiper-slide a:hover .td_fr img { transform: scale(1.1); }

    .prone .swiper-pagination-bullet {

        position: relative;

        margin: 0 8px!important;

        display: inline-block;

        width: 34px;

        height: 4px;

        overflow: hidden;

        z-index: 10;

        border-radius: 0;

        outline: none;

        background: #ccc;

        opacity: 1;

    }

    

    

    .prone .swiper-pagination-bullet-active.swiper-pagination-bullet::before {

        background:#fff;

    }

    

    .prone .swiper-pagination-bullet-active {

        background-color: #004EA0;

        opacity: 1;

        filter: alpha(opacity=100);

    }

 /* 简介 新闻*/

.ab-news{ margin-top: 60px; display: flex;}

 .about { width: calc(60% - 15px); margin-right: 15px; position: relative;}

 .news {width: calc(40% - 15px);  margin-left: 15px; position: relative;}

 .about .main_title, .news .main_title { position: absolute; bottom:10%; left: 50px;}

 .news img,.about img{ transition: all 0.5s;  border-radius: 10px;}

 .news a:hover img,.about a:hover img {

    transform: scale(1.03);

}

/*返回顶部*/



.scroll {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    position: fixed;

    right: 45px;

    bottom: 70px;

    color: #fff;

    cursor: pointer;

    background:#004EA0;

    font-size: 26px;

 

}





/*底部footer*/

.footer {

    background: #EAEDF5 ;

    background-size: cover;

    margin-top: 60px;

  

  }

  .foot {

    padding-top: 60px;

    padding-bottom: 30px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

  }

  

  .foot .ft-nav .ft-nav-list{

  

    display: flex;

    align-items: flex-end;

    flex-wrap: wrap;

    color: #333;

  }

  .foot .ft-nav .ft-nav-list dl{ flex: 1; padding-left: 40px;}

  

  .foot .ft-nav .ft-nav-list dt{ font-size: 20px; margin-bottom: 20px; padding-left: 45px;}

  .foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start;  flex-wrap: wrap; }

  .foot .ft-nav .ft-nav-list dd a{ color: #666; display: block;  margin-bottom: 10px; padding-left:45px;

    font-size: 16px;}

  

  

  .foot .ft-nav .ft-nav-list dd a:hover{ color: #004EA0}

  .foot .ft-nav .ewm { display: flex;}

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

  .foot .ft-nav .ewm img{ width: 90px;  margin-top: 20px; }

  .foot .ft-contact {

  

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    flex-direction: column;

  

  }

  .foot .ft-contact b{

      font-weight: 500;

      color: #333;

    text-align: left;

    margin-bottom: 20px;

    font-size: 20px; }

  .foot .ft-contact p{ 

    color: #666;

    text-align: left;

    margin-bottom: 15px;

    font-size: 16px;

  }

  .foot .ft-contact p span{ padding-left: 18px;}

  .foot .ft-contact i{ font-size: 17px; margin-bottom: 20px; color: #333;font-weight: 700; display: block; width: 100%;}

  .foot .ft-contact i img { float: right; }

  .copyright{ padding:20px 10px; text-align: center; color: #666; border-top: 1px solid #dedede }

  .copyright a{ color: #666;}