@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

header {
	width: 100%;
	background-image: url(/template/default/index/images/headbg.png);
	/*background-size: 100%;*/
	background-position: top;
	background-repeat: no-repeat;
	background-color: white;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 99999;
}

.header {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header .logo {
	width: 200px;
	padding: 20px 0px;
}

.header .logo img {
	display: block;
	max-width: 100%;
}

.header ul.nav {
	display: flex;
	justify-content: flex-end;
	padding-top: 35px;
}

.header ul.nav li a {
	color: #333;
	font-size: 16px;
	display: block;
	padding: 20px;
	font-weight: bold;
}

.header ul.nav li a:hover {
	color: #47a0ec;
}

.header ul.nav li {
	position: relative;
}

.header ul.nav li .erjinav {
	width: 140%;
	position: absolute;
	top: 100%;
	height: 0;
	overflow: hidden;
	left: -20px;
	background-color: #ebf0f5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.15);
	transition: 0.3s all;
}

.header ul.nav li .erjinav a {
	line-height: 2.4;
	text-align: center;
	padding: 0px;
	border-bottom: solid 1px #e5e5e5;
	color: #226273;
	font-weight: normal;
}

.header ul.nav li:hover .erjinav {
	height: auto;
	transition: 0.3s all;
}

.header ul.nav li .erjinav a:first-child {
	padding-top: 15px;
}

.header ul.nav li .erjinav a:last-child {
	padding-bottom: 15px;
}

.header .header-tel {
	position: absolute;
	top: 0px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 30px;
}

.header .header-tel a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #718094;
	padding: 0px 15px;
}

.header .header-tel a i {
	margin-right: 4px;
}

.header .header-tel a b {
	color: #47a0ec;
}

.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.index-news {
	width: 1200px;
	margin: 45px auto;
	display: flex;
	justify-content: space-between;
}

.index-news .left {
	width: 400px;
	background-color: #f7f8fa;
	box-sizing: border-box;
	padding: 15px;
}

.index-news p.title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.index-news p.title span {
	line-height: 38px;
	font-size: 30px;
	color: #333;
}

.index-news p.title a {
	display: block;
	float: right;
	font-size: 16px;
	width: 75px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #007bc5;
	transition: 0.3s all;
}

.index-news p.title a:hover {
	box-shadow: 0px 0px 5px #333333;
	transition: 0.3s all;
}

.index-news .left ul li {
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
	margin-bottom: 5px;
}

.index-news .left ul li a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news .left ul li a:hover {
	color: #007bc5;
}

.index-news .left ul li span {
	display: block;
	font-size: 14px;
	color: #999;
	padding-top: 3px;
}

.index-news .left img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.index-news .center {
	width: 400px;
	box-sizing: border-box;
	padding: 15px;
}

.index-news .center ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.index-news .center ul li .time {
	width: 50px;
}

.index-news .center ul li .time p.t1 {
	display: block;
	text-align: center;
	font-size: 42px;
	font-weight: normal;
	color: #ddd;
}

.index-news .center ul li .time p.t2 {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.index-news .center ul li .text {
	width: 310px;
}

.index-news .center ul li .text p.t1 a {
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	padding-top: 5px;
}

.index-news .center ul li .text p.t2 {
	display: block;
	color: #999;
	font-size: 14px;
	overflow: hidden;
}

.index-news .center ul li .text p.t1 a:hover {
	color: #007bc5;
}

.index-title {
	text-align: center;
}

.index-title p.t1 {
	line-height: 38px;
	font-size: 30px;
	color: #333;
}

.index-title p.t2 {
	display: block;
	margin: 10px auto;
	width: 30px;
	height: 2px;
	background: #007bc5;
}

.index-pro {
	margin: 25px auto;
}

.index-pro .slide p {
	width: 100%;
	text-align: center;
	background-color: #ebf0f4;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

.index-pro .bx-pager {
	display: none;
}


/**/

.index-case {
	width: 100%;
	margin: 25px auto 50px;
	padding: 60px 0;
	background: #f7f8fa;
}

.index-case ul.top {
	width: 1200px;
	margin: 50px auto 25px;
	display: flex;
	justify-content: space-around;
}

.index-case ul.top li a {
	text-align: center;
	font-size: 14px;
	color: #333;
}

.index-case ul.top li a i {
	color: #333;
	display: block;
	font-size: 56px;
}

.index-case ul.top li a:hover {
	color: #007bc5;
}

.index-case ul.top li. a:hover i {
	color: #007bc5;
}

.index-case ul.top li.default a {
	color: #007bc5;
}

.index-case ul.top li.default a i {
	color: #007bc5;
}

.index-case .bottom {
	width: 1200px;
	margin: 15px auto;
	position: relative;
	overflow: hidden;
}

.index-case .bottom ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: -100%;
	transition: 0.3s all;
}

.index-case .bottom ul li {
	transition: 0.3s all;
	width: 290px;
	overflow: hidden;
}

.index-case .bottom ul li img {
	display: block;
	width: 100%;
	height: 241px;
	transition: 0.3s all;
}

.index-case .bottom ul li p {
	text-align: center;
	background-color: #007bc5;
	text-align: center;
	padding: 8px 0px;
	color: white;
}


/*.index-case .bottom ul li:hover{	box-shadow: 0px 0px 5px #333;	transition: 0.3s all;	transform: scale(1.1,1.1);}*/

.index-case .bottom ul.default {
	position: absolute;
	bottom: 0;
	transition: 0.3s all;
}

.index-fuwu {
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
}

.index-fuwu .list {
	width: 280px;
	background-color: #98acbf;
	border-radius: 35px 0px 0px 0px;
	transition: 0.3s all;
	overflow: hidden;
}

.index-fuwu .list p.t1 {
	overflow: hidden;
	width: 100%;
	border-radius: 0px 0px 35px 0px;
	transition: 0.3s all;
}

.index-fuwu .list p.t1 img {
	display: block;
	transition: 0.3s all;
	width: 100%;
}

.index-fuwu .list p.t2 {
	color: white;
	display: flex;
	justify-content: flex-start;
	line-height: 48px;
	font-size: 18px;
	padding-left: 25px;
}

.index-fuwu .list p.t2 i {
	font-size: 26px;
	margin-right: 10px;
	display: block;
}

.index-fuwu .list:hover {
	border-radius: 0px;
	background-color: #007bc5;
	transition: 0.3s all;
}

.index-fuwu .list:hover p.t1 {
	border-radius: 0px;
	transition: 0.3s all;
}

.index-fuwu .list:hover p.t1 img {
	transform: scale(1.1, 1.1);
	transition: 0.3s all;
}

footer {
	padding-top: 50px;
	background: #ebf0f5;
}

.footer {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer .list p.t1 a {
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.footer .list p.t2 a {
	display: block;
	font-size: 14px;
	line-height: 2;
	color: #666;
}

.footer .list-qrcode {
	width: 120px;
}

.footer .list-qrcode img {
	display: block;
	width: 100%;
}

.footer .list-tel {
	color: #718094;
	font-size: 15px;
}

.footer .list-tel p {
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}

.footer .list-tel span {
	display: block;
	color: #FF3336;
	font-size: 16px;
	font-weight: bold;
}

.footer .list-tel p:before {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 28px;
}

.footer .list-tel .shejiao {
	display: flex;
	justify-content: space-around;
}

.footer .list-tel .shejiao a {
	display: block;
	border: 1px solid #999;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	transition: 0.3s all;
}

.footer .list-tel .shejiao a i {
	font-size: 18px;
	display: block;
}

.footer .list-tel .shejiao a:hover {
	background-color: #007bc5;
	border: 1px solid #007bc5;
	color: white;
	transition: 0.3s all;
}

.footer-copy {
	width: 100%;
	border-top: 1px solid #e2e7ed;
	padding: 20px 0;
	line-height: 10px;
	margin-top: 25px;
}

.footer-copy p {
	width: 1200px;
	margin: auto;
	display: block;
	color: #696c79;
	font-size: 14px;
}

.main-qrcode {
	width: 1200px;
	text-align: center;
	position: absolute;
	top: 35px;
	left: 0;
	margin: auto;
	bottom: 0;
	right: 0;
	color: white;
	display: none;
	z-index: 999999999999;
}

.main-qrcode img {
	display: block;
	width: 140px;
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	margin: 0px auto 10px;
	box-shadow: 0px 0px 5px #666;
	position: absolute;
	right: 180px;
	top: 0;
}


/**/

.bannern {
	width: 100%;
	position: relative;
}

.bannern img {
	display: block;
	width: 100%;
}

.bannern .text {
	width: 1200px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.bannern .text p.t1 {
	font-size: 28px;
	color: white;
	margin-bottom: 10px;
}

.bannern .text p.t2 {
	color: white;
}


/**/

.auto-main {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.auto-main .main-left {
	width: 260px;
}

.auto-main .main-left p.title {
	background-color: #1c8bcd;
	color: #fff;
	font-size: 24px;
	padding: 26px 0;
	text-align: center;
	position: relative;
	z-index: 5;
	border-radius: 10px 0px 0 0;
}

.auto-main .main-left ul {
	background: #ebf0f5;
	padding: 15px 0px;
}

.auto-main .main-left ul li a {
	display: block;
	padding: 15px 0;
	padding-left: 35px;
	line-height: 20px;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}

.auto-main .main-left ul li.one {
	position: relative;
}


/*.auto-main .main-left ul li.one:after{	content: "+";	display: block;	position: absolute;	right: 30px;	top: 10px;	color: #1c8bcd;	font-size: 18px;}*/

.auto-main .main-left ul li.current:after {
	content: "-";
}

.auto-main .main-left ul li.one:hover,
.auto-main .main-left ul li.active {
	background-color: #1c8bcd;
}

.auto-main .main-left ul li.one:hover a,
.auto-main .main-left ul li.one:hover:after,
.auto-main .main-left ul li.active a {
	color: white;
}

.auto-main .main-left ul li.two {
	display: block;
}

.auto-main .main-left ul li.two a {
	position: relative;
	padding: 8px 0px 8px 55px;
	font-size: 14px;
}

.auto-main .main-left ul li.two a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #1c8bcd;
	border-radius: 100%;
	position: absolute;
	left: 40px;
	top: 16px;
	line-height: 50px;
}

.auto-main .main-left ul li.two a:hover {
	background-color: #1c8bcd;
	color: white;
}

.auto-main .main-left ul li.two a:hover:after {
	background-color: white
}

.auto-main .main-left .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.auto-main .main-left .list p {
	display: block;
	width: 49%;
	height: 135px;
	text-align: center;
	font-size: 14px;
	color: white;
	margin-bottom: 12px;
	background: #1c8bcd;
}

.auto-main .main-left .list p a {
	color: white;
}

.auto-main .main-left .list p img {
	display: block;
	width: 100%;
	margin-bottom: 3px;
}

.auto-main .main-left .list p:last-child a {
	line-height: 135px !important;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.auto-main .page-right {
	width: 920px;
}

.auto-main .type-tit {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.auto-main .type-tit h2 {
	color: #009cdd;
	line-height: 2;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	border-bottom: 2px solid #009cdd;
	display: inline-block;
}

.auto-main .type-tit p {
	font-style: normal;
	font-size: 14px;
	line-height: 3.2;
	color: #4a4747;
}

.auto-main .page-right article {
	color: #555;
	line-height: 1.8;
	padding: 0px 20px;
}

.auto-main .page-right article img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.auto-main .page-right article h3 {
	font-size: 18px;
	margin: 15px 0px 15px 0px;
	padding: 0 20px;
	border-left: 5px solid #1c8bcd;
	background-color: #f7f7f7;
	line-height: 40px;
	color: #333;
	font-weight: 400;
}


/**/

.auto-main .prolist-right {
	width: 920px;
}

.auto-main .prolist-right ul.list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.auto-main .prolist-right ul.list li {
	width: 220px;
	transition: 0.3s all;
	margin-bottom: 15px;
}

.auto-main .prolist-right ul.list li p.t1 {
	width: 100%;
	height: 184px;
	overflow: hidden;
}

.auto-main .prolist-right ul.list li p.t1 img {
	display: block;
	width: 100%;
}

.auto-main .prolist-right ul.list li p.t2 {
	background: #1c8bcd;
	line-height: 35px;
	text-align: center;
	color: white;
}

.auto-main .prolist-right ul.list li:hover {
	box-shadow: 0px 0px 5px #C0C4CC;
	transition: 0.3s all;
}

.auto-main .prolist-right h3.shutit {
	margin: 15px 0px 15px 5px;
	padding: 0 20px;
	border-left: 5px solid #1c8bcd;
	background-color: #f7f7f7;
	font-size: 18px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
}


/**/

.auto-main .proshow-right {
	width: 920px;
}

.auto-main .proshow-right .pro-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.auto-main .proshow-right .pro-top .left {
	width: 450px;
}

.auto-main .proshow-right .pro-top .left img {
	display: block;
	width: 100%;
}

.auto-main .proshow-right .pro-top .right {
	width: 450px;
}

.auto-main .proshow-right .pro-top .right h1 {
	font-size: 36px;
	line-height: 1em;
	color: #009fe7;
	margin-bottom: 10px;
	padding: 15px 0px 20px;
}

.auto-main .proshow-right .pro-top .right .desc {
	font-size: 14px;
	color: #666;
}

.auto-main .proshow-right .pro-top .right .desc p {
	display: flex;
	line-height: 40px;
	justify-content: flex-start;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	border-bottom: none;
}

.auto-main .proshow-right .pro-top .right .desc p.t2 {
	border-bottom: 1px solid #e5e5e5 !important;
}

.auto-main .proshow-right .pro-top .right .desc p span:first-child {
	width: 100px;
	padding-left: 20px;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #888;
}

.auto-main .proshow-right .pro-top .right .desc p span:last-child {
	display: block;
	color: #333;
	padding-left: 15px;
}

.auto-main .proshow-right .pro-top .right .desc p.t2 span:last-child {
	font-size: 14px;
	width: 300px;
}

.auto-main .pro-bottom {}

.auto-main .pro-bottom .bigtit {
	margin-top: 20px;
	background: #f8f9fb;
	border-bottom: 1px solid #bfe7f9;
	color: #555;
	line-height: 50px;
}

.auto-main .pro-bottom .bigtit p {
	background: #fff;
	border-top: 3px solid #009fe7;
	border-left: 1px solid #bfe7f9;
	border-right: 1px solid #bfe7f9;
	color: #009fe7;
	display: inline-block;
	padding: 0px 24px;
}

.auto-main .pro-bottom .bigtit a {
	float: right;
	display: block;
	padding: 0px 15px;
}

.auto-main .pro-bottom .xg-news {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.auto-main .pro-bottom .xg-news li {
	width: 48%;
	margin-bottom: 10px;
	border-bottom: 1px solid #888888;
	line-height: 36px;
}

.auto-main .pro-bottom .xg-news li span {
	float: right;
}

.auto-main .pro-bottom article {
	color: #555;
	line-height: 1.8;
	padding: 15px 20px;
}

.auto-main .pro-bottom article img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.auto-main .pro-bottom .updown {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #888888;
}

.auto-main .pro-bottom .updown p a {
	color: #888888;
	font-size: 14px;
}

.auto-main .pro-bottom .news-tag {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	color: #888888;
	font-size: 14px;
	margin: 15px 0px;
}

.auto-main .pro-bottom .news-tag a {
	display: block;
	margin-right: 15px;
	color: #888888;
	font-size: 14px;
}

.auto-main .pro-bottom ul.xg-pro {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 15px auto;
}

.auto-main .pro-bottom ul.xg-pro li {
	width: 24%;
}

.auto-main .pro-bottom ul.xg-pro li p.t1 {
	width: 100%;
}

.auto-main .pro-bottom ul.xg-pro li p.t1 img {
	display: block;
	width: 100%;
}

.auto-main .pro-bottom ul.xg-pro li p.t2 {
	background-color: #1c8bcd;
	color: white;
	text-align: center;
	padding: 8px 0px;
}


/**/

.auto-main .newslist-right {
	width: 920px;
}

.auto-main .newslist-right ul.list li {
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	background-color: #ebf0f5;
	margin-bottom: 15px;
	position: relative;
}

.auto-main .newslist-right ul.list li i {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 33px;
	right: 33px;
}

.auto-main .newslist-right ul.list li .time {
	width: 90px;
}

.auto-main .newslist-right ul.list li .time p.t1 {
	color: #ababab;
	font-size: 24px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
}

.auto-main .newslist-right ul.list li .time p.t2 {
	margin-top: 5px;
	font-size: 18px;
	color: #c5c5c5;
	font-family: Arial;
}

.auto-main .newslist-right ul.list li .text {
	width: 810px;
}

.auto-main .newslist-right ul.list li .text h3 a {
	color: #393c40;
	font-size: 24px;
	font-weight: bold;
}

.auto-main .newslist-right ul.list li .text p.hr {
	height: 4px;
	width: 120px;
	margin: 28px 0px 20px 0px;
	padding: 0;
	background: #1c8bcd;
}

.auto-main .newslist-right ul.list li .text p.desc {
	font-size: 14px;
	line-height: 24px;
}

.auto-main .newslist-right ul.list li .text h3 a:hover {
	text-decoration: underline;
}

.auto-main .newslist-right ul.list li:after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #1c8bcd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}

.auto-main .newslist-right ul.list li:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #1c8bcd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s all;
}


/**/

.auto-main .newsshow-right {
	width: 920px;
}

.auto-main .newsshow-right .newstit {
	background: #fcfcfc;
	border: 1px solid #ececec;
	padding: 20px;
}

.auto-main .newsshow-right .newstit h1 {
	line-height: 30px;
	font-size: 26px;
	color: black;
	font-weight: normal;
	width: 90%;
	margin: 0px auto 15px;
	text-align: center;
}

.auto-main .newsshow-right .newstit p {
	color: #009cdd;
	font-size: 14px;
	line-height: 30px;
	display: flex;
	justify-content: center;
}

.auto-main .newsshow-right .newstit p span {
	display: block;
	margin: 0px 10px;
}

li.kongs {}

li.kongs:hover {
	box-shadow: none !important;
}


/**/

.sh-show {
	display: block !important;
}

.sh-hide {
	display: none !important;
}

article table {
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	margin: 15px auto;
}

article th,
article td {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px 15px;
}

article th {
	font-weight: bold;
}