*{margin: 0;padding: 0;box-sizing: border-box;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{/* font-family: 'Noto Sans SC','思源宋体 CN','宋体','simsun','新宋体' */ /* 'CTBiaoSongSJ', ;*/margin: 0;padding: 0;}
ul li{list-style: none;}
a{text-decoration: none;color: #000;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;line-height: 30px;padding: 10px;}
input{outline: none;}
textarea{resize: none;outline: none;}
iframe{display: block;width: 800px;height: 600px;border: 0;margin: 0 auto;}
html,body{min-width: 1263px;}

/* ::-webkit-input-placeholder{color: #201f1d;}
::-moz-placeholder{color: #201f1d;}
:-moz-placeholder{color: #201f1d;} */

/*浮动*/
.f_le{float: left;}
.f_ri{float: right;}
/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*定位*/
.p_re{position: relative;}
.p_ab{position: absolute;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox11{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;} /*横向弹性*/
.flexbox22{display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/* 文字分栏 */
.column{column-width:300px;-moz-column-width:300px; /* Firefox */-webkit-column-width:300px; /* Safari and Chrome */
    column-count:; /* 列数 */
    column-gap:; /* 列间距 */
    column-rule:; /* 分隔线 */
}

/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.txthide2{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-overflow: ellipsis; overflow: hidden;/* text-align: justify; */}
.txthide3{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-overflow: ellipsis; overflow: hidden;/* text-align: justify; */}
/*.txthide_2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}*/

.pic{width: 300px;height: 200px;overflow: hidden;position: relative;}
.pic img{display: block;width: 100%;height: auto;min-height: 100%;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);}

/*宽度*/
.wrapper{width: 1200px;margin: 0 auto;}
.n-wrapper{width: 75%;min-width: 1260px;margin: 0 auto;}



/* 导航 */
.header{width: 100%;background: #fff;}
.header .logo{display: block;float: left;height: 100px;width: 470px;line-height: 100px;overflow: hidden;}
.header .logo img{display: inline-block;/* height: 100%; */width: 100%;vertical-align: middle;}
.header .nav{float: right;height: 100px;}
.header .nav li{float: left;height: 100px;position: relative;margin-left: 60px;}
.header .nav li a.na{display: block;height: 100%;line-height: 100px;font-size: 18px;color: #333333;position: relative;}
.header .nav li a.na:after{content: '';display: block;margin: 0 auto;width: 0;height: 3px;background: #0e96d4;position: absolute;bottom: 0;left: 0;right: 0;transition: .5s;}
.header .nav .drop-down{width: 136px;background: rgba(0,0,0,.5);position: absolute;top: 100px;left: 50%;margin-left: -68px;z-index: 6;padding: 15px 0;display: none;}
.header .nav .drop-down a{display: block;width: 100%;padding: 15px 10px;font-size: 16px;line-height: 25px;color: #fff;text-align: center;transition: .5s;}

.header .nav li:hover a.na:after{width: 100%;}
.header .nav li.active a.na:after{width: 100%;}
.header .nav .drop-down a:hover{background: rgba(0,0,0,.3);}

@media screen and (max-width: 1680px) {
	.header .logo{width: 400px;}
	.header .nav li{margin-left: 48px;}
}



/* 底部 */
.footer{width: 100%;background: #404040;padding: 25px 0 30px;color: #fff;}
.footer .title{font-size: 18px;line-height: 30px;margin-bottom: 10px;}

.footer .box1{width: 286px;padding-right: 40px;background: url(../images/a09.png) right center no-repeat;}
.footer .box1 .logo_foot{display: block;margin-bottom: 20px;}
.footer .box1 p{text-align: justify;line-height: 30px;margin-bottom: 20px;}
.footer .box1 a{display: block;width: 150px;height: 35px;background: #fff;border-radius: 8px;overflow: hidden;text-align: center;line-height: 35px;font-size: 16px;color: #0e96d4;transition: .5s;}
.footer .box1 a:hover{background: #0e96d4;color: #fff;}

.footer .box2{width: 340px;background: url(../images/a09.png) right center no-repeat;padding-top: 30px;position: relative;}
.footer .box2:after{content: '';display: block;width: 1px;height: 102px;background: url(../images/a09.png) center center no-repeat;position: absolute;margin: auto auto auto 140px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.footer .box2 .item{width: 140px;float: left;margin-right: 60px;}
.footer .box2 .item:last-child{margin-right: 0;}
.footer .box2 .item a{display: block;width: 100%;position: relative;padding-left: 20px;color: #fff;font-size: 14px;line-height: 25px;margin-bottom: 10px;}
.footer .box2 .item a:last-child{margin-bottom: 0;}
.footer .box2 .item a:after{content: '';display: block;width: 6px;height: 12px;background: url(../images/ico01.png) center center no-repeat;margin: auto 0;position: absolute;top: 0;bottom: 0;left: 0;}

.footer .box3{width: 310px;background: url(../images/a09.png) right center no-repeat;padding-top: 30px;padding-right: 50px;}
.footer .box3 .ico{display: block;width: 33px;height: 33px;margin: auto 0;}
.footer .box3 .txt{width: calc(100% - 40px);font-size: 14px;line-height: 20px;text-align: justify;margin: auto 0;}

.footer .box4{width: 100px;padding-top: 40px;text-align: center;}
.footer .box4 img{display: block;width: 100%;height: 100px;background: #fff;}

.copyright{width: 100%;background: #404040;text-align: center;font-size: 14px;color: rgba(255,255,255,.8);line-height: 40px;border-top: 1px solid #8c8c8c;}
.copyright a{color: rgba(255,255,255,.8);transition: .5s;}
.copyright a:hover{color: rgba(255,255,255,1);}



/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;display: block;}
.banner .swiper-pagination{position: absolute;bottom: 25px;}
.banner .swiper-pagination-bullet{width: 68px;height: 3px;opacity: .5;background: #fff;border-radius: 0;margin: 0 10px!important;}
.banner .swiper-pagination-bullet-active{opacity: 1;}



/* 首页标题 */
.n-titBox{width: 100%;text-align: center;margin-bottom: 50px;}
.n-titBox span{display: inline-block;vertical-align: middle;margin: 0 18px;}
.n-titBox img{display: inline-block;vertical-align: middle;}
.n-titBox .title{font-size: 30px;color: #0e96d4;line-height: 50px;}
.n-titBox .title img{width: 22px;height: 19px;}
.n-titBox .ftitle{font-size: 18px;color: #999999;text-transform: uppercase;line-height: 35px;}
.n-titBox .ftitle img{width: 61px;height: 10px;}



/* 首页 关于云谷 */
.n-about{padding: 70px 0 80px;}
.n-about .na-left{width: 1010px;float: left;}
.n-about .na-left .pic{width: 520px;height: 345px;float: left;}
.n-about .na-left .cont{width: 470px;float: right;height: 345px;padding-top: 20px;}
.n-about .na-left .cont p{font-size: 16px;color: #666666;text-align: justify;line-height: 30px;}
.n-about .na-left .cont a{display: block;width: 180px;height: 50px;border: 1px solid #1a87c5;border-radius: 5px;text-align: center;line-height: 48px;font-size: 20px;color: #1a87c5;text-transform: uppercase;margin: 70px auto 0;transition: .5s;}
.n-about .na-left .cont a:hover{background: #1a87c5;color: #fff;}
.n-about .na-right{width: 165px;height: 345px;float: right;border-left: 2px solid #f5eeed;padding-left: 25px;}
.n-about .na-right a{display: block;width: 100%;height: 60px;text-align: center;line-height: 60px;border-radius: 5px;background: #fff;box-shadow: 0px 2px 6px 0px rgba(73, 70, 70, 0.13);font-size: 18px;color: #333333;margin-bottom: 82.5px;transition: .5s;position: relative;}
.n-about .na-right a:last-child{margin-bottom: 0;}
.n-about .na-right a:after{content: '';display: block;width: 10px;height: 10px;border-radius: 100%;background: #e6e6e6;position: absolute;left: -31px;transition: .5s;}
.n-about .na-right a:nth-child(1):after{top: 0;}
.n-about .na-right a:nth-child(2):after{top: 0;bottom: 0;margin: auto 0;}
.n-about .na-right a:nth-child(3):after{bottom: 0;}
.n-about .na-right a:hover{background: #0e96d4;color: #fff;}
.n-about .na-right a:hover:after{background: #0e96d4;}
.n-about .na-right a.active{background: #0e96d4;color: #fff;font-weight: bold}
.n-about .na-right a.active:after{background: #0e96d4;}



/* 首页 产品介绍 */
.n-product{width: 100%;background: url(../images/bj01.jpg) top center no-repeat;padding: 50px 0;min-height: 388px;}
.n-product .n-titBox .title{color: #fff;}
.n-product .n-titBox .ftitle{color: #fff;}
.n-product .npNav{text-align: center;margin-bottom: 35px;}
.n-product .npNav a{display: inline-block;width: 200px;height: 52px;line-height: 48px;border: 1px solid #0e96d4;background: #fff;margin: 0 5px;overflow: hidden;font-size: 20px;color: #0e96d4;transition: .5s;}
.n-product .npNav a:nth-child(1){border-radius: 15px 0 0 0;}
.n-product .npNav a:nth-child(3){border-radius: 0 15px 0 0;}
.n-product .npNav a .ico{display: inline-block;width: 30px;height: 30px;vertical-align: middle;position: relative;margin-right: 5px;overflow: hidden;}
.n-product .npNav a .ico img{display: block;width: 100%;position: absolute;top: 0;}
.n-product .npNav a .txt{vertical-align: middle;}
.n-product .npNav a:hover{background: #0e96d4;color: #fff;}
.n-product .npNav a:hover .ico img{-webkit-filter: drop-shadow(0 30px 0 #ffffff);filter: drop-shadow(0 30px 0 #ffffff);top: -30px;}
.n-product .npNav a.active{background: #0e96d4;color: #fff;}
.n-product .npNav a.active .ico img{-webkit-filter: drop-shadow(0 30px 0 #ffffff);filter: drop-shadow(0 30px 0 #ffffff);top: -30px;}
.n-product .np-box{width: 100%;height: 360px;overflow: hidden;position: relative;}
.n-product .npro-swiper{width: 100%;height: 360px;overflow: hidden;position: absolute;left: 0;right: 0;top: 360px;}
.n-product .npro-swiper-active{top: 0;}
.n-product .npro-swiper .swiper-slide{width: 385px;height: 259px;position: relative;overflow: hidden;background: #fff;}
.n-product .npro-swiper .swiper-slide a{display: block;width: 100%;height: 100%;}
.n-product .npro-swiper .swiper-slide .pic{width: 100%;height: 100%;}
.n-product .npro-swiper .swiper-slide .tit{background: rgba(0,0,0,.5);height: 60px;text-align: center;line-height: 60px;position: absolute;bottom: 0;left: 0;right: 0;font-size: 22px;color: #ffffff;padding: 0 10px;transition: .5s;}
.n-product .npro-swiper .swiper-pagination{bottom: 15px;}
.n-product .npro-swiper .swiper-pagination-bullet{width: 18px;height: 18px;border-radius: 18px;background: #777777;border: 1px solid #777777;background-clip: content-box;padding: 2px;opacity: 1;}
.n-product .npro-swiper .swiper-pagination-bullet-active{background: #0e96d4;border-color: #0e96d4;background-clip: content-box;padding: 2px;}

.n-product .npro-swiper .swiper-slide:hover .tit{background: rgba(14,150,212,.8);}



/* 首页 解决方案 */
.n-solutions{width: 100%;}
.n-solutions .ns-gray{width: 100%;background: #f5f5f5;}
.n-solutions .ns-cont{width: 50%;float: left;padding: 49px 0;}
.n-solutions .list{width: 100%;height: 183px;border-bottom: 1px solid #e5e5e5;transition: .5s;}
.n-solutions .list a{display: block;width: 600px;float: right;height: 100%;padding: 20px 0;}
.n-solutions .list .pic{display: block;width: 142px;height: 142px;border-radius: 100%;float: left;margin-right: 38px;}
.n-solutions .list .text{width: 350px;float: left;padding-top: 30px;margin-right: 15px;}
.n-solutions .list .tit{font-size: 18px;color: #333333;font-weight: bold;line-height: 30px;margin-bottom: 10px;transition: .5s;}
.n-solutions .list .desc{font-size: 16px;color: #666666;text-align: justify;line-height: 25px;}
.n-solutions .list .gd{display: none;float: left;margin-top: 62px;}
.n-solutions .list:hover{background: #fff;}
.n-solutions .list:hover .tit{color: #007dd0;}
.n-solutions .list:hover .gd{display: block;}
.n-solutions .list.active{background: #fff;}
.n-solutions .list.active .tit{color: #007dd0;}
.n-solutions .list.active .gd{display: block;}

.n-solutions .ns-print{width: 600px;float: left;height: 647px;overflow: hidden;}
.n-solutions .ns-print .pic{display: block;width: 100%;height: 100%;}



/* 首页 新闻资讯 */
.n-news{width: 100%;padding: 65px 0 85px;}
.n-news .new-swiper{width: 100%;overflow: hidden;position: relative;padding: 10px 0;}
.n-news .new-swiper .swiper-slide{width: 374px;box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.n-news .new-swiper .swiper-slide a{display: block;width: 100%;color: #2a2a2a;transition: .5s;}
.n-news .new-swiper .swiper-slide .pic{width: 100%;height: 251px;}
.n-news .new-swiper .swiper-slide .cont{width: 100%;height: 193px;padding: 30px 40px;border-bottom: 2px solid transparent;}
.n-news .new-swiper .swiper-slide time{display: block;font-size: 16px;line-height: 25px;margin-bottom: 10px;}
.n-news .new-swiper .swiper-slide .tit{font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.n-news .new-swiper .swiper-slide .desc{font-size: 16px;color: #6f6f6f;line-height: 25px;text-align: justify;}
/* .n-news .new-swiper .swiper-slide-active .cont{border-color: #0e96d4;}
.n-news .new-swiper .swiper-slide-active a{color: #0e96d4;}
.n-news .new-swiper .swiper-slide-active .desc{color: #0e96d4;} */
.n-news .new-swiper .swiper-slide:hover .cont{border-color: #0e96d4;}
.n-news .new-swiper .swiper-slide:hover a{color: #0e96d4;}
.n-news .new-swiper .swiper-slide:hover .desc{color: #0e96d4;}
.n-news .swiper-button-next, .n-news .swiper-button-prev{width: 20px;height: 38px;overflow: hidden;margin-top: -19px;outline: none;}
.n-news .swiper-button-next:after, .n-news .swiper-button-prev:after{display: none;}
.n-news .swiper-button-next{right: -60px;background: url(../images/ico05.png) center center no-repeat;background-size: 100% 100%;}
.n-news .swiper-button-prev{left: -60px;background: url(../images/ico04.png) center center no-repeat;background-size: 100% 100%;}

.n-news .more{display: block;width: 180px;height: 50px;border: 1px solid #1a87c5;border-radius: 5px;text-align: center;line-height: 48px;font-size: 20px;color: #1a87c5;text-transform: uppercase;margin: 40px auto 0;transition: .5s;}
.n-news .more:hover{background: #1a87c5;color: #fff;}

@media screen and (max-width: 1360px) {
	.n-news .swiper-button-next, .n-news .swiper-button-prev{width: 38px;border-radius: 100%;background: rgba(255,255,255,.5);box-shadow: 0 0 5px rgba(0,0,0,.1);}
	.n-news .swiper-button-next{right: -10px;}
	.n-news .swiper-button-prev{left: -10px;}
}



/* 面包屑 */
.crumbs{width: 100%;background: #ededed;height: 76px;overflow: hidden;}

.crumbs .m-crumb{max-width: 300px;float: right;height: 76px;line-height: 76px;font-size: 14px;color: #666666;}
.crumbs .m-crumb a{color: #666666;}
.crumbs .m-crumb i{font-family: 'simsun';font-style: normal;}
.crumbs .m-crumb span{color: #0e96d4;}
.crumbs .m-crumb a:hover{color: #0e96d4;}

.slideNav{max-width: 800px;height: 76px;float: left;}
.slideNav a{display: block;float: left;font-size: 18px;color: #666666;height: 76px;line-height: 76px;position: relative;margin-right: 50px;transition: .5s;}
.slideNav a:last-child{margin-right: 0;}
.slideNav a:after{content: '';display: block;width: 0;height: 2px;background: #0e96d4;margin: 0 auto;position: absolute;bottom: 0;left: 0;right: 0;transition: .5s;}
.slideNav a:hover{color: #0e96d4;}
.slideNav a:hover:after{width: 100%;}
.slideNav a.active{color: #0e96d4;}
.slideNav a.active:after{width: 100%;}



/* 内页 */
.n-out{padding: 65px 0 100px;}
.article{width: 100%;font-size: 16px;color: #666666;line-height: 2;text-align: justify;}
.article img{max-width: 100%;}
.article iframe{display: block;width: 600px;height: 450px;margin: 15px auto;border: 0;}



/* 企业介绍 */
.about{}



/* 荣誉获得 */
.honor .list{width: 388px;float: left;margin-right: 18px;}
.honor .list:nth-child(3n){margin-right: 0;}
.honor .list a{display: block;width: 100%;}
.honor .list .pic{display: block;width: 100%;height: 265px;}
.honor .list .tit{width: 100%;text-align: center;height: 80px;line-height: 80px;font-size: 22px;color: #222222;transition: .5s;}
.honor .list:hover .tit{color: #0e96d4;}



/* 知识产权 */
.property table{text-align: center;}
.property table th{background: #0e96d4;color: #fff;font-size: 20px;/* font-weight: 400; */line-height: 35px;height: 70px;}
.property table td{font-size: 16px;color: #202020;line-height: 25px;padding: 8px 10px;}
.property table tr:nth-child(odd){background: rgba(14,150,212,.1);}



/* 研发中心 */
.research article{margin-bottom: 40px;}
.research .pic{width: 578px;height: 319px;float: left;margin-bottom: 40px;transition: .5s;}
.research .pic:nth-child(2n){float: right;}
.research .pic:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.2);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/* 招贤纳士 */
.recruiting .list{width: 1104px;border-left: 1px solid #0e96d4;padding: 85px 0 40px;position: relative;margin-left: 96px;}
.recruiting .list .tit{width: 195px;height: 63px;text-align: center;background: url(../images/bj02.png) center center no-repeat;background-size: 100% 100%;padding-top: 18px;line-height: 45px;color: #fff;font-weight: bold;font-size: 24px;position: absolute;top: -18px;left: -96px;}
.recruiting .list .r-pic{width: 376px;float: right;margin-left: 60px;border: 1px solid #dcdcdc;}
.recruiting .list .r-pic img{width: 100%;display: block;}
.recruiting .list article{padding-left: 40px;}
.recruiting .list:last-child:before{content: '';display: block;width: 30px;height: 30px;background: url(../images/ico09.png) center center no-repeat;background-size: 100% 100%;position: absolute;bottom: -15px;left: -16px;}



/* 产品介绍 */
.product .list{width: 100%;/* height: 254px; */margin-bottom: 35px;border-bottom: 1px solid #dcdcdc;padding-bottom: 35px;}
.product .list a{display: block;width: 100%;}
.product .list .pic{display: block;width: 300px;height: 254px;float: left;margin-right: 30px;}
.product .list .pic img{width: auto;max-width: 100%;min-width: auto;height: 100%;}
/* .product .list .tit{height: 98px;font-size: 30px;color: #333333;line-height: 70px;padding-top: 28px;transition: .5s;}
.product .list .cont{height: 156px;background: #f4f4f4;padding: 25px 38px;} */
.product .list .cont{width: 870px;height: 254px;padding: 0;float: right;}
.product .list .tit{height: 98px;font-size: 30px;color: #333333;line-height: 70px;padding-top: 28px;transition: .5s;}
.product .list .desc{font-size: 16px;color: #666666;text-align: justify;line-height: 30px;margin-bottom: 10px;}
.product .list .gd{display: inline-block;width: 110px;height: 30px;border: 1px solid #1a87c5;text-align: center;line-height: 28px;font-size: 16px;color: #1a87c5;text-transform: uppercase;transition: .5s;}
.product .list:hover .tit{color: #1a87c5;}
.product .list:hover .gd{background: #1a87c5;color: #fff;}



/* 产品介绍 详情 */
.productContent .pic{width: 440px;height: 495px;border: 20px solid #dcdcdc;background: #fff;float: left;margin: 0 75px 50px 0;}
.productContent article{padding-top: 65px;font-size: 20px;}
.productContent .tit{font-size: 24px;font-weight: bold;color: #555555;line-height: 45px;margin-bottom: 10px;}
.productContent .txt{column-width:300px;-moz-column-width:300px;-webkit-column-width:300px;column-count: 3;column-gap: 30px;font-size: 20px;color: #666666;line-height: 35px;padding: 0 30px;}
.productContent .txt p{position: relative;padding-left: 20px;margin-bottom: 15px;}
.productContent .txt p:before{content: '';display: block;width: 8px;height: 8px;background: #959595;position: absolute;margin: auto 0;top: 0;bottom: 0;left: 0;}



/* 解决方案 */
.solutions .s-title{font-size: 24px;color: #555555;font-weight: bold;line-height: 40px;margin-bottom: 20px;}
.solutions article{font-size: 20px;margin-bottom: 35px;line-height: 35px;}



/* 成功案例 */
.case .caseNav{margin-bottom: 60px;}
.case .caseNav a{display: block;width: 150px;height: 50px;line-height: 50px;background: #e1e1e1;font-size: 22px;color: #626262;margin: 0 25px 15px 0;text-align: center;float: left;transition: .5s;}
.case .caseNav a:nth-child(7n){margin-right: 0;}
.case .caseNav a:hover{background: #0088cc;color: #fff;}
.case .caseNav a.active{background: #0088cc;color: #fff;}

.case .list{width: 387px;float: left;margin: 0 19.5px 40px 0;position: relative;height: 342px;background: #eaeaea;position: relative;overflow: hidden;}
.case .list:nth-child(3n){margin-right: 0;}
.case .list a{display: block;width: 100%;}
.case .list .pic{width: 100%;height: 262px;}
.case .list .cont{width: 100%;height: 170px;background: #eaeaea;position: absolute;top: 262px;left: 0;right: 0;padding: 10px 40px;color: #444444;text-align: center;transition: .5s;}
.case .list .tit{font-size: 20px;line-height: 60px;margin-bottom: 10px;}
.case .list .desc{font-size: 16px;line-height: 25px;margin-bottom: 10px;}
.case .list .gd{display: block;width: 33px;height: 33px;margin: 0 auto;}

.case .list:hover .cont{top: 172px;background: #0e96d4;color: #fff;}
.case .list:hover .tit{line-height: 35px;}



/* 新闻资讯 */
.news .newHot{width: 100%;overflow: hidden;position: relative;margin-bottom: 85px;}
.news .newHot .swiper-slide{width: 100%;}
.news .newHot .swiper-slide a{display: block;width: 100%;}
.news .newHot .tit{font-size: 32px;color: #222222;line-height: 48px;margin-bottom: 40px;transition: .5s;}
.news .newHot time{display: block;font-size: 36px;color: #0e96d4;border-bottom: 1px solid #0e96d4;line-height: 48px;padding-bottom: 30px;margin-bottom: 35px;}
.news .newHot article{width: 720px;margin: auto 0;font-size: 18px;color: #555555;text-align: justify;line-height: 2;}
.news .newHot .pic{display: block;width: 415px;height: 271px;margin: auto 0;}
.news .newHot .swiper-button-next{width: 24px;height: 45px;background: url(../images/ico11.png) center center no-repeat;margin: 0;position: absolute;right: 0;top: 80px;}
.news .newHot .swiper-button-next:after{display: none;}
.news .newHot .swiper-slide:hover .tit{color: #0e96d4;}

.news .list{width: 100%;margin-bottom: 60px;}
.news .list a{display: block;width: 100%;}
.news .list .time{width: 132px;height: 158px;border: 1px solid #cccccc;background: #cccccc;text-align: center;float: left;transition: .5s;}
.news .list .time p{font-size: 40px;color: #ffffff;line-height: 116px;}
.news .list .time time{display: block;line-height: 40px;font-size: 18px;color: #cccccc;background: #fff;}
.news .list .cont{width: 1010px;float: right;padding-top: 15px;}
.news .list .tit{font-size: 30px;color: #222222;line-height: 45px;margin-bottom: 20px;transition: .5s;}
.news .list .desc{font-size: 16px;color: #555555;text-align: justify;line-height: 28px;transition: .5s;}
.news .list:hover .time{background: #0e96d4;border-color: #0e96d4;}
.news .list:hover .time time{color: #0e96d4;}
.news .list:hover .tit{color: #0e96d4;}
.news .list:hover .desc{color: #0e96d4;}



/* 联系我们 */
.contact .c-gray{width: 100%;background: #e6e6e6;padding: 100px 0 60px;margin-bottom: 40px;}
.contact .c-gray .item{width: 350px;min-height: 300px;background: #fff;box-shadow: 0 0 15px rgba(0,0,0,.1);text-align: center;padding: 100px 40px 20px;position: relative;color: #1a1a1a;transition: .5s;}
.contact .c-gray .item .ico{display: block;position: absolute;left: 0;right: 0;top: -70px;margin: 0 auto;}
.contact .c-gray .item .tit{font-size: 30px;line-height: 40px;margin-bottom: 15px;}
.contact .c-gray .item .txt{font-size: 20px;line-height: 32px;}
.contact .c-gray .item:nth-child(1):hover{color: #ffa623;}
.contact .c-gray .item:nth-child(2):hover{color: #92c53c;}
.contact .c-gray .item:nth-child(3):hover{color: #44c3d6;}
.contact .map{height: 475px;background: #e6e6e6;overflow: hidden;}
.contact .map iframe{display: block;width: 100%;height: 100%;border: 0;}



/* 详情 */
.content h3{font-size: 24px;color: #444;font-weight: bold;text-align: center;line-height: 38px;margin-bottom: 10px;}
.content time{display: block;text-align: center;font-size: 16px;color: #666;line-height: 25px;margin-bottom: 35px;}




/* 上下页 */
.m-clips{margin: 60px 0 0;font-size: 16px;color: #444;line-height: 35px;border-top: 1px solid #dcdcdc;padding-top: 45px;}
.m-clips a{color: #444;line-height: 35px;}



/*效果  hover滑动效果*/
/* animation-name:fadeInUp;animation-delay: 0.1s; */
.y{box-shadow: 5px 5px 10px #535c8c;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.r{transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);box-shadow: 5px 5px 10px #888;}
.x{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.c{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);}
@media screen and (max-width: 1360px) {}
