﻿@charset "utf-8";

/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body,
html {
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: none;
}

body {
	font-family: "Microsoft Yahei", "STHeiti Light", "STXihei";
	color: #333;
	font-size: 12px;
}

* {
	text-decoration: none;
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

em,
i {
	font-style: normal;
}

a,
input,
button {
	outline: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
	-webkit-appearance: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.position {
	position: relative;
}

.layout {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.bg {
	width: 100%;
}

/*header*/

.offcn_header a:hover {
	color: #e00;
	text-decoration: underline;
}

.dengluzc {
	float: left;
	padding-top: 4px;
	width: 400px;
}

.dengluzc a {
	color: #333;
}

.offcn_header,
.offcn_header_con {
	margin: 0 auto;
	height: 31px;
	background: #f8f8f8;
	border-bottom: 1px solid #ebebeb
}

.offcn_header_left p {
	padding-top: 8px;
	color: #ccc;
}

.offcn_header_left p a {
	color: #333;
}

.offcn_header_left p a:hover {
	color: #e00;
}

.offcn_dl_zc,
.offcn_top_ico {
	padding-top: 8px;
	display: block;
	float: left;
	height: 23px;
}

.offcn_header_phone {
	padding-top: 5px;
	display: block;
	float: left;
}

.offcn_fg_line {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
	color: #ccc;
	padding-top: 8px;
}

.offcn_header i,
.offcn_header em {
	display: block;
	float: left;
	font-style: normal;
	height: 26px;
}

.offcn_top_ico em {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	overflow: hidden;
}

.offcn_header_wb {
	margin-left: 420px;
}

.offcn_header_wb em {
	background: url(../img/header_wb.png) no-repeat -2px;
}

.offcn_header_wx em {
	background: url(../img/header_wx.png) no-repeat -3px -1px;
	overflow: hidden;
}

.offcn_header_phone em {
	margin-top: 3px;
	background: url(../img/header_phone.png) no-repeat 0 -2px;
	overflow: hidden;
}

.offcn_header_phone i {
	line-height: 22px;
}

.offcn_header_wb,
.offcn_header_wx {
	position: relative;
}

.offcn_header_wb em,
.offcn_header_wx em,
.offcn_header_wb i,
.offcn_header_wx i {
	cursor: pointer;
}

.top_wb_con {
	position: absolute;
	display: none;
	width:100px;
	height: 100px;
	padding: 5px;

	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e1e1;
	left: -20px;
	top: 28px;
}

.top_wb_con div {
	width: 100px;
	height: 100px;
	float: left;
}
.top_wb_con div img {
	width: 100%;
}

.top_wx_con {
	position: absolute;
	display: none;
	width: 100px;
	height: 100px;
	padding: 5px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e1e1;
	left: 840px;
	top: 28px;
}





.wei1 {
	float: left;
	width: 120px;
	height: 30px;
	padding-left: 5px;
	margin-right: 2px;
	line-height: 30px;
	position: relative;
}

.wei1 .header_logo {
	position: relative;
	position: absolute;
	top: 40px;
	left: 0;
}

/*end header*/
/*banner*/
.banner {
	width: 100%;
	background: url(../img/banner_bg.jpg)no-repeat  #FFFFFF;
	background-position-x: -200px;
	background-size: 120% 100%;
	height: 610px;
}

.ban {
	padding-top: 146px;
	text-align: center;
	position: relative;
}

.banner02 {
	position: absolute;
	top: 354px;
	left: 366px;
}

/*end*/
/*main1*/
.main1 {
	width: 100%;
	background: url(../img/m1_bg.png)no-repeat left bottom;
}

.m1 {
	padding-top: 40px;
	padding-bottom: 60px;
}

.m1_ul {
	height: 122px;
}

.m1_li {
	width: 240px;
	height: 94px;
	background: #FFFFFF;
	box-shadow: 2px 2px 10px rgba(90, 90, 90, 0.2);
	float: left;
	margin-left: 40px;
	padding-top: 28px;
	padding-left: 28px;

	cursor: pointer;
}

.m1_li img {
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.m1_li:hover img {
	position: relative;
	left: -6px;
}

.m1_li p {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	float: right;
	padding-right: 38px;
	padding-top: 10px;
}

.m1_li:nth-child(1) {
	margin-left: 0;
}

.m1_title {
	padding-top: 60px;
}

.m1_tit {
	height: 62px;
	font-size: 38px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	background: url(../img/m1_title.png)no-repeat center;
}

.m1_tit span {
	color: #327eec;
}

.m1_ul2 {
	padding:0 50px;
	height: 320px;
}

.m1_ul2 .li {
	width: 200px;
	height: 85px;
	float: left;
	margin-left: 90px;
	margin-top: 40px;
	
}
.m2_tab_ul .top {
	transform: translateY(40px);
}

.m1_ul2 .li:nth-child(1),
.m1_ul2 .li:nth-child(5) {
	margin-left: 0;
}

.m1_ul2 .li .num {
	height: 85px;
	background: #d3e5ff;
	text-align: center;
	line-height: 85px;
	color: #0055cf;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	border-radius: 6px;
}




.m1_ul2 .li:hover {
	position: relative;
	top: -10px;
}

/*end*/
/*main2*/
.main2 {
	width: 100%;
	background: url(../img/m2_bg.png)no-repeat center;
	background-size: cover;
}

.m2 {
	padding-bottom: 60px;
}

.m2_title {
	padding-top: 50px;
}

.m2_title .m1_tit {
	background: url(../img/m2_title.png)no-repeat center;
}

.m2_con {
	height: 276px;
}

.m2_ul1,
.m2_ul2 {
	margin-top: 30px;
	height: 228px;
	float: left;
	width: 408px;
}

.m2_ul1 .m2_li {
	font-size: 16px;
	color: #666666;
	padding-top: 35px;
	cursor: pointer;
	position: relative;
	line-height: 1.5;
}

.m2_ul1 .m2_li:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 1px;
	background: #327eec;
}

.m2_ul1 .m2_li:hover:before {
	width: 100%;
}

.m2_ul1 .m2_li span {
	color: #327eec;
	font-weight: bold;
}

.m2_ul1 .m2_li i {
	color: #327eec;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

@-webkit-keyframes gogogo {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.m2_ul2 {
	margin-top: 20px;
	height: 254px;
	float: right;
	width: 782px;
	background: url(../img/m2_ul2.png)no-repeat center;
	position: relative;
}

.m2_ul2 .m2_li {
	height: 48px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 48px;
	font-size: 16px;
	color: #0055cf;
	position: absolute;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}

.m2_ul2 .m2_li:nth-child(1) {
	background: url(../img/m2_li1.png)no-repeat center;
	top: 20px;
	left: 30px;
	-webkit-animation: gogogo 2s infinite linear;
}

.m2_ul2 .m2_li:nth-child(2) {
	background: url(../img/m2_li2.png)no-repeat center;
	top: 110px;
	left: -20px;
	-webkit-animation: gogogo 1.5s infinite linear;
}

.m2_ul2 .m2_li:nth-child(3) {
	background: url(../img/m2_li3.png)no-repeat center;
	top: 200px;
	left: 10px;
	-webkit-animation: gogogo 1.6s infinite linear;
}

.m2_ul2 .m2_li:nth-child(4) {
	background: url(../img/m2_li4.png)no-repeat center;
	top: 20px;
	right: -20px;
	padding-left: 40px;
	-webkit-animation: gogogo 1.9s infinite linear;
}

.m2_ul2 .m2_li:nth-child(5) {
	background: url(../img/m2_li5.png)no-repeat center;
	top: 110px;
	right: -20px;
	padding-left: 40px;
	-webkit-animation: gogogo 2.3s infinite linear;
}

.m2_ul2 .m2_li:nth-child(6) {
	background: url(../img/m2_li6.png)no-repeat center;
	top: 200px;
	right: -10px;
	padding-left: 40px;
	-webkit-animation: gogogo 3s infinite linear;
}

.m2_tab {
	width: 1236px;
	height: 266px;
	margin-left: -18px;
	margin-top: 30px;
	background: url(../img/m2_tab.png)no-repeat center;
}

.m2_tab_ul {
	width: 42%;
	height: 228px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;

}

.m2_tab_li {
	position: absolute;
	float: left;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.m2_tab_li:nth-child(1){
	top: 30px;
	left: 140px;
	color: rgba(59, 133, 240, 1);

}
.m2_tab_li:nth-child(2){
	top: 50px;
	left: 400px;
	color: rgba(59, 133, 240, .8);
	font-size: 24px;
}
.m2_tab_li:nth-child(3){
	top: 90px;
	left: 230px;
	color: rgba(59, 133, 240, .9);
	font-size: 24px;
	
}
.m2_tab_li:nth-child(4){
	top: 120px;
	left: 100px;
	color: rgba(59, 133, 240, .5);
	font-size: 28px;
	
}

.m2_tab_li:nth-child(5){
	top: 125px;
	left: 350px;
	color: rgba(59, 133, 240, .6);
	font-size: 28px;
}
.m2_tab_li:nth-child(6){
	top: 170px;
	left: 180px;
	color: rgba(59, 133, 240, .8);
	font-size: 24px;
}


.m2_tab_li:hover {
	transform: scale(1.05);
	color: rgba(59, 133, 240, 1);
}

.m2_tab_con {
	width: 660px;
	height: 230px;
	float: right;
	margin-top: 20px;
	margin-right: 16px;
	display: none;
}

.m2_tab_con p {
	padding-left: 60px;
	padding-top: 50px;
	line-height: 2.4;
	font-size: 16px;
	color: #666666;
}

.m2_tab_con a {
	display: block;
	float: right;
	padding-top: 10px;
	font-size: 18px;
	color: #ff821d;
	font-weight: bold;
	line-height: 42px;
}

.m2_tab_con a:hover {
	text-decoration: underline;
}

.m2_tab_con a i {
	display: block;
	width: 68px;
	height: 42px;
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 30px;
	float: right;
	background: #327eec;
	margin-left: 20px;
}

/*end*/


/*main4*/
.main4 {
	width: 100%;
	background: url(../img/images/m4_big_02.jpg)no-repeat 0 193px #FFFFFF;
}

.m4 {
	position: relative;
	height: 510px;
	background: url(../img/images/m4_samall_03.jpg)no-repeat 0 120px;
}

.m4_ul {
	position: absolute;
	left: 686px;
	top: 202px;
}

.m4_li {
	padding-top: 34px;
	font-size: 16px;
	color: #666666;
	position: relative;
	cursor: pointer;
}

.m4_li:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 0;
	background: #327eec;
	height: 2px;
}

.m4_li:hover:before {
	width: 100%;
}

.m4_li span {
	color: #327eec;
	font-size: 24px;
	font-weight: bold;
}

/*end*/
/*main5*/
.main5 {
	width: 100%;
	background: url(../img/m5_bg.png)no-repeat center #FFFFFF;
}

.m5 {
	background: url(../img/main5_bg.png)no-repeat center;
}

.m5_title {
	padding-top: 16px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}

.m5_ul {
	height: 430px;
	position: relative;
}

.m5_li {
	color: #ffffff;
	line-height: 1.8;
	position: absolute;
	text-align: center;

}

.m5_li:nth-child(1) {
	font-size: 22px;
	background: url(../img/m5_li1.png)no-repeat center;
	padding-top: 80px;
	width: 210px;
	height: 160px;
	top: 74px;
	left: 70px;
}

.m5_li:nth-child(2) {
	font-size: 20px;
	background: url(../img/m5_li2.png)no-repeat center;
	width: 146px;
	height: 152px;
	top: 180px;
	left: 374px;
	padding-top: 16px;
}

.m5_li:nth-child(3) {
	font-size: 21px;
	background: url(../img/m5_li3.png)no-repeat center;
	width: 194px;
	height: 154px;
	top: 33px;
	left: 597px;
	padding-top: 74px;
}

.m5_li:nth-child(4) {
	font-size: 20px;
	background: url(../img/m5_li4.png)no-repeat center;
	width: 233px;
	height: 166px;
	top: 61px;
	right: 0px;
	padding-top: 100px;
}

.m5_li:nth-child(5) {
	font-size: 18px;
	background: url(../img/m5_li5.png)no-repeat center;
	width: 168px;
	height: 130px;
	top: 44px;
	right: 74px;
	padding-top: 66px;
}

.m5_li:hover {
	transform: scale(1.01);
}

/*end*/
/*main6*/
.main6 {
	width: 100%;
	background: url(../img/m6_bg.png)no-repeat top #FFFFFF;
}

.m6 {
	padding-bottom: 20px;
}

.m6_title {
	padding-top: 50px;
}

.m6_title .m1_tit {
	color: #fff718;
	background: url(../img/m6_title.png)no-repeat center;
}

.m6_title .m1_tit span {
	color: #FFFFFF;
}

.m6_con {
	padding-top: 40px;
}

.m6_con table {
	border-collapse: collapse;
	width: 1200px;
	text-align: center;
}
.m6_con .left11 {
	text-align: left;
	line-height: 28px;
	height: 200px;
	padding-left: 50px;
}
.m6_con .th {
	background: url(../img/table1.png)no-repeat 146px 12px #1266de;
}

.m6_con .th td {
	height: 82px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.tr td {
	height: 100px;
	background: #FFFFFF;
	font-size: 16px;
	color: #666666;
	border: 1px solid #ebedef;
}

.tr td p {
	/* text-align: left;
	padding-left: 106px;
	height: 80px;
	background: url(../img/table_p1.png)no-repeat 20px 0;
	line-height: 80px;
	margin-top: 20px; */
}

.tr td a {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	background: #ff821d;
	border-radius: 5px;
	margin: 0 auto;
}

.tr td a:hover {
	background: #ea6e09;
}

.m6_title2 .m1_tit {
	background: url(../img/m6_title2.png)no-repeat center;
}

.m2_con table {
	box-shadow: 2px 2px 10px rgba(90, 90, 90, 0.3);
}

.m6_con2 .th {
	background: url(../img/table2.png)no-repeat center #1266de;
}

.m6_con2 .th td {
	width: 240px;
	height: 60px;
}

.tr td {
	height: 52px;
}

.tr_shaw td {
	box-shadow: 2px 2px 10px rgba(90, 90, 90, 0.1);
}

/*end*/
/*main7*/
.main7 {
	background: #FFFFFF;
	width: 100%;
}

.m7 {
	position: relative;
	height: 448px;
}

.m7 .m1_title {
	padding-top: 40px;
}

/* css 重置 */

/* 本例子css */









.fuceng {
	display: block;
	width: 44px;
	height: 124px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	right: 6px;
	top: 5px;
	display: none;
}



/*end*/
/*main8*/

/*end*/
/*aside*/
.aside {
	width: 107px;
	height: 172px;
	background: url(../img/aside_bg.png)no-repeat center;
	position: fixed;
	left: 0;
	bottom: 20%;
	cursor: pointer;
}

.aside p {
	color: #fff717;
	font-size: 26px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 10px;
}

.aside_from {
	width: 100%;
	height: 105px;
	background: url(../img/from.png)no-repeat center;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 9;
}

.aside_bot {
	padding-top: 46px;
	padding-left: 160px;
	position: relative;
}

.aside_bot p {
	color: #fff717;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 0;
	text-align: center;
}

.aside_bot .colose {
	position: relative;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.from_input {
	position: relative;
	float: left;
	width: 208px;
	height: 42px;
	border-radius: 3px;
	margin-left: 20px;
}

.input {
	width: 198px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 0;
	padding-left: 10px;
}

.lable {
	display: block;
	position: absolute;
	font-size: 18px;
	color: #999999;
	left: 10px;
	top: 8px;
}



/*end*/

:before,
.m3_li,
.m5_li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*foot*/
.offcn_copyright {
	margin-top: 20px;
	clear: both;
	text-align: center;
	background: #252525;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

.offcn_copyright a,
.offcn_copy {
	color: #ffffff;
	margin: 0 auto;
}

.offcn_copyright a:hover {
	color: #ffffff;
}

.offcn_copy {
	background: #252525;
	padding: 5px 0;
}

#footTime {
	color: #fff;
}

/*end foot*/


.focus {
	position: relative;
	width: 1200px;
	height: 350px;
	overflow: hidden;
}

.focus ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 700%;
}

.focus ul li {
	float: left;
}

.arrow-l,
.arrow-r {
	display: block;
	position: absolute;
	top: 40%;
	margin-top: -20px;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: 'icomoon';
	font-size: 18px;
	z-index: 2;
}

.arrow-r {
	right: 0;
}

.focus .m7_con1 {
	position: relative;
	width: 1200px;
	height: 350px;
	background: url(../img/m7_con.png) no-repeat  #FFFFFF;

	background-size: cover;
}

.m7_con1 h1 {

	padding-top: 60px;
	padding-left: 50px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.m7_con1 h2 {
	padding-top: 40px;
	padding-left: 50px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.m7_con1 h2 span {
	font-weight: bold;
}

.m7_con1 p {
	width: 800px;
	padding-top: 30px;
	padding-left: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}

.m7_con1 p span {
	font-weight: bold;
	color: #333333;
}

.m7_con1 img {
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 300px;
	height: 300px;
	z-index: 999999;
}

.arrow-l {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 40px;
	height: 100px;
	background: url(../img/left.png) center center no-repeat #327eec;
}

 .arrow-r {
	width: 40px;
	height: 100px;
	background: url(../img/right.png) center center no-repeat #327eec;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

/* 右侧咨询栏 */

.right_f {
	position: fixed;
	top: 30%;
	right: 0;
}
.right_f li {
	position: relative;
	width: 70px;
	height: 100px;
	background-color: pink;
	background-image: url(../img/zx.png);
	background-size: contain;
}

.right_f .qq {
	background-image: url(../img/qq_r.png);
}
.right_f .qq .ewm{
	position: absolute;
	display: none;
	top: 0;
	left: -120px;
	width: 120px;
	height: 120px;
	background-image: url(../img/qq.png);
	background-size: contain;
}

.right_f .tel {
	background-image: url(../img/tel_r.png);
}
.tel_son {
	position: absolute;
	display: none;
	top: 30px;
	left: -125px;
	width: 100px;
	height: 40px;
	padding: 10px ;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;

}
