*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1280px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #2d2d2d;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #2d2d2d;
}
a:hover{
	color: #0652b1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
/*
===================
分页
>>	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:#0652b1;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#0652b1;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.head{
	position: fixed;
	width: 100%;
	background: rgba(0,0,0,.37);
	z-index: 99999;
	box-sizing: border-box;
	padding-top: 33px;
	height: 102px;
	transition: .3s ease-out;
}
.head .logo{
	display: block;
	width: 344px;
	height: 57px;
	background: url(../images/logo.png) no-repeat center;
}
.head .container{
	justify-content: space-between;
}
.head .nav{
	margin-top: 25px;
}
.head .nav li a{
	font-size: 15px;
	color: #fff;
}
.head .nav li a.hover,.head .nav li a:hover{
	color: #d42c2c;
	font-weight: bold;
}
.head .nav li{
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.head .nav li::before{
	content: " ";
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	opacity: .26;
	position: absolute;
	left: 0;
	top: 6px;
}
.head .nav li.lan{
	padding:0 16px;
}
.head .nav li.lan a{
	text-transform:uppercase;
	font-weight: bold;
}
.head .nav li.lan::before{
	display: none
}
.head .nav li:first-child::before{
	display: none;
}
.head.min{
	background: rgba(0,0,0,.8);
}

.ban{
	height: 798px;
	background: url(../images/ban.jpg) no-repeat center;
}
.txtScroll-left{ width:800px;  position:relative; margin: 0 auto;top: 425px;}
.txtScroll-left .bd{ padding:10px;overflow:hidden;    }
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{line-height: 50px;font-size: 36px;color: #fff;font-weight: 200;text-align: center;}

.product{
	justify-content: space-between;
	padding-top: 93px;
	padding-bottom: 104px;
}
.product .pinfo p{
	font-size: 15px;
	color: #2d2d2d;
	line-height: 30px;
	padding-left: 12px;
	margin-top: 50px;
}
.product .pbox{
	position: relative;
}
.product .pbox a.more{
	display: block;
	width: 226px;
	height: 138px;
	background: #0652b1;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 19px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 83px;
}
.product .pbox a.more::after{
	content: " ";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/add.png) no-repeat center;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -18px;
	transition: all .25s ease-in;
}
.product .pbox a.more:hover::after{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.adv{
	background: url(../images/advbg.png) no-repeat bottom center;
	height: 997px;
	box-sizing: border-box;
	padding-top: 75px;
}
.adv .tit{
	display: block;
	margin: 0 auto;
}
.adv .advbox{
	height: 812px;
	background: url(../images/adv.png) no-repeat center;
	margin-top: -10px;
	position: relative;
	display: block;
}
.adv .advbox p{
	font-size: 30px;
	color: #5b5b5b;
	position: absolute;
}
.adv .advbox p:first-child{
	top: 100px;
	left: 122px;
}
.adv .advbox p:first-child+p{
	top: 90px;
	right: 140px;
}
.adv .advbox p:first-child+p+p{
	top: 340px;
	left: 30px;
}
.adv .advbox p:first-child+p+p+p{
	top: 415px;
	right: 12px;
}
.adv .advbox p:first-child+p+p+p+p{
	top: 610px;
	left: 130px;
}
.adv .advbox p:first-child+p+p+p+p+p{
	top: 690px;
	right: 206px;
}
.adv .advbox p:first-child+p+p+p+p+p+p{
	top: 770px;
	left: 380px;
}

.about{
	background: url(../images/abbg.jpg) no-repeat center;
	height: 597px;
	box-sizing: border-box;
	padding-top: 70px;
}
.about .tit{
	margin: 0 auto;
	display: block;
}
.about .abinfo{
	width: 920px;
	margin: 0 auto;
	margin-top: 45px;
}
.about .abinfo p{
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	margin-top: 22px;
}
.about .abinfo a.more{
	display: block;
	font-size: 15px;
	color: #fff;
	width: 122px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 2px solid rgba(255,255,255,.13);
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 30px;
	transition: .3s ease-out;
}
.about .abinfo a.more:hover{
	border-color: #fff;
}
.abtab{
	justify-content: center;
	height: 52px;
	align-items: center;
	margin-top: 80px;
}
.abtab a{
	font-size: 21px;
	color: #fff;
	position: relative;
	line-height: 52px;
	padding-left: 66px;
	margin: 0 44px;
}
.abtab a::before{
	content: " ";
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 0;
	transition: all .25s ease-in;
}
.abtab a:first-child::before{
	background: url(../images/atab.png) no-repeat 0 0;
}
.abtab a:first-child+a::before{
	background: url(../images/atab.png) no-repeat -52px 0;
}
.abtab a:first-child+a+a::before{
	background: url(../images/atab.png) no-repeat -104px 0;
}
.abtab a:hover::before{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.news{
	padding-top: 92px;
	padding-bottom: 70px;
}
.news .tit{
	text-align: center;
	position: relative;
	margin-bottom: 45px;
}
.news .tit .titimg{
	width: 220px;
	margin: 0 auto;
	background: #fff;
}
.news .tit p{
	color: #535353;
	margin-top: 6px;
}
.news .tit::after{
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 25px;
	z-index: -1;
}
.newsbox{
	justify-content: space-between;
}
.newimg{
	width: 600px;
	box-sizing: border-box;
	padding-right: 40px;
	justify-content: space-between;
}
.newimg a{
	display: block;
	width: 260px;
}
.newimg a .box{
	width: 260px;
	height: 252px;
	overflow: hidden;
}
.newimg a .box img{
	width: 260px;
	height: 252px;
	transition: .3s ease-out;
}
.newimg a span{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #494949;
	margin-top: 20px;
}
.newimg a p{
	font-size: 12px;
	color: #959494;
	line-height: 23px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.newimg a:hover img{
	transform: scale(1.1, 1.1);
}
.newimg a:hover span{
	color: #d42c2c;
}
.newlist{
	width: 600px;
	margin-top: 12px;
}
.newlist li{
	justify-content: space-between;
	margin-bottom: 25px;
}
.newlist li i{
	display: block;
	width: 113px;
	height: 73px;
	line-height: 73px;
	border-right: 1px solid #e3e3e3;
	text-align: center;
	font-size: 72px;
	color: #dcdcdc;
	font-style: normal;
}
.newlist li .lr{
	width: 462px;
	position: relative;
}
.newlist li .lr a{
	font-size: 18px;
	color: #494949;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 380px;
}
.newlist li .lr p{
	font-size: 12px;
	color: #959494;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	width: 450px;
	margin-top: 10px;
}
.newlist li .lr span{
	display: block;
	font-size: 12px;
	color: #959494;
	position: absolute;
	right: 0;
	top: 5px;
}
.newlist li .lr a:hover{
	color: #d42c2c;
}

.case{
	height: 790px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f9f9f9 570px, #fff 210px);
	padding-top: 60px;
}
.case .tit{
	position: relative;
	left: 50%;
	margin-left: -778px;
}

.picScroll-left{overflow:hidden; position:relative;width: 100%;width: 1920px;left: 50%;margin-left: -960px;margin-top: 58px;}
.picScroll-left .hd{ overflow:hidden;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{top: 140px;display:block; width:80px; height:46px;cursor:pointer;position: absolute;z-index: 66;transition: .3s ease-out;}
.picScroll-left .hd .prev{left: 50%;margin-left: -668px;background: url(../images/arrow2.png) no-repeat center 15px rgba(0,0,0,.3);background-size: 50px;}
.picScroll-left .hd .next{left: 50%;margin-left: 570px;background: url(../images/arrow3.png) no-repeat center 15px rgba(0,0,0,.3);background-size: 50px;}
.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover{background-color: #d42c2c;}
.picScroll-left .hd ul{justify-content: center;position: absolute;width: 100%;z-index: 666;bottom: 0;}
.picScroll-left .hd ul li{width: 14px;height: 14px;background: #f5f5f5;text-indent: -99em;overflow: hidden;margin: 0 8px;cursor: pointer;}
.picScroll-left .hd ul li.on{background: #0652b1;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 20px; float:left; _display:inline;position: relative;height: 465px;}
.picScroll-left .bd ul li img{
	width: 440px;
	height: 345px;
}
.picScroll-left .bd ul li .box{
	width: 300px;
	height: 200px;
	background: #fff;
	position: absolute;
	top: 200px;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 50px;
	padding-top: 40px;
	left: 30px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.07);
}
.picScroll-left .bd ul li .box p{
	font-size: 22px;
	color: #282828;
	font-weight: bold;
}
.picScroll-left .bd ul li .box a{
	color: #828282;
	border: 1px solid #c9c9c9;
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 40px;
	transition: .3s ease-out;
}
.picScroll-left .bd ul li .box a:hover{
	background: #d42c2c;
	color: #fff;
	border-color: #d42c2c;
}

.footer{
	background: #fafafa;
	border-top: 5px solid #d10b0b;
}
.flogo{
	margin-top: 86px;
	margin-left: 36px;
}
.flogo p{
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
}
.footer .ft{
	color: #333333;
	font-weight: bold;
}
.footer li a{
	font-size: 13px;
	color: #616161;
	line-height: 30px;
}
.footer .fnav ul li:first-child{ margin-bottom:13px;}
.fnav{
	margin-left: 40px;
	margin-top: 70px;
}
.fnav ul{
	width: 140px;
	margin-left: 20px;
}
.fcont{
	margin-top: 70px;
	padding-left: 88px;
	position: relative;
	margin-left: 15px;
}
.fcont .ftell span{
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	display: block;
}
.fcont .ftell p{
	font-size: 28px;
	color: #0652b1;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 1px solid #eeeded;
	padding-bottom: 10px;
}
.fcont .fadd{
	margin-left: 5px;
	margin-top: 15px;
}
.fcont .fadd span{
	display: block;
	font-size: 12px;
	color: #333333;
}
.fcont .fadd p{
	color: #333333;
	margin-top: 2px;
}
.fcont::before{
	content: " ";
	display: block;
	width: 1px;
	height: 168px;
	background: #eeeded;
	position: absolute;
	left: 0;
}
.ewm{
	width: 152px;
	height: 152px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/ebg.png) no-repeat center;
	margin-top: 74px;
	margin-left: auto;
}
.link{
	margin-top: 65px;
}
.link span{
	color: #333333;
	font-weight: bold;
}
.link a{
	color: #8f8f8f;
	margin-left: 10px;
}
.bottom{
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #727272;
	line-height: 25px;
	position: relative;
	margin-top: 35px;
	padding-bottom: 10px;
}
.bottom::after{
	content: " ";
	display: block;
	width: 1456px;
	height: 1px;
	background: #eeeded;
	position: absolute;
	left: -74px;
	top: 0;
}
.bottom .gs{ margin-top:10px;}

.banner{
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center;
}

.pagetop{
	margin-top: 40px;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}
.pagetit{
	font-size: 26px;
	font-weight: bold;
	color: #565656;
}
.pagetit span{
	color: #0652b1;
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	padding-right: 12px;
}
.pagetit span::after{
	content: " ";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #0652b1;
	position: absolute;
	right: 0;
	top: 20px;
}

.submenu{
	margin-top: 10px;
}
.submenu a{
	line-height: 30px;
	padding: 0 20px;
	background: #eee;
	margin: 0 5px;
	border-radius: 3px;
}
.submenu a.hover,.submenu a:hover{
	background: #0652b1;
	color: #fff;
}

.content{
	line-height: 30px;
	margin-top: 20px;
}
.content img{
	max-width: 100%;
}

.main{
	margin-bottom: 50px;
}
.list{
	margin-top: 40px;
}
.list li{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list li a{
	justify-content: space-between;
}
.list li .box{
	width: 260px;
	height: 160px;
	overflow: hidden;
	border-radius: 10px;
}
.list li .box img{
	width: 260px;
	height: 160px;
	transition: .3s ease-out;
}
.list li .nr{
	width: 900px;
}
.list li .nr h3{
	font-size: 16px;
	display: block;
	line-height: 40px;
}
.list li .nr p{
	font-size: 13px;
	line-height: 22px;
	color: #999;
	margin-top: 5px;
}
.list li .nr span{
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 20px;
}
.list li:hover .box img{
	transform: scale(1.1, 1.1);
}

.photo ul{
	margin-left: -25px;
	margin-top: 40px;
}
.photo li{
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
	width: 280px;
}
.photo li .box{
	width: 280px;
	height: 220px;
	overflow: hidden;
}	
.photo li .box img{
	width: 280px;
	height: 220px;
	transition: .3s ease-out;
}
.photo li p{
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.photo li:hover .box img{
	transform: scale(1.1, 1.1);
}

.showtop{
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
}
.showtop h1{
	font-size: 22px;
}
.showtop p{
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.showtop p span{
	margin: 0 5px;
}
.prepage{
	line-height: 30px;
	margin-top: 50px;
}