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

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
}

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%;
}
header .header{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
header .header .logo{
	height: 100px;
}
header .header .logo img{
	height: 80px;
	display: block;
	margin-top: 10px;
}
header .header .right{
	line-height: 40px;
}
header .header .right .tel{
	color: #666666;
	text-align: right;
}
header .header .right .tel i{
	font-weight: bold;
	font-size: 22px;
	margin-right: 5px;
	padding-top: 2px;
}
header .header .right .tel b{
	color: #f19014;
}
header .header .right .nav{
	display: flex;
	justify-content: flex-end;
}
header .header .right .nav p{
	position: relative;
}
header .header .right .nav p>a{
	color: #363636;
	padding: 5px 0px;
	width: 110px;
	text-align: center;
	display: block;
	margin-left: 15px;
}
header .header .right .nav p a:hover{
	color: #0263b1;
}
header .header .right .nav p span{
	display: none;
	position: absolute;
	top: 100%;
	padding-top: 20px;
	z-index: 9999999999;
	background-color: white;
	width: 100%;
}
header .header .right .nav p:hover span{
	display: block;
	
}
header .header .right .nav p span a{
	display: block;
	font-size: 14px;
	text-align: center;
}


.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
/**/
.index-title{
	text-align: center;
	padding: 25px 0px;
}
.index-title p.t1{
	font-size: 26px;
	color: #1e1e1e;
	margin-bottom: 15px;
}
.index-title p.t2{
	font-size: 14px;
	color: #878787;
	line-height: 1.6;
}
.index-title p.t3{
	display: flex;
	margin-top: 15px;
	justify-content: center;
}
.index-title p.t3 a{
	margin: 0px 15px;
	font-size: 16px;
	color: #4e4e4e;
}
.index-title p.t3 a:hover{
	color: #0e426e;
	border-bottom: 1px solid #0e426e;
}
.index-main01{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
.index-main01 .left{
	width: 550px;
	padding-bottom: 30px;
	background-color: white;
	box-shadow: 0px 0px 10px #cccccc;
}
.index-main01 .left p.t1{
	width: 100%;
}
.index-main01 .left p.t1 img{
	display: block;
	width: 100;
}
.index-main01 .left p.t2{
	color: #124b70;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 20px 0px 10px;
	margin-bottom: 10px;
}
.index-main01 .left .t3{
	width: 70%;
	margin: auto;
	display: block;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
	margin-bottom: 25px;
}
.index-main01 .left p.t4{
	background-color: #0e426e;
	width: 120px;
	padding: 8px 0px;
	color: white;
	font-size: 15px;
	margin: auto;
	text-align: center;
}
.index-main01 .right{
	width: 630px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-main01 .right .top{
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 10px #cccccc;
}
.index-main01 .right .top .pic{
	width: 300px;
}
.index-main01 .right .top .pic img{
	display: block;
	width: 100%;
}
.index-main01 .right .top .text{
	width: 310px;
}
.index-main01 .right .top .text p.t1{
	color: #124b70;
	font-weight: bold;
	font-size: 20px;
	padding: 95px 0px 20px;
}
.index-main01 .right .top .text .t2{
	width: 90%;
	display: block;
	color: #9a9a9a;
	font-size: 14px;
	margin-bottom: 20px;
}
.index-main01 .right .top .text p.t3{
	background-color: #0e426e;
	width: 120px;
	padding: 8px 0px;
	color: white;
	font-size: 15px;
	text-align: center;
}
.index-main01 .right .bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index-main01 .right .bottom .list{
	box-shadow: 0px 0px 10px #cccccc;
	width: 300px;
	padding-bottom: 15px;
}
.index-main01 .right .bottom .list p.t1{
	width: 100%;
}
.index-main01 .right .bottom .list p.t1 img{
	display: block;
	width: 100%;
}
.index-main01 .right .bottom .list p.t2{
	color: #124b70;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px 0px;
}
.index-main01 .right .bottom .list .t3{
	width: 70%;
	margin: auto;
	display: block;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.index-main01 .right .bottom .list p.t4{
	background-color: #0e426e;
	width: 120px;
	padding: 8px 0px;
	color: white;
	font-size: 15px;
	margin: auto;
	text-align: center;
}
.index-main02-w{
	width: 100%;
	background-color: #f6f6f6;
}
.index-main03{
	width: 1200px;
	padding-top: 200px;
	padding-bottom: 270px;
	margin: auto;
	display: flex;
	justify-content: center;
	position: relative;
}
.index-main03 .list{
	width: 150px;
	position: relative;
}
.index-main03 .list p.num{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	box-shadow: 0px 0px 10px #cccccc;
	font-size: 22px;
	margin: auto;
	background-color: white;
}
.index-main03 .list .text{
	width: 140px;
	height: 140px;
	margin: auto;
	box-shadow: 0px 0px 15px #cccccc;
	text-align: center;
	padding: 20px 0px;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	box-sizing: border-box;
}
.index-main03 .list .text p.t1 i{
	text-align: center;
	font-size: 56px;
	color: #1273b7;
}
.index-main03 .list .text p.t2{
	color: #1e1e1e;
	text-align: center;
	padding: 10px 0px;
}
.index-main03 .list .text:hover{
	background-color: #1273b7;
	color: white;
}
.index-main03 .list .text:hover p.t1 i,
.index-main03 .list .text:hover p.t2{
	color: white;
}
.index-main03 .list:nth-child(even) p.num{
	background-color: #1273b7;
	color: white;
}
.index-main03 .list:nth-child(even) .text{
	top: 100px;
	bottom: auto;
}
.index-main03 .hr{
	width: 1200px;
	margin: auto;
	background-color: #e6e6e6;
	height: 2px;
	position: absolute;
	top: 230px;
	z-index: -1;
}
.index-main04{
	width: 100%;
	position: relative;
}
.index-main04 img{
	display: block;
	width: 100%;
}
.index-main04 .text{
	width: 1200px;
	margin: auto;
	text-align: right;
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
}
.index-main04 .text p.t1{
	color: #1e1e1e;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.index-main04 .text p.t2{
	color: #1e1e1e;
	font-size: 18px;
	margin-bottom: 15px;
}
.index-main04 .text p.t3{
	color: white;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.index-main04 .text p.t4 a{
	width: 120px;
	color: #787878;
	border: 1px solid #787878;
	display: block;
	text-align: center;
	padding: 6px 0px;
	float: right;
}
.index-main04 .text p.t4 a:hover{
	background-color: #787878;
	color: white;
}
.index-main05{
	margin-top: 20px;
	margin-bottom: 40px;
}
.index-main05 p.t1{
	color: #575757;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #575757;
}
.index-main05 p.t2{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 1.8;
	margin-bottom: 10px;
}
.index-main05 p.t3{
	font-size: 14px;
	color: #7f7f7f;
	line-height: 1.8;
	margin-bottom: 10px;
}
.index-main05 p.t4 a{
	display: block;
	width: 120px;
	padding: 5px 0px;
	text-align: center;
	color: #7f7f7f;
	border: 1px solid #7f7f7f;
}
.index-main05 .bx-wrapper .bx-prev{
	left: -45px;
}
.index-main05 .bx-wrapper .bx-next{
	right: -45px;
}

footer{
	width: 100%;
	padding-top: 30px;
	background-color: #212121;
}
.footer{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footer .list{
	
}
.footer .list p.t1{
	color: #1876b8;
	font-size: 16px;
	margin-bottom: 8px;
}
.footer .list p.t2 a{
	font-size: 14px;
	display: block;
	color: #fefefe;
	line-height: 2;
}
.footer .list-tel{
	text-align: center;
}
.footer .list-tel p.t1{
	color: white;
}
.footer .list-tel p.t1 b{
	font-size: 18px;
}
.footer .list-tel p.t2{
	text-align: center;
	color: white;
}
.footer .list-tel p.t2 img{
	display: block;
	width: 100px;
	margin: auto;
}
.footer-b{
	text-align: center;
	color: #fefefe;
	font-size: 14px;
	padding: 35px 0px 15px;
	
}

.bannern{
	width: 100%;
	position: relative;
}
.bannern img{
	display: block;
	width: 100%;
}
.bannern .text{
	width: 100%;
	background-color: rgba(3,110,184,0.6);
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
}
.bannern .text-n{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.bannern .text-n p.t1{
	font-size: 26px;
	color: white;
}
.bannern .text-n p.t2{
	color: white;
}
.type-list{
	width: 1200px;
	margin: 0px auto 50px;
	display: flex;
	justify-content: flex-end;
	box-shadow: 0px 0px 10px #CCCCCC;
	position: relative;
}
.type-list p a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px;
	color: #868686;
}
.type-list p a:hover,
.type-list p a.hover{
	color: #036eb8;
}
.case-list{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.case-list li{
	width: 380px;
	box-sizing: border-box;
	border: 1px solid #a7a7a7;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.case-list li p.t1{
	width: 100%;
}
.case-list li p.t1 img{
	display: block;
	width: 100%;
}
.case-list li p.t2{
	color: #393939;
	padding: 15px 10px;
}
.case-list li p.t3{
	display: block;
	width: 100px;
	font-size: 14px;
	text-align: center;
	padding: 5px 0px;
	color: #8b8b8b;
	border: 1px solid #8b8b8b;
	border-radius: 10px;
	margin-left: 10px;
}
.case-list li p.t4{
	padding: 5px 10px;
	font-size: 14px;
	color: #555555;
	margin-bottom: 10px;
}
.case-list li p.t5{
	display: block;
	font-size: 14px;
	padding: 5px 0px;
	color: #8b8b8b;
	border-radius: 10px;
	margin-left: 10px;
}
.case-list li:hover{
	background-color: #036eb8;
}
.case-list li:hover p.t2{
	color: white;
}
.case-list li:hover p.t3{
	color: white;
	border: 1px solid white;
}
.case-list li.kong{
	border: none;
}
/**/
.pro-list{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro-list li{
	width: 380px;
	position: relative;
	box-shadow: 0px 0px 10px #CCCCCC;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.pro-list li img{
	width: 100%;
}
.pro-list li .text{
	width: 100%;
	height: 100%;
	background-color: rgba(3,110,184,0.8);
	position: absolute;
	box-sizing: border-box;
	padding: 0px 20px 0px;
	bottom: 0;
	height: 60px;
	overflow: hidden;
	transition: 0.5s all ease;
}
.pro-list li:hover .text{
	height: 100%;
	padding: 20px;
	transition: 0.5s all ease;
}
.pro-list li .text p.t1{
	height: 60px;
	line-height: 60px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.pro-list li .text p.t2{
	font-size: 14px;
	color: white;
	margin: 10px 0px 15px;
	line-height: 1.8;
}
.pro-list li .text p.t3{
	background-color: #e6e6e6;
	width: 80px;
	color: #036eb8;
	font-size: 14px;
	padding: 5px 0px;
	display: block;
	text-align: center;
}
.pro-list li.kong{
	box-shadow: none;
}
/**/
.show-pro-main h1.pro-tit{
	text-align: center;
	font-size: 22px;
	color: #3d3d3d;
	font-weight: bold;
	margin-bottom: 40px;
}
.show-pro-main .pro-show{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.show-pro-main .pro-show .pic{
	box-shadow: 0px 0px 10px #CCCCCC;
	width: 580px;
}
.show-pro-main .pro-show .pic img{
	display: block;
	width: 100%;
}
.show-pro-main .pro-show .text{
	width: 580px;
	box-shadow: 0px 0px 10px #CCCCCC;
	box-sizing: border-box;
	padding: 30px 50px;
}
.show-pro-main .pro-show .text p.t1{
	color: #036eb8;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.show-pro-main .pro-show .text p.t2{
	color: #6d6d6d;
	font-size: 14px;
	line-height: 2;
	margin: 20px auto 40px;
}
.show-pro-main .pro-show .text p.t3{
}
.show-pro-main .pro-show .text p.t3 b{
	display: block;
	color: #036eb8;
	font-size: 20px;
	padding: 5px 0px;
}
.show-pro-main .pro-cats{
	width: 1200px;
	margin: 40px auto 20px;
	display: flex;
	justify-content: flex-start;
}
.show-pro-main .pro-cats a{
	display: block;
	background-color: #e6e6e6;
	color: #424242;
	width: 150px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.show-pro-main .pro-cats a.hover{
	background-color: #036eb8;
	color: white;
}
.show-pro-main .pro-con{
	width: 1200px;
	margin: 10px auto 60px;
}
.show-pro-main .pro-con .pro-con-hover{
	display: none;
}
/**/
.contact-main{
	width: 1200px;
	margin: 30px auto;
}
.contact-main .baidumaps{
	width: 100%;
	height: 500px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px #CCCCCC;
}
.contact-main .baidumaps .container{
	width: 100%;
	height: 100%;
}
.contact-main .main01{
	width: 1200px;
	margin: 0px auto 25px;
	background-color: #4292ca;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #CCCCCC;
	padding: 20px;
}
.contact-main .main01 p.t1{
	color: white;
	font-size: 24px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid white;
}
.contact-main .main01 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 15px;
}
.contact-main .main01 ul li{
	width: 33%;
	color: white;
	line-height: 2;
}
.contact-main .main02{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.contact-main .main02 .list{
	box-shadow: 0px 0px 10px #CCCCCC;
	width: 390px;
	box-sizing: border-box;
	padding: 15px;
}
.contact-main .main02 .list p.t1{
	color: #515151;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #515151;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact-main .main02 .list p.t2{
	color: #464646;
	font-size: 14px;
	line-height: 2;
}
.contact-main .main03{
	text-align: center;
	color: #676767;
	font-size: 15px;
	margin: 20px auto;
}
/**/
.about-main01{
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.about-main01 .text{
	width: 640px;
	padding-top: 30px;
}
.about-main01 .text p.t1{
	font-size: 22px;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 25px;
}
.about-main01 .text .t2 p{
	font-size: 14px;
	line-height: 1.8;
	color: #545353;
	text-indent: 2em;
}
.about-main01 .pic{
	width: 540px;
}
.about-main01 .pic img{
	width: 100%;
}
.about-main02{
	width: 100%;
	background-color: #f2f2f2;
	padding: 50px 0px;
}
.about-main02 p.big-tit{
	width: 1200px;
	margin: auto;
	display: block;
	font-size: 22px;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 45px;
}
.about-main02 ul{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.about-main02 ul li{
	width: 380px;
	display: flex;
	justify-content: flex-start;
}
.about-main02 ul li .ico{
	width: 80px;
	height: 80px;
	border: 1px solid #bfbfbf;
	border-radius: 100%;
	background-image: url(../images/about-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.about-main02 ul li .text{
	width: 280px;
}
.about-main02 ul li .text p.t1{
	font-size: 18px;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-main02 ul li .text p.t2{
	color: #656464;
	font-size: 14px;
}
.about-main02 ul li:nth-child(2) .ico{
	background-image: url(../images/about-ico2.png);
}
.about-main02 ul li:nth-child(3) .ico{
	background-image: url(../images/about-ico3.png);
}

.about-main03{
	width: 1200px;
	margin: 45px auto;
}
.about-main03 p.big-tit{
	width: 1200px;
	margin: auto;
	display: block;
	font-size: 22px;
	color: #2f2f2f;
	font-weight: bold;
	margin-bottom: 45px;
}
.about-main03 ul{
	display: flex;
	justify-content: space-between;
}
.about-main03 ul li{
	width: 390px;
}
.about-main03 ul li img{
	display: block;
	width: 100%;
}
/**/
.show-pro-main p.time-news{
	width: 1200px;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #555555;
	margin-top: -20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #555;
	padding-bottom: 15px;
}
.show-pro-main .news-content{
	width: 1200px;
	margin: 0px auto 30px;
}
.show-pro-main .news-content img{
	display: block;
	max-width: 80%;
	margin: auto;
}
.show-pro-main .updown{
	width: 1200px;
	margin: 0px auto 40px;
	display: flex;
	justify-content: space-between;
}
.show-pro-main .updown p{
	max-width: 49%;
	display: block;
	font-size: 15px;
}
/**/
.six-pages{width:1200px;margin: 0px auto 30px;}
.six-pages ul{display:flex;flex-wrap:wrap;justify-content:flex-start}
.six-pages ul li{background-color:#ddd;color:#666;margin-right:8px;color:white;font-size:14px;border-radius:3px;overflow:hidden;height:30px;line-height:30px}
.six-pages ul li a{display:block;width:100%;color:#666;font-size:14px;padding:0 14px}
.six-pages ul li.thisclass{background-color:#01AAED}
.six-pages ul li.thisclass a{color:white}
.six-pages ul li:last-child{color:#666;padding:0 14px}