@import url("theme.css");

html,
body,
pre {
    margin: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    background: #fff;
    color: #333;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
img,
menu,
var {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1;
    font-size: 14px;
    font-style: normal;
    /*border-color: #e2e2e2;*/
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
th {
    font-size: 14px;
    font-weight: normal;
}

h6 {
    font-size: 12px;
    font-weight: normal;
}

i {
    font-style: normal;
}

p {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #CFCFCF;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CFCFCF;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CFCFCF;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #CFCFCF;
}

body {
    background: #FFFFFF;
}

#pMargin {
    margin-bottom: 30px;
    text-indent: 0;
}

.clearfloat {
    clear: both
}

.paddingTop {
    padding-top: 46px;
}

.paddingBot {
    padding-bottom: 46px;
}

.notMargin {
    margin-bottom: 0 !important;
}

.notMargin2 {
    margin-top: 0;
}

.notPadding {
    padding-bottom: 0;
}

.notPadding2 {
    padding-top: 0;
}

.pIndent {
    display: inline-block;
    text-indent: 28px !important;
    font-weight: normal !important;
}


@font-face{
	font-family:PingFang;
	src: url('../font/PingFang_Regular.ttf') format('truetype'),
		 url('https://oa.halosee.com/styles/login/font/PingFang_Regular.eot'),
		 url('https://oa.halosee.com/styles/login/font/PingFang_Regular.otf'); /* IE9 */
}

.header {
    width: 1170px;
    margin: 0 auto;
    height: 120px;
}

.header-logo {
    width: 195px;
    height: 64px;
    margin-top: 28px;
}

.header-logo img {
    width: 100%;
}

.header-cont-t {
    width: 960px;
    overflow: hidden;
    padding-top: 18px;
}

.hct-left {
    padding-left: 20px;
}

.zywqh {
    margin-left: -5px;
}

.hct-left a {
    display: inline-block;
}

.hct-left img {
    width: 14px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.hct-left h5 {
    display: inline-block;
    color: #808080;
    font-size: 12px;
}

.hct-left h5 var {
    color: #808080;
    font-size: 12px;
}

.hct-left h5 span {
    color: #808080;
    margin: 0 4px;
}

.header-cont-b {
    width: 960px;
}

.header-cont-b ul {
    padding-top: 26px;
    float: right;
}

.header-cont-b ul li {
    float: left;
    /*height: 58px;*/
}

.header-cont-b ul li h2 {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.header-cont-b ul li h2 a {
    line-height: 30px;
    display: block;
    color: #2D373D;
    font-size: 16px;
}

.header-cont-b ul li.active h2 a {
    border-bottom: 4px solid #0c74d1
}

.header-cont-b ul li .sub-menu {
    width: 100%;
    height: 0px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 120px;
    overflow: hidden;
    background: #F2F6FA;
}

.header-cont-b ul li:hover a {
    color: #0c74d1
}

.header-cont-b ul li:hover .sub-menu h3 a {
    color: #2E6EBC
}

.header-cont-b ul li:hover .sub-menu h5 a {
    color: #788595
}

/*.header-cont-b ul li:hover .sub-menu{
	height: 340px;
}*/
/*导航*/
.sub-menu-cont {
    width: 1170px;
    /*min-height: 340px;*/
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
}

/*.smc-left{
	width: 272px;
	padding-top: 50px;
	overflow: hidden;
}
.smc-left li:first-child{
	border-top: 1px solid #CCD8E1;
}
.smc-left li{
	width: 100%;
	height: 50px !important;
	padding: 0 20px;
	padding-left: 50px;
	border-bottom: 1px solid #CCD8E1;
}
.smc-left  ul{
	padding: 0;
}
.smc-left li a{
	line-height:50px;
	color: #2D373D !important;
	font-size: 16px;
}
.smc-left li img{
	float: right;
	width: 18px;
	margin-top: 16px;
}
.smc-right{
	width: 880px;
	padding-left: 138px;
	padding-top: 50px;
	overflow: hidden;
}
.smc-right-left{
	width: 275px;
	overflow: hidden;
	margin-right: 80px;
}
.smc-right-left img{
	width: 100%;
	height: 160px;
}
.smc-right-left h4{
	line-height: 45px;
	font-size: 16px;
	color: #2D373D;
}
.smc-right-left p{
	line-height: 24px;
	color: #666;
}
.smc-right-left p img{
	display: inline-block;
	width: 11px;
	height: 11px;
	position: relative;
	left: 4px;
	top: 2px;
}*/
/*？新导航*/

.smc-list .smc-item {
    height: 30px;
}

.smc-item {
    float: left;
    padding: 0 70px;
    height: 340px;
    border-left: 1px solid #dce2e8;
}

.smc-item:first-child {
    padding-left: 0;
    border: none;
}

.smc-item:last-child {
    padding-right: 0;
}

.smc-item h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.smc-item h3 a {
    color: #2E6EBC;
}

.smc-item h5 {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.smc-item h5:last-child {
    margin-bottom: 0;
}

.smc-item h5 a {
    color: #788595;
}

/*banner*/
#banner {
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
    z-index: 2;
}

.swiper-container {
    width: 100%;
    height: 420px;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.arrow-left,
.arrow-right {
    cursor: pointer;
}

.arrow-left {
    background: url(../image/bt_arr.png) no-repeat left top;
    position: absolute;
    left: -50px;
    top: 35%;
    margin-top: -67px;
    width: 50px;
    height: 134px;
    z-index: 999;
    outline: none;
}

.arrow-right {
    background: url(../image/bt_arr.png) no-repeat right top;
    position: absolute;
    right: -50px;
    top: 35%;
    margin-top: -67px;
    width: 50px;
    height: 134px;
    z-index: 999;
    outline: none;
}

#banner .pagination {
    position: relative;
    /*left: 0;*/
    text-align: center;
    bottom: 20px;
    width: 100%;
    z-index: 99;
}

#banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    opacity: .6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    box-shadow: 0px 1px 2px #000 inset;
    margin: 0 3px;
    cursor: pointer;
}

#banner .swiper-active-switch {
    background: white;
}

.zhezhao_info {
    text-align: left;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -125px;
    width: 400px;
    height: 250px;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    background: url(../image/banner-bj.png) no-repeat;
}

.zhezhao_info h2 {
    padding-top: 10px;
    color: #FEFEFE;
    font-size: 24px;
}

.zhezhao_info p {
    padding-top: 20px;
    line-height: 24px;
    color: #FEFEFE;
    font-size: 12px;
}

.zhezhao_info a {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #CF000D;
    color: #FEFEFE;
    padding-left: 15px;
    margin-top: 30px;
}

.zhezhao_info a img {
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    position: relative;
    top: 2px;
}


@media only screen and (min-width: 1920px) {
    /*.swiper-container {*/
    /*    height: 634px;*/
    /*}*/

    .zhezhao_info {
        /*margin-top: ;*/
    }
}

.foot {
    background-color: #E7EEF7;
}

.footer {
    margin-top: 10px;
    width: 100%;
    background-color: #E7EEF7;
}

.footer-cli {
    width: 1170px;
    margin: auto;
}

.footer-cli ul {
    margin: 30px 0px;
    width: 25%;
    float: left;
    text-align: center;
}

.footer-cli ul li:first-child {
    font-size: 16px !important;
    color: #2C363C;
}

.footer-cli ul li:first-child a {
    color: #2C363C;
}

.footer-cli ul li {
    color: #778491;
    font-size: 14px;
    line-height: 40px;
    width: 50%;
    margin-left: 25%;
    text-align: left;
}

.footer-cli li a {
    color: #778491
}

.footer-cli ul li:hover a span {
    color: #3d4355
}

.footer-cli ul li span {
    position: relative;
    top: -1px;
}

.footer-cli img {
    margin-right: 10px;
    width: 14px;
}

.footer-cli h2 {
    color: #778491;
    padding: 0px 0px 30px 0px;
}

.footer-cli .footer-bainfo {
    padding-bottom: 30px;
    text-align: center;
}

.footer-cli .footer-bainfo h3 {
    display: inline-block;
    color: #778491;
}

.footer-cli .footer-bainfo img {
    width: 20px;
    margin-right: 0;
}

/*解决方案list的hover*/
.index_hover {
    position: relative;
    overflow: hidden;
}

.index_more {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.index_more h2 {
    font-size: 16px;
}

.index_more a {
    display: inline-block;
    width: 100px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #fff;
    margin-top: 20px;
    font-size: 14px;
    color: #Fff;
    cursor: pointer;
}

.index_more::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.index_more_info {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 9;
}

.index_more_info h3,
.index_more_info h2 {
    padding: 0;
    text-transform: none;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.index_more_info h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

/*.index_hover:hover .index_more{
	opacity: 1;
}*/
.index_hover:hover .index_more {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.index_hover:hover .index_more::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1.3, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1.3, 1);
}

.index_more::after,
.index_hover .content-jjfa-nr-t-l-text,
.index_hover img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.index_hover:hover h2,
.index_hover:hover h3 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.index_hover:hover .content-jjfa-nr-t-l-text {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.index_hover:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}