@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video, input {

    margin: 0;

    padding: 0;

    border: none;

    outline: 0;

    vertical-align: middle;

}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

textarea {  -webkit-appearance: none;}

*{ -webkit-text-size-adjust: none;}

html{ -webkit-text-size-adjust:none;}

body {font-size:14px;font-family:"微软雅黑";margin:0;padding:0;overflow-x: hidden;color: #666;}

ol, ul, li {list-style: none;}

a {color: inherit;text-decoration: none;}

img {max-width: 100%;}

.clearfix:after{content: '';display: block;clear: both;width: 0;height: 0;}
.cl{clear: both;}
.fl{float: left;}
.fr{float: right;}

.w{width: 1400px;margin:auto;}

/*@font-face{*/
/*    font-family: 'scbold';*/
/*    src: url('../fonts/SourceHanSansCN-Bold.otf');*/
/*}*/
/*@font-face{*/
/*    font-family: 'scmed';*/
/*    src: url('../fonts/SourceHanSansCN-Medium.otf');*/
/*}*/
/*@font-face{*/
/*    font-family: 'screg';*/
/*    src: url('../fonts/SourceHanSansCN-Regular.otf');*/
/*}*/
@keyframes rubberBand{ 
    0%{ 
        transform: scale3d(1,1,1);
    }
    35%{ 
        transform: scale3d(1.25,.75,1);
    }
    45%{ 
        transform: scale3d(.75,1,1);
    }
    60%{ 
        transform: scale3d(1.2,.8,1);
    }
    75%{ 
        transform: scale3d(1.05,.95,1);
    }
    100%{ 
        transform: scale3d(1,1,1);
    }
}
@-moz-keyframes bounceIn {
    0% {
        -moz-transform:scale(.8)
    }
    50% {
        -moz-transform:scale(1.05)
    }
    70% {
        -moz-transform:scale(.9)
    }
    100% {
        -moz-transform:scale(1)
    }
}

/* 头部导航 */
.head .w{height: 140px;}
.head .logo{height: 100%;}
.head .logo .img{height: 100%;width: auto;}
.head .lang_seach .lang{margin-top: 30px;text-align: right;cursor:pointer;}
.head .lang_seach .lang a{display: inline-block;margin-right: 15px;}
.head .lang_seach .lang img{width:18px;margin-right: 4px;margin-top: -3px;}
.head .lang_seach .seach{width: 230px;border-radius: 40px;height: 40px;border:1px solid #ccc;display: flex;margin-top: 20px;overflow: hidden;}
.head .lang_seach .seach input{display: block;width: 130px;height: 100%;padding: 0 20px;border: 0;color:#888;font-size: 16px;}
.head .lang_seach .seach img{display: block;width: 60px;cursor:pointer;}
.head .lang_seach .seach.eng{width: 280px;}
.head .lang_seach .seach.eng input{width: 180px;}

.head .nav_list{height: 80px;background: #01385f;}
.head .nav_list .w{display: flex;height: 100%;}
.head .nav_list .yiji{width: 200px;height: 100%;}
.head .nav_list .yiji>a{display: block;width: 100%;height: 100%;font-size: 18px;text-align: center;line-height: 80px;color: #fff;font-weight:bold;}
.head .nav_list .yiji:hover>a{background: #da251c;}


.head .nav_list .yiji>div{display: none;}


/* idxbanner */
.idxbanner{position: relative;}
.idxbanner .swiper-pagination{bottom:35px;}
.idxbanner .swiper-pagination .swiper-pagination-bullet{background: url(../images/lun1.png)!important;width: 10px!important;height: 10px!important;background-size: 100% 100%!important;opacity: 1!important;margin: 0 6px;}
.idxbanner .swiper-pagination .swiper-pagination-bullet-active{background: url(../images/lun2.png)!important;width: 16px!important;height: 16px!important;}


/* 通用名称 */
.z_name{position: relative;}
.z_name .name{color: #01385f;font-size: 40px;font-weight:bold;}
.z_name p{color: #888888;font-size: 18px;margin-top: 5px;}
.z_name a{display: block;position: absolute;width: 180px;height: 50px;background: #da251c;color: #fff;font-size: 18px;text-align: center;line-height: 50px;border-radius: 50px;bottom: 0;right: 0;font-weight:bold;}
.z_name a:hover{animation-name: rubberBand;-webkit-animation-name: rubberBand;animation-duration: 1s;}

/* 公司动态 */
.gsdt{margin-top: 50px;position: relative;}
.gsdt .bg{font-size: 150px;color: #f8f8f8;text-transform: uppercase;position: absolute;top: 0;left: 380px;white-space: nowrap;z-index: -1;font-weight:bold;}
.gsdtlist{display: flex;margin-top: 45px;}
.gsdtlist>div{width: 440px;height: 350px;margin-right: 40px;position: relative;border-radius: 20px 20px 0 0;overflow: hidden;box-shadow:0 20px 10px -10px #f3f3f3;}
.gsdtlist>div:nth-child(3n){margin-right: 0;}
.gsdtlist>div .con{width: 350px;height: 110px;background: rgba(255,255,255,.85);position: absolute;bottom: 0;right: 0;border-radius: 20px 20px 0 0;padding: 25px;}
.gsdtlist>div .con span{font-size: 16px;color: #888;}
.gsdtlist>div .con p{font-size: 18px;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top: 12px;}
.gsdtlist>div .con .jianjie{font-size: 14px;color: #888;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top: 12px;}
.gsdtlist>div .con .more{text-transform: uppercase;color: #888;font-size: 14px;margin-top: 12px;}
.gsdtlist>div .con .more img{width: auto;}
.gsdtlist>div .con .more img:nth-child(1){display: inline-block;}
.gsdtlist>div .con .more img:nth-child(2){display: none;}

.gsdtlist>div:hover .con{background: rgba(218,37,28,.85);}
.gsdtlist>div:hover .con span{color: #cccccc;}
.gsdtlist>div:hover .con p{color: #fff;}
.gsdtlist>div:hover .con .jianjie{color: #cccccc;}
.gsdtlist>div:hover .con .more{color: #fff;}
.gsdtlist>div:hover .con .more img:nth-child(1){display: none;}
.gsdtlist>div:hover .con .more img:nth-child(2){display: inline-block;}
.gsdtlist>div .gsdt_tut img{transition:all 1s;}
.gsdtlist>div:hover .gsdt_tut img{transform: scale(1.1);}

/* 产品信息 */
.cpxx{margin-top: 50px;position: relative;}
.cpxx .bg{font-size: 150px;color: #f8f8f8;text-transform: uppercase;position: absolute;top: 0;left: 380px;white-space: nowrap;z-index: -1;font-weight:bold;}
.cpxxlist{margin-top: 45px;overflow: hidden;}
.cpxxlist .swiper-slide{position: relative;}
.cpxxlist .swiper-slide .zzhao{position: absolute;left:0;top:0;}
.cpxxlist .swiper-slide .con{width: 100%;height: 170px;position: absolute;bottom: 0;left: 0;color: #fff;background: rgba(0,0,0,.5);display: none;}
.cpxxlist .swiper-slide .con .title{padding: 0 30px;font-size: 20px;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top: 20px;font-weight:bold;}
.cpxxlist>div .con .jianjie{font-size: 16px;padding: 0 30px;margin-top: 15px;line-height: 1.5;text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.cpxxlist>div .con .more{text-transform: uppercase;font-size: 14px;margin-top: 12px;height: 50px;background: #da251c;text-align: center;line-height: 50px;}
.cpxxlist>div .con .more img{margin-right: 10px;}
.cpxxlist .swiper-slide-active .con{display: block;}
.cpxxlist .swiper-slide-active .zzhao{display: none;}
.cpxxlist .swiper-button-next{right:445px;top:280px;}
.cpxxlist .swiper-button-prev{left:445px;top:280px;}
.cpxxlist .swiper-button-prev::after{content: '';}
.cpxxlist .swiper-button-next::after{content: '';}
.cpxxlist .swiper-slide .cpxx_tu{overflow:hidden;}
.cpxxlist .swiper-slide .cpxx_tu img{transition:all 1s;}
.cpxxlist .swiper-slide:hover .cpxx_tu img{transform: scale(1.1);}


/* 技术服务 */
.jsfw{margin-top: 100px;position: relative;}
.jsfw .bg{font-size: 150px;color: #f8f8f8;text-transform: uppercase;position: absolute;top: 0;left: 380px;white-space: nowrap;z-index: -1;font-weight:bold;}
.jsfwlist{display: flex;margin-top: 45px;}
.jsfwlist>div{width: 440px;height: 280px;margin-right: 40px;position: relative;border-radius: 20px 0 20px 0;box-shadow: 0 0 30px #dbdbdb;z-index: 100;background: #fff;}
.jsfwlist>div:nth-child(3n){margin-right: 0;}
.jsfwlist .title_time .time{width: 100px;height: 90px;border-radius: 20px 0 20px 0;overflow: hidden;text-align: center;color: #fff;}
.jsfwlist .title_time .time span{display: block;height: 40px;line-height: 40px;font-size: 18px;background: #01385f;}
.jsfwlist .title_time .time p{display: block;height: 50px;line-height: 50px;font-size: 36px;background: #da251c;font-weight:bold;}
.jsfwlist .title_time .title{width: 295px;margin-right: 20px;font-size: 24px;color: #333333;font-weight:bold;margin-top: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.jsfwlist .con{border-top: 1px solid #cccccc;width: 400px;margin: auto;margin-top: 30px;font-size: 16px;color: #969696;line-height: 2;height: 100px;padding-top: 15px;text-overflow: -o-ellipsis-lastline;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}
.jsfwlist .more{color: #969696;font-size: 16px;width: 400px;margin: auto;text-transform: uppercase;margin-top: 8px;}
.jsfwlist>div:hover .title{color:#da251c;}

/* 关于国源 */
.idxabout{margin-top: 80px;position: relative;}
.idxabout .bg{font-size: 150px;color: #f8f8f8;text-transform: uppercase;position: absolute;top: 0;left: 0;white-space: nowrap;z-index: -1;font-weight:bold;}
.idxabout .left{width: 590px;}
.idxabout .left .title{margin-top: 45px;font-size: 24px;color: #333333;font-weight:bold;}
.idxabout .left .con{font-size: 16px;margin-top: 20px;line-height: 2;color: #333333;}
.idxabout .left .con.eng{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 9;}
.idxabout .left a{display: block;width: 180px;height: 50px;text-align: center;line-height: 50px;color: #fff;background: #da251c;border-radius: 50px;margin-top: 40px;text-transform: uppercase;}
.idxabout .left a:hover{animation-name: bounceIn;-webkit-animation-name: bounceIn;animation-duration: 1s;}
.idxabout .right{width: 760px;}
.idxabout .right .img{position: relative;}
.idxabout .right .img .vplay{display: block;position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;width: 70px;height: 70px;}
.idxabout .right .list{display: flex;justify-content: space-around;margin-top: 30px;}
.idxabout .right .list>div{text-align: center;}
.idxabout .right .list>div p span{font-size: 48px;color: #01385f;display: inline-block;margin-right: 10px;font-weight:bold;line-height: 48px;}
.idxabout .right .list>div p{color: #888888;font-size: 18px;font-weight: 100;display: flex;align-items: flex-end;}
.idxabout .right .list>div div{font-size: 18px;color: #333333;margin-top: 10px;}

/*二级*/
.ebanner{position: relative;}
.ebanner .swiper-pagination{bottom:35px;}
.ebanner .swiper-pagination .swiper-pagination-bullet{background: url(../images/lun1.png)!important;width: 10px!important;height: 10px!important;background-size: 100% 100%!important;opacity: 1!important;margin: 0 6px;}
.ebanner .swiper-pagination .swiper-pagination-bullet-active{background: url(../images/lun2.png)!important;width: 16px!important;height: 16px!important;}
.ertype{margin-top:55px;position: relative;}
.ertype .bg{font-size: 150px;color: #f8f8f8;text-transform: uppercase;position: absolute;top: 0;left: 365px;white-space: nowrap;z-index: -1;font-weight:bold;}
.ertype .lanmu_name{color: #01385f;font-size: 40px;font-weight:bold;}
.ertype .lanmu_jj{color: #888888;font-size: 18px;margin-top: 5px;}
.ertype .btgroup{position: absolute;bottom: 0;right: 0;font-weight:bold;}
.ertype .btgroup a{display: inline-block;padding:0 50px;height: 50px;background: #eeeeee;color: #333;font-size: 18px;text-align: center;line-height: 50px;border-radius: 50px;margin-left:15px;}
.ertype .btgroup.eng a{font-size: 16px;padding:0 30px;}
.ertype .btgroup a.on{color:#fff;background: #db261d;}
.ertype .btgroup a:hover{color:#fff;background: #db261d;}
/*.ertype .btgroup a:hover{border-radius:0;transform:rotateX(360deg);transition:all 0.5s;}*/

/*分页*/
.page{padding:40px 0;text-align: center;}
.page li{display: inline-block;margin:0 3px;border-radius: 5px;overflow: hidden;}
.page li a{display: inline-block;font-size: 16px;border:1px solid #e5e5e5;width:30px;height:30px;line-height: 30px;color:#888;border-radius: 4px;}
.page li span{display: inline-block;font-size: 15px;padding:0 11px;border:1px solid #e5e5e5;height:32px;line-height: 32px;color:#757575;border-radius: 4px;}
.page li.active{background: #da251c;}
.page li.active span{color:#fff;}

.last_next{margin:10px auto;}
.last_next a{color: #888888;font-size: 16px;display: block;line-height: 2em;}




/*新闻列表*/
.newslist{margin-top: 40px;}
.newseach{background: #fff;border:1px solid #eee;border-radius: 20px;margin-bottom: 30px;overflow: hidden;}
.newseach .img{width: 300px;height:240px;overflow:hidden;}
.newseach .img img{transition: all 1s;}
.newseach .con{width: 1060px;padding-right:12px;}
.newseach .con span{font-size: 16px;color:#888;margin-top: 25px;display: inline-block;}
.newseach .con p{font-size: 18px;color:#333;font-weight: bold;margin-top: 25px;}
.newseach .con div{font-size: 14px;color:#888;line-height: 2em;margin-top:10px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;}
.newseach .con li{font-size: 14px;color:#888;margin-top:10px;}
.newseach:hover{box-shadow: 0px 0px 10px 5px #f1f1f1;}
.newseach:hover .con p{color:#da251c;}
.newseach:hover .img img{transform:scale(1.1);}

/*新闻详情*/
.newproshow{margin-top:50px;}
.newproshow .title{font-size: 24px;color:#000033;font-weight:bold;text-align: center;}
.newproshow .tupian{text-align: center;margin-top: 20px;}
.newproshow .tupian img{width: 640px;}
.newproshow .con{font-size:16px;color:#333333;line-height: 2em;margin-top:30px;line-height:2.4em;text-align:justify;}
.newproshow .con img{width: 900px;}
.newproshow .con *{max-width: 100%;}
.newproshow .con.zz{text-align:center;}


/*技术服务*/
.jishueach{width: 440px;margin-left:40px;margin-bottom: 30px;box-shadow: 0px 0px 10px 3px #f0f0f0;background: #fff;}
.jstitle{font-size: 24px;color:#333333;font-weight:bold;line-height: 1.6em;padding:20px 30px;}
.jstitle .jstitlenr{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.jsdesc{font-size: 16px;color:#888888;line-height: 2em;padding:0 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin:10px 0;height:64px;}
.jsmore{padding:10px 30px 25px;}
.jsmore a{font-size: 16px;color:#888888;}
.jishueach:nth-child(3n-2){margin-left: 0;}
.jishueach:hover .jstitle{background: #da251c;color:#fff;}


.products{margin-top: 40px;}
/*企业荣誉*/
.qyryueach{width: 318px;margin-left:42px;margin-bottom: 30px;box-shadow: 0px 0px 10px 3px #f0f0f0;}
.qyryueach .qyrytu{overflow: hidden;border:1px solid #f4e8e3;}
.qyryueach .qyrytu img{display: block;transition:all 1s;}
.qyryueach .qyrywz{height:50px;background: #01385f;color:#fff;font-size:19px;text-align: center;line-height: 50px;}
.qyryueach:nth-child(4n-3){margin-left: 0;}
.qyryueach:hover .qyrywz{background: #da251c;}
.qyryueach:hover .qyrytu img{transform:scale(1.1);}

/*产品中心*/
.cpzxeach{width: 440px;margin-left:40px;margin-bottom: 30px;cursor: pointer;}
.cpzxeach .cptu img{width: 100%;}
.cpinfo{background: #f5f5f5;padding:0 30px;padding-bottom: 15px;}
.cptitle{text-align: center;padding-top: 23px;color:#333;font-size:20px;font-weight:bold;line-height: 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.cptitle.eng{line-height: 32px;}
.cpdesc{font-size: 16px;color:#888;line-height: 1.8em;padding: 15px 0 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:57.6px;}
.cpmore{text-align: center;line-height: 50px;background: #01385f;}
.cpmore a{font-size: 14px;color:#fff;}
.cpzxeach:nth-child(3n-2){margin-left: 0;}
.cpzxeach:hover .cpinfo{background: #4c4c4c;}
.cpzxeach:hover .cpinfo .cptitle, .cpzxeach:hover .cpinfo .cpdesc{color:#fff;}
.cpzxeach:hover .cpmore{background: #da251c;}

/*关于我们*/
.show_con{margin-top:40px;}
.dytypename{font-size:24px;color:#000033;font-weight:bold;text-align: center;}
.dyinfo{font-size: 16px;color:#333333;line-height: 2em;margin-top: 30px;}

/*搜索*/
.conse{margin-top:30px;}
.seac_each{display: flex;justify-content: space-between;line-height: 3em;border-bottom: 1px dashed #ccc;font-size: 16px;}




/* 底部 */

.foot{height: 580px;background: url(../images/footbg.jpg);background-size: 100% 100%;margin-top:60px;color: #fff;position: relative;}
.foot .left{width: 940px;}
.foot .left .title{font-size: 24px;border-bottom: 1px solid #537893;padding: 50px 0 30px 0;}
.foot .left .d_navlist{display: flex;margin-top: 25px;}
.foot .left .d_navlist>div{margin-right:45px;}
.foot .left .d_navlist>div:last-child{margin-right:0;}
.foot .left .d_navlist>div>a{font-size: 18px;display: block;margin-bottom: 20px;}
.foot .left .d_navlist>div>div a{font-size: 14px;color: #ccc;margin-bottom: 8px;display: block;}
.foot .left .d_navlist>div a:hover{font-weight: bold;}


.foot .right{width: 390px;}
.foot .right .title{font-size: 24px;border-bottom: 1px solid #537893;padding: 50px 0 30px 0;}
.foot .right .con{font-size: 18px;margin-top: 25px;}
.foot .right .con p{margin-bottom: 15px;}
.foot .right .ewm{width: 140px;text-align: center;}
.foot .right .ewm p{font-size: 14px;margin-top: 10px;}

.foot .bot{width: 100%;left: 0;bottom: 0;position: absolute;border-top:1px solid #537893;padding: 40px 0;text-align: center;}

