@charset "utf-8";
body{font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";color:#333;} 
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, marquee, from{margin:0;padding:0;} 
ol, ul ,li{list-style: none;} 
img {border: 0; vertical-align:middle;}
a{color:#333;text-decoration:none; }
a:hover{color: #333;text-decoration: none;}
.container *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.nosetBoxsizng *{-moz-box-sizing: unset;-webkit-box-sizing: unset;-o-box-sizing: unset;-ms-box-sizing: unset;box-sizing: unset; }
body{
	background-color: #f9f9f9;
	min-width: 1200px;
}
.container a:hover{
	opacity: .8;
}
.gray-body{
	background-color: #f9f9f9;
}
.left{
	float: left;
}
.right{
	float: right;
}
ul.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flexbox li{
   	display: block;
	align-items: center;
    justify-content: flex-start;
}
.table{display: table;height:100%;}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.btn-common{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.hoverimg img{
	-webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.hoverimg:hover img{
	-webkit-transform:scale(1.01); 
	-moz-transform:scale(1.01); 
	-ms-transform:scale(1.01); 
	transform:scale(1.01);
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.after-clear::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.sci-common-box{
	
	border-radius: 10px;
	padding: 2rem;
}
.sci-common-title{
	text-align: center;
	padding: 0;
	line-height: 1;
}
.sci-common-title-white{
	padding: 85px 0 65px 0;
}
.sci-common-title h1{
	font-size: 33px;
	font-weight: bold;
}
.sci-common-title-white h1{
	color: #fff;
}

.sci-common-title-white h1:before{
	background: url(sci_icon_title_white.png) no-repeat;
}

.sci-common-title-white h1:after{
	background: url(sci_icon_title_white.png) no-repeat;
}
.sci-common-title p{
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
/*顶部*/
.sci-top-nav{
	width: 100%;
	position: absolute;
	top: 0;
	height: 70px;
	line-height: 70px;
	z-index: 99;
}
.sci-top-nav .left-logo>a{
	display: block;
	width: 250px;
	height: 70px;
}
.sci-top-nav .right-info{
	font-size: 12px;
	color: #fff;
}
.sci-top-nav .right-info .tel{
	display: inline-block;
}
.sci-top-nav .right-info .tel:before{
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(sci_icon_tel.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 15px;
}
.sci-top-nav .right-info a.btn-zx{
	display: inline-block;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
	border-radius: 3px;
	padding: 0 12px;
	border: 1px solid rgba(255,255,255,0.2);
	margin-left: 20px;
}
.sci-top-nav .right-info a.btn-zx:hover{
	color: #fff;
	border-color: rgba(255,255,255,0.6);
}
/*banner*/
.sci-banner{
	width: 100%;
    height: 430px;
    background: url(sci_banner.png) right center no-repeat;
    background-size: cover;
}
.sci-banner>.w1200{
	height: 430px;
	position: relative;
}
.sci-banner .left-info{
	color: #fff;
	padding-top: 128px;
}
.sci-banner .left-info h2{
	font-size: 20px;
}
.sci-banner .left-info h2 span{
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 15px;
	border: 1px solid rgba(255,255,255,0.2);
	font-weight: normal;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
.sci-banner .left-info h2 span:first-of-type{
	margin-left: 22px;
}
.sci-banner .left-info h1{
	font-size: 64px;
	line-height: 1;
	text-shadow:8px 0 8px rgba(37, 55, 152, 0.11);
}
.sci-banner .left-info .kb{
	margin-top: 22px;
}
.sci-banner .left-info .kb span{
	display: inline-block;
	width: 265px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 4px;
}
.sci-banner .left-info .kb span.blue{
	background-color: #2c3e50;
	font-size: 23px;
	color: #fff;
	border-radius: 10px;
	position: relative;
	left: -15px;
	
}
.sci-banner .left-info .kb span.white{
	background-color: #e67e22;
	font-size: 23px;
	color: #fff;
	border-radius: 10px;
}
.sci-banner .left-info .btn-zx{
	display: inline-block;
	width: 180px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(243,243,243,0.5);
	margin-top: 38px;
}
.sci-banner .left-info .btn-zx:before {
    content: '';
    position: relative;
    top: 2px;
    left: -20px;
    transition: all 0.4s;
    display: inline-block;
    background: url(sci_icon_banner_btn.png) no-repeat;
    width: 20px;
    height: 18px;
    background-position: 0 0;
}
.sci-banner .left-info .btn-zx:after {
    content: '';
    position: relative;
    top: 2px;
    right: -20px;
    transition: all 0.4s;
    display: inline-block;
    background: url(sci_icon_banner_btn.png) no-repeat;
    width: 20px;
    height: 18px;
    background-position: -135px 0;
}
.sci-banner .left-info .btn-zx:hover {
  border-color: #f3f3f3;
  opacity: 1;
  color: #fff;
}
.sci-banner .left-info .btn-zx:hover:before {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.sci-banner .left-info .btn-zx:hover:after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.sci-banner .right-img{
	width: 481px;
    height: 391px;
    background: url(sci_banner_yxr1.png) no-repeat;
    position: absolute;
    bottom: 74px;
    right: -36px;
}
/*搜索*/
.sci-search-box{
	height: 170px;
    background-color: #fff;
    border-radius: 6px;
    
    margin: auto;
    padding: 50px 50px 0 50px;
    box-shadow: 0 0 12px rgba(119,119,119,0.2);
}
.sci-search-box .search-input{
	width:694px;
	height:54px;
	border-radius: 6px;
	background-color:#f6f6f6;
	overflow:hidden;
}
.sci-search-box .search-input .l{
	width:90%;
	height:54px;
	line-height: 54px;
	overflow:hidden;
	background-color:#f6f6f6;
	position: relative;
}
.sci-search-box .search-input .l::before{
	content: "期刊检索";
	display: inline-block;
	width: 105px;
	height: 18px;
	line-height: 18px;
	margin-top: 18px;
	position: absolute;
	left: 0;
	border-right: 1px solid #eee;
	font-size: 14px;
	color: #222;
	text-align: center;
}
.sci-search-box .search-input .r{
	width:10%;
	height:54px;
	background-color: #f6f6f6;
}
.sci-search-box .search-input .t{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:20%;
	height:24px;
	margin:5px 0 5px 5px;
	display: none;
}
.sci-search-box .search-input .q{
	float: left;
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#999;
	width:93%;
	height:54px;
	line-height: 54px;
	background-color: #f6f6f6;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1fffffff, endcolorstr=#1fffffff);
	padding-left: 160px;
}
.sci-search-box .search-input .img-search{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(sci_icon_search.png) no-repeat;
    top: 18px;
    left: 130px;
}
.sci-search-box .search-input .q:-webkit-autofill,
.sci-search-box .search-input .q:-webkit-autofill:hover,
.sci-search-box .search-input .q:-webkit-autofill:focus {box-shadow:0 0 0 60px #f6f6f6 inset; 
-webkit-text-fill-color: #999;
font-size:15px;
color:#acacac;
border:0 none;
outline:0 none;
}
.sci-search-box .search-input .s{
	border:0 none;
	outline:0 none;
	width: 100%;
	height:54px;
	line-height:54px;
	background-color: #f6f6f6;
	background: url(icon_search_blue.png) no-repeat center;
}
.sci-search-box .search-input .s:hover{
	color: #049ca2;
}
.sci-search-box .search-input:hover .s{
	cursor: pointer;
}
.sci-search-box .search-input .q:-webkit-autofill,
.sci-search-box .search-input .q:-webkit-autofill:hover,
.sci-search-box .search-input .q:-webkit-autofill:focus {box-shadow:0 0 0 60px #4fcfbd inset; 
font-size: 14px;
-webkit-text-fill-color: #999;
}
.sci-search-box .search-input .q::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.sci-search-box .search-input .q::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #999;
}
.sci-search-box .search-input .q:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #999;
}
.sci-search-box .search-input .q:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	font-size: 14px;
	color: #999;
}
.text-huo{
	width: 46px;
	height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.sci-search-btn1 {
	display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(to right, #0b85ed , #0b64d6);
}
.sci-search-btn1:hover{
	opacity: 1;
	color: #fff !important;
	background-image: linear-gradient(to right, #0ba8f1 , #0b82dc);
}
.sci-search-btn2 {
	display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(to right, #fe7539 , #f3480b);
}
.sci-search-btn2:hover{
	opacity: 1;
	color: #fff !important;;
	background-image: linear-gradient(to right, #fe8943 , #f35c0e);
}
.sci-search-bottom>p{
	width: 758px;
	height: 66px;
	line-height: 66px;
	font-size: 12px;
	color: #999;
}
.sci-search-bottom>p:before{
	content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(sci_icon_book.png) no-repeat;
    vertical-align: middle;
    margin: 0 6px 2px 0;
}
.sci-search-bottom>p:after{
	content: "";
	float: right;
	margin-top: 26px;
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #d2d2d2;
}
.sci-search-bottom>p>a{
	font-size: 12px;
	color: #999;
	margin-right: 16px;
}
.sci-search-bottom>p>a:hover{
	color: #0b71d9;
}
.scrollnews{
	height: 66px;
	line-height: 66px;
	margin-left: 30px;
	font-size: 12px;
	color: #999;
}
.scrollnews .hd, .scrollnews .bd{
	float: left;
}
.scrollnews .hd{
	margin-right: 16px;
}
.scrollnews .bd ul{
	width: 244px;
}
.scrollnews .bd ul li{
	text-align: right;
	height: 66px;
	line-height: 66px;
}
.scrollnews .bd ul li b{
	font-weight: normal;
	margin-right: 10px;
}
.scrollnews .bd ul li span{
	color: #0b71d9;
}
/*期刊列表*/
.sci-qklist-box .sci-common-title{
	margin-top: 0;
	padding-top: 0;
}
.sci-qklist-box ul li{
	width: 19%;
	margin-bottom: 18px;
	
	border-radius: 10px;
	padding: 2rem 0;
	text-align: center;
	margin: 35px 35px 18px 35px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.hoverimg::after {
    font-size: 15px;
    content: '热销';
    position: absolute;
    top: 31px;
    right: -38px;
    width: 100px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    background-color: #ff6b6b;
    color: #fff;
    transform: rotate(45deg);
    transform-origin: right top;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sci-qklist-box ul li .item-img{
	width: 70%;
	margin: 0 auto;
}
.sci-qklist-box ul li .item-img img{
	width: 100%;
	height: 100%;
}
.sci-qklist-box ul li .table{
	height: 72px;
    width: 100%;
    text-align: center;
}
.sci-qklist-box ul li.lowerli .table{
	height: 52px;
}
.sci-qklist-box ul li h4{
	font-size: 16px;
	color: #2c3e50;
	
	font-weight: bold;
}
.item-info{
    float: none;
    padding:0 10px;
}
.sci_chakan{
    float:left;
    padding: 0.8rem 20px;
    background: url(../image/index-chakan.png) left center no-repeat;
    color: #b3b3b3;
    line-height: 24px;
}
.sci_chakanr{
    float:right;padding: 1px 10px;
    font-size: 1.2rem;
    color: #ff6b6b;
    line-height: 24px;
    background: #ffdede;
    padding: 0.8rem 2rem;
    border-radius: 20px;
}
.sci-qklist-box ul li:hover h4{
	color: #0b71d9;
}
.sci-qklist-box ul li span{
	font-size: 13px;
	color: #777;
	text-decoration: underline;
}
/* 动态期刊 */
.sci-qklist-boxdt ul li .item-info{
	margin-top: 10px;
}
.sci-qklist-boxdt ul li h4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 6px;
}
.sci-qklist-boxdt ul li .table{
	height: 50px;
}
.sci-qklist-boxdt ul li span{
	text-decoration: none;
}
/*我们的服务*/
.sci-ourfw-box{
	width: 100%;
	
	background-color: #e67e22;
	
}
.sci_fuwu_box{
    background: url(sci_fuwu.png) no-repeat;
}
.sci-ourfw-box ul li{
	width: 290px;
	margin: 30px auto;
	padding: 0 40px;
	background-color: #fff;
	border-radius: 10px;
}
.sci-ourfw-box ul li .fwmask {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #30e5ff;
    background: linear-gradient(70deg, #079af1 0%, rgba(64, 211, 245, 0.85) 54%, rgba(20, 127, 245, 0.85) 100%);
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.06);
    padding-top: 135px;
    text-align: center;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all 0.4s;
    z-index: 4;
}
/* .sci-ourfw-box ul li:hover .fwmask{
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
} */
.sci-ourfw-box ul li:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.08);
}
.sci-ourfw-box ul li:hover a{
	
}
.sci-ourfw-box ul li .fwmask>a{
	display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    transition: all 0.4s;
    font-weight: bold;
    margin: 0 auto;
}
.sci-ourfw-box ul li .fwmask>a:first-of-type{
	background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px #079af1;
    border-radius: 4px;
    color: #079af1;
    margin-bottom: 15px;
}
.sci-ourfw-box ul li .fwmask>a:last-of-type{
	border-radius: 4px;
    border: solid 1px #ffffff;
    color: #fff;
}
.sci-ourfw-box ul li .fwmask>a:last-of-type:hover {
  color: #0b71d9;
  background-color: #fff;
}
.sci-ourfw-box ul li h5{
	padding-top: 20px;
	line-height: 1;
	font-size: 16px;
	position: relative;
}
.sci-ourfw-box ul li:hover{
	box-shadow:0 0 25px rgba(204, 204, 204, 0.2);
}
.sci-ourfw-box ul li:hover h5{
	color: #e67e22;
}
.sci_fuwu_title:hover{
	color: #fff !important;
}
.sci-ourfw-box ul li p{
	height: 84px;
	font-size: 12px;
	color: #555;
	line-height: 2;
	margin: 10px 0;
	text-align: justify;
}
.sci-ourfw-box ul li dl dt{
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #e67e22;
	margin-bottom: 14px;
}
.sci-ourfw-box ul li dl dd{
	font-size: 14px;
	line-height: 2;
}
.sci-ourfw-box ul li dl dd:before{
	content: "";
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url(sci_icon_tick.png) no-repeat;
    background-position: 0px -29px;
    margin-right: 12px;
}
.sci-ourfw-box .btn-groups{
	text-align: center;
	margin-top: 0px;
}
.sci-ourfw-box .btn-groups a{
	display: inline-block;
    width: 130px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}
.sci-ourfw-box .btn-groups a.btn-fw1{
	border: 1px solid #d2d2d2;
	background:#fff;
	color: #e67e22;
}
.sci-ourfw-box .btn-groups a.btn-fw1:hover{
	opacity: 1;
	background-image: linear-gradient(to right, #fe8943 , #f35c0e);
	color: #fff;
}
.sci-ourfw-box .btn-groups a.btn-fw2{
	border: 1px solid #fff;
	color: #fff;
	vertical-align: middle;
    margin-top: 36px;
    opacity: 1;
	background-image: linear-gradient(to right, #e67e22 , #f0bf93);
}
.sci-ourfw-box .btn-groups a.btn-fw2:hover{
	opacity: 1;
	border-color: #fe9a21;
	color: #fff;
}
/*选择我们的理由*/
.sci-chooseus-box{
	width: 100%;
	height: 526px;
	background: url(sci_bg_choose.png) no-repeat;
	background-size: cover;
}
.sci-chooseus-box ul{
	height: 344px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sci-chooseus-box ul li{
	width: 25%;
	padding: 0 40px;
	text-align: center;
}
.sci-chooseus-box ul li:hover h6{
	color: #0b71d9;
}
.sci-chooseus-box ul li .item-img{
	width: 160px;
	height: 130px;
	margin: 54px auto 0;
	background: url(sci_icon_choose.png) no-repeat;
	background-position: 31px 0;
}
.sci-chooseus-box ul li:nth-of-type(2) .item-img{
	background-position: -259px 0;
}
.sci-chooseus-box ul li:nth-of-type(3) .item-img{
	background-position: -564px 0;
}
.sci-chooseus-box ul li:nth-of-type(4) .item-img{
	background-position: -861px 0;
}
.sci-chooseus-box ul li h6{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.sci-chooseus-box ul li p{
	padding: 0 6px;
	font-size: 14px;
	color: #777;
	line-height: 1.75;
}
/*服务口碑*/
.sci-fwkb-box{
	background-color: #f8f8f8;
}
.sci-fwkb-box ul{
	padding: 40px 0 80px 0;
}
.sci-fwkb-box ul li{
	text-align: center;
}
.sci-fwkb-box ul li:hover a{
	color: #333 !important;;
}
.sci-fwkb-box ul li:hover p.num b{
	color: #0b71d9;
}
.sci-fwkb-box ul li p.num{
	font-size: 18px;
}
.sci-fwkb-box ul li p.num b{
	font-size: 40px;
}
.sci-fwkb-box ul li p.title{
	font-size: 18px;
	color: #777;
}
/*服务流程*/
.sci-fwlc-box .lcbox{
	height: 108px;
	margin: 64px 0 60px 0;
	background: url(sci_bg_fwlc.png) center no-repeat;
}
.sci-fwlc-box .lcbox>a{
	display: block;
	width: 100%;
	height: 108px;
}
/*常见问题*/
.sci-cjwt-box{
	width: 100%;
	background-color: #f8f8f8;
}
.sci-cjwt-box .cjwtbox{
	padding: 40px 0 0px 0;
}
.sci-cjwt-box .cjwtbox .left-img{
	width: 364px;
	height: 451px;
	margin-right: 30px;
	background: url(../img/qimg.png) no-repeat;
}
.sci-cjwt-box .cjwtbox .right-info{
	width: 812px;
	margin-top: -22px;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle{
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #f3f3f3;
	cursor: pointer;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle:hover{
	color: #0b71d9;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle:hover b{
	color: #0b71d9;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle b{
	display: inline-block;
	font-size: 14px;
	color: #777;
	width: 44px;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle p{
	display: inline-block;
	width: 746px;
	font-size: 15px;
	font-weight: bold;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle .close{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(sci_icon_cjwt.png) no-repeat;
	background-position: 0 -130px;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wttitle .open{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(sci_icon_cjwt.png) no-repeat;
	background-position: 0 6px;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wtanswer{
	display: none;
}
.sci-cjwt-box .cjwtbox .right-info ul li:first-of-type .wtanswer{
	display: block;
}
.sci-cjwt-box .cjwtbox .right-info ul li .wtanswer p{
	font-size: 14px;
	line-height: 1.75;
	padding-left: 46px;
}
.sci-cjwt-box .cjwtbox .right-info ul li.active .wttitle b{
	color: #0b71d9;
}
.sci-cjwt-box .cjwtbox .right-info ul li.active  .wttitle p{
	color: #0b71d9;
}
/*他们都在使用*/
.sci-others-box ul{
	padding: 10px 0 50px 0;
}
.sci-others-box ul li{
	width: 186px;
	height: 233px;
	border-radius: 6px;
	box-shadow:0 0 8px rgba(190, 190, 190, 0.15);
}
.sci-others-box ul li:hover{
	box-shadow:0 0 16px rgba(190, 190, 190, 0.15);
}
.sci-others-box ul li:hover span{
	color: #0b71d9;
}
.sci-others-box ul li .item-img{
	width: 116px;
	height: 116px;
	margin: 36px auto 25px;
	background: url(sci_icon_others.png) no-repeat;
}
.sci-others-box ul li:first-of-type .item-img{
	width: 117px;
	background-position: 0 0;
}
.sci-others-box ul li:nth-of-type(2) .item-img{
	background-position: -206px 0;
}
.sci-others-box ul li:nth-of-type(3) .item-img{
	background-position: -408px 0;
}
.sci-others-box ul li:nth-of-type(4) .item-img{
	width: 117px;
	background-position: -610px 0;
}
.sci-others-box ul li:nth-of-type(5) .item-img{
	background-position: -815px 0;
}
.sci-others-box ul li:nth-of-type(6) .item-img{
	width: 117px;
	background-position: -1020px 0;
}
.sci-others-box ul li span{
	display: block;
	font-size: 16px;
	text-align: center;
}
/*广告*/
.sci-ad{
	width: 100%;
	height: 180px;
	text-align: center;
	background: url(sci_banner_bottom.png) no-repeat;
}
.sci-ad a{
	display: block;
	height: 180px;
}
.sci-ad a .table{
	width: 100%;
	height: 180px;
}
.sci-ad a p{
	font-size: 32px;
	color: #fff;
}
.sci-ad a span{
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #0b71d9;
	background-color: #fff;
	border-radius: 4px;
	margin: 20px auto 0;
}
/*页脚*/
.sci-foot{
	width: 100%;
	height: 106px;
	padding: 30px 0;
}
.sci-foot .left-panel{
	font-size: 14px;
	color: #666;
}
.sci-foot .left-panel ul li{
	float: left;
}
.sci-foot .left-panel ul li a{
	font-size: 14px;
	color: #666;
}
.sci-foot .left-panel ul li:not(:last-of-type):after{
	content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #808080;
    vertical-align: middle;
    margin: 0 8px 2px 8px;
}
.sci-foot .left-panel>p{
	margin-top: 5px;
}
.sci-foot .left-panel>p a, .sci-foot .left-panel ul li>p span{
	font-size: 14px;
	color: #666;
}
.sci-foot .left-panel .gabba:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../static/image/icon_gaba.png)no-repeat center;
	margin:0 4px 4px 12px;
	vertical-align: top;
}
.sci-foot .right-panel{
	height: 50px;
	position: relative;
}
.sci-foot .right-panel:before{
	content: "";
    display: inline-block;
    width: 48px;
    height: 45px;
    background: url(sci_icon_foot_tel.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}
.sci-foot .right-panel p{
	font-size: 14px;
	color: #666;
	padding-left: 62px;
}
.sci-foot .right-panel p>b{
	font-weight: bold;
	color: #222;
}
.sci-foot .right-panel p:first-of-type{
	margin: 2px 0 4px 0;
}
.dl-side-sci span{
	width: 205px;
	height: 62px;
}