.header .navbar .navbar-nav .nav-item a.active {
    color: #50affc;
}
.navbar-nav .nav-item:hover a {
    color: #50affc;
}
.scibanner{
	background: url(/dy/ssci/banner.jpg) no-repeat top center;
	background-size: cover;
}
.scibanner .container{
	padding: 260px 80px 210px 80px;
	text-align: left;
	
}

.scibanner h1{
	font-size: 60px;
	color: #fff;
	margin-bottom: 30px;
}
.scibanner p{
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	width: 46%;
}
.scibanner .button a{
	padding: 15px 60px;
	font-size: 18px;
	background: #7826f7;
}

/*æœåŠ¡*/
.part12{ overflow:hidden; text-align:left; margin-bottom:80px; margin-top:40px;}
.part12 ul{ overflow:hidden}
.jtui_zstitle{
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 1px #d0d0d0, 1px 0 #d0d0d0, 3px 1px #d0d0d0, 2px 3px #d0d0d0;
	color: #0e4da9;
	margin: 50px auto;
}
.jtui_zstitle img{
	margin-right: 10px;
	margin-left: 5px;
}
.jtui_div4_button {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    /* margin-top: 30px; */
    letter-spacing: 1px;
    cursor: pointer;
    width: 140px;
    line-height: 40px;
    background: #7826f7;
    border-radius: 20px;
    margin: 10px auto;
}
.jtui_div4_button a{
	color: #fff;
}
.part12 ul li .img20_text b {
    text-align: center;
    font-size: 18px;
    color: #333333;
    /* margin-bottom: 5px; */
    display: block;
}
.sec-title.centered {
	text-align: center;
}

.sec-title {
	position: relative;
	padding-top: 30px;
}

.sec-title h2 {
	position: relative;
	color: #222222;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 34px;
}

.sec-title.centered h2:after {
	left: 50%;
	margin-left: -75px;
}

.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 14px;
	height: 16px;
	width: 150px;
	background-color: #0500681f;
}
.sec-title b {
	position: relative;
	color: #222222;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 39px;
	display: block;
}

.sec-title.centered b:after {
	left: 50%;
	margin-left: -72px;
}

.sec-title b:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 16px;
	height: 14px;
	width: 150px;
	background-color: #05006821;
}


/*è¡¨å•*/
.freatures {
	background: #050068;
	padding: 80px 0;
	background-size: cover;
}


.freatures .content{
	width: 38%;
	float: right;
	padding: 70px 30px;
	margin-right: 15%;
}


@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:1400px) {
	.freatures .content {
		/* padding-left: 70px; */
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.freatures .content {
		margin-top: 40px
	}
}

@media(max-width:767px) {
	.freatures .content {
		margin-top: 40px
	}
}


.freatures .inner-content-head {
    padding: 65px;
    border: 0;
    border-radius: 30px;
    background: url(/dy/ssci/formtd.jpg) no-repeat top center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-size: contain;
}
.freatures .content .heading {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 45px;
	text-align: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.freatures .content .heading {
		font-size: 28px;
		line-height: 42px
	}
}

@media(max-width:767px) {
	.freatures .content .heading {
		font-size: 22px;
		line-height: 38px
	}
}

.freatures .content .heading span {
	color: #4fbcff;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600
}

.freatures .content .single-feature {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px
}

.freatures .content .single-feature:last-child {
	margin: 0
}

.freatures .content .single-feature .f-icon {
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #4fbcff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	font-size: 28px;
	top: 0
}

.freatures .content .single-feature h4 {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px
}

/*è¡¨å•*/
.form input {
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
	border-radius: 5px;
	border: 1px solid #4fbcff29;
	margin-bottom: 30px;
	font-size: 15px;
	background: #f1f9ff;
	/* float: left; */
	margin-right: 20px;
	}
	
.form select{
	height: 53px;
	line-height: 50px;
    width: 26%;
    display: block;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #4fbcff29;
    margin-bottom: 30px;
    font-size: 15px;
    background: #f1f9ff;
    float: left;
    margin-right: 20px;
        color: #727272;
}	
	

.form .tijiao{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #050068;
	box-shadow: 0px 5px 15px rgb(89,104,223,.5);
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	border: none;
}
.news-block .inner-box .lower-content p a{
	color: #050068;
	font-size: 18px;
}

/*æœåŠ¡é¡¹ç›®*/
.box_fwbg { background: #f4f7ff;padding-bottom: 60px;padding-top: 60px;margin: 0 auto;
    text-align: center;}
.box_fwbg .pag_p { margin: 0px auto 50px;}
.box_u3 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}


/*ç¼–è¾‘å›¢é˜Ÿ*/
.jtui_div7{
    padding: 30px 0;
    overflow: hidden;
}
.section-index-team {
    position: relative;
    padding: 0;
}
.promo_banner--text1{
	font-size: 18px;
	color:#000000;
	font-weight: 600;
	margin-bottom: 30px;
}
.promo_banner--text2{
	font-size: 16px;
	color:#000000;
	color: #51abfc;
    font-size: 20px;
	font-weight: 600;
	line-height: 42px;
}
.jtui_div7 .leftteam{
	float: right;
	width: 50%;
	margin: 50px 0;
	
}
.jtui_div7 .leftteam img{
	width: 90%;
	margin-left: 10%;
}
.jtui_div7 .team-box{
	float: left;
	width: 48%;
	padding: 50px 50px 50px 0;
	text-align: right;
}

/*ä¼˜åŠ¿*/
.business li b {
	display: block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}
.b_2 b,.b_4 b {
    text-align: left!important;
}
.business { margin: 40px 0px;}
.business:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.business li {
	float: left;
	width: 50%;
	margin: 20px 0px;
	}
.business li img {
	border-radius: 20px;
	}
.business li h4 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	}
.business li p {
	font-size: 16px;
	line-height: 24px;
	color: #eee;
	}
.b_1 img{float: right; border: 5px solid #f3b516; margin: 0px 10px 0px 20px;}
.b_1 h4 { text-align: right;}
.b_2 img{float: left; border: 5px solid #005bac; margin: 0px 20px 0px 10px;}
.b_2 h4 { text-align: left;}
.b_3 img{float: right; border: 5px solid #005bac; margin: 0px 10px 0px 20px;}
.b_3 h4 { text-align: right;}
.b_4 img{float: left; border: 5px solid #f3b516; margin: 0px 20px 0px 10px;}
.b_4 h4 { text-align: left;}
.youshi{
	background: url(/dy/ssci/casebg.jpg)no-repeat top center;
	overflow: hidden;
}
.sec-title.white b{
	color: #fff;
}
.sec-title.white b:after{
	background-color: #fff;
}
.business li .text{
    border: 5px solid #34acf7;
    margin: 0px 10px 0px 10px;
    border-radius: 20px;
    background: #34acf79c;
    font-size: 46px;
    color: #fff;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 95px;
    float: right;
}
.business li.b_2 .text{
	float: left;
	    float: left;
    background: #4c6cdbb8;
        border: 5px solid #4c6cdb;
}
.business li.b_3 .text{
	background: #f7ab00bd;
    border: 5px solid #f7ab00;
}
.business li.b_4 .text{
	float: left;
	background: #fe7f29a6;
    border: 5px solid #f7ab00;
}
.youshi .button{
	text-align: center;
	margin-bottom: 50px;
}


/*æ–°é—»èµ„è®¯*/
.news-section{
	position: relative;
	background: #f5f8fa;
	overflow: hidden;
	padding: 30px 0;
}

.news-block{
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box{
	position: relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .image{
	position: relative;
}

.news-block .inner-box .image img{
	position: relative;
	width: 100%;
	display: block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .image img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.news-block .inner-box .image .category{
	position: absolute;
	left: 20px;
	bottom: 40px;
	padding: 5px 10px 2px;
	background-color: #ffffff;
}

.news-block .inner-box .image .category li{
	position: relative;
	display: inline-block;
}

.news-block .inner-box .image .category li a{
	position: relative;
	color: #13b5ea;
	font-size: 14px;
	text-transform: uppercase;
}

.news-block .inner-box .lower-content{
	position: relative;
	/* margin-top: -20px; */
	/* margin-left: 20px; */
	/* margin-right: 20px; */
	padding: 20px 20px;
	/* border:1px solid #ececec; */
	background-color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content .author{
	position: relative;
	color: #7c7b7b;
	font-size: 15px;
	margin-bottom: 13px;
}

.news-block .inner-box .lower-content .author .author-image{
	position: absolute;
	left: 0px;
	top: -5px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
}

.news-block .inner-box .lower-content h5{
	position: relative;
	color: #262626;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 18px;
}

.news-block .inner-box .lower-content h5 a{
	position: relative;
	color: #222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h5 a:hover{
	color: #13b5ea;
}

.news-block .inner-box .lower-content .text{
	position: relative;
	color: #222222;
	font-size: 15px;
	line-height: 1.7em;
	/* margin-bottom: 25px; */
	font-weight:400;
}

.news-block .inner-box .lower-content .post-date{
	position: relative;
}

.news-block .inner-box .lower-content .post-date:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 100%;
	height: 1px;
	background-color: #dde2db;
}

.news-block .inner-box .lower-content .post-date li{
	position:relative;
	color: #7c7b7b;
	background-color: #ffffff;
	font-size: 14px;
	padding-right: 10px;
	line-height: 1.4em;
	margin-right: 12px;
	font-weight:400;
	display: inline-block;
}

.news-block .inner-box .lower-content .post-date li:after{
    position: absolute;
    content: '.';
    right: -8px;
    top: -11px;
    color: #cdd5ca;
    font-size: 50px;
}

.news-block .inner-box .lower-content .post-date li:last-child::after{
	display:none;
}

.news-block .inner-box:hover .lower-content{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.news-section .inner-box{
	width: 48%;
	float: left;
	margin: 10px;
}
.news-section .button a {
	text-align: center;
	width: 200px;
	margin: 20px auto 0 auto!important;
	display: block;
}


.liucheng{
	padding: 50px 0;
	background: #050068;
	text-align: center;
}
.liucheng .lcbj{
	position: relative;
}
.liucheng .con{
	position: absolute;
	top: 199px;
}
.liucheng .con .text a{
	color: #040142;
	padding:8px 0;
}
.liucheng .con .text{
	position: absolute;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	width: 136px;
	text-align: center;
}
.liucheng .con .text1 {
    left: 19px;
}
.liucheng .con .text2 {
    left: 179px;
}
.liucheng .con .text3 {
    left: 343px;
}
.liucheng .con .text4 {
    left: 505px;
}
.liucheng .con .text5 {
    left: 668px;
    /* top: -45px; */
}
.liucheng .con .text6 {
        left: 829px;
        /* top: 42px; */
}
.liucheng .con .text7 {
        left: 992px;
}
.liucheng .con .text8 {
        left: 1154px;
}

.jtui_div7 .jtui_div4_button{
	margin: 20px 0;
	float: right;
}


/*è‡ªé€‚åº”*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.footer .copyright-area .inner-content{
		margin-top: 0;
	}
	.footer {
	    padding-top: 0;
	}
	.footer-top{
		display: none;
	}
	.scibanner .container {
		padding: 100px 20px 60px 20px;
		text-align: center;
	}
	.scibanner h1 {
	    font-size: 42px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.scibanner p {
	    color: #fff;
	    font-size: 16px;
	    margin-bottom: 20px;
	    width: 100%;
	}
	
	.part12 {
    overflow: hidden;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}
.part12 ul li {
    text-align: center;
    float: left;
    width: 32%;
    border: 1px solid #fff;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 6px;
}
.part12 ul li img {
    display: block;
    width: 90px;
    margin: 0 auto;
    margin-top: 0;
    transform: scale(1);
    transition: all 0.3s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 100px;
}
.part12 ul li .img20_text span {
    font-size: 12px;
    color: #989797;
    background: url(/dy/ssci/homePage2.png) right top no-repeat;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.jtui_div4_button {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    width: auto;
    line-height: 40px;
    background: #ff8418;
    border-radius: 20px;
    margin: 10px auto;
}
.part12 ul li .img20_text {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
}
.freatures .inner-content-head{
	background-size: cover;
}
.freatures .content {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-right: 0;
}
.freatures .inner-content-head{
	padding: 30px;
}
.freatures .content{
	margin-top: 0;
}
.u3-2 li {
    width: 50%;
    float: left;
}
.u3-2 li div label {
    width: 30%;
}
.u3-2 li p {
    width: 80%;
    height: 60px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.u3-2 li span{
	font-size: 20px;
}
.box_fwbg {
    background: #f4f7ff;
    padding-bottom: 30px;
    padding-top: 0;
    
}
.jtui_div7 .leftteam img {
    width: 100%;
    margin-left: 0;
}
.jtui_div7 .leftteam {
    float: none;
}
.jtui_div7 .team-box {
    float: none;
    width: 100%;
    padding: 30px;
    
}

.business li {
    float: none;
    width: 100%;
    margin: 20px 0px;
}
.youshi{
	background-size: cover;
}
.news-section .inner-box {
    width: 100%;
    float: none;
    margin: 0;
}
.liucheng .lcbj{
	display: none;
}
.liucheng .con {
    position: inherit;
}
.liucheng .con .text {
    position: initial;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    width: 47%;
    text-align: center;
    background: #f4f6fe;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
    border-radius: 20px;
    line-height: 30px;
}
.liucheng .con {
    position: initial;
    margin-top: 30px;
}

.liucheng{
	padding: 30px 0;
	overflow: hidden;
}


}


.news-block .inner-box .lower-content p a:hover{
	font-weight: bold;
}
/*æœåŠ¡*/
.adv_box .box_tit h3 {
    padding: 0 50px;
    line-height: 66px;
    display: inline-block;
    font-size: 32px;
    color: #2b2b2b;
    position: relative;
    margin-bottom: 20px;
}
.adv_box .box_tit h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 62px;
	border: 2px solid #f6ab00;
	border-right: none;
}

.adv_box .list ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:50px;
	}
.adv_box .list li {
	margin: 0px 10px 60px;
    width: calc(25% - 50px);
    font-size: 20px;
    color: #666;
    text-align: center;
    background: #f4f6fe;
    padding: 30px 15px;
    border-radius: 30px;
}
.adv_box .list li i {
	width: 36px;
	height: 36px;
	display: inline-block;
	}
.adv_box .list li:nth-child(1) i { background: url(/dy/ssci/icon.png) 0 0 no-repeat;}
.adv_box .list li:nth-child(2) i { background: url(/dy/ssci/icon.png) -47px 0 no-repeat;}
.adv_box .list li:nth-child(3) i { background: url(/dy/ssci/icon.png) -100px 0 no-repeat;}
.adv_box .list li:nth-child(4) i { background: url(/dy/ssci/icon.png) -150px 0 no-repeat;}
.adv_box .list li:nth-child(5) i { background: url(/dy/ssci/icon.png) -197px 0 no-repeat;}
.adv_box .list li:nth-child(6) i { background: url(/dy/ssci/icon.png) -245px 0 no-repeat;}
.adv_box .list li:nth-child(7) i { background: url(/dy/ssci/icon.png) -293px 0 no-repeat;}
.adv_box .list li:nth-child(8) i { background: url(/dy/ssci/icon.png) -343px 0 no-repeat;}
.adv_box .list li span {
	display: block;
	line-height: 50px;
	font-weight: 700;
	}
.adv_box .list li p {
	font-size: 16px;
	line-height: 26px;
	}
.adv_box .list li a {
	display: inline-block;
	line-height: 34px;
	padding: 0px 30px;
	border-radius: 30px;
	color: #7826f7;
	border: 1px solid #7826f7;
	transition: all ease .3s;
	font-size: 16px;
	margin-top: 15px;
	}
.adv_box .list li a:hover {
	color:#fff;
	background: #7826f7;
	}
	

.zlmodule{
	padding: 30px 0;
}

.fwts_box{
	margin: 30px 0;
}


.leftteam ul li{
	width: 30%;
	float: left;
	margin-bottom: 10px;
}

.leftteam ul li img{
	height: 230px;
}
.button .btn:hover {
    color: #fff;
    background: #4fbcff;
}
.button .btn{
	background: #7826f7;
}
/*************/
.general {
	width: 1170px;
	margin: 20px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	}
.general h5 {
	font-size: 30px;
	display: block;
	margin: 0px 0px;
	font-weight: normal;
	color:white;
	}
.general span img {
	max-width: 100%;
	height: 130px;
	padding-bottom:8px;
	}
/************/

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.sec-title b{
		font-size: 30px;
	}
	.adv_box .list li{width: 43%;margin-bottom: 20px;}
	.adv_box .list li a{padding: 0px 10px;}
	.freatures .content{padding: 0;}
	.fwts_box {
    	display: block;
    	overflow: hidden;
    }
    .fwts_box li{width: 44%;float: left;}
    .jtui_div4_button a{width: 150px;}
    .jtui_div7 .leftteam{width: 100%;}
    .leftteam ul li {
    width: 33%;
    }
    .liucheng .con{overflow: hidden;margin: 0 auto 30px auto;}
    .leftteam ul li img{height: 180px;}
    .general { width: 100%;}
	.general h5 { font-size: 18px;
}