@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Microsoft Yahei;
}
body {
	overflow-x: hidden;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
img, input {
	border: 0px;
}
ul li {
	list-style: none;
}
em, i {
	font-style: normal;
}
.left {
	float: left;
}
.right {
	float: right;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.bj_two {
	background: url(../img/bj12.jpg) no-repeat top center;
}
.bj_there{
	background: url(../img/j02.jpg) repeat;
}
.menu {
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #19245c;
}
.menu .left {
	float: left;
	width: 30%;
}
.menu .left img {
	width: 215px;
	height: 56px;
	position: relative;
	top: 10px;
}
.menu .right {
	float: right;
	width: 763px;
}
.menu .right ul {
	float: left;
	width: 100%;
	text-align: right;
}
.menu .right ul li {
	float: left;
	margin-left: 40px;
}
.menu .right ul li a {
	font-size: 18px;
	color: #fff;
}
.hot{
	position: absolute;
	top:10px;
}
.footer {
	float: left;
	width: 100%;
}
.banner_main {
	float: left;
	width: 100%;
	margin-top: -20px;
	background: #18245b
}
.swiper-container {
	height: 500px;
}
.arrow-left {
	background: url(../img/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}
.arrow-right {
	background: url(../img/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}
.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active {
	opacity: 1;
}
.swiper-slide .img {
	position: absolute;
}
.inner {
	position: relative;
	display: block;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}
.slide1 {
	background: #19245c;
}
.slide2 {
	background: #19245c;
}
.slide3 {
	background: #19245c;
}
.slide4 {
	background:#19245c;
}
.slide2 .s0 {
	left: 50%;
	margin-left: -154px;
	top: 100px
}
.slide2 .s1 {
	left: 50%;
	margin-left: -425.5px;
	top: 200px;
}
.slide2 .s2 {
	left: 50%;
	margin-left: -475px;
	top: 280px
}
.slide2 .s3 {
	left: 0;
	bottom: 0px;
	z-index: 5;
	height: 190px
}
.slide2 .s4 {
	right: 0;
	bottom: 0px;
	z-index: 0;
	height: 160px
}
.slide3 .b-1 {
	right: -90px;
	top: 30px;
}
.slide3 .b-2 {
	left: -100px;
	top: 130px;
}
.slide3 .b-3 {
	left: 50%;
	margin-left: -381px;
	top: 330px;
}
.slide1 .b-1 {
	right: -90px;
	top: 30px;
}
.slide1 .b-2 {
	left: -100px;
	top: 130px;
}
.slide1 .b-3 {
	left: 50%;
	margin-left: -381px;
	top: 330px;
}
.slide4 .zh-a-1 {
	left: -140px;
	top: 77px;
	z-index: 9;
}
.slide4 .zh-a-2 {
	left: 0;
	top: 0;
}
.loop {
	animation-iteration-count: infinite;/*无限*/
	animation-timing-function: linear;/*平滑*/
}
.targetBtn {
	margin-top: 0px;
	position: absolute;
	top: 320px;
	left: -100px;
	z-index: 999;
}
.targetBtn a {
	height: 50px;
	border-radius: 5px;
	background: rgba(0,169,254,1.0);
	float: left;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.targetBtn .a1 {
	width: 110px;
}
/*自定义CSS动画*/
.moveRight {
	-webkit-animation-name: moveRight;
	animation-name: moveRight
}
@-webkit-keyframes moveRight {
0% {
opacity: 0;
left:0px;
}
10% {
opacity: 1;
}
100% {
opacity: 1;
left:550px;
}
}
@keyframes moveRight {
0% {
opacity: 0;
left:0px;
}
10% {
opacity: 1;
}
100% {
opacity: 1;
left:550px;
}
}

.img_four{ width: 29%; margin:10px 2%;} 
.moveLeft {
	-webkit-animation-name: moveLeft;
	animation-name: moveLeft
}
@-webkit-keyframes moveLeft {
0% {
opacity:0;
left:390px;
}
10% {
opacity:1;
}
100% {
opacity:1;
left:-370px;
}
}
@keyframes moveLeft {
0% {
opacity:0;
left:390px;
}
10% {
opacity:1;
}
100% {
opacity:1;
left:-370px;
}
}
.sy_one {
	float: left;
	width: 100%;
	height: 80px;
	background: #071553
}
.sy_one li {
	float: left;
	width: 260px;
	margin: 10px 45px 0px 0px;
	padding-top: 10px;
}
.sy_one li img {
	float: left;
	width: 43px;
	height: 41px
}
.sy_one li p {
	float: right;
	width: 210px;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
}
.sy_one li p span {
	font-size: 18px;
	font-weight: 200;
	color: #fff;
}
.sy_two {
	float: left;
	width: 100%;
}
.sy_there {
	float: left;
	width: 100%;
}
.sy_four {
	float: left;
	width: 100%;
}
.sy_five {
	float: left;
	width: 100%;
	
	padding: 20px 0px;

}
.title_there {
	text-align: center;
	font-size: 30px;
	color: #333
}
.title_four {
	text-align: center;
	font-size: 30px;
	color: #333
}
.menu_nav {
	position: relative;
	top: 0;
	z-index: 698;
}
.best-con {
	padding: 80px 0;
}

.best-con .title {
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 38px;
	height: 52px;
	line-height: 52px;
	color: #666;
	z-index: 50;
}
.best-con .layout-wrap {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.layout-wrap .layout-3-1 {
	float: left;
	vertical-align: top;
	width: 30.3333%;
	margin: 0 1.5%;
}
.feature-list {
	margin-top: 50px;
}
.feature-list .item {
	position: relative;
	text-align: center;
}
.feature-list .item:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 0px;
	height: 100px;
	background: #999;
}
.feature-list .item h3 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #666;
	height: 32px;
	line-height: 32px;
}
.feature-list .item p {
	margin-top: 15px;
	font-size: 18px;
	color: #999;
	text-align: center;
}
.huo {
	float: left;
	width: 100%
}
.product-content-box {
	background: #f5f5f5;
	padding: 50px 0;
}
.product-content {
	width: 1200px;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
.product-content li {
	float: left;
	width: 240px;
	height: 184px;
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.product-content li a {
	width: 100%;
	height: 240px;
	display: block;
}
.item-img01 {
	background: url(../img/item-img-01.png) center no-repeat
}
.item-img02 {
	background: url(../img/item-img-02.png) center no-repeat
}
.item-img03 {
	background: url(../img/item-img-03.png) center no-repeat
}
.item-img04 {
	background: url(../img/item-img-04.png) center no-repeat
}
.item-img05 {
	background: url(../img/item-img-05.png) center no-repeat
}
.item-img06 {
	background: url(../img/item-img-06.png) center no-repeat
}
.item-img07 {
	background: url(../img/item-img-07.png) center no-repeat
}
.item-img08 {
	background: url(../img/item-img-08.png) center no-repeat
}
.item-img09 {
	background: url(../img/item-img-09.png) center no-repeat
}
.item-img10 {
	background: url(../img/item-img-10.png) center no-repeat
}
.item-img11 {
	background: url(../img/item-img-11.png) center no-repeat
}
.item-img12 {
	background: url(../img/item-img-12.png) center no-repeat
}
.item-img13 {
	background: url(../img/item-img-13.png) center no-repeat
}
.item-img14 {
	background: url(../img/item-img-14.png) center no-repeat
}
.item-img15 {
	background: url(../img/item-img-15.png) center no-repeat
}



.product-content li.active {
	position: relative;
	top: -4px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
	box-shadow: 0 3px 20px rgba(0,0,0,.1)
}
.product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333;
}
.product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
/*关于我们*/
.nei_banner {
	float: left;
	width: 100%;
}
.nei_banner02 {
	height: 300px;
	background: url(../img/bj02.jpg) no-repeat top center;
}
.nei_banner03 {
	height: 300px;
	background: url(../img/bj03.jpg) no-repeat top center;
}
.nei_banner04 {
	height: 300px;
	background: url(../img/bj04.jpg) no-repeat top center;
}
.nei_banner05 {
	height:  300px;
	background: url(../img/bj05.jpg) no-repeat top center;
}
.nei_banner06 {
	height:  300px;
	background: url(../img/bj06.jpg) no-repeat top center;
}
.header-content {
	max-width: 1180px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
}
.header-content h1 {
	font-size: 36px;
	color: #fff;
	line-height: 100px;
	font-weight: normal
}
.header-content p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: left;
}
.header-content .cui-btn {
	background: #0099ff;
	border-radius: 1px;
	padding: 0;
	display: inline-block;
	height: 40px;
	border: solid 1px transparent;
	border-radius: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	transition: .2s
}
.header-content .cui-btn a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 30px;
}
.header-content .cui-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0,153,255,0.3)
}
.st_title {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 100px;
	color: #333333;
	font-size: 36px;
}
.st_two {
	float: left;
	width: 100%;
}
.st_two .left {
	float: left;
	width: 30%;
}

.st_two .left img {
	float: left;
	width: 100%;
}

.huan{ padding:5px ; border:1px solid #999; border-radius:3px;}
.st_two .right {
	float: right;
	width: 70%;
}
.st_two p {
	float: left;
	width: 90%;
	margin: 10px 5%;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
}
.wei {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #656565;
	font-size: 14px;
}
.wei a {
	color: #656565;
	font-size: 14px;
}
.wei a:hover {
	color: #656565;
	font-size: 14px;
}
.st_there {
	float: left;
	width: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.case_box {
	float: left;
	width: 100%;
	background: url(../img/case_bg.jpg) no-repeat center top;
	margin-top: 50px;
	margin-bottom: 90px;
}
.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}
.case_box .category ul {
	padding-left: 50px;
	padding-bottom: 40px;
	display: block;
	height: auto;
	overflow: hidden;
}
.case_box .category ul li {
	float: left;
	font-size: 16px;
	text-align: center;
	width: 215px;
	height: 58px;
	line-height: 58px;
	color: #666;
	border-radius: 0px;
	cursor: pointer;
	background: #e8e8e8;
}
.case_box .category ul li.active {
	color: #fff;
	background: #0099ff;
}
.case_box .content {
	padding-left: 50px;
}
.case_box .content .cont {
	height:450px;
	display: none;
}
.case_box .content .cont.active {
	display: block;
}
.case_box .content .cont img.bg {
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 50px;
}
.case_box .content .cont .info {
	position: absolute;
	width: 720px;
	background: #fff;
	box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
	left: 0;
	top: 20px;
	padding: 50px 40px 0;
	border-radius: 10px;
}
.case_box .content .cont .info .title .logo {
	float: left;
	padding-right: 25px;
}
.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.case_box .content .cont .info .title h4 {
	float: left;
	padding-top: 30px;
	font-size: 24px;
	color: #081232;
}
.case_box .content .cont .info p {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 60px;
	color: #828b9f;
	text-indent:2em;
}
.neirong_one {
	float: left;
	width: 100%;
	padding: 50px 5%;
	background: #fff;
	border: 1px solid #e8e8e8
}
.neirong_one p {
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	text-indent: 2em;
	margin-bottom: 20px;
}
.neirong_one p span {
	float: left;
	width: 100%;
	text-align: center
}
.neirong_one p span img {
}
.news_one {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.news_one li {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dotted #eee
}
.news_one li .left {
	float: left;
	width: 400px;
}
.news_one li .left em {
	float: left;
	width: 100px;
	color: #fff;
	background: #3cbaff;
	text-align: center;
	font-size: 26px;
	font-weight: 200;
}
.news_one li .left img {
	float: left;
	width: 300px;
	height: 204px;
}
.news_one li .right {
	float: right;
	width: 760px;
}
.news_one li .right span {
	float: left;
	width: 760px;
	height: 50px;
	line-height: 50px;
	color: #000;
	font-size: 24px;
	cursor: pointer
}
.news_one li .right span:hover {
	color: #0e90d2;
}
.news_one li .right p {
	float: left;
	width: 760px;
	line-height: 25px;
	color: #999;
	font-size: 16px;
	text-indent: 2em;
}
.t_one {
	float: left;
	width: 300px;
	height: 204px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}
.t_one img {
	float: left;
	max-width: 306px;
	max-height: 207px;
	vertical-align: middle;
	vertical-align: top;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	max-width: 100%;
}
.t_one img:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}
.fy {
	float: left;
	width: 100%;
	text-align: center;
	height: 50px;
}
.fy a {
	background: #fff;
	color: #0e90d2;
	padding: 5px 10px;
	font-family: Microsoft Yahei;
	font-size: 14px;
	border: 1px solid #eee;
}
.fy .sel {
	background: #0e90d2;
	color: #fff;
}
.fy a:hover{
	background: #0e90d2;
	color: #fff;
}
.sy_six {
	float: left;
	width: 100%;
}
.sy_six p {
	float: left;
	width: 100%;
}
.sy_six .one {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.sy_six .one .left {
	float: left;
	width: 347px
}
.sy_six .one .right {
	float: right;
	width: 780px;
}
.sy_six .one .right span {
	float: left;
	width: 780px;
	font-size: 34px;
	color: #333;
	line-height: 100px;
	margin-left: -10px;
}
.sy_six .one .right p {
	float: left;
	width: 780px;
	font-size: 16px;
	color: #999;
	line-height: 24px;
}
.sy_six .two {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.sy_six .two .right {
	float: right;
	width: 347px
}
.sy_six .two .left {
	float: left;
	width: 780px;
}
.sy_six .two .left span {
	float: left;
	width: 780px;
	font-size: 34px;
	color: #333;
	line-height: 100px;
	margin-left: -10px;
}
.sy_six .two .left p {
	float: left;
	width: 780px;
	font-size: 16px;
	color: #999;
	line-height: 24px;
}
.btn_one {
	float: left;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #34b1f8;
	margin-right: 10px;
	margin-top: 20px;
	color: #fff;
}
.btn_one:hover {
	background: #27a4eb;
	color: #fff;
}
.btn_two {
	float: left;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border: 1px solid #34b1f8;
	color: #34b1f8;
	margin-right: 10px;
	margin-top: 20px;
}
.btn_two:hover {
	background: #27a4eb;
	color: #fff;
}
.btn_there {
	float: left;
	width: 80px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border: 1px solid #34b1f8;
	color: #34b1f8;
	margin-right: 10px;
	margin-top: 20px;
}
.btn_there:hover {
	background: #27a4eb;
	color: #fff;
}
.sy_six .two {
	float: left;
	width: 100%;
	padding: 30px 0px;
	height: 400px;
	background: #f5f5f5;
}
.about_one {
	float: left;
	width: 100%;
	background: url(../img/ab01.jpg) no-repeat center top;
	margin-top: 50px;
}
.gy_one {
	float: left;
	width: 100%;
	padding-top: 80px;
}
.gy_one li {
	float: left;
	width: 400px;
	height: 300px;
}
.gy_one li .num {
	float: left;
	width: 100%;
	height: 95px;
	text-align: center;
	font-size: 56px;
	color: #0099CB;
	font-weight: bold;
}
.gy_one li h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	font-size: 28px;
	height: 55px;
}
.about_two {
	float: left;
	width: 100%;
	height: 663px;
	background: url(../img/ab02.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 30px;
}
.about_two p {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}
.about_there {
	float: left;
	width: 100%;
}
.bai {
	color: #fff;
}
.gy_three {
	float: left;
	width: 100%;
	background: url(../img/bg_10.png) no-repeat top center;
	padding-top: 40px;
}
.gy_three li {
	width: 480px;
	height: 40px;
	background: #77B5F3;
	line-height: 40px;
	color: #fff;
	padding: 0px 20px;
	border-radius: 8px;
	font-size: 14px;
	text-align: right;
	letter-spacing: 2px;
	margin-bottom: 48px;
	float: left;
}
.gy_three .li {
	float: right;
	text-align: left;
}
.gy_four {
	float: left;
	width: 100%;
}
.gy_four .left {
	float: left;
	width: 1200px;
	padding-left: 200px;
	margin-bottom: 30px;
}
.gy_four .left p {
	float: left;
	width: 300px;
	color: #999;
	line-height: 40px;
}
.lianxi_four {
	float: left;
	width: 1000px;
	padding-left: 200px;
	margin-bottom: 30px;
}
.lianxi_four p {
	float: left;
	width: 500px;
	color: #999;
	font-size: 20px;
	line-height: 40px;
}
.product_one {
	float:left;
	text-align:center !important;
	width:100%;
	height:58px;
    line-height:58px;
     background:#e8e8e8;
}
.product_one  a{
	color: #666;
}
.product_one  a:hover{
	color: #666;
}
.product_one li {
	float: left;
	width: 216px;
	height: 57px;
	line-height: 57px;
	background: #e8e8e8;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	cursor: pointer
}
.product_one .sel {
	background: #338fff;
	color: #fff;
}
.product_two {
	
	width: 1200px;
	margin:0 auto;
	text-align:center;
}
.biaoti {
	float: left;
	width: 100%;
	text-align: center;
}
.biaoti span {
	font-size: 30px;
	color: #333;
}
.biaoti i {
	font-size: 20px;
	color: #999;
}
.neirong {
	float: left;
	width: 100%;
}
.neirong img {
	
	
}

.neirong .left{ float:left; width:50%; }
.neirong .right{ float:right; width:50%; }

.neirong  p {
	float:left;
	width:100%;
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	text-align:left;
}

.neirong  span{
	float:left;
	width:100%;
	font-size: 22px;
	color: #333;
	margin-top: 10px;
	text-align:left;
}


.lie {
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.lie li {
	float: left;
	width: 100%;
	margin: 10px 0px;
}
.lie li span {
	float: left;
	width: 30%;
	text-align: right;
	color: #333;
	line-height: 40px;
	font-size: 16px;
}
.lie li p {
	float: left;
	width: 69%;
	color: #f60;
	line-height: 40px;
	font-size: 16px;
	border: 0px;
	position: relative;
	z-index: 4;
	background: none;
}
.lie li p .txt {
	float: left;
	width: 60%;
	color: #686868;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	position: relative;
	z-index: 4;
	background: none;
	margin-right: 10px;
}
.txt05 {
	height: 120px;
}
.liu {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #eee;
	margin: 50px 0px;
	padding: 20px 0px;
}
.btn08 {
	float: left;
	width: 41.4%;
	margin-left: 30%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	background: #3cbaff;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 15px;
}

.neirong_one p span img {
	float:left;
	width:60%;
	margin-left:20%; 
}
