﻿body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border: 0;
	padding: 0;
	margin: 0;
}

.w1190{ width:1190px; margin:0 auto}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active {
	color: #000;
}
img {
	display: block;
}

.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}

.clear{ clear:both;}
.dede_pages{
font-size:12px;
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
        list-style-type:none;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:1px 2px 1px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.fl{ float:left}
.fr{ float:right}
.h5{ clear:both; height:5px;}
.h10{ clear:both; height:10px;}
.h20{ clear:both; height:20px;}
.h50{ clear:both; height:50px;}
.zhengwen{ font-size:14px; line-height:24px;}

@font-face {
	font-family: 'PingFang Regular';
	src:url('pingfang regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	/*font-family: "微软雅黑";*/
	/*font-family: 'PingFangSC-Regular, sans-serif';*/
	font-family: 'PingFang SC','微软雅黑','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;
}
button {
	outline: none;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fix {
	position: fixed;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.align {
	text-align: center;
}
.top-banner .swiper-pagination-bullet {
	background: #fe9c7e;
	width: 12px;
	height: 4px;
	border-radius: 2px;
	margin: 0 8px;
	opacity: 1;
}
.top-banner .swiper-pagination-bullet-active {
	width: 18px;
	/*background: #fff;*/
}
/*公用title*/
.title {
	padding: 80px 0 50px 0;
	text-align: center;
}
.title h3 {
	font-size: 26px;
	color: #3b426b;
	padding-bottom: 20px;
	font-weight: 700;
}
.title p {
	font-size: 18px;
	color: #5d6494;
}
.title div {
	margin: 30px auto;
	background: linear-gradient(120deg,#2f6df7,#3bdae8);
	font-size: 16px;
	color: #fff;
	width: 126px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border-radius: 23px;
	transition: all .2s;
}
.title div:hover {
	box-shadow: 0 10px 14px 0 rgba(23,57,126,.15), 0 4px 8px 0 rgba(30,62,124,.15);
	margin-top: 28px;
	margin-bottom: 32px;
}
.none {
	display: none!important;
}
/*头部脚部*/
.header li {
	color: #3b426b;
	padding: 0 15px;
	line-height: 32px;
	font-size: 16px;
}
.header .top-li {
	line-height: 80px;
	color: rgba(255, 255, 255, 0.8);
}
.header .top-li.active {
	color: #ffffff;
    font-weight: bold;
}
.marginauto {
	margin: 0 auto;
	width: 1200px;
}
.head-menu {
	/*position: relative;*/
}
.header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header li:hover {
	color: #FFFFFF;
}
.header li:hover .top-li {
	color: #FFFFFF;
}
.header li:hover .submenu {
	display: flex;
	flex-wrap: wrap;
}
.header li .submenu {
    position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 15px 0px;
	font-size: 12px;
	padding: 34px 20px 14px 20px;
	z-index: 99;
	display: none;
}
.header li .submenu li {
	width: 200px;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.header li .submenu .head-subtit {
	color: #7d88a2;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 180px;
}
.header li .submenu .head-tit {
	font-size: 14px;
	color: #3b426b;
	padding-bottom: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 180px;
}
.header li .submenu .head-tit:after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 36px;
	height: 2px;
	background: #fb6638;
}
.loginBtn {
	align-items: center;
}
.loginBtn div {
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    /*border: 1px solid #0084ff;*/
    background: linear-gradient(90deg, #0084ff, #1e52d8);
    border-radius: 2px;
    margin: 0 10px;
}
.login {
	background: #fb6638;
	color: #fff;
}
.login:hover {
	background: #f0501f;
}
.register {
	color: #fb6638;
	border: 1px solid #fb6638;
}
.register:hover {
	background: #fb6638;
	color: #fff;
}
/*footer*/
.footer {
	background: #1c1c25;
	width: 100%;
}
.footer .marginauto {
	padding: 74px 78px 30px 40px;
	color: #fff;
	font-size: 14px;
}
.footer .footer-tit {
	padding-bottom: 4px;
}
.footer a p {
	color: #5f5f5f;
	padding-top: 16px;
}
.footer-item {
	padding-right: 83px;
}
.footer-img img {
	width: 130px;
	height: 130px;
}
.footer-img {
	margin-left: 52px;
}
#chat {
	position: fixed;
	right: 10px;
	top: 60%;
	padding-left: 60px;
	z-index: 160;
    cursor: pointer;
}
/*#chat>img{
	display: none;
}*/
.chat-one {
	position: fixed;
	right: 10px;
	top: 45%;
	width: 200px;
	height: 464px;
	background: #fff;
	text-align: center;
	display: block;
	flex-direction: column;
	box-shadow: 0 0 24px rgba(218,217,231,.6);
	z-index: 160;
}
.chat-one .icon-close {
    position: absolute;
    font-size: 36px;
    color: #3b426b;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
}

.chat-one p,.chat-one a p {
	font-size: 14px;
	color: #3b426b;
}
.chat-one .bor-b {
	position: relative;
}
.chat-one .bor-b:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	height: 1px;
	background: #f7f7f7;
	display: block;
}
.chat-one .chat-tit {
	line-height: 66px;
	font-size: 16px;
	color: #3b426b;
}
.chat-name {
	line-height: 54px;
}
.chat-one img {
	padding-bottom: 14px;
	width: 126px;
	height: 126px;
	margin: 0 auto;
}
.chat-one .chat-tel {
	padding: 20px 0 10px 0;
}
.chat-one .chat-mobile {
	color: #fb6638;
	font-weight: 500;
	flex: 1;
	font-size: 16px;
}
.backtop {
	line-height: 56px;
}
.chat-name .iconfont {
	color: #fb6638;
	vertical-align: middle;
}

.top-banner {
	/*background-color: #fd6b3e;*/
	color: #fff;
	width: 100%;
	height: 580px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.top-banner .swiper-container {
	height: 100%;
}
.bannerItem {
	align-items: center;
	height: 580px !important;
}
.bannerItem img {
	margin-left: 100px;
}
.top-banner .swiper-wrapper {
	margin-left: 40px;
}
.bannerItem h2 {
	font-size: 30px;
	margin: 50px 20px 28px 0;
	font-weight: 500;
}
.bannerItem p {
	font-size: 18px;
	width: 500px;
	line-height: 36px;
	margin-bottom: 30px;
}
.copyright {
	font-size: 12px;
	color: #5f5f5f!important;
	text-align: center;
	line-height: 80px;
	border-top: 1px solid #252525;
	padding: 0!important;
}

.video-de {
	justify-content: center;
	text-align: center;
}
.video-de p {
	padding-top: 20px;
	color: #7D88A2;
	font-size: 14px;
}
.video-de video {
	width: 326px;
	margin: 0 40px;
	height: 580px;
	border-radius: 6px;
	box-shadow: 2px 0px 20px #eee;
}

/** 分页 Pager **/
.es-pager {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	padding: 0; }
.es-pager li {
	float: left;
	margin-left: 6px;
	font-size: 12px;
	color: #7D88A2;
	list-style: none;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	border: 1px solid #ccc;
}
.es-pager li a {
	display: inline-block;
	color: #7D88A2;
	text-decoration: none;
	width: 100%; }
.es-pager li a span {
	font-size: 14px;
	vertical-align: middle; }
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) {
	background: #fb6638;
	border: 1px solid #fb6638;
}
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) a {
	color: #fff; }
.es-pager li:active:not(.page-info):not(.record-info), .es-pager li.active {
	background: #fb6638;
	border: 1px solid #fb6638;
}
.es-pager li:active:not(.page-info):not(.record-info) a, .es-pager li.active a {
	color: #7D88A2; }
.es-pager li.active a {
	color: #fff; }
.es-pager.round li:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px; }
.es-pager.round li:last-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px; }
.es-pager .splitter, .es-pager .record-info, .es-pager .page-info {
	padding: 0 8px;
	line-height: 30px;
	border: none;
	width: auto; }
.es-pager .pager-info {
	height: 30px;
	line-height: 30px; }
.es-pager select, .es-pager input {
	outline: none; }
.es-pager .currentpage {
	width: 30px;
	height: 30px;
	margin: 1px;
	margin-left: 8px;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	color: #7D88A2;
}
.es-pager .pagecount {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px; }
.es-pager .pagesize {
	border: none; }
.es-pager.success li:active:not(.page-info):not(.record-info), .es-pager.success li.active {
	background-color: #54c952; }
.es-pager.warning li:active:not(.page-info):not(.record-info), .es-pager.warning li.active {
	background-color: #ff6e1e; }
.es-pager.danger li:active:not(.page-info):not(.record-info), .es-pager.danger li.active {
	background-color: #fc5768; }
.float-wrapper{
    position: fixed;
    right: 10px;
    top: 30%;
    padding-left: 60px;
    z-index: 160;
    cursor: pointer;
}


/*右侧悬浮开始*/
.c_nav {
    position: fixed;
    right: 10px;
    z-index: 9999;
    width: 72px;
    top: 50%;
    margin-top: -158px;
}

.c_nav li {
    float: right;
}

.c_nav li a {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    border: #FF0000 1px solid;
    font-size: 12px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 1;
}

.c_nav li a i {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 11px 0 9px 0;
    transition: all 0.5s;
}

.c_nav li.li1 a {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #fff;
    transition: all 0.5s;
    height: 120px;
}

.c_nav li.li1 a p {
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 16px;
}

.c_nav li.li1 i {
    background: url('side_icon_01.png') center no-repeat;
    width: 40px;
    height: 40px;
}

.c_nav li.li2 a {
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li2 .hides {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(side_tel_02.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #fff;
    font-family: "Arial";
    line-height: 1;
}

.c_nav li.li2 i {
    background: url('side_tel_01.png') center no-repeat;
}

.c_nav li a:hover i {
    transform: rotate(360deg);
}

.c_nav li.li2 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
}

.c_nav li.li2 a:hover .hides {
    display: block;
}

.c_nav li.li2 a:hover .shows {
    display: none;
}

.c_nav li.li2 a:hover {
    width: 230px;
}

.c_nav li.li4 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li4 a:hover i {
    background: url('side_coo_02.png') center no-repeat;
}

.c_nav li.li4 i {
    background: url('side_coo_01.png') center no-repeat;
}

.c_nav li.li5 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li5 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li5 a:hover i {
    background: url('side_ewm_02.png') center no-repeat;
}

.c_nav li.li5 i {
    background: url('side_ewm_01.png') center no-repeat;
}

.c_nav li.li5 .img {
    width: 108px;
    padding: 15px;
    border-radius: 5px;
    background: #0cd579;
    position: absolute;
    left: 180px;
    top: -48px;
}

.c_nav li.li5 .img img {
    width: 108px;
    height: 108px;
    display: block;
}

.c_nav li.li5 .img p {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 2px;
}

.c_nav li.li5:hover .ewm_div {
    display: block;
}

.c_nav li.li5 .ewm_div {
    display: none;
    height: 160px;
    width: 140px;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
    text-align: center;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    top: -51px;
}

.c_nav li.li5 .ewm_div .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(side_bg_arrow1.png) no-repeat;
    right: -8px;
    top: 70px;
}

.c_nav li.li5 .ewm_div .img_div {
    background: url(ewm.jpg) center no-repeat;
    width: 119px;
    height: 119px;
    margin: 11px 11px auto;
    background-size: 100%;
}

.c_nav li.li6 .out {
    background: url(side_icon_05.png) center no-repeat #FFFFFF;
}

.c_nav li.li6 .top_return {
    box-shadow: 0px 5px 10px 0px #d4c5c54f;
    display: block;
    width: 62px;
    height: 30px;
    border-radius: 5px;
}

.c_nav li.li6 .over {
    display: none;
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.c_nav li.li6:hover .over {
    display: block;
}

.c_nav li.li6:hover .out {
    display: none;
}

.c_nav li.li7 a {
    position: relative;
    transition: all 0.5s;
}

.c_nav li.li7 a:hover {
    background: linear-gradient(0deg, #f20d23, #f85f2a);
    color: #FFFFFF;
}

.c_nav li.li7 a:hover i {
    background: url('idea2.png') center no-repeat;
    background-size: 100%;
}

.c_nav li.li7 i {
    background: url('idea1.png') center no-repeat;
    background-size: 100%;
}

.c_nav li.li1 {
    -webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}

.c_nav li.li2 {
    -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}

.c_nav li.li4 {
    -webkit-animation: rotateInDownRight 1.5s 2s ease both;
    -moz-animation: rotateInDownRight 1.5s 2s ease both;
}

.c_nav li.li5 {
    -webkit-animation: rotateInDownRight 1.5s 2.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 2.5s ease both;
    position: relative;
}

.c_nav li.li7 {
    -webkit-animation: rotateInDownLeft 1.5s 3s ease both;
    -moz-animation: rotateInDownLeft 1.5s 3s ease both;
    cursor: pointer;
}

.c_nav li.li6 {
    -webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
    -moz-animation: rotateInDownRight 1.5s 3.5s ease both;
    cursor: pointer;
}

.c_nav .d-daili {
    border: 0 none;
    top: 38px;
    width: 320px;
    border-radius: 5px 5px 0px 0px;
}

.c_nav .d-daili .arrow {
    top: 170px;
    right: -7px;
}

.c_nav .d-daili .inner-box {
    padding: 0;
}

.c_nav .d-daili .daili-title {
    height: 95px;
    background: url(bg_input.jpg) no-repeat center top;
    border-radius: 5px 5px 0px 0px;
    color: #FFFFFF;
    text-align: center;
}

.c_nav .d-daili .daili-title div {
    padding-top: 21px;
}

.c_nav .d-daili .daili-title span {
    font-size: 20px;
}

.c_nav .d-daili .daili-title p {
    font-size: 16px;
}

.c_nav .d-daili .daili-form {
    padding: 20px;
    border: 1px solid #E0E1E5;
}

.c_nav .d-daili .daili-form .input-row {
    position: relative;
}

.c_nav .d-daili .daili-form .input-icon {
    position: absolute;
    left: 7px;
    top: 9px;
    width: 24px;
    height: 24px;
    background: url(icon_input.png) no-repeat;
}

.c_nav .d-daili .daili-form .input-icon.icon-company {
    background-position: 0 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-man {
    background-position: -48px 0;
}

.c_nav .d-daili .daili-form .input-icon.icon-tel {
    background-position: -72px 0;
}

.c_nav .d-daili .daili-form .input {
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 14px;
}

.c_nav .d-daili .daili-form .btn-row {
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
}

.c_nav .d {
    display: none;
    width: 320px;
    background: #fff;
    position: absolute;
    right: 84px;
    min-height: 90px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
}

.c_nav .d .arrow {
    position: absolute;
    width: 9px;
    height: 18px;
    background: url(side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 190px;
}

/*右侧悬浮结束*/