@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding: 50px 0px 30px;}
.title label {
	font-size: 34px;
	line-height: 60px;
	display: block;
	color: #543ecd;
	text-align: center;
	font-weight: bold;
	}
.title label font {
	color: #ed4343;
	display: inline-block;
	text-transform: uppercase;
	}
.title label span { color: #fff;}

.more { text-align: center;}
.more a {
    height: 60px;
    line-height: 60px;
    background: #1af7ff;
    border-radius: 50px;
    color: #5242d3;
	display: inline-block;
	font-size: 22px;
	padding: 0px 50px;
	margin: 50px auto;
	}
.more a:hover { box-shadow: 0px 0px 20px rgb(0,87,77,.2);}
/** banner **/


/***/
.top_head {
	width: 100%;
	line-height: 34px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	}
.top_head .container { display: flex; justify-content: space-between;}
.top_head label { position: relative;}
.top_head label:hover span { display: block;}
.top_head label span {
	position: absolute;
	background: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px;
	top: 34px;
	left: 0px;
	z-index: 20;
	display: none;
	}
.top_head label span img { max-width: 100%;}

/**导航**/
.nav {
	background: #fff; 
	box-shadow: 0px 5px 10px rgb(0,0,0,.2);
	position: relative;
	z-index: 10;
	}
.nav .container { height: 90px; display: flex; justify-content: space-between; align-items: center;}
.nav .logo a{ display: block; height: 100%;}
.nav .nav_head {
	display: flex;
	justify-content: center;
	}
.nav .nav_head li{
	font-size: 16px;
	line-height: 60px;
	}
.nav .nav_head li a {
	display: block;
	text-align: center;
	padding: 0px 20px;
	}

.nav .nav_head li a:hover {color: #d00;}

	
/***搜索**/
.searchbox {
	width: 200px;
	padding-top: 15px; 
	display: inline-table;
	}
.searchbox .sx{
	border: 1px solid #ccc;
	border-right: none;
	width: 139px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
	display: inline-block;
	color:#ccc;
	font-size: 14px;
	float: left;
	background: none;
	border-radius: 30px 0px 0px 30px;
	outline: none;
	}
.searchbox .btn {
	float: left;
    height: 40px;
	line-height:40px;
	padding:0px 30px;
	cursor:pointer;
	background:url("https://www.ori-ru.com/sciyx/images/search.png") center center no-repeat;
	border:1px solid #ccc;
	border-left: none;
	border-radius: 0px 30px 30px 0px;
	}
	
/****/
.gd_ban {
	width: 100%;
    height: 505px;
    background: url("https://www.ori-ru.com/sciyx/images/banner.jpg") center top no-repeat;
	}
.gd_ban a {
	display: inline-block;
	background: #ff0;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
	line-height: 60px;
	padding: 0px 70px;
	border-radius: 8px;
	color: #4b3fab;
	font-size: 25px;
	margin-top: 20px;
	}
.gd_ban a:hover {background: #1af7ff; }

.gd_ban .container { position: relative; text-align: center;} 
.gd_ban h4 {
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 180px;
	border: 2px solid #fff;
	padding: 10px;
	top: 30px;
	left: 240px;
	border-radius: 50%;
	}
.gd_ban h4 strong {
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	border-radius: 50%;
	color: #4b3fab;
	font-size: 32px;
	text-align: center;
	padding: 30px 25px 0px;
	}
.gd_ban h3 {
	display: block;
	text-align: center;
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	padding: 200px 0px 10px;
	text-shadow: 3px 5px 0px #4b3fab;
	letter-spacing: 8px;
	}
.gd_ban p{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #ff0;
	}
.gd_i_1 {
	position: absolute;
	display: inline-block;
	width: 89px;
	height: 99px;
	background: url("https://www.ori-ru.com/sciyx/images/ban-ico1.png") 0 0 no-repeat;
	background-size: contain;
	top: 130px;
	left: 150px;
	animation: bannerimg 0.8s infinite alternate linear;
	}
@keyframes bannerimg{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(0,10px);
    }
}
.gd_i_2 {
	position: absolute;
	display: inline-block;
	width: 44px;
	height: 64px;
	background: url("https://www.ori-ru.com/sciyx/images/ban-ico2.png") 0 0 no-repeat;
	background-size: contain;
	top: 130px;
	left: 480px;
	animation: deng 0.8s infinite alternate linear;
	}
@keyframes deng{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(0,20px);
    }
}
.gd_i_3 {
	position: absolute;
	display: inline-block;
	width: 114px;
	height: 132px;
	background: url("https://www.ori-ru.com/sciyx/images/ban-ico3.png") 0 0 no-repeat;
	background-size: contain;
	bottom: 20px;
	right: 0px;
	animation: shu 1s infinite alternate linear;
	}
@keyframes shu{
    0%{
        transform: translate(0,0);
    }
    100%{
        transform: translate(20,0px);
		transform: rotate(50deg);
    }
}

	
/**推荐**/
.tj_new {
	display: flex;
	justify-content: space-between;
	}
.hot_new {
	width: 32%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	padding: 20px 20px;
	border-radius: 4px;
	}
.hot_top {
	
	}
.hot_top h3{
	font-size: 24px;
	line-height: 24px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #543ecd;
	margin-bottom: 30px;
	}
.hot_top .hot_img {
	display: block;
	text-align: center;
	}
.hot_top .hot_img img {
	max-width: 100%;
	height: 140px;
	display: inline-block;
	}
.hot_top dt a {
	display: block;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	color: #f00;
	}
.hot_top dd p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.hot_top dd p span { color: #999; padding-right: 8px;}
.hot_top dd a { color: #d00;}
.hot_new_list {
	margin-top: 15px;
	border-top: 1px dashed #ccc;
	}
.hot_new_list li{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
	}
.hot_new_list li a {
    width: 78%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
	}
.hot_new_list li span { font-size: 14px; color: #999;}
.hot_new .more a {
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	margin: 30px auto 0px;
	font-size: 18px;
	}

.hot_qk {
	display: flex;
	flex: 1;
	padding-bottom: 8px;
	}
.hot_qk .qk_img {
    flex: 0 0 100px;
    height: 130px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
	}
.hot_qk .qk_img img {
	width: 100%;
    height: 100%;
    display: block;
	}
.hot_qk .qk_tit {
	padding-left: 15px;
	flex: 1;
    overflow: hidden;
    width: 0;
	}
.hot_qk .qk_tit h4 {
	font-size: 15px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 10px;
	}
.hot_qk .qk_tit p {
	border-top: 1px solid #eee;
	font-size: 12px;
	line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow: hidden;
	}
.hot_qk .qk_tit p span { color: #999; padding-right: 8px;}
	
/**领域**/
.ser_bg {
	width: 100%;
	padding-bottom: 50px;
	}
.ser_box {
	height: 570px;
	background: url("https://www.ori-ru.com/sciyx/images/ser_bg.png") center center no-repeat;
	position: relative;
	}
.s_1 {width: 80px;	height: 80px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute; top:340px; left: 125px;}
.s_1:before {content: ""; width: 88px; height: 88px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_1 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 16px; line-height: 48px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_1 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_2 {width: 80px;	height: 80px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute; top: 290px; left: 300px;}
.s_2:before {content: ""; width: 88px; height: 88px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_2 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 0px; line-height: 48px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_2 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_3 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 120px; left: 240px;}
.s_3:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_3 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 0px; line-height: 38px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_3 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_4 {width: 60px;	height: 60px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 255px; left: 425px;}
.s_4:before {content: ""; width: 68px; height: 68px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_4 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 22px; width: 100%; padding:16px 0px; line-height: 28px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_4 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_5 {width: 50px;	height: 50px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 155px; left: 470px;}
.s_5:before {content: ""; width: 58px; height: 58px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_5 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 20px; width: 100%; padding:0px 0px; line-height: 50px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_5 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_6 {width: 90px;	height: 90px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 200px; left: 525px;}
.s_6:before {content: ""; width: 98px; height: 98px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_6 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 26px; width: 100%; padding:16px 16px; line-height: 29px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_6 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_7 {width: 100px;	height: 100px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 175px; right: 365px;}
.s_7:before {content: ""; width: 108px; height: 108px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_7 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 28px; width: 100%; padding:16px 0px; line-height: 68px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_7 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_8 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 205px; right: 490px;}
.s_8:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_8 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 20px; width: 100%; padding:11px 10px; line-height: 24px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_8 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_9 {width: 80px;	height: 80px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 130px; right: 450px;}
.s_9:before {content: ""; width: 88px; height: 88px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_9 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:0px 0px; line-height: 80px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_9 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_10 {width: 90px;	height: 90px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 180px; right: 225px;}
.s_10:before {content: ""; width: 98px; height: 98px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_10 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 16px; line-height: 29px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_10 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_11 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 135px; right: 335px;}
.s_11:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_11 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:0px 0px; line-height: 70px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_11 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_12 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 110px; right: 200px;}
.s_12:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_12 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:0px 0px; line-height: 70px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_12 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_13 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 230px; right: 160px;}
.s_13:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_13 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:0px 0px; line-height: 70px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_13 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_14 {width: 90px;	height: 90px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 0px; left: 390px;}
.s_14:before {content: ""; width: 98px; height: 98px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_14 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 16px; line-height: 29px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_14 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_15 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 120px; left: 440px;}
.s_15:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_15 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 22px; width: 100%; padding:0px 0px; line-height: 70px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_15 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_16 {width: 80px;	height: 80px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 165px; left: 320px;}
.s_16:before {content: ""; width: 88px; height: 88px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_16 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 20px; width: 100%; padding:16px 16px; line-height: 24px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_16 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_17 {width: 100px; height: 100px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 60px; right: 290px;}
.s_17:before {content: ""; width: 108px; height: 108px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_17 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 28px; width: 100%; padding:16px 16px; line-height: 34px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_17 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_18 {width: 70px;	height: 70px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 105px; left: 550px;}
.s_18:before {content: ""; width: 78px; height: 78px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_18 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 20px; width: 100%; padding:0px 0px; line-height: 70px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_18 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_19 {width: 90px;	height: 90px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	top: 230px; left: 190px;}
.s_19:before {content: ""; width: 98px; height: 98px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_19 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 16px; line-height: 29px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_19 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_20 {width: 90px;	height: 90px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 40px; left: 515px;}
.s_20:before {content: ""; width: 98px; height: 98px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_20 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 16px; line-height: 29px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_20 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_21 {width: 90px;	height: 90px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 10px; right: 340px;}
.s_21:before {content: ""; width: 98px; height: 98px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_21 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 24px; width: 100%; padding:16px 16px; line-height: 29px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_21 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_22 {width: 100px; height: 100px;	border-radius: 50%;	background-color: #ffff00; text-align: center;	word-wrap: break-word;	word-break: normal;	position: absolute;	bottom: 110px; right: 40px;}
.s_22:before {content: ""; width: 108px; height: 108px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_22 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 28px; width: 100%; padding:16px 16px; line-height: 34px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_22 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

.s_23 {width: 80px;	height: 80px; border-radius: 50%; background-color: #ffff00; text-align: center; word-wrap: break-word;	word-break: normal;	position: absolute;	top: 100px; right: 65px;}
.s_23:before {content: ""; width: 88px; height: 88px; position: absolute; left: 0; top: 0; margin-left: -4px; margin-top: -4px; border-radius: 50%; animation: GreenDot 1.0s ease-out 0s infinite; background-color: rgba(232, 83, 93, 0.5);}
.s_23 a { display: block; color: #2a2d93; background-color: #ffff00; border-radius: 50%; font-size: 20px; width: 100%; padding:0px 0px; line-height: 80px; position: absolute; top: 0px; left: 0px; z-index: 1;}
.s_23 a:hover { background-color: #e8535d; color: #fff; transition-duration:1s;}

@keyframes GreenDot {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/** 查询*/
.qkcx {
	width: 100%;
	padding: 60px 0px 30px;
	}
.qkcx_box {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(70,152,255,.2);
	padding: 20px 30px 30px;
	}
.qkcx_box h3 {
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}
.qkcx_box h3 a {
	font-size: 24px;
	color: #ff00de;
	margin: 0px 50px;
	display: inline-block;
	background: url("https://www.ori-ru.com/sciyx/images/cx-1.png") center left no-repeat;
	padding-left: 50px;
	}
.qkcx_box h3 a:last-child { background-image: url("https://www.ori-ru.com/sciyx/images/cx-2.png");}

.qkcx_box>div {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.qkcx_box>div a {
	margin:10px 10px;
	width: calc(25% - 20px);
	border: 1px solid #4698ff;
	color: #4698ff;
	line-height: 44px;
	display: block;
	font-size: 18px;
	text-align:center;
	}
.qkcx_box>div a:hover {
	border-color: #543ecd;
	color: #543ecd;
	}
	
/***服务明细***/
.fwmx_bg {
	width: 100%;
	}
.fwmx_box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.fwmx_box li {
	margin:15px 5px;
	width: calc(25% - 10px);
	padding: 10px 0px;
	text-align: center;
	transition:transform 0.3s ease;
	}
.fwmx_box li:hover {transform:translateY(-5px);}

.fwmx_box li a { display: block;}
.fwmx_box li h4 {position: relative;}
.fwmx_box li h4:after {
	content:"";
	position: absolute;
	width: 14px;
	height: 3px;
	background: #8e85f0;
	bottom: -2px;
	left: 50%;
	margin-left: -7px;
	}
.fwmx_box li h4:before {
	content:"";
	position: absolute;
	width:0;height:0;  
    line-height:0;  
    border-width:10px;  
    border-style:solid;  
    border-color: #8e85f0 transparent transparent transparent;
	bottom: -25px;
	left: 50%;
	margin-left: -10px;
	}
.fwmx_box li h4 i {
	width: 130px;
	height: 130px;
	display: inline-table;
	border-radius: 50%;
	border: 8px solid #eae7fc;
	background: #8e85f0 url("https://www.ori-ru.com/sciyx/images/p1.png") center center no-repeat;
	box-shadow: 0px 0px 20px rgb(84,62,205,.2);
	}
.fwmx_box li:nth-child(2) i { background-image: url("https://www.ori-ru.com/sciyx/images/p2.png");}
.fwmx_box li:nth-child(3) i { background-image: url("https://www.ori-ru.com/sciyx/images/p3.png");}
.fwmx_box li:nth-child(4) i { background-image: url("https://www.ori-ru.com/sciyx/images/p4.png");}
.fwmx_box li:nth-child(5) i { background-image: url("https://www.ori-ru.com/sciyx/images/p5.png");}
.fwmx_box li:nth-child(6) i { background-image: url("https://www.ori-ru.com/sciyx/images/p6.png");}
.fwmx_box li:nth-child(7) i { background-image: url("https://www.ori-ru.com/sciyx/images/p7.png");}
.fwmx_box li:nth-child(8) i { background-image: url("https://www.ori-ru.com/sciyx/images/p8.png");}
.fwmx_box li a strong {
	font-size: 24px;
	color: #333;
	margin: 35px 0px 20px;
	display: block;
	font-weight: normal;
	}
.fwmx_box li a em {
	font-size: 14px;
	color: #999;
	padding: 8px 0px;
	display: block;
	}
.fwmx_box li a p { color: #333;}
.fwmx_box li a span {
	display: inline-block;
	background: #dcebff;
	border: 1px solid #543ecd;
	color: #543ecd;
	border-radius: 5px;
	line-height: 28px;
	padding:0px 20px;
	margin-top: 25px;
	}
.fwmx_box li a:hover span { background: #543ecd; color: #fff;}
.fwmx_box li a:hover strong, .fwmx_box li a:hover p {color: #543ecd;}
	
.sp_f8 { background: #f8f8f8; padding-bottom: 20px;}
	
/**流程**/
.fwlc_bg {
	width: 100%;
	}
.fwlc {
	display: flex;
	align-items: center;
	position: relative;
	}
.fwlc:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #b5b8e5;
	left: 0px;
	top: 35%;
	z-index: 1;
	}
.fwlc li {
	width: 15%;
	text-align: center;
	position: relative;
	z-index: 2;
	}
.fwlc li img {
	border-radius: 50%;
	border: 8px solid #eae7fc;
	box-shadow: 0px 0px 30px rgb(84,62,205,.5);
	}
.fwlc li p {
	display: block;
	font-size: 20px;
	margin-top: 20px;
	}
.fwlc span {
	position: relative;
	margin-bottom: 40px;
	z-index: 2;
	}

.footer_box {
	padding:60px 0;
	font-size:15px;
	overflow: hidden;
	background-color: #f6f6f6;
	}
.footer_box .container {
	display: flex;
	}
.footer_box .fot_1 {
	width: 30%;
	padding-right: 40px;
	}
.footer_box .fot_1 p {
	display: block;
	margin-top: 15px;
	color: #858585;
	line-height: 30px;
	}
.footer_box .fot_2 {
	width: 50%;
	padding-right: 50px;
	}
.footer_box .fot_2 p {
	font-size: 18px;
	color: #232323;
    border-bottom: 1px solid #eaeaea;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
.footer_box .fot_2 li a {
	line-height: 24px;
	color: #666;
	font-size: 14px;
	}
.footer_box .fot_2 li a:hover { color: #c00;}
.footer_box .fot_3 {
	width: 20%;
	}
.footer_box .fot_3 p {
	font-size: 18px;
	color: #232323;
    border-bottom: 1px solid #eaeaea;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
.footer_box .fot_3 li a {
	line-height: 24px;
	color: #666;
	font-size: 14px;
	}
.footer_box .fot_3 li a:hover { color: #c00;}

/**/
.footer {
	width: 100%;
	padding: 15px 0px;
	}

.footer p {
	line-height: 24px;
	text-align: center;
	color: #a5a5a5;
	}


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.nav .container { display: block; height: auto;}
	.nav .logo { display: block; text-align: center;}
	.nav .logo img { max-width: 100%; height: 40px;}
	.nav .nav_head li { font-size: 14px; line-height: 40px;}
	.nav .nav_head li a { padding: 0px 3px;}
	
	.gd_ban { background-size: 185% auto; height: 200px; }
	.gd_ban h4 { width: 70px; height: 70px; padding: 3px; top: 8px; left: 66px;}
	.gd_ban h4 strong { font-size: 14px; line-height: 16px; padding: 15px 5px 0px;}
	.gd_ban h3 { font-size: 34px; letter-spacing: 3px; text-shadow: 1px 3px 0px #4b3fab; padding: 80px 0px 0px;}
	.gd_ban p { font-size: 14px;}
	.gd_ban a { font-size: 16px; line-height: 30px; padding: 0px 20px; margin-top: 10px;}
	.gd_i_1 { width: 29px; height: 39px; top: 55px; left: 35px;}
	.gd_i_2 { width: 20px; height: 40px; top: 45px; left: 170px;}
	.gd_i_3 { width: 50px; height: 68px; bottom: -20px; right: 35px;}
	
	.title { padding: 20px 0px 10px;}
	.title label { font-size: 26px; line-height: 40px;}
	
	/*热门*/
	.tj_new {flex-wrap: wrap;}
	.hot_new { width: 100%; margin: 10px 10px; padding: 15px 10px;}
	.hot_top h3 { font-size: 18px; }
	.hot_top dt a { font-size: 14px; line-height: 24px;}
	.hot_top dd p { font-size: 12px; line-height: 20px;}
	.hot_top dd a { font-size: 12px;}
	.hot_new_list li span { font-size: 12px;}
	.hot_qk .qk_tit h4 { font-size: 14px;}
	
	/**领域*/
	.ser_box { background-size: cover; margin-top: 20px;}
	.s_1 { left: 90px; top: 355px;}
	.s_2 { top: 230px;}
	.s_3 { bottom: 30px;}
	.s_4 { left: 255px; top: 175px;}
	.s_5 { left: 180px; bottom: 185px;}
	.s_6 { bottom: 165px; left: 245px;}
	.s_7 { right: 280px;}
	.s_8 { top: 285px; right: 335px;}
	.s_9 { bottom: 35px; right: 290px;}
	.s_10 { top: 135px; right: 180px;}
	.s_12 { bottom: 105px; right: 160px;}
	.s_13 { right: 240px;}
	.s_14 { left: 315px;}
	.s_15 { left: 140px; top: 45px;}
	.s_16 { top: 110px; }
	.s_17 { top: 5px; right: 290px; width: 80px; height: 80px;}
	.s_17:before { width: 86px; height: 86px; margin-left: -3px; margin-top: -3px;}
	.s_17 a { font-size: 20px; line-height: 24px;}
	.s_18 { left: 20px; top: 95px;}
	.s_20 { left: 135px; bottom: 0px;}
	.s_21 { right: 10px; bottom: -35px;}
	.s_22 { bottom: 70px; right: 10px;}
	.s_23 { top: 70px; right: 100px;}
	
	/**查询*/
	.qkcx_box { padding: 20px 10px;}
	.qkcx_box h3 a { margin: 0px 10px; font-size: 20px;}
	.qkcx_box>div a { font-size: 12px; line-height: 30px; margin: 5px 3px; width: calc(25% - 6px);}
	
	/*明细*/
	.fwmx_box li h4 i { width: 75px; height: 75px; border-width: 4px; box-shadow: 0px 0px 15px rgb(84,62,205,.2); background-size: 50% auto;}
	.fwmx_box li a strong { font-size: 16px; margin: 25px 10px 10px;}
	.fwmx_box li a p { font-size: 12px;}
	.fwmx_box li a span { padding: 0px 10px; margin-top: 15px;}
	
	/*流程*/
	.fwlc { margin-bottom: 20px;}
	.fwlc li img { width: 35px; height: 35px; border-width: 1px; box-shadow: 0px 0px 5px rgb(84,62,205,.3);}
	.fwlc li p { font-size: 14px; margin-top: 5px;}
	.fwlc span { margin-bottom: 22px;}
	.fwlc span img { max-width: 100%; height: 12px;}
	.fwlc:after { top: 30%;}
	
	.footer_box { padding: 15px 20px; margin-top: 20px; font-size: 13px;}
	.footer_box .container { display: block;}
	.footer_box .fot_1 { width: 100%; padding-right: 0px; text-align: center; padding-bottom: 10px;}
	.footer_box .fot_1 a { display: block;}
	.footer_box .fot_1 p { line-height: 20px;}
	.footer_box .fot_2 { width: 100%; padding-right: 0px; padding-bottom: 10px;}
	.footer_box .fot_2 p, .footer_box .fot_3 p { font-size: 15px; padding-bottom: 5px; margin-bottom: 5px;}
	.footer_box .fot_2 li a, .footer_box .fot_3 li a { font-size: 12px;}
	.footer_box .fot_3 { width: 100%;}
	
	.more a { font-size: 16px; height: 50px; line-height: 50px; padding: 0px 25px; margin: 10px auto;}
	}
@media screen and (max-width:375px) {
	.nav .nav_head li { font-size: 12px;}
	.gd_ban { background-size: 200% auto;}
	.gd_ban h4 { left: 50px;}
	.gd_i_1 { left: 18px;}
	.fwmx_box li a strong { font-size: 14px;}
	.fwlc:after { top: 22%;}
	.fwlc span { margin-bottom: 42px;}
	.s_17 { right: 255px;}
	.s_14 { left: 260px;}
	.s_15 { top: 10px;}
	.s_10 { top: 100px; right: 185px;}
	.s_7 { right: 250px;}
	.s_4 { left: 195px; top: 165px;}
	.s_16 { left: 275px;}
	.s_13 { right: 195px;}
	.s_2 { top: 195px; left: 275px;}
	.s_8 { right: 285px;}
	.s_11 { right: 290px;}
	.s_12 { right: 125px;}
	.s_9 { right: 275px;}
	.s_20 { left: 110px; bottom: 30px;}
	.s_3 { bottom: 25px; left: 210px;}
	.s_22 { width: 80px; height: 80px; right: 25px;}
	.s_22:before { width: 88px; height: 88px;}
	.s_22 a { font-size: 20px; line-height: 24px;}
	.s_21 { width: 70px; height: 70px; right: 25px; bottom: -25px;}
	.s_21:before { width: 78px; height: 78px;}
	.s_21 a { font-size: 16px; line-height: 19px;}
	}
@media screen and (max-width:320px) {
	.nav .nav_head li { line-height: 14px; padding-bottom: 5px;}
	.gd_ban { height: 165px;}
	.gd_ban h4 { top: 0px; left:35px;}
	.gd_ban h3 { font-size: 30px; padding: 65px 0px 0px;}
	.gd_i_1 { top: 35px; left: 15px;}
	.gd_i_2 { top: 30px; left: 125px;}
	.gd_i_3 { width: 40px; height: 58px;}
	.gd_ban a { font-size: 14px; line-height: 24px; padding: 0px 15px; margin-top: 5px;}
	.hot_new { margin: 10px 0px;}
	.qkcx_box h3 a { font-size: 16px;}
	.qkcx_box>div a { line-height: 16px; padding: 5px 0px;}
	.fwmx_box li a strong { margin: 15px 5px 5px;}
	.fwmx_box li a span { font-size: 12px;}
	.s_17 { right: 220px;}
	.s_14 { left: 210px;}
	.s_15 { left: 115px;}
	.s_23 { width: 50px; height: 50px;}
	.s_23:before { width: 58px; height: 58px;}
	.s_23 a { line-height: 50px; font-size: 14px;}
	.s_10 { width: 60px; height: 60px; right: 155px;}
	.s_10:before { width: 68px; height: 68px;}
	.s_10 a { line-height: 18px; font-size: 14px; padding: 12px 16px;}
	.s_7 { width: 50px; height: 50px; right: 250px;}
	.s_7:before { width: 58px; height: 58px;}
	.s_7 a { line-height: 18px; font-size: 14px;}
	.s_4 { left: 80px;}
	.s_16 { left: 215px;}
	.s_2 { left: 220px;}
	.s_19 { width: 70px; height: 70px; left: 150px; top: 150px;}
	.s_19:before { width: 78px; height: 78px;}
	.s_19 a { font-size: 16px; line-height: 19px;}
	.s_8 { top: 230px; right: 110px;}
	.s_11 { width: 50px; height: 50px; right: 255px;}
	.s_11:before { width: 58px; height: 58px;}
	.s_11 a { line-height: 50px; font-size: 14px;}
	.s_1 { left: 20px; top: 235px;}
	.s_13 { bottom: 175px;}
	.s_5 { left: 135px; bottom: 210px;}
	.s_6 { left: 200px; bottom: 185px;}
	.s_12 { right: 115px; bottom: 130px;}
	.s_9 { right: 225px;}
	.s_20 { width: 70px; height: 70px; bottom: 55px;}
	.s_20:before { width: 78px; height: 78px;}
	.s_20 a { font-size: 16px; line-height: 19px;}
	.s_3 { left: 145px; bottom: -10px;}
	}



