html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	min-width: 1300px;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}


.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}

/* banner */

.c-banner {
	width: 100%;
	margin-top: 140px;
	position: relative;
}

.c-banner img {
	display: block;
	width: 100%;
	height: 100%;
}
.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}


/*banner视频*/
.banner .video-inner{
	width: 100%;
	height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background-color: #fff;
    text-align: center;
}
.banner .video-inner .video-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}

.banner .video-inner .video-box .wrap{
	text-align: left;
}
.banner .video-inner .video-box .wrap h5{
	font-size: 58px;
	font-weight: bold;
	color: #fff;
	margin-top: 150px;
	margin-left: 60px;
}
.banner .video-inner .video-box .wrap p{
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	margin-top: 40px;
	margin-left: 60px;
}

/*顶部*/
.itop{
	width: 100%;
	height: 140px;
	background: rgba(255,255,255,0.9);
	border-bottom: 3px solid #057dd1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.itop .wrap{
	position: relative;
}
/*logo*/
.itop .logo{
	float: left;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
}
/*nav*/
.itop .nav{
	float: right;
	margin-top: 80px;
}
.itop .nav ul li{
	float: left;
	font-size: 15px;
	line-height: 30px;
	margin-left: 40px;
}
.itop .nav ul li a{
	color: #333;
}
.itop .nav ul li:hover a,
.itop .nav ul li.on a{
	color: #057dd1;
}

/*搜索*/
.itop .search {
	position: absolute;
	top: 24px;
	right: 0;
}
.itop .search form {
	height: 30px;
	line-height: 30px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.itop .search input {
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.itop .search .input-txt {
	float: left;
	width: 185px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	border-right: 0;
}

.itop .search .input-btn {
	float: left;
	height: 30px;
	line-height: 30px;
	background: #057dd1;
	color: #fff;
	padding: 0 15px;
	cursor: pointer;
}

/*标题*/
.ititle{
	text-align: center;
	font-size: 30px;
	color: #057dd1;
	font-weight: bold;
}
/*产品*/
.ipro{
	width: 100%;
	margin-top: 80px;
}
.ipro .ipro-nav{
	width: 100%;
	margin-top: 60px;
}

.ipro .ipro-nav ul{
	display: flex;
	justify-content: space-between;
}
.ipro .ipro-nav ul li{
	flex: 1;
}
.ipro .ipro-nav ul li a{
	display: block;
	text-align: center;
}
.ipro .ipro-nav ul li a i{
	display: block;
	width: 150px;
	height: 150px;
	background: #c8c8c8;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.ipro .ipro-nav ul li a:hover i{
	background: #057dd1;
	-webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.ipro .ipro-nav ul li a i img{
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.ipro .ipro-nav ul li a p{
	margin-top: 20px;
	line-height: 40px;
	font-size: 18px;
}

/*foot*/
.footer{
	width: 100%;
	padding: 50px 0;
	background: #002b49;
	margin-top: 100px;
}
.footer .ft-contact{
	float: left;
	width: 340px;
}
.footer .ft-contact h5{
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
.footer .ft-contact p{
	font-size: 13px;
	color: #dae9f3;
	line-height: 24px;
	padding: 10px 0  10px 30px;
	border-bottom: 1px solid #234861;
}
.footer .ft-contact p.ft_contact{
	background: url(../img/ft_contact.png) left center no-repeat / 20px 20px;
}
.footer .ft-contact p.ft_tel{
	background: url(../img/ft_tel.png) left center no-repeat / 20px 20px;
}
.footer .ft-contact p.ft_add{
	background: url(../img/ft_add.png) left center no-repeat / 20px 20px;
}
.footer .ft-search{
	float: left;
	width: 280px;
	margin-left: 150px;
}
.footer .ft-search h5{
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;	
}

.footer .ft-search .search form {
	height: 30px;
	line-height: 30px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.footer .ft-search .search input {
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.footer .ft-search .search .input-txt {
	float: left;
	width: 184px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	border-right: 0;
}

.footer .ft-search .search .input-btn {
	float: left;
	width: 75px;
	height: 30px;
	line-height: 30px;
	background: #057dd1;
	color: #fff;
	cursor: pointer;
}
.footer .ft-pro{
	color: #758b9b;
	line-height: 28px;
	margin-top: 20px;
}
.footer .ft-pro a{
	margin-right: 20px;
	color: #758b9b;
}
.footer .ft-pro a:hover{
	color: #fff;
}


































































































































































/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}


/*小标题*/

.little-title {
	position: relative;
}

.little-title:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #f39800;
	top: 0;
	left: 20px;
}

.little-title:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #057dd1;
	bottom: 0;
	left: 20px;
}

.little-title h5 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	padding-left: 40px;
	font-size: 26px;
	font-weight: bold;
}

.little-title p {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 5px;
}


/*内页侧边栏*/

.content-left {
	width: 250px;
}

.content-left .content-left-nav .content-left-nav-t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 85px;
	background: #f0f0f0;
}

.content-left .content-left-nav .content-left-nav-list ul li {
	width: 100%;
	margin-top: 3px;
}

.content-left .content-left-nav .content-left-nav-list ul li>a {
	display: block;
	line-height: 26px;
	background: #f0f0f0;
	font-size: 13px;
	font-weight: bold;
	padding:12px 0 12px 20px;
	color: #666;
}

.content-left .content-left-nav-list ul li>a:hover {
	background: #057dd1;
	color: #fff;
}
/*.content-left .content-left-nav-list ul li dl{
	display: none;
}
.content-left .content-left-nav-list ul li:hover dl{
	display: block;
}*/
.content-left .content-left-nav-list ul li dl dd {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.content-left .content-left-nav-list ul li dl dd>a {
	display: block;
	line-height: 45px;
	font-size: 13px;
	font-weight: normal;
	padding-left: 30px;
	background: none;
	color: #666;
	background: url(../img/dian.png) no-repeat 15px center;
}

.content-left .content-left-nav-list ul li dl dd>a:hover {
	font-weight: bold;
	color: #057dd1;
	background: url(../img/dianh.png) no-repeat 15px center;
}

.content-left .content-left-contact {
	width: 100%;
	background: #f0f0f0;
	padding: 20px 0 5px;
	margin-top: 20px;
}

.content-left .content-left-contact>h4 {
	line-height: 20px;
	font-size: 13px;
	color: #999;
	padding: 0px 15px;
	margin: 15px 0 5px;
}

.content-left .content-left-contact>p {
	line-height: 24px;
	padding: 0 15px;
	color: #666;
}


/*内页右侧*/

.content .content-right {
	flex: 1;
	max-width: 920px;
	margin-left: 30px;
}

.content .content-right .content-right-t {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.content .content-right .content-right-t:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #057dd1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	color: #444;
}

.content .content-right .content-right-t .content-right-pos {
	line-height: 60px;
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-t .content-right-pos a {
	color: #666;
}

.content .content-right .content-right-t .content-right-pos a:hover {
	color: #057dd1;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}
.content .content-right .content-right-b p img{
	max-width: 100%;
}

.content .content-right .content-right-b .prodetails img {
	max-width: 100%;
}


/*内页产品列表*/

.content .content-right .content-right-b .content-productlist h5 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #057dd1;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.content .content-right .content-right-b .content-productlist .content-productlist-box ul{
	width: 100%;
}
.content .content-right .content-right-b .content-productlist .content-productlist-box ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
}

.content .content-right .content-right-b .content-productlist .content-productlist-box ul li i{
	display: block;
	flex-basis: 70px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.content .content-right .content-right-b .content-productlist .content-productlist-box ul li i img{
	display: block;
	width: 7px;
	height: 7px;
	margin: 15px auto;
}
.content .content-right .content-right-b .content-productlist .content-productlist-box ul li p{
	flex: 1;
	padding-left: 10px;
	color: #333;
	
}
.content .content-right .content-right-b .content-productlist .content-productlist-box ul li span{
	display: block;
	flex-basis: 140px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	color: #333;
}

.content .content-right .content-right-b .pagelink{
	margin-top: 30px;
}




/*公司资质list*/

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img .honor-img{
	position: absolute;
	height: 100%;
	width: auto;
	max-width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*公司资质内页*/
.content .content-right .content-right-b .honor-ny{
	margin-bottom: 30px;
}
.content .content-right .content-right-b .honor-ny h5{
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
.content .content-right .content-right-b .honor-ny img{
	display: block;
	max-width: 90%;
	margin: 0 auto;
}


/*产品内容页*/

.content .content-right .content-right-b .content-right-b-img>h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.content .content-right .content-right-b .content-right-b-img>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.content .content-right .content-right-b .prodetails .pro_title{
	font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #057dd1;
    line-height: 34px;
    text-align: center;
}
.content .content-right .content-right-b .prodetails .nrpro_tb{
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
}
.content .content-right .content-right-b .prodetails .nrpro_tb tr td{
	padding: 5px; font-size:14px;
    line-height: 54px;
    color: #333;
	border-bottom: #ccc 1px solid; border-right: #ccc 1px solid;
}
.content .content-right .content-right-b .prodetails .pro_bd{
	margin-bottom: 30px;
}

/*新闻*/

.content .content-right .content-right-b .content-newslist ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content .content-right .content-right-b .content-newslist ul li h5 {
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li h5 a {
	font-size: 18px;
	color: #057dd1;
}

.content .content-right .content-right-b .content-newslist ul li h5 a:hover {
	text-decoration: underline;
}

.content .content-right .content-right-b .content-newslist ul li h5 span {
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-b .content-newslist ul li p {
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li>a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	border: 2px solid #e1e1e1;
	line-height: 32px;
	border-radius: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.content .content-right .content-right-b .content-newsnr>h5 {
	font-size: 18px;
	color: #057dd1;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.content .content-right .content-right-b .content-newsnr>span {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
	font-weight: normal;
	margin: 5px 0 10px;
}

.content .content-right .content-right-b .content-prenext {
	margin-top: 80px;
}

.content .content-right .content-right-b .content-prenext p a {
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content .content-right .content-right-b .content-prenext p a:hover {
	color: #057dd1;
}
