*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #232323;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #232323;
}
a:hover{
	color: #0075c2;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#0075c2;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#0075c2;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

/* index top */
.topbar{
	background: #f1f1f1;
}
.topbar .container{
	height: 40px;
	align-items: center;
	color: #787878;
	justify-content: space-between;
}
.topbar a{
	color: #787878;
	margin: 0 10px;
	position: relative;
}
.topbar a::after{
	content: "|";
	position: absolute;
	right: -11px;
}
.topbar a:last-child::after{
	display: none;
}

.head{
	justify-content: space-between;
	align-items: center;
}
.logo{
	display: block;
	width: 634px;
	height: 144px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.toptell{
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 64px;
}
.toptell span{
	display: block;
	color: #515151;
}
.toptell p{
	font-size: 29px;
	color: #0075c2;
	font-weight: bold;
}

/*.nav{*/
/*	height: 75px;*/
/*	background: url(../images/navbg.png) no-repeat center bottom;*/
/*}*/
/*.nav .container{*/
/*	position: relative;*/
/*}*/
/*.nav li{*/
/*	margin-right: 30px;*/
/*}*/
/*.nav li a{*/
/*	display: block;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	line-height: 66px;*/
/*	padding-top: 9px;*/
/*	width: 102px;*/
/*	text-align: center;*/
/*	position: relative;*/
/*}*/
/*.nav li a.hover{*/
/*	background: url(../images/navli.png) no-repeat center;*/
/*}*/
/*.nav li a.hover::after{*/
/*	content: " ";*/
/*	display: block;*/
/*	width: 26px;*/
/*	height: 9px;*/
/*	background: url(../images/arrow.png) no-repeat center;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: -13px;*/
/*	z-index: -1;*/
/*}*/
/*.nav .group{*/
/*	display: block;*/
/*	width: 119px;*/
/*	line-height: 40px;*/
/*	box-sizing: border-box;*/
/*	background: url(../images/group.png) no-repeat 16px center #e29324;*/
/*	border-radius: 20px;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*	padding-left: 49px;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 22px;*/
/*}*/





.nav {
	height: 75px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	background: url(../images/navbg.png) no-repeat center bottom;
}
.nav .container{
    position: relative;
}
.nav li{
	float: left;
	margin: 0 15px;
	position: relative;
	margin-right: 10px;
}
.nav li a.one{
	display: block;
	width: 110px;
	color: #fff;
	text-align: center;
	font-size: 16px;
    line-height: 66px;
    padding-top: 9px;
}
.nav li ul{
	opacity: 0;
	transition: all 0.5s ease;
	position: absolute;
	top: 70px;
	width: 140px;
	left: -15px;
	text-align: center;
	/*box-shadow: 0 0 8px rgba(14, 56, 255, 0.5);*/
	padding: 10px 0;
	background: #fff;
	border-radius: 2px;
}
.nav li ul li{
	margin: 0;
	width: 140px;
	line-height: 35px;
	margin-right: 0;
}
.nav li ul li a{
	display: block;
}
.nav li:hover a.one{
	background: url(../images/navli.png) no-repeat center;
}
.nav:hover{
	overflow: visible !important;
}
.nav li:hover ul{
	opacity: 1;
	top: 75px;
}

.nav .group{
	display: block;
	width: 119px;
	line-height: 40px;
	box-sizing: border-box;
	background: url(../images/group.png) no-repeat 16px center #e29324;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 49px;
	position: absolute;
	right: 0;
	top: 22px;
}












.indexban{width:100%; height:640px; overflow:hidden; position:relative;box-shadow: 0 8px 8px 2px rgba(85,85,85,.13);}
.indexban .hd{height:14px; overflow:hidden; position:absolute;bottom: 34px; z-index:1;width: 100%}
.indexban .hd ul{overflow:hidden; zoom:1;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;}
.indexban .hd ul li{margin: 0 8px;  width:14px; height:14px;background:#fff; cursor:pointer;border-radius: 100%;}
.indexban .hd ul li.on{width: 34px;border-radius: 10px;}
.indexban .bd{position:relative; height:100%; z-index:0;}
.indexban .bd li{zoom:1; vertical-align:middle;width:100%; height:640px;}

.search{
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.search p{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.search p a{
	font-weight: normal;
}
.search p a::after{
	content: "、";
}
.search p a:last-child::after{
	display: none;
}
.search form{
	width: 362px;
	height: 40px;
	position: relative;
}
.search form input{
	width: 362px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 0 26px;
}
.search form button{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/s.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 0;
	cursor: pointer;
}

.about{
	background: url(../images/abbg.jpg) no-repeat center 15px;
	margin-top: 70px;
	padding-top: 25px;
	padding-bottom: 110px;
}
.abtop span{
	font-size: 46px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
	padding-bottom: 25px;
}
.abtop span i{
	font-style: normal;
	color: #0075c2;
	margin-left: 22px;
}
.abtop span::after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: url(../images/line.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
}
.abtop p{
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 28px;
	margin-top: 38px;
}
.about ul{
	justify-content: space-between;
	text-align: center;
	margin-top: 75px;
}
.about li{
	width: 25%;
	position: relative;
}
.about li p{
	color: #333333;
	font-size: 48px;
	font-weight: bold;
}
.about li p span{
	font-size: 16px;
	color: #4b4b4b;
	font-weight: normal;
	margin-left: 6px;
}
.about li i{
	display: block;
	font-style: normal;
	font-size: 17px;
	color: #404040;
}
.about li::after{
	content: " ";
	display: block;
	width: 1px;
	height: 66px;
	background: #dcdcdc;
	position: absolute;
	right: 0;
	top: 15px;
}
.about li:last-child::after{
	display: none;
}

.product{
	background: url(../images/d.png) center;
	padding-top: 70px;
	box-sizing: border-box;
	height: 910px;
}
.ptit{
	text-align: center;
}
.ptit span{
	display: block;
	font-size: 46px;
	color: #333333;
	font-weight: bold;
}
.ptit p{
	font-size: 18px;
	color: #404040;
	position: relative;
	padding-bottom: 15px;
}
.ptit p::after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: url(../images/line.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
}
.pmenu{
	background: #0075c2;
	margin-top: 30px;
}
.pmenu li{
	display: block;
	color: #fff;
	line-height: 70px;
	font-size: 18px;
	flex-grow:1;
	text-align: center;
	position: relative;
}
.pmenu li::after{
	content: " ";
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/arrow2.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 24px;
	opacity: 0;
}
.pmenu li:hover{
	background: #e29324;
}
.pmenu li:hover::after{
	opacity: 1;
}
.product .box{
	justify-content: space-between;
	align-items: flex-start;
}
.lm{
	display: block;
	width: 384px;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.lm img{
	width: 384px;
	height: 460px;
}
.lm p{
	position: absolute;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #fff;
	top: 40%;
	background: url(../images/s2.png) no-repeat top center;
	padding-top: 50px;
	opacity: 0;
	z-index: 2;
	transition: .3s ease-out;
}
.lm::after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,117,194,.53);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out;
}
.lm:hover p,.lm:hover::after{
	opacity: 1;
}
.product .bd{
	margin-top: 46px;
}
.product .bd ul{
	width: 793px;
	justify-content: space-between;
}
.product .bd ul li{
	margin-bottom: 20px;
}
.product .bd ul li a{
	display: block;
	width: 385px;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.product .bd ul li a::after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,117,194,.53);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out;
}
.product .bd ul li a img{
	width: 385px;
	height: 220px;
}
.product .bd ul li a p{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	top: 70px;
	text-align: center;
	background: url(../images/s2.png) no-repeat top center;
	padding-top: 50px;
	opacity: 0;
	z-index: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product .bd ul li a:hover::after,.product .bd ul li a:hover p{
	opacity: 1;
}

.ys{
	background: url(../images/ys.jpg) no-repeat center top;
	padding-top: 120px;
}
.ystit{
	text-align: center;
	color: #fff;
}
.ystit span{
	display: block;
	font-size: 46px;
	font-weight: bold;
}
.ystit p{
	font-size: 18px;
	margin-top: 12px;
	position: relative;
	padding-bottom: 18px;
}
.ystit p::after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: url(../images/line.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}
.ys ul{
	justify-content: space-between;
	margin-top: 116px;
}
.ys li{
	width: 201px;
	height: 241px;
	background: #f8f8f8;
	box-sizing: border-box;
	text-align: center;
	padding-top: 30px;
}
.ys li span{
	font-size: 22px;
	color: #434343;
	display: block;
	position: relative;
	padding-top: 90px;
}
.ys li p{
	color: #bcbcbc;
	line-height: 19px;
	margin-top: 20px;
	padding: 0 10px;
}
.ys li span::after{
	content: " ";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	transition: .3s ease-out;
}
.ys ul li:first-child span::after{
	background: url(../images/ico.png) no-repeat -60px 0;
}
.ys ul li:first-child+li span::after{
	background: url(../images/ico.png) no-repeat -313px 0;
}
.ys ul li:first-child+li+li span::after{
	background: url(../images/ico.png) no-repeat -565px 0;
}
.ys ul li:first-child+li+li+li span::after{
	background: url(../images/ico.png) no-repeat -815px 0;
}
.ys ul li:first-child+li+li+li+li span::after{
	background: url(../images/ico.png) no-repeat -1062px 0;
}
.ys li:hover{
	background: #0075c2;
}
.ys li:hover span,.ys li:hover p{
	color: #fff;
}
.ys ul li:first-child:hover span::after{
	background: url(../images/ico.png) no-repeat -60px -80px;
}
.ys ul li:first-child+li:hover span::after{
	background: url(../images/ico.png) no-repeat -313px -80px;
}
.ys ul li:first-child+li+li:hover span::after{
	background: url(../images/ico.png) no-repeat -565px -80px;
}
.ys ul li:first-child+li+li+li:hover span::after{
	background: url(../images/ico.png) no-repeat -815px -80px;
}
.ys ul li:first-child+li+li+li+li:hover span::after{
	background: url(../images/ico.png) no-repeat -1062px -80px;
}
.ys a.more{
	display: block;
	width: 181px;
	line-height: 43px;
	background: #0075c2;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

.case .container{
	justify-content: space-between;
	margin-top: 94px;
	align-items: flex-end;
}
.case .caseleft{
	width: 505px;
}
.case .casetit p{
	font-size: 39px;
	color: #333333;
}
.case .casetit p span{
	font-weight: bold;
}
.case .casetit i{
	font-style: normal;
	display: block;
	font-size: 16px;
	color: #747474;
	line-height: 22px;
	position: relative;
	padding-bottom: 30px;
	margin-top: 15px;
}
.case .casetit i::after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: url(../images/line.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.case .caseleft ul{
	justify-content: space-between;
	margin-top: 50px;
}
.caseleft li{
	margin-top: 10px;
}
.caseleft li a{
	display: block;
	height: 224px;
	width: 335px;
	position: relative;
}
.caseleft li a img{
	width: 100%;
	height: 224px;
}
.caseleft li:first-child a,.caseleft li:first-child+li+li+li a{
	width: 164px;
}
.caseleft li a p{
	position: absolute;
	color: #fff;
	text-align: center;
	bottom: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 10px;
}
.caseright{
	display: block;
	width: 672px;
	height: 657px;
	position: relative;
}
.caseright img{
	width: 672px;
	height: 657px;
}
.caseright p{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	bottom: 25px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 16px;
}

.ntit{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 55px;
}
.ntit span{
	display: block;
	font-size: 46px;
	color: #333333;
	font-weight: bold;
}
.ntit p{
	font-size: 18px;
	color: #404040;
	position: relative;
	padding-bottom: 15px;
}
.ntit p::after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: url(../images/line.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}

.nbox{
	justify-content: space-between;
}
.nl{
	width: 585px;
}
.newtit{
	align-items: center;
	justify-content: space-between;
}
.newtit p{
	font-size: 24px;
	color: #171717;
	position: relative;
	padding-left: 16px;
}
.newtit p::before{
	content: " ";
	display: block;
	width: 3px;
	height: 20px;
	background: #0075c2;
	position: absolute;
	left: 0;
	top: 6px;
}
.newtit a{
	font-size: 12px;
	color: #6b6b6b;
}
.newtit a:hover{
	color: #0075c2;
}
.nl .imgbox{
	display: block;
	width: 585px;
	height: 330px;
	overflow: hidden;
	margin-top: 12px;
}
.nl .imgbox img{
	width: 585px;
	height: 330px;
	transition: .3s ease-out;
}
.nl .imgbox:hover img{
	transform: scale(1.1, 1.1);
}
.nl .bigimg span{
	display: block;
	font-size: 18px;
	color: #707070;
	font-weight: bold;
	margin-top: 15px;
}
.nl .bigimg h3 a{
	display: block;
	font-size: 18px;
	color: #232323;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nl .bigimg h3 a:hover{
	color: #0075c2;
}
.nl .bigimg p{
	font-size: 15px;
	color: #9c9b9b;
	line-height: 26px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nr{
	width: 580px;
}
.nr .nrimg li{
	justify-content: space-between;
	margin-top: 22px;
}
.nr .nrimg li:first-child{
	margin-top: 27px;
}
.nr .nrimg li .box{
	display: block;
	width: 218px;
	height: 133px;
	overflow: hidden;
}
.nr .nrimg li img{
	width: 218px;
	height: 133px;
	transition: .3s ease-out;
}
.nr .nrimg li img:hover{
	transform: scale(1.1, 1.1);
}
.nrimg_right{
	width: 342px;
	margin-top: 15px;
}
.nrimg_right h3 a{
	display: block;
	font-size: 18px;
	color: #232323;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nrimg_right h3 a:hover{
	color: #0075c2;
}
.nrimg_right p{
	font-size: 15px;
	color: #9c9b9b;
	line-height: 24px;
	margin-top: 17px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nrimg_right a.more{
	font-size: 12px;
	color: #ff0101;
}
.nrlist{
	background: #fafafa;
	padding: 0 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 27px;
	border-radius: 10px;
}
.nrlist li a{
	display: block;
	font-size: 16px;
	color: #606060;
	line-height: 37px;
	position: relative;
	padding-left: 18px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nrlist li a::before{
	content: "·";
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.nrlist li a:hover{
	color: #0075c2;
}

.brief{
	background: url(../images/briefbg.jpg) no-repeat center top;
	margin-top: 70px;
	padding-top: 95px;
}
.brieftit{
	text-align: center;
	color: #fff;
}
.brieftit span{
	display: block;
	font-size: 46px;
	font-weight: bold;
	text-shadow: 0 3px 5px rgba(4,0,0,.1);
}
.brieftit p{
	font-size: 18px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 15px;
}
.brieftit p::after{
	content: " ";
	display: block;
	width: 32px;
	height: 2px;
	background: url(../images/line.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}
.brief .box{
	background: #fff;
	padding: 0 30px;
	text-align: center;
	padding-top: 45px;
	margin-top: 250px;
	padding-bottom: 36px;
	box-shadow: 0 3px 5px 0 rgba(4,0,0,.1);
}
.brief .box p{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
}
.brief .box a{
	display: block;
	margin: 0 auto;
	color: #fff;
	width: 181px;
	line-height: 43px;
	background: linear-gradient(to right, #1b4ca7, #0c6cc8);
	border-radius: 100px;
	margin-top: 27px;
}




.work{
	margin-top: 55px;
	min-height: 300px;
}
.slideGroup .parHd{border-bottom: 1px solid #e5e5e5;padding-bottom: 17px;}
.slideGroup .parHd ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.slideGroup .parHd ul li{cursor:pointer; font-size: 24px;color: #171717;margin-right: 50px;position: relative;}
.slideGroup .parHd ul li:first-child::after{content: " ";display: block;width: 1px;height: 18px;background: #e5e5e5;position: absolute;right: -25px;top: 8px;}
.slideGroup .parHd ul li.on{font-weight: bold;}
.slideGroup .slideBox{zoom:1; position:relative;}
.slideGroup .slideBox .tempWrap{width: 1200px !important;}

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; right:-110px; top:72px; display:block; width:77px; height:77px;box-sizing: border-box; border:14px solid #f5f5f5; background:url(../images/arrow3.png) center no-repeat;border-radius: 100%;}
.slideGroup .sPrev{right:auto; left:-110px;transform: rotate(180deg);}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{border-color:#0075c2;}

.slideGroup .parBd{margin-top: 20px;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;width: 293px;}
.slideGroup .parBd ul li .box{width: 293px;height: 221px;overflow:hidden;border: 1px solid #ddd;box-sizing:border-box;}
.slideGroup .parBd ul li img{
	width: 100%;
	height: auto;
}
.slideGroup .parBd ul li p{
	font-size: 16px;
	color: #676767;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 18px;
}
.slideGroup .parBd ul li:hover p{
	color: #0075c2;
}

.footer{
	background: #27282c;
	color: #fff;
	margin-top: 70px;
}
.footer a{
	color: #fff;
}
.footer .fnav{
	border-bottom: 1px solid #444547;
	justify-content: space-around;
	padding-top: 42px;
	padding-bottom: 32px;
}
.footer .fnav a{
	font-size: 17px;
}
.fcont{
	align-items: flex-start;
	padding-bottom: 20px;
}
.fadd{
	margin-top: 68px;
	width: 410px;
}
.fadd p{
	line-height: 25px;
	padding-left: 90px;
}
.ftell{
	width: 500px;
	align-items: center;
	margin-top: 80px;
}
.ftell li{
	padding-left: 62px;
	position: relative;
	margin-bottom: 45px;
}
.ftell li p{
	font-size: 20px;
	font-weight: bold;
}
.ftell li:first-child{
	background: url(../images/f1.png) no-repeat left center;
}
.ftell li:first-child+li+li{
	background: url(../images/f2.png) no-repeat left center;
}
.ewm{
	text-align: center;
	margin-top: 56px;
	margin-left: auto;
	margin-right: 42px;
	position: relative;
}
.ewm::before{
	content: " ";
	display: block;
	width: 1px;
	height: 155px;
	background: #333438;
	position: absolute;
	left: -68px;
}
.ewm p{
	color: #aeaeae;
	margin-top: 16px;
}
.link{
	border-top: 1px solid #444547;
	padding-top: 25px;
	padding-bottom: 26px;
	color: #aeaeae;
}
.link a{
	color: #aeaeae;
}
.link a::after{
	content: "、";
}
.link a:last-child::after{
	display: none;
}
.gs{
	margin: 0 auto;
	display: block;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.submneu a{
	margin: 0 15px;
	position: relative;
}
.submneu a::after{
	content: " ";
	display: block;
	height: 2px;
	background: #0075c2;
	width: 0;
}
.submneu a.hover{
	color: #0075c2;
	font-weight: bold;
}
.submneu a.hover::after{
	width: 100%;
}

.position{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.position .container{
	justify-content: space-between;
}
.position p{
	box-sizing: border-box;
	background: url(../images/home.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px;
	color: #676767;
}
.position p a{
	color: #676767;
}

.content img{
	max-width: 100%;
}
.content a{color:#06F;}

.content{
	line-height: 30px;
	margin-top: 20px;
}
.pagetop{
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
}

.list{
	margin-top: 30px;
}
.list li{
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
.list li a{
	align-items: center;
}
.list li a .box{
	width: 220px;
	height: 135px;
	overflow: hidden;
}
.list li img{
	width: 220px;
	height: 135px;
	transition: .3s ease-out;
}
.list li:hover img{
	transform: scale(1.1, 1.1);
}
.lr{
	width: 860px;
	margin-left: 40px;
}
.lr h3{
	font-size: 16px;
}
.lr p{
	color: #999;
	line-height: 22px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.lr span{
	display: block;
	color: #999;
	margin-top: 20px;
}

.photo{
	margin-top: 30px;
}
.photo ul{
	margin-left: -16px;
}
.photo li{
	margin-left: 16px;
	margin-bottom: 30px;
}
.photo li a{
	display: block;
	overflow: hidden;
	width: 288px;
	position: relative;
	box-sizing: border-box;
}
.photo li img{
	width: 288px;
	height: 220px;
}
.photo li p{
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 10px;
    color: #333;
	transition: .3s ease-out;
}

.photo.photocy li a{
    width: 385px;
}
.photo.photocy li a .box{
    width: 385px;
    height: 220px;
    overflow: hidden;
}
.photo.photocy li a img{
    width: 100%;
	height: auto;
}


.prepage{
	line-height: 30px;
}
.showtop{
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
}
.showtop h1{
	font-weight: normal;
	font-size: 22px;
}
.showtop p span{
	color: #999;
	margin: 0 5px;
	font-size: 12px;
	line-height: 50px;
}

.hotcp {
    margin-top: 50px;
}
.hotcp ul {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.hotcp li {
    float: left;
    margin-left: 20px;
    text-align: center;
}
.hotcp li:first-child {
    margin: 0;
}
.hotcp li img {
    height: 150px;
    width: 223px;
}
.hotcp li p{
	line-height: 40px;
}
.hotcp li:hover img{
	opacity: 0.8;
}
.hotcp_top {
    background: #0075c2;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}

.hotnews {
    margin-bottom: 30px;
    margin-top: 20px;
}
.hotnews_top {
    border-bottom: 1px solid #ddd;
    color: #0075c2;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.hotnews ul{
	margin-left: -50px;
}
.hotnews li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 36px;
    margin-left: 50px;
    width: 575px;
}
.hotnews li span {
    color: #999;
    float: right;
    font-size: 13px;
}

.hotlabel{
	margin-top: 30px;
}
.hotlabel p{
	color: #0075c2;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #0075c2;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}

.searchlist{
	margin-top: 30px;
}
.searchlist li{
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
}

.h_pro{
    margin-left: -22px;
    margin-top: 22px;
}
.h_pro li{
    float: left;
    margin-left: 22px;
    margin-bottom: 22px;
    text-align: center;
}
.h_pro li a img{
    width: 385px;
    height: 250px;
    border-radius: 10px;
}
.h_pro li a img:hover{
    opacity: 0.8;
}
.h_pro li p{
    color: #333333;
    line-height: 60px;
    font-size: 18px;
}
.h_pro li a:hover p{
    color: #0075c2;
}

.h_menu{
    justify-content: center;
    margin-top: 47px;
}
.h_menu a{
    padding: 0 34px;
    border: 1px solid #dcdcdc;
    line-height: 31px;
    margin: 0 4px;
}
.h_menu a:hover,.h_menu a.hover{
    background: #0075c2;
    color: #fff;
    border-color: #0075c2;
}

.h_tit{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin-top: 50px;
}
.h_tit::after{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 2px;
    background: url(../images/line.png) no-repeat center;
}

.pro2{
    
}
.pro2 ul{
    margin-left:-10px;
}
.photo li{
    margin-left:10px;
}
.pro2 li a{
    width: 190px;
}
.pro2 li a .box{
    width: 190px;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro2 li a img{
    width: auto;
    height: 290px;
}
.pro2 li p{
    margin-top: 10px;
}