@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: 40px;

    display: inline-block;

    color: #363636;

    font-weight: 700;

    position: relative;

}



.main_title p{

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

    position: relative;

    

    z-index: 999;



}

.top-center { display: flex; flex-direction: row; justify-content: center; align-items: center; position: relative; background: #fff;  }

.logo_txt { padding: 15px 20px; }

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

.header_phone p {

	color:#666;



}

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

.header_phone b{font-size: 32px;

    color: #FD9B02;

    font-weight: 700;

    margin: 0;

    line-height: 36px;

    text-decoration: none;}



/*导航菜单*/

.navbar{  position: absolute; left: 40px; top:10%; z-index: 9; }

.nav {  margin:0;height:70px;  }

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

.nav li.current a{

    color: #fff;

    background: #FD9B02; }

.nav li a{ 

	display:block;

	font-size: 26px;

    line-height: 75px;

    padding: 0 90px;

	color: #fff;

   text-align: center;

   transition: all .3s;

   margin: 20px 0;

   background: #004098;



}



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



    color: #fff;

    background: #FD9B02;

  }

 

/* 二级菜单 */

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

    position: absolute;top:0px; width: 100%; left: 100%;

  

}

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

.nav li .ejxl li a{display: block;color:#fff;font-size: 16px;background: #FD9B02; margin: 0; padding: 0; width: 100%; text-align: center;  }

.nav li .ejxl li:hover a { background: none;}

.nav li .ejxl a:hover{color: #FD9B02;}



/*导航菜单 end*/



/*首页banner图*/

#banner { position: relative;}

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

}



.btn-prev {

	left:15%;

}



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

    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 {

	overflow: hidden;

	background:#f6f6f6 ;

	padding:60px 0 80px;



}

.product ul {

	overflow: hidden;



	width: 100%;

	float: left;

	margin-top: 30px;

}

.product ul li {

	float: left;

	width: 33.33%;

    overflow: hidden;

	text-align: center;

	position: relative;

}

.product ul li .producttu img {

	width: 70px;

}

.product ul li a {

	color: #fff;

	display: block;

    border: 1px solid #f1f1f1;

    height: 422px;

    overflow: hidden;

}



.product ul li a:hover .product-txt {

opacity: 1;



}



.product ul li .product-tit {

	font-size: 28px;

	padding: 20px;

	padding-top: 180px;

	font-weight: bold;

    transition: all .5s;



}

.product ul li .app-more{   position: absolute; bottom: 30px; right: 30px;}



.product ul li a:hover .product-tit {

	padding-top: 50px;

}

.product ul li .product-txt {

	padding: 0 20px;

	line-height: 28px;

    opacity: 0;

    font-size: 15px;

	transition: all 0.5s;

}

.product ul li .product_box { position: relative; z-index: 2; height: 100%;   }

.product ul li .mark { z-index: 1; position: absolute; top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0, 0.25); overflow: hidden;  }



.product ul li.one {

	background-size: cover;

    transition: all .5s;





}

.product ul li:hover.one,.product ul li:hover.two,.product ul li:hover.three,.product ul li:hover.four{ transform: scale(1.03);}

.product ul li:hover .mark { background: #004098;}

/* 简介 */

.about { padding: 50px 0;}

.about-txt {text-align: center;}

.about-txt b{ font-size: 36px; color: #004098;}

.about-txt p{ line-height: 32px; color: #666; font-size: 17px; margin: 30px 0;}

.index_more { margin:30px auto; text-align: center; height: 40px; overflow: hidden;}

.index_more a{display: inline-block; width: 44px;height: 30px;background: #004098;color: #fff;text-align: center;border-radius: 20px;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}

.index_more a i{display: block;height: 30px;line-height: 30px;}

.index_more a span{display:none;height: 30px;line-height: 30px;}

.index_more a:hover i,.index_more a:hover{display: inline-block;height: 30px;line-height: 30px;}

.index_more a:hover span{display:inline-block;height: 30px;line-height: 30px;}

.index_more a:hover{width: 130px;color: #fff !important;}

.index_more a:hover i{position: absolute;right:12px;top:0;}

.about-list{ margin-top: 30px;}

.about-list ul{overflow: hidden;}

.about-list li{float: left;width: 25%; text-align: center;}

.about-list dl{margin: 0 17px;border-bottom:1px solid #9b9b9b;padding-bottom: 10px;}

.about-list dt{margin-bottom: 10px; font-size: 36px; color: #333;}

.about-list dt i { font-size: 26px;}

.about-list dd{line-height: 24px;height: 38px;  display: -webkit-box;

  overflow: hidden;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;}

.img_cont { margin-top: 20px;}

/*优势*/

.ys-bg { background: #f5f5f5 url(../images/ysbg.png) top no-repeat; padding: 60px 0; margin-top: 50px;}

.ys { display: flex; align-items: stretch; justify-content: center; align-content: stretch;}

.ys-fl { flex: 1; }

.ys-fr { flex: 1; background: #fff; }

.ys-num {display: flex; align-items: center; }



.ys-title span{ color: #999;  display: block;}

.ys-title b { font-size: 32px; color: #333; line-height: 48px; display: block; margin-bottom: 20px;}

.ys-title p { line-height: 26px; color: #666;}

.ys-fr p{ margin-top: 15px;}

.ys-fr img { margin-top: 15px; }

.ys-box { margin-top: 30px;}

.ys-cont { margin: 40px;}

.ys-cont p,.ys-cont2 p { line-height: 24px;}

.ys-cont2 { margin: 40px;}

.ysimg img { width:48%; float: left;margin-right: 2%;}

/* 技术服务 */

.jsfw { background: #004098 url(../images/shilibg.jpg) no-repeat; padding: 60px 0;  }

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

.jsfw_list a {display: flex; align-items: stretch; width:100%; color: #333;}

.jsfw_list .jsfw_tu, .jsfw_list .jsfw_txt { flex: 1; background: #f1f1f1;}
.jsfw_list .jsfw_tu img, .jsfw_list .jsfw_txt img { width: 100%;}
.jsfw_list .jsfw_txt { position: relative; padding-top:10px; transition:  all .3s;}

.jsfw_list .jsfw_txt b { font-size: 22px; display: block; padding: 30px ; margin-top: 10%;}

.jsfw_list .jsfw_txt p { padding: 0 30px; line-height: 28px; font-size: 14px; color: #666; text-align: justify;}

.jsfw_list a .jsfw_txt .sj1 { transition:  all .3s;position: absolute; top:45%; left: -20px; width:0;

    height:0;

    border-top:20px solid transparent;

    border-bottom:20px solid transparent;

    border-right:20px solid #f1f1f1;}

.jsfw_list a .jsfw_txt .sj2 { transition:  all .3s;position: absolute; top:45%; right: -20px; width:0;

        height:0;

        border-top:20px solid transparent;

        border-bottom:20px solid transparent;

        border-left:20px solid #f1f1f1;}

.jsfw_list a:hover .jsfw_txt { background: #FD9B02; color: #fff;}

.jsfw_list a:hover .jsfw_txt p { color: #fff;}

.jsfw_list a:hover .jsfw_txt .sj1{border-right:20px solid #FD9B02;}

.jsfw_list a:hover .jsfw_txt .sj2{border-left:20px solid #FD9B02;}

/* 流程 */

.process{background: #f1f1f1;padding: 50px 0 60px;}

.process ul{padding: 30px 0 0; display: flex; justify-content: space-between;}

.process ul li{text-align: center;font-size: 18px;color: #333;background: url(../images/liuc_ico07.png) no-repeat left ; flex: 1;}

.process ul li em{width: 50px;height: 50px;display: block;line-height: 0;overflow: hidden;margin: 0 auto 5px;}

.process ul li em img{width: 50px;height: 50px;}

.process ul li:first-child{background: none;}

.process ul li:hover em{-webkit-animation:hover-anima 0.75s linear;animation:hover-anima 0.75s linear;}

@-webkit-keyframes hover-anima {

    10% {

      -webkit-transform: translateX(3px) rotate(2deg);

      transform: translateX(3px) rotate(2deg);

    }

    20% {

      -webkit-transform: translateX(-3px) rotate(-2deg);

      transform: translateX(-3px) rotate(-2deg);

    }

    30% {

      -webkit-transform: translateX(3px) rotate(2deg);

      transform: translateX(3px) rotate(2deg);

    }

    40% {

      -webkit-transform: translateX(-3px) rotate(-2deg);

      transform: translateX(-3px) rotate(-2deg);

    }

    50% {

      -webkit-transform: translateX(2px) rotate(1deg);

      transform: translateX(2px) rotate(1deg);

    }

    60% {

      -webkit-transform: translateX(-2px) rotate(-1deg);

      transform: translateX(-2px) rotate(-1deg);

    }

    70% {

      -webkit-transform: translateX(2px) rotate(1deg);

      transform: translateX(2px) rotate(1deg);

    }

    80% {

      -webkit-transform: translateX(-2px) rotate(-1deg);

      transform: translateX(-2px) rotate(-1deg);

    }

    90% {

      -webkit-transform: translateX(1px) rotate(0);

      transform: translateX(1px) rotate(0);

    }

    100% {

      -webkit-transform: translateX(-1px) rotate(0);

      transform: translateX(-1px) rotate(0);

    }

  }

  @keyframes hover-anima {

    10% {

      -webkit-transform: translateX(3px) rotate(2deg);

      transform: translateX(3px) rotate(2deg);

    }

    20% {

      -webkit-transform: translateX(-3px) rotate(-2deg);

      transform: translateX(-3px) rotate(-2deg);

    }

    30% {

      -webkit-transform: translateX(3px) rotate(2deg);

      transform: translateX(3px) rotate(2deg);

    }

    40% {

      -webkit-transform: translateX(-3px) rotate(-2deg);

      transform: translateX(-3px) rotate(-2deg);

    }

    50% {

      -webkit-transform: translateX(2px) rotate(1deg);

      transform: translateX(2px) rotate(1deg);

    }

    60% {

      -webkit-transform: translateX(-2px) rotate(-1deg);

      transform: translateX(-2px) rotate(-1deg);

    }

    70% {

      -webkit-transform: translateX(2px) rotate(1deg);

      transform: translateX(2px) rotate(1deg);

    }

    80% {

      -webkit-transform: translateX(-2px) rotate(-1deg);

      transform: translateX(-2px) rotate(-1deg);

    }

    90% {

      -webkit-transform: translateX(1px) rotate(0);

      transform: translateX(1px) rotate(0);

    }

    100% {

      -webkit-transform: translateX(-1px) rotate(0);

      transform: translateX(-1px) rotate(0);

    }

  }

  /* 新闻 */

.news-box { margin-top: 60px;}

.news dl { display: flex; margin-top: 40px; min-width: 0;}

.news dl dt { flex: 1;min-width: 0;}

.news dl dd{padding: 10px 0 0; flex: 1;min-width: 0; margin-left: 60px;}

.news dl dd b{height: 50px;line-height: 50px;overflow: hidden;padding: 15px 0 0;}

.news dl dd b a{font-size: 28px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.news_desc{font-size: 14px;color: #666;line-height: 26px;padding: 10px 0 0;}

.news dl dd span{display: block;padding: 15px 0 0;line-height: 30px;}

.news dl dd span a{font-size: 14px;color: #565458;}

.news dl dd span a:hover{color: #004098;font-weight: bold;}

.news-two ul {display: flex; flex-wrap: wrap; padding: 0;  border-top: 1px solid #f1f1f1; margin-top: 30px; }

.news-two ul li { width: 50%; }

.news-two a{ display: flex;  align-items: center; justify-content: center;  padding:10px 0; transition: .3s;  }



.news-two a:hover .day, .news-two a:hover .newscon b { color: #004098;}



.day {

color: #666;

flex: 1;

height: 80px;

margin: 7px 0;

font-size: 14px;

display: flex;

align-items: center;

justify-content: center;

flex-wrap: wrap;

min-width: 0;

}

.day span {

 font-size: 36px;

 width: 100%;

 color: #666;

 text-align: center;

 font-weight:bold;

}

.day p{ width: 100%;	text-align: center;}

.newscon {

flex: 4;

padding-left: 20px;

min-width: 0;

}



.newscon b {

padding-bottom: 10px;

font-size: 15px;

color: #333;

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



}

.newscon p {



text-align: left;

line-height: 24px;

font-size: 14px;

overflow: hidden;

text-overflow: ellipsis;

-webkit-box-orient: vertical;

-webkit-line-clamp: 1;

display: -webkit-box;





}

/*返回顶部*/



.scroll {

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    position: fixed;

    right: 45px;

    bottom: 70px;

    color: #fff;

    cursor: pointer;

    background:#004098;

    font-size: 26px;

 

}





/*底部footer*/

.footer {

    background:#2A2D33;

    margin-top: 80px;

    border-top:8px solid #004098;

}



.foot {

    padding: 60px 0;



}



.foot b {

    font-size: 22px;

    color: #fff;

    display: block;

    text-transform: uppercase;

    margin-bottom: 32px;

    padding-bottom: 15px;

   



}



.foot span {

    color: #fff;

    font-size: 20px;

    padding-bottom: 16px;





   

}

.foot .ft-nav { width: 26%; margin-right:5%; border-right: 1px solid rgba(255,255,255,.2); height: 194px;}

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

.foot .ft-contact { width: 32%; border-right: 1px solid rgba(255,255,255,.2); height: 194px;}



.foot .ft-contact p {

    width: 100%;

    color: #fff;

    font-size: 15px;

    margin-bottom:10px;

}





.foot .ewm{ margin-top:35px;  margin:0 1%;}

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

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

}