@charset "utf-8";
body {
	font-family: "Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
	background: #fff;
	min-width: 1200px;
	color: rgb(0, 0, 0);
	font-size: 14px;
}
* {
	box-sizing: border-box;
}
body,h2,ul,p,dl,h4,h5,h3,dl,dt,dd,ol {
	padding: 0;
	margin:0;
}
h3,h4,h5 {
	font-weight: normal;
}
ul,ol {
	list-style: none;
}
a:hover,a:link,a:active {
	text-decoration: none;
	outline: none;
}
i,em {
	font-style: normal;
}
img{ 
	border: none;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
input,
button,
textarea,
select {
	outline: none;
	border: none;
	font-family: "Microsoft YaHei";
	background: transparent;
	font-size: 14px;
}
button {
	cursor: pointer;
}
.pic {
	width: 100%;
	overflow: hidden;
}
.pic img {
	width: 100%;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
li:hover .pic img,
.pic:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.clear {
	clear: both;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
#header .head-top {
	height: 40px;
	line-height: 40px;
	background: #eeeeee;
	font-size: 12px;
  	color: rgb(101, 101, 101);
}
#header .head-top .link {
	float: right;
}
#header .head-top .link a {
	display: inline-block;
	color: rgb(101, 101, 101);
	height: 24px;
	line-height: 24px;
	padding-left: 23px;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../images/icon_1.png) no-repeat left center;
}
#header .head-top .link a:hover {
	text-decoration: underline;
}
#header .head-top i {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
	margin-left: 8px;
	vertical-align: middle;
	background: url(../images/icon_2.png) no-repeat left center;
}
#header .head-top i span {
	font-size: 16px;
  font-family: "Arial";
  color: rgb(0, 78, 201);
  font-weight: bold;
}
#header .nav {
	text-align: center;
	background: #fff;
	height: 98px;
	line-height: 98px;
}
#header .nav .logo {
	float: left;
}
#header .navbar {
	float: right;
}
.navbar > li {
	float: left;
	margin-left: 60px;
	position: relative;
}
.navbar > li > a {
	font-size: 16px;
	display: block;
	color: rgb(47, 47, 47);
}
.navbar > li ul {
	position: absolute;
	z-index: 99;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 160%;
	background: #1f82df;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.navbar > li:hover ul {
	top: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.navbar > li ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 2.5;
	display: block;
}
.navbar > li ul li:hover a {
	background: #4da7ff;
}
.navbar > li:hover > a,
.navbar > li.active > a {
	color: rgb(33, 131, 222);
}
/*banner*/
#banner .swiper-container {
	height: 500px;
}
#banner .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #fff;
	margin: 0 8px;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 50px;
	border-radius: 30px;
	background: rgb(33, 131, 222);
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
}
.home-box {
	padding: 40px 0;
}
.top-title {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}
.top-title h3 {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: rgb(47, 47, 47);
	line-height: 1.2;
	margin-bottom: 25px;
}
.top-title h3 span {
	color: rgb(94, 94, 94);
	font-size: 19px;
}
.home-about .section {
	margin-top: 25px;
}
.home-about .section p {
	color: rgb(53, 53, 53);
	line-height: 2;
	text-indent: 2em;
}
a.btn {
	display: block;
	width: 97px;
	height: 28px;
	border: 1px solid rgb(164, 0, 0);
	color: rgb(164, 0, 0);
	text-align: center;
	line-height: 26px;
	border-radius: 5px;
}
a.btn:hover {
	color: #fff;
	background: rgb(164, 0, 0);
}
.home-about .section a.btn {
	margin: 25px auto 0;
}
.home-about .about-list {
	padding: 0 50px;
	margin-top: 45px;
}
.home-about .about-list ul {
	margin-right: -73px;
}
.home-about .about-list li {
	float: left;
	width: 318px;
	text-align: center;
	margin-right: 73px;
}
.home-news {
	background: #f7f7f7;
}
.home-news .left {
	float: left;
	widows: 526px;
}
.home-news .right {
	float: right;
	width: 590px;
}
.home-news .right .ul-nav li {
	float: left;
	margin-right: 20px;
}
.home-news .right .ul-nav li a {
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #c2c2c2;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.home-news .right .ul-nav li:hover a,
.home-news .right .ul-nav li.active a {
	background: #2183de;
}
.home-news .right .nav-cont {
	margin-top: 10px;
}
.home-news .right .nav-cont ul {
	display: none;
}
.home-news .right .nav-cont ul.active {
	display: block;
}
.home-news .right .nav-cont li {
	color: rgb(0, 0, 0);
	padding: 0 0 0 30px;
	margin: 15px 0;
	line-height: 1.2;
	background: url(../images/icon_3.png) no-repeat left 2px;
	float: left;
	width: 100%;
	cursor: pointer;
}
.home-news .right .nav-cont li.active,
.home-news .right .nav-cont li:hover {
	background: url(../images/icon_4.png) no-repeat left 2px;
}
.home-news .right .nav-cont li .show p {
	float: left;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.home-news .right .nav-cont li .show time {
	float: right;
}
.home-news .right .nav-cont li.active .show,
.home-news .right .nav-cont li .down {
	display: none;
	float: left;
	width: 100%;
}
.home-news .right .nav-cont li.active .down {
	display: block;
}
.home-news .right .nav-cont li .down h4 {
	color: rgb(33, 131, 222);
	font-size: 14px;
	margin-bottom: 10px;
}
.home-news .right .nav-cont li .down p {
	line-height: 1.7;
}
.home-news .right .nav-cont li .down p a {
	color: rgb(33, 131, 222);
}
.home-news .right .nav-cont li .down time {
	display: block;
	color: rgb(137, 137, 137);
	line-height: 1.7;
	margin-top: 5px;
}
.home-news .right a.btn {
	margin-top: 20px;
}
.home-pro .pro-list ul {
	margin-right: -21.33px;
}
.home-pro .pro-list li {
	float: left;
	width: 284px;
	margin-right: 21.33px;
	text-align: center;
}
.home-pro .pro-list li .pic {
	border: 1px solid #e5e5e5;
}
.home-pro .pro-list li i {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: rgb(30, 30, 30);
	border: 1px solid #e5e5e5;
	border-top: none;
	height: 39px;
	line-height: 38px;
}
.home-pro a.btn {
	margin: 30px auto 0;
}
.home-zz {
	background: #2183de;
}
.home-zz .top-title h3,
.home-zz .top-title h3 span {
	color: #fff;
}
.home-zz .zz-swiper {
	padding: 0 60px;
	position: relative;
	text-align: center;
}
.home-zz .zz-swiper .swiper-slide .pic {
	border: 1px solid #d2d2d2;
	border-bottom: none;
}
.home-zz .zz-swiper .swiper-slide i {
	display: block;
	line-height: 1.5;
	margin-top: 15px;
	font-size: 14px;
	color: rgb(255, 255, 255);
}
.home-zz .zz-swiper .swiper-button-prev,
.home-zz .zz-swiper .swiper-button-next {
	width: 33px;
	height: 33px;
	margin-top: -17px;
	right: 0;
	background: url(../images/right.png) no-repeat left center;
}
.home-zz .zz-swiper .swiper-button-next:hover {
	background: url(../images/right_1.png) no-repeat left center;
}
.home-zz .zz-swiper .swiper-button-prev {
	left: 0;
	right: auto;
	background: url(../images/left.png) no-repeat left center;
}
.home-zz .zz-swiper .swiper-button-prev:hover {
	background: url(../images/left_1.png) no-repeat left center;
}
.home-zz a.btn {
	margin: 25px auto 0;
	color: #fff;
	border-color: #fff;
}
.home-zz a.btn:hover {
	background: #fff;
	color: rgb(164, 0, 0);
}
.home-message .container {
	width: 800px;
}
#footer {
	color: #fff;
	background: #1f242a;
	font-size: 14px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h4 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
}
#footer .box {
	float: left;
	height: 280px;
	padding-top: 40px;
	position: relative;
	min-width: 216px;
	text-align: center;
}
#footer .box:first-child {
	padding: 40px 35px 0;
}
#footer .box p {
	line-height: 2;
	text-align: left;
}
#footer .box:last-child {
	padding-left: 95px;
	text-align: left;
}
#footer .box:after {
	content: '';
	width: 1px;
	height: 145px;
	background: url(../images/line_2.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 40px;
}
#footer .box:last-child:after {
	display: none;
}
#footer .box .code {
	float: left;
	width: 100px;
	text-align: center;
}
#footer .box .code:first-child {
	margin-right: 55px;
}
#footer .box .code i {
	line-height: 3;
}
#footer .box a {
	display: block;
	line-height: 2;
}
#footer .foot-bottom {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #16191e;
}
/*关于*/
#inside-cont {
	padding: 0 0 100px;
	background: #f4f3f3;
}
#inside-cont .container {
	width: 1250px;
}
.inside-box {
	background: #fff;
	padding: 60px 25px;
	box-shadow: 0px 1px 5px 0px rgba(9, 9, 9, 0.17);
}
#inside-cont .left-nav {
	width: 270px;
	float: left;
}
#inside-cont .left-nav h4 {
	width: 100%;
	height: 78px;
	line-height: 78px;
	background-color: #2183de;
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-align: center;
}
#inside-cont .left-nav .left-top {
	background: #f5f5f5;
}
#inside-cont .left-nav .left-top li {
	background-color: rgb(245, 245, 245);
	height: 70px;
	line-height: 69px;
	text-align: center;

}
#inside-cont .left-nav .left-top li a {
	display: block;
	color: rgb(25, 24, 29);
	font-size: 16px;
	border-bottom: 1px solid #c7c7c7;
}
#inside-cont .left-nav .left-top ul li:last-child a {
	border: none;
}
#inside-cont .left-nav .left-top li:hover a,
#inside-cont .left-nav .left-top li.active a {
	background: #e0e4ef;
	border-bottom: 1px solid #e0e4ef;
}
#inside-cont .left-nav .left-bottom {
	margin-top: 30px;
	background: #f5f5f5;
}
#inside-cont .left-nav .left-bottom .info {
	padding: 25px 20px;
}
#inside-cont .left-nav .left-bottom span {
	display: block;
	color: rgb(38, 38, 38);
	line-height: 1.9;
}
#inside-cont .right-cont {
	float: right;
	width: 885px;
}
#inside-cont .right-cont .right-title {
	height: 46px;
	line-height: 45px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
#inside-cont .right-cont .right-title h3 {
	font-size: 18px;
	color: rgb(41, 41, 41);
	width: 150px;
	border-bottom: 1px solid #2183de;
	float: left;
}
#inside-cont .right-cont .right-title .located {
	float: right;
	color: rgb(44, 44, 44);
}
#inside-cont .right-cont .right-title .located a {
	color: rgb(44, 44, 44);
}
#inside-cont .right-cont .right-title .located a:hover {
	text-decoration: underline;
}
.right-cont .detial {
	color: rgb(41, 41, 41);
	line-height: 2.5;
}
#inside-cont .right-cont .pro-list ul {
	margin-right: -22.5px;
}
#inside-cont .right-cont .pro-list li {
	text-align: center;
	float: left;
	width: 280px;
	margin-bottom: 25px;
	margin-right: 22.5px;
}
#inside-cont .right-cont .pro-list li .pic {
	border: 1px solid #e5e5e5;
}
#inside-cont .right-cont .pro-list li i {
	color: rgb(88, 88, 88);
	display: block;
	line-height: 1;
	margin-top: 15px;
}
.page-nav {
	text-align: center;
	color: rgb(50, 50, 50);
	text-align: center;
	font-size: 0;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.page-nav a {
	color: rgb(50, 50, 50);
}
.page-nav > div,
.page-nav ul {
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
}
.page-nav ul li {
	display: inline-block;
	margin: 0 3px;
}
.page-nav a:hover {
	color: #005a40;
}

.page-nav .current{
	background: #128de6;
	border-color: #128de6;
	color: #fff;
}

/*.next, .page-nav .current {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    color: #c8cad6;
}*/


.page-nav .prev, .page-nav .next, .page-nav .current {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 4px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	color: #c8cad6;
}

.page-nav .num {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 4px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	color: #c8cad6;
}
/*新闻*/
.right-cont .news-list li {
	padding: 20px 0;
	line-height: 1.5;
	border-bottom: 1px dashed rgb(105, 105, 105);
	float: left;
	width: 100%;
}
.right-cont .news-list ul li:first-child {
	padding-top: 0;
}
.right-cont .news-list ul li:last-child {
	border: none;
}
.right-cont .news-list li a {
	color: rgb(105, 105, 105);
}
.right-cont .news-list li dt {
	float: left;
	width: 175px;
}
.right-cont .news-list li dd {
	margin-left: 190px;
}
.right-cont .news-list li h4 {
	font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.right-cont .news-list li span {
	line-height: 2;
}
.right-cont .news-list li span i {
	margin-right: 15px;
}
.right-cont .news-list li p {
	line-height: 1.8;
	width: 100%;
	max-height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*详情*/
.right-cont .detial .d-title {
	text-align: center;
    font-size: 18px;
}
.right-cont .detial .d-time {
	text-align: center;
	line-height: 2;
}
.right-cont .detial .d-cont {
	margin-top: 20px;
}
.right-cont .detial .pages {
	margin-top: 20px;
	color: #000;
}
.right-cont .detial .pages a {
	color: #000;
}
.right-cont .detial .pages span {
	line-height: 2;
	display: block;
}
.right-cont .detial .pages span a:hover {
	text-decoration: underline;
}
/*在线留言*/
.contact-box form {
	width: 100%;
	margin: 0 auto;
}
.contact-box form .fg {
	float: left;
	width: 380px;
	margin-bottom: 15px;
}
.contact-box form .fg:nth-child(2n) {
	float: right;
}
.contact-box form .fg label {
	width: 80px;
	float: left;
	color: rgb(49, 49, 49);
	height: 40px;
	line-height: 40px;
}
.contact-box form .fg input {
	float: right;
	width: 300px;
	height: 40px;
	line-height: 38px;
	color: rgb(49, 49, 49);
	padding-left: 10px;
	border: 1px solid rgb(224, 224, 224);
}
.contact-box form .tg {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.contact-box form .tg label {
	height: 40px;
	line-height: 40px;
	width: 80px;
}
.contact-box form .tg textarea {
	width: 720px;
	float: right;
	border: 1px solid rgb(224, 224, 224);
	padding: 10px;
	color: rgb(49, 49, 49);
	height: 110px;
	resize: none;
}
#inside-cont .contact-box form .tg textarea {
	width: 805px;
}
.contact-box form button {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	width: 240px;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	clear: both;
	border-radius: 3px;
	background: #2183de;
	padding: 0;
}
.contact-box form button img {
	margin: -1px 5px 0 0;
}
.message-form {
	padding-top: 40px;
}
/*联系我们*/
.contact-list {
	line-height: 2;
}