*{margin: 0;padding: 0;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{font-family: '微软雅黑';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: 1345px;}

/* ::-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{ 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{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: 1332px;margin: 0 auto;}



/* 顶部 */
.n-top{width: 100%;background: #fff;padding: 20px 0;}
.n-top .logo{display: block;width: 208px;float: left;}
.n-top .logo img{display: block;width: 100%;}
.n-top .logo h1{display: none;}

.n-search{width: 316px;float: right;height: 40px;box-sizing: border-box;border: 2px solid #3d6ebc;margin-top: 7px;}
.n-search form{display: block;width: 100%;height: 100%;}
.n-search .sinp{width: 264px;height: 36px;border: 0;box-sizing: border-box;padding: 0 15px;display: block;float: left;font-size: 12px;color: #3d6ebc;}
.n-search .sbtn{width: calc(100% - 264px);height: 36px;border: 0;display: block;float: right;background: #3d6ebc;font-size: 12px;color: #fff;}

.n-phone{float: right;margin-left: 70px;margin-top: 7px;}
.n-phone .np-txt{text-align: right;font-size: 12px;color: #aeaeae;text-transform: uppercase;margin-bottom: 5px;}
.n-phone .np-dh{color: #666666;font-size: 18px;height: 20px;line-height: 20px;}
.n-phone .np-dh img{height: 20px;vertical-align: middle;}
.n-phone .np-dh span{height: 20px;line-height: 20px;display: inline-block;}



/* 导航 */
.header{width: 100%;background: #dbdbdb;height: 55px;line-height: 55px;}
.header li{display: block;float: left;position: relative;}
.header li a.na{display: block;font-size: 16px;color: #666666;padding: 0 35px;transition: .5s;}
.header li:hover a.na{background: #3d6ebc;color: #fff;}
.header li.active a.na{background: #3d6ebc;color: #fff;}

.header .drop-down{display: none;position: absolute;top: 55px;left: 0;right: 0;background: #3d6ebc;z-index: 3;}
.header .drop-down a{display: block;width: 100%;line-height: 55px;border-bottom: 1px solid rgba(255,255,255,.5);text-align: center;font-size: 16px;color: #fff;transition: .5s;}
.header .drop-down a:hover{background: rgba(0,0,0,.1);}



/* 底部 */
.footer{width: 100%;height: 359px;background: url(../images/bj_foot.jpg) center center no-repeat;box-sizing: border-box;padding: 35px 0;}
.footer .wrapper{height: 100%;}
.footer .logo-foot{display: block;margin-bottom: 10px;}
.footer .text{max-width: 900px;font-size: 14px;color: #ffffff;line-height: 25px;margin: auto 0;}
.footer .qrcode{width: 110px;height: 110px;background: #fff;margin: auto 0;}
.footer .qrcode img{display: block;width: 100%;}

.copyright{height: 50px;background: #000;font-size: 12px;color: #ffffff;text-align: center;line-height: 50px;}
.copyright a{font-size: 12px;color: #fff;}



/*轮播*/
.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: 12px;height: 12px;opacity: 1;background: #fff;}
.banner .swiper-pagination-bullet-active{width: 40px;height: 12px;opacity: 1;border-radius: 12px;background: #15499a;}

.thumbs{width: 100%;background: #1666a4;}
.gallery-thumbs{margin: 0 auto;overflow: hidden;position: relative;}
.gallery-thumbs .swiper-slide{cursor: pointer;position: relative;transition: .5s;}
.gallery-thumbs .swiper-slide .ico{display: block;width: 110px;margin: auto 15px auto 0;}
.gallery-thumbs .swiper-slide .text{margin: auto 0;width: 231px;color: #fff;}
.gallery-thumbs .swiper-slide .tit{font-size: 21px;font-weight: bold;line-height: 35px;}
.gallery-thumbs .swiper-slide .desc{font-size: 14px;line-height: 22px;text-align: justify;}
.gallery-thumbs .swiper-slide:before{content: '';display: block;width: 1px;height: 55px;background: #fff;margin: auto 0;position: absolute;top: 0;bottom: 0;left: 0;}
.gallery-thumbs em{display: block;width: 1px;height: 55px;background: #fff;margin: auto 0;position: absolute;top: 0;bottom: 0;right: 0;z-index: 3;}
.gallery-thumbs .swiper-slide-thumb-active{background: #204583;}
.gallery-thumbs .swiper-slide:hover{background: #204583;}


.n-banner{width: 100%;border-bottom: 40px solid #a1a1a1;}
.n-banner img{display: block;width: 100%;}



/* 首页 关于我们 */
.n-about{width: 100%;height: 400px;background: url(../images/bj_01.jpg) center center no-repeat;box-sizing: border-box;padding: 60px 0 50px;}
.n-about .cont{width: 895px;float: right;}
.n-about .n-title{display: block;margin-bottom: 22px;}
.n-about .desc{font-size: 14px;color: #555555;text-align: justify;line-height: 25px;margin-bottom: 15px;}
.n-about .na-pic{display: block;}
.n-about .n-more{display: block;float: right;width: 78px;height: 16px;margin-top: 35px;transition: .5s;}
.n-about .n-more img{display: block;width: 100%;}
.n-about .n-more:hover{-webkit-transform: translateX(-10px);-moz-transform: translateX(-10px);-ms-transform: translateX(-10px);-o-transform: translateX(-10px);transform: translateX(-10px);}


/* 首页 标题 */
.n-titbox{width: 100%;position: relative;text-align: center;margin-bottom: 30px;}
.n-titbox .ftitle{font-size: 41px;color: #2e85ba;display: block;text-transform: uppercase;line-height: 55px;}
.n-titbox .title{font-size: 22px;color: #383838;display: block;line-height: 30px;}
.n-titbox em{display: block;width: 475px;height: 1px;background: #1666a4;position: absolute;top: 50%;}
.n-titbox em.line1{left: 0;/* right: 475px; */}
.n-titbox em.line2{right: 0;}


/* 首页 业务领域 */
.n-business{width: 100%;padding: 75px 0;}

.n-business .picScroll{width: 100%;overflow: hidden;position: relative;}
.n-business .picScroll .bd{width: 1146px;margin: 0 auto;overflow: hidden;}
.n-business .picScroll .bd ul{}
.n-business .picScroll .bd li{width: 358px;float: left;margin-right: 36px;}
.n-business .picScroll .bd li .pic{display: block;width: 100%;height: 131px;overflow: hidden;}
.n-business .picScroll .bd li .pic img{display: block;width: 100%;transition: .5s;}
.n-business .picScroll .bd li .tit{/* display: block; */width: 100%;height: 90px;background: #f5f5f5;padding: 5px 10px;box-sizing: border-box;font-size: 16px;color: #535353;font-weight: bold;line-height: 20px;}
.n-business .picScroll .bd li .tit span{display: block;margin: auto auto;}
.n-business .picScroll .hd{height: 0; position: absolute;top: 50%;left: 0;right: 0;}
.n-business .picScroll .hd a{display: block;width: 40px;height: 40px;overflow: hidden;position: absolute;top: 0;margin-top: -20px;cursor: pointer;}
.n-business .picScroll .hd a.prev{left: 0;}
.n-business .picScroll .hd a.next{right: 0;}
.n-business .picScroll .hd a img{display: block;width: 100%;}
.n-business .picScroll .bd li:hover .tit{color: #0d3e6b;}



/* 首页 案例展示 */
.n-case{width: 100%;padding: 50px 0 0;background: url(../images/bj_02.jpg) top center no-repeat;}

.n-case .n-titbox b{color: #fff;}
.n-case .n-titbox em{background: #fff;width: 300px;}

.n-case .picScroll{width: 100%;overflow: hidden;position: relative;background: #fff;padding: 50px 0 40px;}
.n-case .picScroll .bd{width: 1170px;margin: 0 auto;overflow: hidden;}
.n-case .picScroll .bd ul{}
.n-case .picScroll .bd li{width: 369px;float: left;margin-right: 31px;}
.n-case .picScroll .bd li .cont{display: block;width: 367px;border: 1px solid #eeeeee;padding-bottom: 25px;}
.n-case .picScroll .bd li .pic{display: block;width: 100%;height: 252px;overflow: hidden;margin-bottom: 25px;}
.n-case .picScroll .bd li .pic img{display: block;width: 100%;transition: .5s;}
.n-case .picScroll .bd li .tit{display: block;box-sizing: border-box;font-size: 16px;color: #535353;font-weight: bold;line-height: 30px;text-align: center;padding: 0 10px;transition: .5s;}
.n-case .picScroll .bd li .desc{font-size: 14px;color: #535353;text-align: center;line-height: 20px;height: 40px;padding: 0 10px;}
.n-case .picScroll .hd{height: 0; position: absolute;top: 50%;left: 0;right: 0;}
.n-case .picScroll .hd a{display: block;width: 40px;height: 40px;overflow: hidden;position: absolute;top: 0;margin-top: -20px;cursor: pointer;}
.n-case .picScroll .hd a.prev{left: 0;}
.n-case .picScroll .hd a.next{right: 0;}
.n-case .picScroll .hd a img{display: block;width: 100%;}
.n-case .more{display: block;width: 78px;height: 16px;margin: 28px auto 0;transition: .5s;}
.n-case .more img{display: block;width: 100%;}
.n-case .picScroll .bd li:hover .tit{color: #3d6ebc;}
.n-case .picScroll .bd li:hover .more{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}



/* 首页 新闻中心 */
.n-news{width: 100%;padding: 75px 0 85px;}

.n-news .n-titbox em{width: 358px;}

.n-news .nn-body{height: 224px;}
.n-news .list1{width: 616px;margin-right: 100px;height: 112px;float: left;box-sizing: border-box;border-bottom: 1px solid #e7e7e7;padding-top: 10px;}
.n-news .list1 .pic{display: block;width: 142px;height: 88px;float: left;overflow: hidden;}
.n-news .list1 .pic img{display: block;width: 100%;height: 100%;transition: .5s;}
.n-news .list1 .cont{width: 450px;float: right;box-sizing: border-box;position: relative;}
.n-news .list1 .cont .tit{width: 340px;font-size: 14px;color: #535353;font-weight: bold;line-height: 25px;margin-bottom: 15px;transition: .5s;}
.n-news .list1 .cont .desc{font-size: 14px;color: #8a8a8a;text-align: justify;line-height: 25px;}
.n-news .list1 .time{width: 70px;height: 50px;position: absolute;top: -20px;right: 0;text-align: center;font-size: 12px;color: #8a8a8a;line-height: 20px;}
.n-news .list1 .time b{display: block;width: 100%;font-size: 30px;color: #8a8a8a;height: 30px;line-height: 30px;}
.n-news .list1:hover .tit{color: #3d6ebc;}

.n-news .list{width: 616px;float: left;margin-right: 100px;height: 55px;border-bottom: 1px solid #e7e7e7;line-height: 55px;}
.n-news .list:nth-child(2){margin-right: 0;}
.n-news .list:nth-child(odd){margin-right: 0;}
.n-news .list a{display: block;height: 100%;font-size: 14px;color: #535353;font-weight: bold;width: 440px;float: left;transition: .5s;}
.n-news .list span{display: block;float: right;height: 100%;font-size: 14px;color: #8a8a8a;}
.n-news .list:hover a{color: #3d6ebc;}



/* 内页 */
.n-out{width: 100%;overflow: hidden;padding: 0 0 150px;background: url(../images/bj_03.jpg) bottom center no-repeat;}
.n-line{width: 305px;height: 75px;background: #1666a4;border-right: 1px solid #fff;float: left;margin-left: -295px;}

.slidebar{width: 265px;background: #ececec;min-height: 475px;float: left;}
.slidebar .slideTop{width: 100%;height: 75px;background: #1666a4;text-align: center;line-height: 75px;color: #fff;font-size: 22px;font-family: 'CTBiaoSongSJ','simsun','仿宋';font-weight: bold;}
.slidebar .slideTop small{text-transform: uppercase;}
.slidebar a{display: block;height: 41px;border-bottom: 1px solid #cccccc;box-sizing: border-box;padding: 0 15px 0 90px;position: relative;line-height: 40px;font-size: 14px;color: #727272;font-weight: bold;transition: .5s;}
.slidebar a em{display: block;width: 0;height: 0;border-width: 4px 0 4px 4px;border-style:solid;border-color:transparent transparent transparent #4f4f4f;position:absolute;top: 0;bottom: 0;left: 18px;margin: auto 0;}
.slidebar a:hover{color: #1666a4;}
.slidebar a.active{color: #1666a4;}

.n-right{width: calc(100% - 375px);float: right;padding-top: 60px;}

.titbox{color: #000;margin-bottom: 25px;}
.titbox .title{}
.titbox .title span{font-size: 30px;/* font-family: 'CTBiaoSongSJ','simsun'; */text-transform: capitalize;display: inline-block;margin-right: 10px;}
.titbox .title b{font-size: 18px;}
.titbox em{display: block;width: 65px;height: 1px;background: #dfdcdc;margin-top: 15px;}



/* 关于我们 */
.about{width: 100%;}
.about article{font-size: 14px;color: #727272;text-align: justify;line-height: 40px;}
.about article img{max-width: 100%;}
.about article iframe{display: block;width: 600px;height: 450px;border: 0;margin: 0 auto;}



/* 新闻中心 */
.news{}

.news .list{width: 100%;float: left;margin: 0 0 30px 0;}
/* .news .list:nth-child(2n){margin-right: 0;} */
.news .list .pic{display: block;width: 200px;height: 124px;overflow: hidden;float: left;position: relative;transition: .5s;}
.news .list .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%);}
.news .list .cont{display: block;width: calc(100% - 230px);float: right;}
.news .list .tit{font-size: 14px;color: #535353;float: left;font-weight: bold;width: calc(100% - 120px);line-height: 25px;margin-bottom: 10px;transition: .5s;}
.news .list .time{font-size: 13px;color: #8a8a8a;float: right;line-height: 25px;margin-bottom: 10px;}
.news .list em{clear: both;display: block;width: 100%;height: 1px;background: #e6e6e6;margin: 10px auto;}
.news .list .desc{font-size: 14px;color: #8a8a8a;line-height: 25px;text-align: justify;}
.news .list:hover .pic{-webkit-transform: translateX(-10px);-moz-transform: translateX(-10px);-ms-transform: translateX(-10px);-o-transform: translateX(-10px);transform: translateX(-10px);}
.news .list:hover .tit{color: #3d6ebc;}



/* 业务领域 */
.business{}

.business .list{width: 49%;float: left;margin-right: 2%;margin-bottom: 30px;transition: .5s;}
.business .list:nth-child(2n){margin-right: 0;}
.business .list .pic{display: block;width: 100%;height: 172px;overflow: hidden;}
.business .list .pic img{display: block;width: 100%;transition: .5s;}
.business .list .tit{/* display: block; */width: 100%;height: 90px;background: #f5f5f5;padding: 5px 10px;box-sizing: border-box;font-size: 16px;color: #535353;font-weight: bold;line-height: 20px;}
.business .list .tit span{display: block;margin: auto auto;}
.business .list:hover .tit{color: #3d6ebc;}
.business .list:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/* 案例展示 */
.case{}

.case .list{width: 49%;float: left;margin-right: 2%;margin-bottom: 30px;transition: .5s;}
.case .list:nth-child(2n){margin-right: 0;}
.case .list .cont{display: block;width: 100%;border: .01rem solid #eeeeee;padding-bottom: 25px;box-sizing: border-box;}
.case .list .pic{display: block;width: 100%;height: 338px;overflow: hidden;margin-bottom: 25px;}
.case .list .pic img{display: block;width: 100%;transition: .5s;}
.case .list .tit{display: block;box-sizing: border-box;font-size: 16px;color: #535353;font-weight: bold;line-height: 30px;text-align: center;padding: 0 10px;transition: .5s;}
.case .list .desc{font-size: 14px;color: #535353;text-align: center;line-height: 20px;height: 40px;padding: 0 10px;}
.case .list:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.case .list:hover .tit{color: #3d6ebc;}


/* 图片列表 */
.honor{}
.honor .list{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 30px;box-sizing: border-box;border: 1px solid #ddd;}
.honor .list:nth-child(4n){margin-right: 0;}
.honor .list a{display: block;width: 100%;}
.honor .list a img{display: block;width: 100%;}



/* 下载 */
.download{}
.download .list{width: 48%;float: left;margin: 0 4% 20px 0;border-bottom: 1px dashed #ddd;}
.download .list:nth-child(2n){margin-right: 0;}
.download .list a{display: block;width: 100%;height: 45px;line-height: 45px;font-size: 16px;color: #444;transition: .5s;}
.download .list:hover a{color: #3d6ebc;}



/* 搜索结果 */
.search{}
.search .list{width: 100%;border-bottom: 1px dashed #ddd;margin-bottom: 20px;}
.search .list a{display: block;width: 100%;height: 45px;line-height: 45px;font-size: 16px;color: #444;transition: .5s;}
.search .list:hover a{color: #3d6ebc;}



/* 详情 */
.content{}

.content h6{font-size: 20px;line-height: 35px;text-align: center;margin-bottom: 25px;color: #535353;}
.content article{width: 100%;font-size: 16px;color: #888;line-height: 28px;text-align: justify;min-height: 224px;}
.content article img{max-width: 100%;}
.content article iframe{display: block;width: 800px;height: 600px;border: 0;margin: 15px auto;}



/* 上下页 */
.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{font-size: #444;line-height: 35px;}



/* 面包屑导航 */
.t-crumb{height: 70px;overflow: hidden;line-height: 70px;}
.t-crumb .t-name{float: left;height: 70px;font-size: 30px;color: #1666a4;}
.t-crumb .m-crumb{height: 70px;float: right;line-height: 70px;font-size: 12px;color: #727272;}
.t-crumb .m-crumb a,.t-crumb .m-crumb i{color: #727272;}
.t-crumb .m-crumb span{color: #1666a4;}



/* 二级导航 */
.twoNav{width: 100%;height: 60px;background: #1666a4;margin-bottom: 35px;}
.twoNav a{display: block;font-size: 14px;color: #ffffff;line-height: 60px;margin-right: 120px;float: left;transition: .5s;}
.twoNav a:last-child{margin-right: 0;}
.twoNav a:hover{background: rgba(0,0,0,.1);padding: 0 30px;margin-right: 90px;}
.twoNav a.active{background: rgba(0,0,0,.1);padding: 0 30px;margin-right: 90px;}


.about-name{font-size: 20px;color: #232323;text-align: center;line-height: 35px;margin-bottom: 30px;}



/* 企业文化 */
.culture{}
.culture .list{display: block;width: 32%;height: 268px;float: left;margin-right: 2%;margin-bottom: 40px;position: relative;overflow: hidden;}
.culture .list:nth-child(3n){margin-right: 0;}
.culture .list .culbox1{width: 100%;height: 250px;box-sizing: border-box;background: #efefef;padding: 8px;}
.culture .list .culbox1 a{display: block;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid #94b6d0;background: #fff;padding: 30px 15px;text-align: center;}
.culture .list .culbox1 .ico{display: block;width: 85px;height: 85px;box-sizing: border-box;border: 3px solid #e7e7e7;border-radius: 100%;overflow: hidden;position: relative;margin: 0 auto;}
.culture .list .culbox1 .ico img{display: block;width: 50px;margin: 0 auto;position: absolute;top: 50%;margin-top: -150px;left: 0;right: 0;}
.culture .list .culbox1 .c1-tit{font-size: 21px;color: #505050;font-weight: bold;line-height: 35px;margin: 15px 0 8px;}
.culture .list .culbox1 .c1-ftit{font-size: 12px;color: #8d8d8d;text-transform: uppercase;line-height: 20px;}

.culture .list .culbox2{position: absolute;top: 268px;bottom: 0;left: 0;right: 0;background: #1666a4;transition: .8s;}
.culture .list .culbox2 .cont{display: block;width: 100%;height: 184px;box-sizing: border-box;padding: 30px 25px 15px;text-align: center;}
.culture .list .culbox2 .ico{display: block;width: 80px;height: 50px;position: relative;overflow: hidden;margin: 0 auto;}
.culture .list .culbox2 .ico img{display: block;position: absolute;top: -15px;left: 0;right: 0;margin: 0 auto;}
.culture .list .culbox2 .c1-tit{font-size: 21px;color: #003863;font-weight: bold;line-height: 35px;margin: 15px 0 8px;}
.culture .list .culbox2 .c1-ftit{font-size: 12px;color: rgba(0,56,99,.6);text-transform: uppercase;line-height: 20px;}
.culture .list .culbox2 .text{box-sizing: border-box;width: 100%;height: 84px;padding: 8px 15px;text-align: center;}
.culture .list .culbox2 .text p{margin: auto auto;font-size: 16px;color: #ffffff;line-height: 28px;}
.culture .list .culbox2 em{display: block;border: 1px dashed #5b7790;position: absolute;top: 8px;left: 8px;bottom: 8px;right: 8px;z-index: 3;}

.culture .list:hover .culbox2{top: 0;}



/* 浮动 */
.gd{position: fixed;right: 0;bottom: 0; width: 100px;height: 300px;z-index:99;}
.gd .gd_item{height: 100px;cursor: pointer;position: relative;width:100px;opacity: 0.9;background-color: #1666a4;transition:all ease 0.7s;}
.gd_lixhf{position: absolute;right:0;top:0;width:100px;height:100px;transition:all ease 1s;overflow: hidden;opacity: 0.9;background-color: #1666a4;}
.gd_bgimg img{float: left;margin-top: 35px;margin-left: 35px;}
.gd .gd_phone:hover .gd_lixhf{width:300px;transition:all ease 0.7s;opacity: 0.8;}
.gd_phone{width:100px;height:100px;position: relative;}
.gd_bgimg{position: absolute;left:0;top:0;width:100px;height:100px;}
.gd_lixhf span{position: absolute;left:120px;display: block;height:100px;line-height:100px;font-size:20px;color: #fff; width:100%;right: 0;width: 170px;text-align: justify;box-sizing: border-box;}
.gd .gd_item img{float: left;margin: 35px 0 0 35px;}
.gd .gd_item:hover{transition:all ease 0.7s;opacity: 0.8;}
.gd_ewm{position: absolute;left:-100px;top:-0px;opacity: 0;transition:all 0.4s;width:100px;height:100px;}
.gd .gd_item .gd_ewm img{margin: 0;}
.gd .gd_item:hover .gd_ewm{opacity: 1;transition:all 0.4s;}
.gd .gd_item:hover .gd_ewm img{margin: 0;}






/*效果  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) {}
