@charset "utf-8";
/* CSS Document */
/* 首页新品资讯 */
.ind_tit{font-size:36px;text-align:center;margin-bottom:50px;}
.ind_news li{width:23.55%;float:left;margin-left:1.8%;box-shadow:-1px 3px 30px #f2f2f2;transition: all 0.3s ease;}
.ind_news li:first-child{margin-left:0;}
.ind_news li h4{font-size:18px;color:#333;}
.ind_news li p{margin:18px auto;font-size:16px;color:#666;}
.ind_news li .note{padding:20px;}
.ind_news li dd{color:#666;padding-left:10px;position: relative;line-height:28px;}
.ind_news li dd:after{position: absolute;content:"";width:4px;height:4px;background:#FF6600;left:0px;top:13px;}
.ind_news li:hover{box-shadow:-1px 3px 30px #ddd;}
.ind_news li:hover h4,.ind_news li dd:hover{color:#FF6600;}
.ind_news li .com-img{height:300px;}
.ind_news li .com-img img{width:100%;height:100%;object-fit:cover;}

/* 首页关于我们 */
.ind_about{position: relative;}
.ind_ab_fl{width:50%;padding-top:10px;}
.ind_ab_fl img,.ind_ab_fr img{display:block;width:100%;}
.ind_ab_fr{width:50%;position: relative;}
.ind_about .contain{position:absolute;left:50%;transform:translate(-50%,0%);}
.ind_about .ind_ab_note{width:50%;float:right;color:#fff;padding:5% 7%;}
.ind_about .ind_ab_note h2{font-size:36px;margin-bottom:25px;}
.ind_about .ind_ab_note p{margin-bottom:25px;line-height:25px;}
.ind_about .ind_ab_note a.more{position: relative;transition: all 0.5s ease;left:0px;}
.ind_about .ind_ab_note a.more:hover{left:10px;}

/* 首页新闻 */
.ind_cnews{padding:100px 0 80px;}
.ind_cnews h2{color:#333;font-size:36px;border-bottom:1px solid #e5e5e5;margin-bottom:35px;padding-bottom:15px;position: relative;}
.ind_cnews h2 a{color:#FF6600;border:1px solid #dcdcdc;width:26px;height:26px;text-align: center;line-height:20px;position:absolute;right:0px;bottom:15px;font-size:18px;}
.ind_cnews h2 a:hover{border-color:#FF6600;}
.ind_cpn{width:48.5%;float:left;}
.ind_cnews li{overflow: hidden;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e5e5;}
.ind_cnews li h4{font-size:18px;color:#666;margin-bottom:10px;}
.ind_cnews li:hover h4{color:#FF6600;}
.ind_cnews li p{font-size:14px;color:#888;}
.ind_cnews li .com-img{width:21.8%;float:left;height:84px;}
.ind_cnews li .com-img img{width:100%;height:100%;object-fit:cover;overflow:hidden;}
.ind_cnews li .note{width:75%;float:right;}
.ind_ids{width:48.5%;float:right;}

/* help */
.ind_help{background-repeat: no-repeat!important;background-size:cover!important;background-position: center!important;padding:45px 0 50px;overflow: hidden;}
.ind_help .contain{position: relative;}
.ind_help_form{width:42.6%;float:left;text-align:center;transform: translate(0%,50%);position: absolute;}
.ind_help_form h2{font-size:36px;color:#fff;margin-bottom:40px;}
.ind_help_form .inp_txt{width:70%;height:55px;padding:0 20px;border:0px;float:left;}
.ind_help_form .inp_sub{width:28%;border:0px;height:55px;font-size:16px;background:rgba(255,102,0,0.8);color:#fff;cursor:pointer;float:right;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.ind_help_mode{float:right;width:325px;}
.ind_help_mode li{width:157px;height:157px;background:rgba(1,64,153,0.8);text-align:center;padding:30px;float:left;margin-bottom:10px;margin-right:10px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.ind_help_mode li:nth-child(2n){margin-right:0px;}
.ind_help_mode li:hover,.ind_help_form .inp_sub:hover{background:rgba(1,64,153,1);}
.ind_help_mode li h6{margin-top:20px;font-size:16px;color:#fff;}
.ind_help_mode li span{position: relative;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;top:0px;}
.ind_help_mode li:hover span{top:-5px;}

/* 通用内页banner*/
.pub_bann{margin-top:90px;}
.pub_bann img{max-width:100%;height:300px;object-fit:cover;width:100%;}
.pub_bann{position:relative;display:flex;align-items:center;justify-items:center;}
.pub_bann .pub_subnav{position:absolute;max-width:1380px;left:50%;margin-left:-690px;bottom:0px;background:rgba(0,0,0,0.22);text-align:center;width:100%;}
.pub_subnav ul{display:flex;justify-content: center;}
.pub_subnav li{display:inline-block;}
.pub_subnav li a{display:block;height:64px;line-height:64px;color:#fff;font-size:16px;float:left;padding:0 80px;border-left:1px solid rgba(210,210,210,0.3);width:100%;}
.pub_subnav li a:hover,.pub_subnav li.cur a{background:#014099;transition: all 0.5s ease;color:#fff; font-size:18px; font-weight:900;}

.pub_pronav{position:absolute;max-width:1380px;left:50%;margin-left:-690px;bottom:0px;background:rgba(0,0,0,0.52);text-align:center;width:100%;padding:14px;}
.pub_pronav ul{display:flex;justify-content: center;}
.pub_pronav li{display:inline-block;position: relative;}
.pub_pronav li a{display:block;height:36px;line-height:36px;color:#fff;font-size:16px;float:left;padding:0 25px;}
.pub_pronav li a:hover,.pub_pronav li.cur a{background:#c00e1c;transition: all 0.5s ease;color:#fff;border-radius:25px;}
.pub_pronav li .er{display:none;}
.pub_pronav li:hover .er{display:block;background-color: #c00e1c;width: 267px;padding:20px 0px;position: absolute;left: 0px;top: 35px;padding-right: 20px;padding-left: 20px;z-index: 999;}
.pub_pronav li .er a:hover{text-decoration:underline;}


/* 通用内页banner*/
.pubb_bann{margin-top:90px;}
.pubb_bann img{max-width:100%;height:300px;object-fit:cover;width:100%;}
.pubb_bann{position:relative;display:flex;align-items:center;justify-items:center;}
.pubb_bann .pubb_subnav{position:absolute;max-width:1380px;left:50%;margin-left:-690px;bottom:0px;background:rgba(0,0,0,0.22);text-align:center;width:100%;}
.pubb_subnav ul{display:flex;justify-content: center;}
.pubb_subnav li{display:inline-block;}
.pubb_subnav li a{display:block;height:64px;line-height:64px;color:#fff;font-size:16px;float:left;padding:0 80px;border-left:1px solid rgba(210,210,210,0.3);width:100%;}
.pubb_subnav li a:hover,.pubb_subnav li.curr a{background:#D4EFFB;transition: all 0.5s ease;color:#fff; font-size:18px; font-weight:900;}

.pubb_pronav{position:absolute;max-width:1380px;left:50%;margin-left:-690px;bottom:0px;background:rgba(0,0,0,0.52);text-align:center;width:100%;padding:14px;}
.pubb_pronav ul{display:flex;justify-content: center;}
.pubb_pronav li{display:inline-block;position: relative;}
.pubb_pronav li a{display:block;height:36px;line-height:36px;color:#fff;font-size:16px;float:left;padding:0 25px;}
.pubb_pronav li a:hover,.pubb_pronav li.curr a{background:#D4EFFB;transition: all 0.5s ease;color:#fff;border-radius:25px;}
.pubb_pronav li .er{display:none;}
.pubb_pronav li:hover .er{display:block;background-color:#D4EFFB;width:267px; padding:20px 0px;position: absolute;left: 0px;top: 35px;padding-right: 20px;padding-left: 20px;z-index: 999;}
.pubb_pronav li .er a:hover{text-decoration:underline;}


/* 人才招聘 */
.job{background:#f5f5f5;padding:70px 0;}
.job-msg{text-align:center;}
.job-msg h4{color:#c00e1c;}
.job-msg{line-height:30px;color:#666;}
.job .info{color:#666;font-size:16px;max-width:60%;margin:25px auto 30px;text-align:center;line-height:28px;}
.job h2{height:80px;line-height:80px;padding:0px 20px;background:#c00e1c;font-size: 20px;color:#fff;margin-top:60px;}
.job dl{border-bottom:1px solid #eee;}
.job dl dt{height:80px;line-height:80px;padding:0px 20px;background:#fff url(../image/job_r.png) no-repeat 98% center;font-size: 18px;color:#666;cursor: pointer;}
.job dl dt.cur{background:#fff url(../image/job_b.png) no-repeat 98% center;}
.job dl dd{background:#eeeeee;padding:30px;position:relative;display:none;}
.job dl dd h4{font-size:16px;font-weight:bold;color:#666;margin-bottom:10px;}
.job dl dd p{font-size:14px;color:#666;line-height:30px;}
.job dl a{position: absolute;right:0px;top:0px;width:11%;text-align: center;height:100%;background:#c00e1c;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px;}
.job dl a:hover{text-decoration:underline;}

/* =====winter====www.yisiy.com===== */

.xl_kfbar{display: none !important;}




/* 侧栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -101px;width: 50px;height: 154px;z-index: 6666;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;}
.sideBar-wrapper ul li.relQq{top: 51px;width: 126px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 102px;width: 172px;transition: all .4s;}
.sideBar-wrapper ul li a{display: block;font-family: "Microsoft Yahei";color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #222;opacity: .7;border-radius: 6px;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;height: 24px;margin: 12px 12px 14px 14px;}
.sideBar-wrapper ul li a:hover{background: #ff3039;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -70px;}
.sideBar-wrapper ul li.relDh:hover{left: -116px;}


.server-sup ul li a{display: block;width: 100%;height: 100%;}
.wtwximg-change{position: relative;}
.wtwximg-change .wtwximg-img{width: 100px;height: 100px;position: absolute;top: 16px;left: 50%;margin-left: -50px;z-index: 3;display: none;}
.wtwximg-change:hover .wtwximg-img{display: block;}



.abt-honor ul li .com-img a{cursor:default;}


/* --------2019/09/06-------- */
.wtdls-container{width:100%;padding-bottom:100px;border-bottom:1px solid #e5e5e5;}

.wtpub_link{width:100%;position:absolute;left:0;bottom:0;z-index:2;}
.wtpub_link a{display:block;width: 50%;float:left;height:60px;text-align:center;line-height:60px;font-size:16px;color:#fff;background:rgba(0,0,0,0.6);transition:all .4s ease;}
.wtpub_link a:hover,.wtpub_link a.ontrue{background:#fff;color: #333;}
.wtpub_link a:first-child{border-right: 1px solid rgba(210,210,210,0.6);}

.wtdls-menu{width: 100%;overflow: hidden;margin-top: 42px;}
.wtdls-menu ul{margin-left: -1%;}
.wtdls-menu ul li{width: 19%;margin-top: 18px;cursor: pointer;text-align: center;float: left;margin-left: 1%;height: 140px;line-height: 120px;border: 1px solid #e5e5e5;padding: 10px 16px;position: relative;}
.wtdls-menu ul li img{max-width: 100%;max-height: 120px;object-fit: cover;transform: scale(.96);transition: all .4s ease;}
.wtdls-menu ul li:hover img{transform: scale(1.02);}
.wtdls-menutit{opacity: 0;transform: scale(.7);transition: all .5s ease;position: absolute;z-index: 2;background: rgba(192, 14, 28, .9);width: 100%;height: 100%;top: 0;left: 0;}
.wtdls-menutit h6{font-size: 15px;color: #fff;line-height: 140px;}
.wtdls-menu ul li:hover .wtdls-menutit{opacity: 1;transform: scale(1)}
.wtdls-menu ul li.ontrue .wtdls-menutit{opacity: 1;transform: scale(1)}
.wtdls-wrapper{width: 100%;overflow: hidden;margin-top: 30px;}
.wtdls{width: 100%;display: none;}
.wtdls.ontrue{display: block;}
.wtdls-list{width: 100%;border: 1px solid #d9d9d9;padding: 18px;margin-top: 30px;overflow: hidden;}
.wtdls-ll{width: 30%;padding-left: 4%;padding-top: 2%;float: left;}
.wtdls-ll img{width: auto;}
.wtdls-ll span{font-size: 20px;color: #333;margin-left: 32px;}
.wtdls-lc{width: 40%;float: left;}
.wtdls-lc p{font-size: 15px;color: #666;}
.wtdls-lc p:nth-child(n+2){margin-top: 12px;}
.wtdls-lc p a{text-decoration: underline;transition: all .3s ease;}
.wtdls-lc p a:hover{color: #e61114;}
.wtdls-lr{float: right;}
.wtdls-lr img{width: auto;object-fit: cover;}







/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .ind_about .ind_ab_note {padding: 2% 5%;}
}

@media all and (max-width:1460px) {
    .ind_about .ind_ab_note p {margin-bottom: 20px;line-height: 22px;}
    .ind_about .ind_ab_note h2 {font-size: 36px;margin-bottom: 22px;}
}

@media all and (max-width:1380px) {
    .ind_about .ind_ab_note p {margin-bottom: 16px;line-height: 22px;}
    .ind_about .ind_ab_note h2 {font-size: 30px;margin-bottom: 18px;}
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .ind_about .ind_ab_note {padding: 5% 7%;}
	
	.wtpub_link .contain{padding:0;}
	.wtdls-menu {margin-top: 20px;}
	.wtdls-container {padding-bottom: 32px;}
	.wtdls-menu ul li{width:49%;height:100px;line-height:80px;margin-top:12px;}
	.wtdls-menu ul li img{max-height:80px;}
	.wtdls-menutit{padding: 0 16px;}
	.wtdls-menutit h6 {line-height: 22px;margin-top: 28px;}
	.wtdls-list {margin-top: 18px;}
	.wtdls-ll,.wtdls-lc{width:100%;padding-bottom:20px;}
	.wtdls-lr{width:100%;}
	.wtdls-wrapper{margin-top:20px;}
}










