* { margin:0; padding:0; box-sizing:border-box;}
body, html{ width:100%; font:normal 14px "微软雅黑", "Microsoft Yahei", Helvetica, Arial, sans-serif; margin:0; padding:0; color:#333;}
ul li{list-style-type:none;}
a{text-decoration:none;}
img{border:none;}
input{outline:none;}
textarea{outline:none;}

.head{
	width:100%;
	background:#fff;
	position:relative;
}
.header{
	width:1200px;
	margin:auto;
}
.logo-le{
	float:left;
	height:100px;
	padding-top:20px;
}
.menu{
	float:right;
	width:700px;
}
.menu ul li{
	float:left;
	text-align:center;
	width:100px;
	font-size:16px;
	line-height:97px;
	margin-right:20px;
	border-bottom:3px solid rgba(9,89,152,0);
	cursor:pointer;
}
.menu ul li:nth-child(6){
	margin-right:0;
}
.menu ul li a{
	color:#444;
}
.menu ul li a:hover{
	color:#095998;
}
.menu ul li:hover{
	border-bottom:3px solid rgba(9,89,152,1);
}
.submenu{
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	height:180px;
	background:rgba(255,255,255,0.8);
	z-index:10;
	display:none;
}
.menu ul li:hover .submenu{
	display:block;
}
.submenu dl{
	overflow:hidden;
	display:inline-block;
}
.submenu dl dt{
	float:left;
	margin:25px 40px;
	width:100px;
}
.submenu dl dt .submenu-img img{
	vertical-align:middle;
}
.submenu dl dt .submenu-name{
	line-height:20px;
	text-align:center;
}
.swiper-container {
	min-width: 1200px;
}
.swiper-container .swiper-wrapper .swiper-slide .swiper-slide-banner{
	height:375px;
	/*background-size: 100% 100%;*/
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.swiper-container .swiper-button-prev{
	left:50px;
}
.swiper-container .swiper-button-next{
	right:50px;
}
.swiper-container .swiper-pagination{
	text-align:center;
	width:100%;
	z-index:10;
	bottom:10px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	width:30px;
	height:8px;
	border-radius:5px;
	background:#fff;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
}

.banner {
	width: 100%;
	min-width: 1200px;
	height: 400px;
	background-image: url('../images/banner.png');
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.container1{
	width:100%;
	height:740px;
	background:url("../images/bj1.png") no-repeat left bottom;
}
.cont1{
	width:1200px;
	margin:auto;
	overflow:hidden;
}
.cont1 .about{
	float:left;
	padding-top:100px;
	width:580px;
}
.cont1 .about .ab-us{
	font-size:26px;
	line-height:80px;
	color:#222;
}
.ab-line{
	width:100px;
	height:4px;
	background:#095998;
}
.cont1 .about .ab-intro{
	line-height:30px;
	margin:60px 0;
	color:#666;
}
.ab-more a{
	display:inline-block;
	width:150px;
	line-height:44px;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:22px;
	background:#095998;
}
.cont1 .about-bj{
	float:right;
	padding-top:80px;
}

.container2{
	width:100%;
	height:700px;
	background:url("../images/case-bj.jpg") no-repeat;
	background-size: 100% 100%;
	background-position:center center;
}
.cont2{
	width:1200px;
	margin:auto;
	padding-top:80px;
	overflow:hidden;
}
.case{
	width:1200px;
	margin:auto;
	background:url("../images/case.png") no-repeat center center;
}
.ca-cn{
	font-size:32px;
	padding-bottom:10px;
	color:#222;
	text-align:center;
}
.ca-line{
	width:30px;
	height:2px;
	background:#095998;
	margin:auto;
}
.ca-en{
	padding-top:10px;
	text-align:center;
	color:#095998;
	text-align:center;
}

.container3{
	width:100%;
	height:740px;
	background:url("../images/news-bj.jpg") no-repeat;
	background-size: 100% 100%;
	background-position:center center;
}
.cont3{
	width:1200px;
	margin:auto;
	padding-top:80px;
}
.cont3 .news{
	width:1200px;
	margin:auto;
	background:url("../images/news.png") no-repeat center center;
}
.cont3 .news-li{
	width:1200px;
	margin:auto;
	padding-top:60px;
	height:540px;
	overflow:hidden;
}
.cont3 .news-li .li-le{
	float:left;
	width:560px;
	background:#fff;
	box-shadow: 3px 2px 7px #c7d6e3;	
}
.cont3 .news-li .li-le .li-le-img{
	width:560px;
	height:339px;
	overflow:hidden;
}
.cont3 .news-li .li-le .li-le-img a img{
	vertical-align:middle;
	transition:all 900ms;
}
.cont3 .news-li .li-le:hover .li-le-img a img{
	transform: scale(1.1);
}
.cont3 .news-li .li-ri{
	float:right;
	width:580px;
}
.li-ri-fr{
	width:560px;
}
.cont3 .news-li .li-ri .list{
	margin-bottom:37px;
	transition:all 500ms;
}
.cont3 .news-li .li-ri .list:hover{
	transform: scale(1.05);
}
.cont3 .news-li .li-ri .list:nth-child(3){
	margin-bottom:0;
}
.li-le-de{
	background:#fff;
	overflow:hidden;
}
.li-ri-de{
	background:#fff;
	overflow:hidden;
	box-shadow: 1px 2px 7px #c7d6e3;
}
.li-le-de .de-le{
	float:left;
	width:110px;
	margin:40px 0;
	border-right:1px solid #ddd;
}
.li-le-de .de-le .year{
	text-align:center;
	font-size:16px;
	color:#666;
}
.li-le-de .de-le .day{
	text-align:center;
	font-size:24px;
	color:#666;
	font-weight:bold;
}
.li-le-de .de-ri{
	float:left;
	width:394px;
	margin:15px 0 0 20px;
}
.li-le-de .de-ri .headline{
	font-size:18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.li-le-de .de-ri .headline a{
	color:#222;
	line-height:40px;
}
.li-le-de .de-ri .headline a:hover{
	color:#095998;
}
.li-le-de .de-ri .intro{
	line-height:24px;
	text-align:justify;
	color:#999;
	/*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}
.container4{
	width:100%;
	height:740px;
	background:url("../images/bj2.png") no-repeat left bottom;
}
.cont4{
	width:1200px;
	margin:auto;
	padding-top:80px;
}
.cont4 .contact{
	width:1200px;
	margin:auto;
	background:url("../images/contact.png") no-repeat center center;
}
.contact-de{
	overflow:hidden;
}
.con-le{
	float:left;
	width:400px;
	margin-top:80px;
}
.con-le-ti{
	font-size:26px;
	color:#333;
	line-height:60px;
	font-weight:bold;
}
.con-li1{
	background:url("../images/tel1.png") no-repeat 0 center;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}
.con-li2{
	background:url("../images/email1.png") no-repeat 0 center;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}
.con-li3{
	background:url("../images/site1.png") no-repeat 0 4px;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}
.con-ri{
	float:right;
	width:720px;
	height:440px;
	margin-top:80px;
}
.con-ri-frame{
	width:710px;
	background:#f5f5f5;
	border-radius:4px;
	margin-right:10px;
	padding:40px 0;
	box-shadow: 0 2px 10px #d3e0ea;
}
.con-ri .con-ri-fr{
	width:660px;
	margin:auto;
}
.con-ri .con-ri-fr .con-ri-list1{
	overflow:hidden;
	margin-bottom:20px;
}
.con-ri .con-ri-fr .con-ri-list1 .con-ri-list1-le{
	float:left;
	width:310px;
}
.name{
	margin-bottom:6px;
}
.art{
	color:red;
}
.inp input{
	line-height:36px;
	height:36px;
	border-radius:4px;
	border:1px solid #eee;
	width:310px;
	text-indent:10px;
	color:#999;
}
.liuyan textarea{
	line-height:34px;
	border-radius:4px;
	border:1px solid #eee;
	text-indent:10px;
	color:#999;
	width:660px;
	height:100px;
	font-family: "微软雅黑", "Microsoft Yahei", Helvetica, Arial;
}
.con-ri .con-ri-fr .con-ri-list1 .con-ri-list1-ri{
	float:right;
	width:310px;
}
.submit a{
	display:inline-block;
	width:150px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:22px;
	background:#095998;
}
.footer{
	width:100%;
	background:#f5f5f5;
}
.foot{
	width:1200px;
	margin:auto;
	padding:20px 0;
	overflow:hidden;
}
.foo-logo{
	float:left;
}
.foo-logo .foo-code {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.foo-logo .foo-code img {
	border: 2px solid #EEE;
}
.foo-other{
	float:right;
	width:860px;
}
.foo-top{
	overflow:hidden;
}
.foo-top-le{
	float:left;
	width:860px;
}
.foo-name{
	font-size:16px;
	line-height:20px;
}
.foo-list{
	overflow:hidden;
	margin-top:20px;
}
.foo-list ul li{
	float:left;
	width:70px;
	margin-right:90px;
	text-align:center;
	line-height:24px;
}
.foo-list ul li a{
	color:#095998;
}
.foo-top-ri{
	float:right;
}
.foo-bot-con{
	overflow:hidden;
}
.foo-bot{
	margin-top: 20px;
}
.foo-bot-le{
	padding-left: 6px;
	margin-top: 10px;
	float:left;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.foo-bot-li1{
	background:url("../images/site.png") no-repeat 0 center;
	margin-top:15px;
	color:#095998;
	line-height:24px;
	text-indent:35px;
	margin-right: 20px;
}
.foo-bot-li2{
	background:url("../images/tel.png") no-repeat 0 center;
	margin-top:15px;
	color:#095998;
	line-height:24px;
	text-indent:35px;
}
.foo-bot-ri{
	float:left;
	width:340px;
	margin-top:20px;
}
.bottom{
	width:100%;
	background:#061420;
	text-align:center;
	color:#b2d1e2;
	padding: 10px 0;
}

.content{
	width:100%;
	background:#f5f5f5;
}
.content .content-fr{
	width:1200px;
	height:60px;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.content .content-fr .nav-name{
	line-height:60px;
	text-indent:40px;
	font-size:18px;
	color:#095998;
}
.content .content-fr .nav-name1{
	background:url("../images/about.png") no-repeat 0 center;
}
.content .content-fr .nav-name2{
	background:url("../images/news1.png") no-repeat 0 center;
}
.content .content-fr .nav-name3{
	background:url("../images/solve.png") no-repeat 0 center;
}
.content .content-fr .nav-name4{
	background:url("../images/case1.png") no-repeat 0 center;
}
.content .content-fr .nav-name5{
	background:url("../images/telp.png") no-repeat 0 center;
}
.main{
	width:100%;
	margin:40px auto;
}
.main-nav{
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #eee;
}
.main-nav a{
	display:inline-block;
	text-align:center;
	line-height:52px;
	width:140px;
	font-size:16px;
	color:#333;
	margin:0 10px;
}
.main-nav a:hover , .main-nav a.active{
	background:#095998;
	color:#fff;
}
.main-detail{
	width:980px;
}
.main-detail .main-title{
	text-align:center;
	padding-bottom:20px;
	font-size:24px;
	color:#095998;
}
.main-detail .main-date{
	text-align:center;
	padding-bottom:20px;
	color:#666;
}
.main-detail .main-date span{
	display:inline-block;
	margin:0 10px;
}
.main-detail .main-line{
	width:100px;
	height:3px;
	margin:auto;
	background:#095998;
}
.main-detail .main-word{
	text-align:justify;
	line-height:28px;
	color:#666;
	margin-top:20px;
	min-height: 140px;
}
.main-list{
	overflow:hidden;
	margin-bottom:30px;
}
.main-list .main-list-le{
	width:180px;
	height:120px;
	overflow:hidden;
	float:left;
	margin-right: 10px;
}
.main-list .main-list-le img{
	transition:all 500ms;
}
.main-list .main-list-le:hover img{
	transform:scale(1.1);
}
.main-list .main-list-ri{
	float:right;
}
.main-list .main-list-ri .list-headline{
	width:780px;
	font-size:18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
.main-list .main-list-ri .list-headline a{
	color:#333;
}
.main-list .main-list-ri .list-headline a:hover{
	color:#095998;
}
.main-list .main-list-ri .list-date{
	padding-bottom:10px;
	color:#666;
	border-bottom:1px dotted #ddd;
}
.main-list .main-list-ri .list-date span{
	display:inline-block;
	margin-right:20px;
}
.main-list .main-list-ri .list-detail{
	width:780px;
	padding-top:5px;
	text-align:justify;
	line-height:28px;
	color:#777;
}
.main-detail .zy-page{
	font-size:16px;
	margin:50px 0;
	text-align:center;
}
.main-detail .zy-page a{
	color:#333;
	margin-right:10px;
}
.main-detail .zy-page a:hover{
	color:#095998;
}
.main-case ul li{
	display:inline-block;
	margin-right:20px;
	width:280px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 10px #dee7ef;
	transition:all 500ms;
}
.main-case ul li:hover{
	transform:scale(1.05);
}
.main-case ul li:nth-child(4){
	margin-right:0;
}
.main-case .main-case-img{
	width:280px;
	height:200px;
	overflow:hidden;
}
.main-case .main-case-img img{
	vertical-align:middle;
	transition:all 500ms;
}
.main-case ul li:hover .main-case-img img{
	transform:scale(1.05);
}
.main-case .main-case-name{
	margin:0 20px;
	text-align:center;
	line-height:60px;
	font-size:18px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main-case .main-case-detail{
	text-align:center;
	line-height:24px;
	height: 48px;
	overflow: hidden;
	margin:15px 20px 20px;
	color:#777;
}
.main-case .main-case-name a{
	color:#333;
}
.main-case .main-case-name a:hover{
	color:#095998;
}
.main-le{
	width:500px;
}
.main-le-ti{
	font-size:24px;
	color:#333;
	line-height:50px;
	font-weight:bold;
}
.main-li1{
	background:url("../images/tel1.png") no-repeat 0 center;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}
.main-li2{
	background:url("../images/mobile.png") no-repeat 0 center;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}
.main-li3{
	background:url("../images/email1.png") no-repeat 0 center;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}
.main-li4{
	background:url("../images/site1.png") no-repeat 0 4px;
	padding-left:30px;
	line-height:24px;
	margin-top:20px;
}

.rollBox{
	width:1200px;
	height:400px;
	overflow:hidden;
	margin:60px auto;
}
.rollBox .LeftBotton{
	width:50px;
	height:60px;
	background:url("../images/prev.png") no-repeat;
	overflow:hidden;
	float:left;
	display:inline;
	margin:160px 25px 0 0;
	cursor:pointer;
}
.rollBox .RightBotton{
	width:50px;
	height:60px;
	background:url("../images/next.png") no-repeat;
	overflow:hidden;
	float:right;
	display:inline;
	margin:160px 0 0 25px;
	cursor:pointer;
}
.rollBox .Cont{
	width:1050px;
	height:400px;
	overflow:hidden;
	float:left;
}
.rollBox .ScrCont{
	width:10000000px;
}
.rollBox .Cont .pic{
	transition:all 0.4s;
	width:300px;
	float:left;
	text-align:center;
	margin:0 25px;
	box-shadow: 3px 2px 7px #c7d6e3;
	background:#fff;
	transition:all 500ms;
}
.rollBox .Cont .pic:hover{
	transform:scale(1.05);
}
.rollBox .Cont .pic .pic-img{
	width:300px;
	height:215px;
	overflow:hidden;
}
.rollBox .Cont .pic .pic-img img{
	background:#fff;
	vertical-align:middle;
	display:block;
	transition:all 500ms;
}
.rollBox .Cont .pic:hover .pic-img img{
	transform:scale(1.05);
}
.rollBox #List1,.rollBox #List2{
	float:left;
}
.rollBox .Cont .pic .cont2-case-name{
	margin:0 20px;
	text-align:center;
	line-height:60px;
	font-size:18px;
	border-bottom:1px solid #ddd;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.rollBox .Cont .pic .cont2-case-name a{
	color:#333;
}
.rollBox .Cont .pic .cont2-case-name a:hover{
	color:#095998;
}
.rollBox .Cont .pic .cont2-case-detail{
	text-align:center;
	line-height:24px;
	margin:10px 20px 10px;
	height: 48px;
	overflow: hidden;
/*	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
	color:#777;
}
.rollBox .Cont .pic .cont2-case-more{
	padding-bottom:20px;
	text-align:center;
}
.rollBox .Cont .pic .cont2-case-more a{
	color:#333;
}
.rollBox .Cont .pic .cont2-case-more a:hover{
	color:#095998;
	text-decoration:underline;
}

.positions {
	margin: 30px auto 20px;
	background: #F5F5F5;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #999;
}
.positions .icon {
	padding: 10px 20px;
	background: #FFAF31;
	margin-right: 10px;
}
.positions .icon img {
	width: 20px;
	height: 20px;
}
.positions a {
	color: #999;
}
.main {
	width: 1200px;
	margin: 0 auto 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.main .sides {
	background: #F3F3F3;
	width: 200px;
	margin-right: 20px;
}
.main .sides .title {
	padding: 20px 20px;
	background: #FFAF31;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main .sides .title em {
	font-style: normal;
	font-size: 18px;
	color: #FFF;
}
.main .sides .side-list {
	padding: 15px 0px 15px;
}
.main .sides .side-list .line {
	display: inline-block;
	width: 100%;
}
.main .sides .side-list .line a {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	color: #666;
	background: url('../images/art_n.png') 20px center no-repeat;
	text-indent: 20px;
}
.main .sides .side-list .line a:hover , .main .sides .side-list .line a.active {
	color: #FFAF31;
	/*background: #095998 url('../images/art_s.png') 20px center no-repeat;*/
}