﻿@import "//at.alicdn.com/t/font_1642210_obokv7hvj0m.css";
*{
	margin: 0;
	padding: 0;
	list-style: none;
    text-decoration: none;
}
a:hover{
	color: #4ba7fd!important;
}
a,input,txtarea,button,header,main,footer,div{
	outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #3396f6;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
}
p{
	word-break: break-all;
                line-height: 24px;
}
body{
	background-color: #f6f6f6;
    color: #353535;
    line-height: 1;
    font-family: 'Microsoft YaHei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.clear{
	clear: both;
}
header{
	width: 100%;
	background-color: #fff;
}
.sishiwu_nav,.sishiwu_sort_ul,.sishiwu_crumbs,.sishiwu_main{
	width: 1200px;
	margin: 0 auto;
}
.sishiwu_nav:after,.sishiwu_sort:after{
	content: '';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1;
}
.sishiwu_nav_logo{
	display: block;
    float: left;
    padding: 20px 0;
}
.sishiwu_nav_logo img{
	display: block;
    float: left;
    border-right: 1px solid #eee;
    padding: 8px 20px 8px 0;
}
.sishiwu_nav_text{
	display: block;
    margin-left: 40px;
    float: left;
    font-size: 28px;
    line-height: 100px;
}
.sishiwu_nav_form{
	margin: 32px 0;
    display: block;
    width: 524px;
    float: right;
    position: relative;
}
.sishiwu_nav_form{
	display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.sishiwu_nav_form input{
	display: inline-block;
	height: 36px;
}
.sishiwu_nav_form input:nth-child(1){
	float: left;
    width: 298px;
    height: 34px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-right: none;
}
.sishiwu_nav_form input:nth-child(2){
    width: 100px;
    color: #fff;
    font-size: 14px;
    background: #3e89d6;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 0;
    padding: 0;
}
.sishiwu_nav_kf{
	display: inline-block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    background: #e9f4ff;
    border: 1px solid #3e89d6;
    color: #3e89d6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 8px;
}
.sishiwu_sort{
	display: block;
	width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: #3396f6;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}
.sishiwu_sort_ul{
	display: block;
}
.sishiwu_sort_ul li{
	float: left;
	min-width: 80px;
    padding: 0 18px;
    font-size: 16px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    border-right: 1px solid #4aa3f9;
    color: #fff;
    text-align: center;
    position: relative;
}
.sishiwu_sort_ul a:nth-last-child(1) li{
	border-right: none;
}
.sishiwu_sort_ul li:hover{
	background-color: #3b9fff;
}
.sishiwu_sort_ul li span{
	position: absolute;
    width: 33px;
    height: 18px;
    background: url(../img/icon-hot.png) no-repeat;
    background-size: 100%;
    top: -6px;
    right: 4px;
}
.sishiwu_crumbs{
	font-size: 12px;
    color: #b8b8b8;
    line-height: 40px;
}
.sishiwu_crumbs a{
	color: #b8b8b8;
}
.sishiwu_main_l{
    width: 880px;
    float: left;
}
.sishiwu_main_l_content{
	padding: 30px;
	min-height: 300px;
	background-color: #fff;
}
.sishiwu_main_l_content_title{
	color: #a7acb0;
    font-size: 13px;
    border-bottom: 1px dashed #eaeaea;
}
.t_question{
    border-radius: 50%;
    background: #3396f6;
    padding: 4px 10px;
    margin-right: 8px;
    color: #fff;
    font-style: normal;
}
.sishiwu_main_l_content_title h1,.t_ti{
	display: inline-block;
	font-size: 20px;
    color: #353535;
    position: relative;
    line-height: 26px;
    font-weight: 600;
}
.sishiwu_main_l_content_title .t_describe{
	margin-top: 10px;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}
.t_information{
	line-height: 40px;
}
.t_information span{
	margin-right: 20px;
}
.t_information i{
	font-size: 13px;
}
.sishiwu_main_l_content_answer{
	margin-top: 20px;
}
.a_solve span{
	padding: 4px 9px;
	background: #79CE31;
	border: 0;
	border-radius: 50%;
	color: #fff;
	margin-right: 8px;
}
.a_solve i{
	line-height: 26px;
    font-size: 18px;
    color: #f90;
    position: relative;
    font-weight: bold;
    font-style: normal;
}
.a_solution li{
    padding: 20px;
}
.a_s_portrait_l{
	float: left;
}
.a_s_portrait_l img{
	display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.a_s_p_l_name{
	display: inline-block;
	vertical-align: top;
}
.a_s_p_l_name h2{
	color: #23313f;
    font-size: 15px;
    margin-top: 5px;
}
.a_s_p_l_name h2:hover{
	color: #4ba7fd;
}
.a_s_p_l_name p{
	font-size: 12px;
    color: #b7bbbe;
    margin-top: 8px;
}
.a_s_portrait_r a{
	color: #fff;
    font-size: 14px;
    min-width: 75px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background: #3396f6;
    border-radius: 14px;
    margin-top: 10px;
    width: 110px;
    float: right;
}
.a_s_portrait_r a:hover{
	color: #fff!important;
	background: #48a1f7;
}
.a_s_content{
	margin-left: 25px;
    padding: 20px;
    margin-top: 20px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #c6dff6;
    background: #eef7ff;
    position: relative;
}
.a_s_c_horn:before{
	content: '';
    position: absolute;
    left: -4px;
    top: -8px;
    width: 18px;
    height: 18px;
    background: url(../img/horn_1_left.png) no-repeat;
    background-size: 100%;
}
.a_s_content p{
	font-size: 15px;
    color: #353535;
    line-height: 24px;
}
.a_s_content p+p{
	margin-top: 15px;
}
.a_solution li:nth-child(even) * .a_s_c_horn:before{
	background: url(../img/horn_2_left.png) no-repeat;
}
.a_solution li:nth-child(even) .a_s_content{
	border: 1px solid #f9deb8;
    background: #fff8ee;
}
.sishiwu_main_l_push{
	margin: 20px 0;
	padding: 0 20px;
	background-color: #fff;
}
.p_title{
	line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    margin-left: -20px;
    color: #404040;
}
.p_title:before{
	content: '';
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 22px;
    border-radius: 5px;
    background-color: #3396f6;
    margin-right: 14px;
}
.p_arcitle{
	margin-right: -20px;
}
.p_arcitle li{
	float: left;
    width: 256px;
    padding-right: 10px;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-bottom: 40px;
    height: 142px;
}
.p_arcitle li h3{
	font-size: 16px;
    line-height: 26px;
    color: #404040;
    margin-bottom: 6px;
    min-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.p_arcitle li h3:hover{
	color: #4ba7fd;
}
.p_arcitle li p{
	word-break: break-all;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.sishiwu_main_r{
    width: 300px;
    float: right;
}
.sishiwu_main_r_consult{
	padding-left: 15px;
    padding-top: 20px;
    font-size: 14px;
    color: #616466;
    height: 238px;
    box-sizing: border-box;
    background-image: url(../img/consult_bg.jpg);
}
.sishiwu_main_r_consult p:nth-child(1){
	color: #3396f6;
    font-size: 22px;
}
.sishiwu_main_r_consult p:nth-child(2){
	font-size: 14px;
    color: #353b3f;
    line-height: 38px;
    margin-bottom: 22px;
}
.sishiwu_main_r_consult p:nth-child(3),.sishiwu_main_r_consult p:nth-child(4){
	margin-bottom: 7px;
}
.sishiwu_main_r_consult p:nth-child(3) span{
	font-size: 24px;
    color: #091221;
}
.sishiwu_main_r_consult a{
	margin-top: 20px;
    display: block;
    width: 150px;
    line-height: 36px;
    text-align: center;
    border-radius: 36px;
    color: #fff;
    background-color: #fca123;
    background: linear-gradient(to right, #feba2a, #fa851c);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.sishiwu_main_r_consult a:hover{
	color: #fff!important;
	background: linear-gradient(to right, #fb8d3e, #fb9735);
}
.sishiwu_link{
	background-color: #fff;
    margin: 0 auto 10px;
    padding: 20px;
    width: 1160px;
}
.link_title{
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
.link_title span{
    padding: 7px 0;
    font-size: 16px;
    border-bottom: 1px solid #4aa3f9;
}
.link_cont{
	padding-top: 10px;
}
.link_cont li{
	float: left;
    line-height: 30px;
    margin-right: 20px;
}
.link_cont li a{
	font-size: 12px;
    color: #858585;
    transition: color .25s;
}
footer{
	margin: 40px auto 30px;
    width: 1200px;
}
footer p{
	text-align: center;
	line-height: 24px;
    font-family: "SimSun";
    font-size: 12px;
    color: #8b8b8b;
}

@media screen and (max-width: 768px){
	.sishiwu_nav_form,.sishiwu_sort,.a_s_p_l_name p{
		display: none;
	}
	.sishiwu_nav,.sishiwu_main,.sishiwu_main_l,.sishiwu_main_r,.p_arcitle li,footer{
		width: 100%;
	}
	.sishiwu_nav_logo{
		margin-left: 10px;
	}
	.sishiwu_nav img{
		width: 80%;
	}
	.sishiwu_nav_text{
		margin-left: 0;
		line-height: 90px;
		font-size: 22px;
	}
	.sishiwu_crumbs{
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.p_arcitle{
		margin-right: 0;
	}
	.sishiwu_main_r_consult{
		background-size: 100%;
	}
	.sishiwu_link{
		width: calc(100% - 40px);
	}
	footer p{
		padding: 0 20px;
	}
	.sishiwu_main_l_content{
		padding: 20px;
	}
}
