*{margin: 0;padding: 0;box-sizing: border-box;text-decoration: none;list-style: none;}
html,body{margin: 0;padding: 0;font-size: 16px;font-family: "microsoft yahei";}
:root{--main-color: #0065cd;}
.w-12{width: 1200px;margin: auto;}
@font-face {
	font-family:'TCM';
	src: url('/css/sbjx/TCM.TTF');
}

.t-c{text-align: center;}

/* 非文字,比如图片会自己增加高度 */
.f0{font-size: 0;}
.font-1{font-size: 1.6rem;color: #343434;margin: 1.6rem 0 1rem;}
.font-1 img{width: 40px;vertical-align: middle;margin-right: 0.5rem;}

.logo{display: flex;justify-content: space-between;position: relative;align-items: center;margin: 0.3rem auto 0.1rem;}
.logo .phone p{font-size: 1.45rem;color: #023580;font-weight: bold;position: absolute;bottom: 0;right: 0;font-family: 'TCM';letter-spacing: 1px;}

.nav-bg{height: 58px;position: relative;}
.nav-bg::before,.nav-bg::after{content: '';width: calc((100% - 1200px) / 2);position: absolute;background-color: #03418c;}
.nav-bg::before{left: 0;top: 0;height: 52px;}
.nav-bg::after{right: 0;bottom: 0;height: 52px;}
.nav-bg nav{width: 1200px;margin: auto;background-color: #fff;background: url(/images/sbjx/bgNav.png) no-repeat;}

.nav-bg ul{display: flex;height: 58px;width: 1050px;margin: auto;justify-content: space-around;}
.nav-bg ul li{flex: 1;}
.nav-bg a{color: #fff;display: block;width: 100%;height: 100%;text-align: center;padding-top: 1rem;transition: all 0.1s;}
.nav-bg a:hover{background-color: #03418c;}

/* .slide{width: 100%;background: url(/images/sbjx/xg-(2)_06.jpg) no-repeat;} */
.slide{margin: 0.6rem 0 1rem;}
.slide img{width: 100%;}


.cp-list button{border: 2px solid #0065cd;background-color: transparent;width: 100%;color: #fff;height: 60px;margin: 0.5rem 0;position: relative;z-index: 3;font-weight: bold;text-align: left;padding-left: 3rem;font-size: 1rem;}
.cp-list a{border: 2px solid #0065cd;background-color: transparent;width: 100%;color: #fff;height: 60px;margin: 0.5rem 0;position: relative;z-index: 3;font-weight: bold;text-align: left;padding-left: 3rem;font-size: 1rem;display: inline-block;padding-top: 16px;}
.cp-list button::before{content: '';width: 1px;height: 1px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background-color: transparent;transition: all 0.3s;z-index: -1;}
.cp-list a::before{content: '';width: 1px;height: 1px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background-color: transparent;transition: all 0.3s;z-index: -1;}
.cp-list button::after{content: '';width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background-color: #0065cd;z-index: -2;}
.cp-list a::after{content: '';width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background-color: #0065cd;z-index: -2;}
.cp-list .tab-show a::before,
.cp-list .tab-show button::before{width: 100%;height: 100%;background-color: #fff;}
.cp-list .tab-show a,
.cp-list .tab-show button{color: #023580;}

.TabBox{display: flex;justify-content: space-between;margin: 2rem 0;}
.TabBox .left{width: 260px;}
.TabBox .right{width: calc(100% - 280px);}

.tab-cont{border: 1px solid #ddd;padding: 1rem;}
.tab-one{display: none;width: 100%;}
.tab-one.tab-show{display: block;height: 100%;}
.onePro{width: calc(100% / 3);text-align: center;height: calc((100% - 1rem) / 3);float: left;}
.onePro a>div{border: 1px solid #ddd;margin: 1rem;height: 180px;overflow: hidden;padding: 1rem;}
.onePro a>div img{max-width: 100%;max-height: 100%;}
.onePro a{letter-spacing: 1px;color: #505050;}
.onePro:hover div{border-color: #0065cd;}

.right.tab-cont{border: none;}


/* 关于我们 */
.about p{text-indent: 2em;letter-spacing: 1px;}
.about_us{background: url(/images/sbjx/bg.png);height: 630px;display: flex;justify-content: center;align-items: center;background-size: cover;margin-top: 3rem;}
.about_us .about-box{display: flex;justify-content: space-between;background-color: rgba(255, 255, 255, 0.85);padding: 3.5rem 2rem;}
.about_us .article{width: calc(100% - 480px);color: #fff;line-height: 2rem;font-size: 1.125rem;padding: 0 1rem;}
.about_us .article p{position: relative;font-size: 0.95rem;line-height: 2.3rem;color: #434343;}
.about_us .article a{color: #ffffff;z-index: 1;background-color: #ff9934;padding: 0.5rem 2rem;font-size: 0.96rem;margin-top: 2rem;display: inline-block;}

.news-bg{background-color: #f2f2f2;padding: 3rem 0 4rem;}
.oneNews{width: calc((100% - 4rem) / 3);height: 340px;background: #fff;overflow: hidden;position: relative;transition: all 0.3s;}
.oneNews .news-head{height: 220px;}
.oneNews:nth-of-type(2){margin: 0 2rem;}
.oneNews img{max-width: 100%;max-height: 100%;width: 100%;}
.oneNews .news-body{height: 120px;padding: 1rem 2.5rem;position: absolute;bottom: 0;left: 0;transition: all 0.5s;width: 100%;}
.oneNews .time,.oneNews a{display: none;color: #004690;margin: 1.5rem 0;font-size: 0.9rem;}
.oneNews:hover .time,.oneNews:hover a{display: block;}
.oneNews:hover{box-shadow: 3px 3px 7px 2px rgba(44, 44, 44, 0.4);}
.oneNews:hover .time p{font-size: 3.5rem;font-weight: bold;color: #023580;font-family: 'TCM';margin: 0.6rem 0;}
.oneNews:hover .time span{font-size: 1.1rem;font-weight: bold;color: #222222;font-family: 'TCM';}
.oneNews:hover .news-body{height: 100%;background-color: #fff;}
.oneNews .news-body .title p{color: #272525;margin: 0.3rem 0;font-size: 1rem;margin: 0.5rem 0;word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;}
.oneNews .news-body .title span{color: #767676;line-height: 1.5rem;font-size: 0.9rem;height: 50px;overflow: hidden;display: block;}
.oneNews:hover .news-body .title p{word-break: normal;
    white-space: normal; }


.news{display: flex;justify-content: space-between;}
.title-1{text-align: center;margin: 2rem;}
.title-1 p{font-size: 2.5rem;color: #201f1e;margin-bottom: 0.5rem;}
.title-1 span{font-size: 0.875rem;color: #757472;}


.foot-bg{width: 100%;background: url(/images/sbjx/foot-bg.png) no-repeat;padding: 6rem 0;}
.foot-bg .w-12{display: flex;justify-content: space-between;}
/* .foot-bg .left{width: 600;} */
.foot-bg .right{background-color: #fff;width: calc(100% - 580px);padding: 1.5rem ;}
.foot-bg .right div{display: flex;}
.foot-bg .right>div input,
.foot-bg .right form>div input{flex: 1;height: 50px;border: 1px solid #ddd;border-radius: 0;padding-left: 1rem;margin: 0.5rem;width: 141px;color: #505050;font-size: 1rem;}
.foot-bg #v_container{width: 120px;height: 50px;margin: 0.5rem 0.5rem 0.5rem 0;display: inline-block;flex: 1;}
.foot-bg textarea{width: calc(100% - 1rem);border: 1px solid #ddd;border-radius: 0;padding-left: 1rem;margin: 0.5rem;resize: none;padding: 0.5rem;height: 110px;color: #505050;font-size: 0.95rem;line-height: 2rem;letter-spacing: 1px;}
.foot-bg button{width: calc(100% - 1rem);height: 50px;background-color: #1868c9;margin: 0.5rem;color: #fff;border: none;}
.foot-bg textarea:focus,.foot-bg .right form>div input:focus,.foot-bg .right>div input:focus{outline: none;box-shadow: 0 0 2px 1px #1c81f4;}

.foot-bg .left{color: #f4f4f4;width: 540px;letter-spacing: 1px;line-height: 2rem;}
.foot-bg .left p{font-size: 1.125rem;margin-bottom: 3.5rem;}
.foot-bg .left img{margin-right: 1rem;}
.foot-bg .left>div{display: flex;align-items: center;margin: 0.9rem 0;}
/* .foot-bg .left>div span{vertical-align: ;} */

.foot{background-color: #3e3e3e;padding: 2rem 0;text-align: center;color: #fff;line-height: 2rem;font-size: 0.875rem;}
.foot span{padding: 0.5rem;}
.foot a{color: #eaeaea;}

/* 意见反馈页面 */
.feedback{border: 2px solid var(--main-color);padding: 1rem;backgrond: rgba(255, 153, 52, 0.05);margin-bottom: 2rem;}
.feedback input,.feedback textarea{border: 1px solid #ffffff;border-radius: 6px;width: calc(100% - 140px);box-shadow: inset 3px 3px 6px -4px #ebebeb, inset -2px -3px 9px -4px #f9f9f9;background: rgba(255, 255, 255, 0.5);}
.feedback input:focus,.feedback textarea:focus{box-shadow: none;background-color: #fff;}
.feedback label{width: 102px;text-align: right;color: #0065cd;display: inline-block;padding-right: 0.4rem;vertical-align: top;}
.feedback span{color: #ffba10;padding: 0.2rem;}
.feedback p{color: #676767;}
.feedback .submit-2{width: 160px;text-align: center;background-color: var(--main-color);color: #fff;margin-top: 1rem;box-shadow: none;}
.feedback .cancel{border: 1px solid #666;width: 160px;height: 40px;text-align: center;background-color: #eee;color: #454545;margin-top: 1rem;}
.feedback #v_container{width: 150px;display: inline-block;height: 40px;margin: 0 1rem;}

.leaving-icon{animation: rotate infinite 3s linear alternate;width: auto !important;margin-left: 1rem;}
.leaving .one-leaving{border: 2px solid var(--main-color);margin: 0.5rem 0;box-shadow: 1px 3px 9px #dedede;}
.one-leaving .leaving-head{background-color: rgba(227, 227, 227, 0.3);padding: 0.5rem;font-size: 1.1rem;}
.leaving-head span{padding-right: 1rem;color: #484848;}
.leaving-head .leaving-tiem{float: right;font-size: 14px;}
.one-leaving .leaving-body{padding: 1rem;}
.one-leaving .leaving-foot{padding: 1rem;border-top: 1px dashed #55aaff;position: relative;}
.one-leaving .leaving-foot::before{content: '回复';position: absolute;left: 0;right: 0;margin: auto;top: -10px;background-color: #fff;width: 100px;height: 30px;text-align: center;color: var(--main-color);font-size: 18px;letter-spacing: 1px;}
.reply-time{position: absolute;font-size: 14px;color: #777;background-color: #fff;width: 80px;height: 30px;right: 15px;top: -8px;text-align: center;}

/* 联系我们 */
.contact>div{margin-bottom: 1rem;}
.contact img{width: 40px;}
.contact span{line-height: 40px;height: 40px;vertical-align: top;color: #565656;font-size: 1.1rem;padding-left: 0.4rem;}
#container{border: 4px solid #ddd;}

.feedback input{min-width: 120px;height: 40px;background-color: #fff;border-radius: 0;padding-left: 8px;display: inline-block;vertical-align: top;border-color: #e5e5e5;}
.feedback textarea{padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #e5e5e5;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow: auto;resize: vertical;font-family: 'Arial'!important;}
.feedback input:focus,.feedback textarea:focus{color: #495057;background-color: #fff;border-color: #80bdff !important;outline: 0;box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);}
.block{display: block;margin: 1rem 0;}

/* 新闻列表 */
.news-list .news-item{padding: 0.2rem;border: 1px dashed #e2e2e2;margin-bottom: 1rem;}
.news-list .news-item a{display: flex;justify-content: space-between;}
.news-list .news-item .news-left{width: 200px;height: 114px;overflow: hidden;position: relative;text-align: center;}
.news-list .news-item .news-left img{max-width: 100%;max-height: 100%;}
.news-list .news-item .news-left .time{position: absolute;bottom: 0;left: 0;width: 100%;height: 0;color: #535353;transition: all 0.3s;}
.news-list .news-item .news-left .time span{font-size: 3.5rem;font-weight: bold;color: #023580;font-family: 'TCM';padding:0.5rem 1rem 0.5rem;display: inline-block;}
.news-list .news-item .news-left .time p{font-size: 1.1rem;font-weight: bold;color: #222222;font-family: 'TCM';padding: 0.5rem 1rem;}
.news-list .news-item:hover .time{height: 100%;background-color: #fff;}
.news-list .news-item .news-right{width: calc(100% - 203px);border-left: 1px dashed #e2e2e2;padding: 0.5rem 1rem;}
.news-list .news-item .news-right>p{font-size: 1.15rem;margin: 0.5rem 0.5rem 0.5rem 0;color: #343434;letter-spacing: 1px;}
.news-list .news-item .news-right>div{font-size: 0.95rem;color: #a6a6a6;height: 50px;overflow: hidden;line-height: 1.75rem;}

.navigation{width: 100%;text-align: left;border-bottom: 1px solid #ccc;font-size: 1.8rem;margin-bottom: 1rem;padding-bottom: 0.5rem;color: #666;font-weight: bold;}
.navigation img{vertical-align: bottom;margin-right: 0.4rem;}
.detail{background-color: #fff;padding: 1.5rem;box-shadow: 0 0 13px 1px rgba(0,0,0,.1);width: 1100px;margin:0 auto 1rem;}


.about .cont{text-align:center;}
.about .cont p,
.detail .cont p{text-indent: 2em;font-size:16px;color:#666;letter-spacing:1px;line-height:2rem;text-align:left;}

.detail .title p{font-size: 20px;text-align: center;font-weight: bold;margin-top: 1rem;color: #555;}
.detail .title div{text-align: center;border-bottom: 2px solid #eee;margin: 0.5rem 0 1rem;padding: 0 0 1rem}
.detail .title div span{font-size: 14px;color: #999;}
/*.about*/
/* .right . */

/* 弹出层 */
.dialog{display: none;width: 100%;height: 100%;background-color: rgba(0,0,0,.4);z-index: 9;position: fixed;top: 0;left: 0;}
.dialog-box{
	width: 260px;
	border-radius: 8px;
	padding: 0.5rem 0.8rem;
	position: fixed;
	top: calc(50% - 50px);
	left: calc(50% - 130px);
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
}
.d-head{font-size: 0.9375rem;font-weight: bold;border-bottom: 1px solid #DEDEDE;padding: 0.5rem 0;}
.d-body{padding: 0.5rem 0;font-size: 0.99rem;}
/* .d-foot{text-align: left;} */
.d-foot button{border: 1px solid #06b9ea;background-color: #73dfff;border-radius: 6px;font-size: 0.85rem;padding: 3px 8px;color: #565656;float: right;cursor: pointer;}


@keyframes rotate{
	0%{transform: rotate(15deg);transform-origin:50% 0;}
	/* 20%{transform: translateY(5px);} */
	50%{transform: rotate(-15deg);transform-origin:50% 0;}
	/* /* 80%{transform: translateY(5px);} */
	100%{transform: rotate(15deg);transform-origin:50% 0;}
}

@media screen and (max-width:1200px) {
	.w-100,.slide,.news-bg,.foot-bg,.foot{width: 1200px;}
	.w-12{padding: 0 0.8rem;}
	.infor>div p{line-height: 3rem;}
	.logo .phone p{right: 0.5rem;}
}


