*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 8px;
	height: 110px;
	background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(1, 81, 184, 0.3);
	background-color: #1a5eaf;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.4);
}

img{
	vertical-align: middle;
}
a{
	text-decoration: none;
}
a:focus{
	outline: none;
}
li{
	list-style: none;
}

nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.swiper{
	margin-top: 154px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.nav_top{
	height: 100px;
}
.nav_top > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.drop{
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: relative;
	height: 54px;
	line-height: 50px;
}
.drop img{
	display: inline-block;
	height: 15px;
	vertical-align: middle;
}
.drop p{
	display: inline-block;
	vertical-align: middle;
}
.drop:hover{
	background-color: #23A6F6;
}
.dropitem{
	position: absolute;
	display: none;
	top: 54px;
	left: 0;
	z-index: 100;
	width: 150px;
}
.dropitem li{
	width: 100%!important;
	text-align: center;
	background-color: rgb(1,75,162);
}
.nav_top >div > img{
	height: 70px;
	width: atuo;
}
.nav_top_tel{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #333;
	line-height: 1;
	height: 100px;
}
.nav_top_tel img{
	height: 40px;
	margin-right: 10px;
}
.nav_top_tel span{
	color: #E00061;
	font-size: 24px;
	margin-bottom: 0;
}
.nav_top_tel span:nth-child(1){
	margin-bottom: 10px;
}
.nav_bar{
	height: 54px;
	background-color: #014BA2;
	line-height: 54px;
}
.nav_bar li{
	float: left;
	width: 12.5%;
	z-index: 99;
}
.nav_bar li a{
	color: #fff;
	display: block;
	text-align: center;
}
.nav_bar li a:hover{
	background-color: #23A6F6;
}
.nav_bar li.nav_select{
	background-color: #23A6F6;
}
.swiper img{
	width: 100%;
}
.common_tit{
	text-align: center;
	margin-bottom: 40px;
}
.common_tit p:nth-child(1){
	font-size: 36px;
	text-align: center;
	position: relative;
	display: initial;
	line-height: 1;
}
.common_tit p:nth-child(2){
	font-size: 16px;
	color: #999;
	margin-top: 16px;
}
.common_tit p:nth-child(1):before{
	height: 24px;
	width: 24px;
	position: absolute;
	left: -30px;
	top: 0;
	content: "";
	display: block;
	background: url("../img/title1.png")/*tpa=http://www.shikeshicn.com/Public/Home/img/title1.png*/;
	background-size: 100% 100%;
}
.common_tit p:nth-child(1):after{
	height: 24px;
	width: 24px;
	position: absolute;
	right: -30px;
	bottom: 0;
	content: "";
	display: block;
	background: url("../img/title2.png")/*tpa=http://www.shikeshicn.com/Public/Home/img/title2.png*/;
	background-size: 100% 100%;
}
footer{
	background-color: #272727;
	padding-top: 40px;
}
.part_link p{
	display: inline-block;
	color: #fff;
}
.part_link a{
	color: #fff;
	margin-right: 15px;
}
.fot_t_m{
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #4D4D4D;
	margin-top: 40px;
}
.fot_t_m ul{
	display: flex;
	justify-content: center;
}
.fot_t_m li a{
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.fot_t_m li:last-child a{
	border: none;
}
.fot_t_m_desc{
	color: #fff;
	text-align: center;
	margin: 0 70px;
	border-left:1px solid #3A3A3A;
	border-right:1px solid #3A3A3A;
	flex: 1;
}
.fot_t_m_desc p:nth-child(2){
	margin: 20px 0;
	font-size: 24px;
	color: #23A6F6;
}
.fot_b{
	background-color: #1A1A1A;
	height: 76px;
	line-height: 76px;
	color: #fff;
}
.fot_b > div{
	display: flex;
	justify-content: space-between;
}
.fot_b a{
	color: #FFFFFF;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-bottom: 80px;
}

.page .next, .page .prev{
	border: 1px solid #444;
	height: 40px;
	width: auto;
	padding: 0 20px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
}

.page .next:hover, .page .prev:hover {
	background-color: rgb(1,75,162);
	color: #fff;
}

.page a {
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #444;
	border-radius: 4px;
	margin: 0 5px;
	color: #444;
}
.current{
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #444;
	border-radius: 4px;
	margin: 0 5px;
	color: #fff;
}
.page a:hover {
	color: #fff;
	background-color: rgb(1,75,162);
}

.page li a {
	display: block;
	color: #444;
}
.current {
	background-color: #1a5eaf!important;
	border-color: #1a5eaf
}

.current a {
	color: #fff !important;
}
.rows{
	display: none;
}


.nav_bar>div {
	position: relative;
}

.pro_menu {
	position: absolute;
	left: -150px;
	top: 54px;
	width: 1200px;
	z-index: 100;
	padding: 30px 20px;
	background-color: #014ba2;

	display: none;
}

.pro_menu>ul {
	font-size: 0;
}

.pro_menu>ul>li {
	font-size: 16px;
	width: 19%;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: left !important;
}

.pro_menu>ul>li:nth-child(-n+7) {
	margin-top: 0 !important;
}

.pro_menu li p {
	font-size: 18px;
	color: #23A6F6 !important;
	line-height: 1 !important;
	margin-bottom: 10px;
	display: block!important;
}

.pro_menu li a {
	color: #ffffff;
	font-size: 16px;
	display: block;
}

.pro_menu li a:hover {
	background: none !important;
	color:#23A6F6;
}

.pro_menu li li {
	width: 100%;
	line-height: 1;
	margin-top: 10px;
}

.pro_menu li li a {
	display: initial;
	line-height: 1;
}

.pro_menu>ul>li {
	padding: 0 10px;
}

.right_nav{ right:0; bottom:40%; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background: #0151b8;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background: #23a6f6}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0151b8;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;white-space: nowrap;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #0151b8;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}