﻿@charset "utf-8";
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

* {
	font-family: Arial ;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 14px;
	color: #5202020;
	min-width: 1200px;
}

.clearfix {
	clear: both;
}

.clear {
	clear: both;
}

a {
	color: #202020;
	text-decoration: none;
	font-size: 14px;
}

.width-1000 {
	width: 1000px;
	margin: 0 auto;
}

.width-1100 {
	width: 1100px;
	margin: 0 auto;
}

.width-1200 {
	padding: 0 20px;
	width: 1200px;
	margin: 0 auto;
}

.width-1400 {
	width: 1400px;
	margin: 0 auto;
}

.width {
	width: 1200px;
	margin: 0 auto;
}

.width-1260 {
	width: 1260px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}


/*top*/

.top_contact {
	margin: 40px 0;
}

.top_con {
	padding-left: 50px;
	margin-right: 127px;
}

.top_con p {
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #426ed7;
}

.logo {
	margin: 20px 0;
}
span.top-tel {
    font-weight: bold;
    font-size: 24px;
}
.nav ul li a {
	width: 120px;
	display: block;
	line-height: 65px;
	font-size: 16px;
	text-align: center;
}
.nav ul li a:hover{
	font-weight: bold;
}

.nav ul li {
	margin: 0 40px;
	float: left;
}

.nav {
	background: #efefef;
}
.submit {
    right: 15px;
    top: 19px;
}
.seach .seach_input {
	color: #fff;
	border: none;
	height: 65px;
	width: 225px;
	background: #426ed7;
	outline: none;  
	padding-left: 10px;
	padding-right: 40px;
	
}
.seach input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

.seach input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

.seach input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

.seach input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}
.banner img {
	display: block;
}

.foot {
	background: #dedede;
}

.footnav ul li {
	width: 126px;
	float: left;
	line-height: 81px;
	text-align: center;
}

.foot_title {
	padding-bottom: 20px;
	color: #3f3f3f;
	font-size: 24px;
	font-weight: bold;
}

.foot_prolist {
	width: 350px;
}

.foot_list ul li {
	line-height: 2;
	font-weight: bold;
}

.foot_list ul li a {
	color: #3f3f3f;
}

.foot_list li {
	width: 390px;
	line-height: 46px;
}

.message {
	width: 350px;
	background: #426ed7;
	padding: 0 25px 0 25px;
	height: 380px;
}

.mes_title {
	padding: 10px 0 12px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.message input {
	margin-bottom: 7px;
	width: 100%;
	height: 30px;
	background: none;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
}

.message textarea {
	line-height: 38px;
	width: 100%;
	height: 38px;
	background: none;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}

.message button {
	background: #f55a5d;
	width: 100%;
	height: 43px;
	color: #fff;
	border: none;
}

textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}



input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}
.share {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #000000;
}

.bottom{
	text-align: center;
	line-height: 98px;
	background: #bfbfbf;
	color: #00000c;
	
}

.share ul li {
    margin-right: 20px;
}


/*kefu*/



.m-kf { position: fixed; z-index: 10; right: 6px; top: 30%; }

.m-kf .kf-item {position: relative;display: block;line-height: 0;font-size: 0;width: 52px;line-height: 52px;margin-bottom: 1px;font-size: 24px;font-size: 2.4rem;color: #fff !important;text-align: center;background-color: #2d2d27;}

.m-kf .kf-item:hover { color: #fff; background-color: #007bc7; }

.m-kf .kf-item.active { background-color: #007bc7; }

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 100%; width: 120px; font-size: 0; line-height: 0; }

.m-kf .gotop { display: none; }

@media screen and (max-width: 991px) { .m-kf { right: 0; top: auto; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; background-color: #2d2d27; }
  .m-kf .kf-item { width: 20%; text-align: center; line-height: 60px; font-size: 26px; font-size: 2.6rem; background-color: #2d2d27 !important; }
  .m-kf .kf-item2 { position: relative; }
  .m-kf .kf-wx { bottom: 100%; right: 0; }
  .m-kf .gotop { width: 20%; line-height: 60px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; display: block; }
  .g-ft { padding-bottom: 63px; } }


.m-kf .kf-item i {
    font-size: 24px;
    color: #fff !important;
}

p.kf-wx img {
    display: block;
    width: 100%;
}
.kf-item2:hover .kf-wx {
    display: block !important;
}
 