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;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
}

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;
	position: relative;
}
.wrap:after{
	display: block;
	content: "";
	clear: both;
}
.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}
/*ban*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 450px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 25px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #0071c1;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 0;
	background-position: -6px -137px;
}

/*顶部*/
.itop{
	height: 35px;
	line-height: 35px;
	background: #0071c1;
}
.itop .itop-l{
	float: left;
	color: #fff;
}

.itop .itop-r{
	float: right;
	color: #b8e2ff;
}

/*logo*/
.logo-phone{
	height: 120px;
}
.logo-phone .ilogo{
	float: left;
	height: 70px;
	padding-left: 90px;
	background: url(../img/ilogo.png) left center no-repeat / 70px 70px;
	margin-top: 25px;
}

.logo-phone .ilogo h5{
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 45px;
}
.logo-phone .ilogo p{
	font-size: 14px;
	color: #999;
}

.logo-phone .ilogo-txt{
	float: left;
	height: 50px;
	border-left: 1px solid #999;
	margin-top: 35px;
	margin-left: 40px;
	padding-left: 20px;
}
.logo-phone .ilogo-txt p{
	color: #666;
	line-height: 25px;
}
.logo-phone .ilogo-txt p b{
	font-size: 15px;
	color: #0071c1;
}
.logo-phone .iphone{
	float: right;
	height: 50px;
	padding-left: 70px;
	background: url(../img/iphone.png) left center no-repeat / 50px 50px;
	margin-top: 35px;
}
.logo-phone .iphone span{
	font-size: 15px;
	color: #666;
}
.logo-phone .iphone p{
	font-weight: bold;
	font-size: 24px;
	color: #0071c1;
}

/*nav*/
.inav{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: url(../img/inav-bg.png) repeat-x;
}
.inav ul li{
	float: left;
	width: 12.5%;
	text-align: center;
}
.inav ul li:hover,
.inav ul .on{
	background: url(../img/inav-bg02.png) repeat-x;
}
.inav ul li a{
	display: block;
	color: #fff;
	font-size: 15px;
}

/*产品*/
.ipro{
	width: 100%;
	margin-top: 80px;
}
.ipro .ipro-nav{
	float: left;
	width: 270px;
}
.ipro .ipro-nav .ipro-nav-title{
	width: 270px;
	height: 90px;
	box-sizing: border-box;
	padding: 0 30px;
	background: #0071c1;
	overflow: hidden;
}
.ipro .ipro-nav .ipro-nav-title h5{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}
.ipro .ipro-nav .ipro-nav-title p{
	font-size: 15px;
	color: #7fb3df;
	margin-top: 5px;
}
.ipro .ipro-nav .ipro-nav-menu ul li{
	background: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.ipro .ipro-nav .ipro-nav-menu ul li:first-of-type{
	border-top: none;
}
.ipro .ipro-nav .ipro-nav-menu ul li:last-of-type{
	border-bottom: none;
}
.ipro .ipro-nav .ipro-nav-menu ul li a{
	display: block;
	position: relative;
	height: 49px;
	line-height: 49px;
	padding: 0 60px;
	font-size: 15px;
	color: #666;
}
.ipro .ipro-nav .ipro-nav-menu ul li a:hover{
	color: #0071c1;
}
.ipro .ipro-nav .ipro-nav-menu ul li a:before{
	display: block;
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid #666;
	border-radius: 50%;
	left: 30px;
	top: 19px;
}
.ipro .ipro-nav .ipro-nav-menu ul li a:hover:before{
	border-color: #0071c1;
}
.ipro .ipro-nav .ipro-nav-menu ul li a:after{
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 1px solid #0071c1;
	border-bottom: 1px solid #0071c1;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 30px;
	top: 20px;
}

.ipro .ipro-nav .ipro-nav-phone{
	width: 145px;
	height: 50px;
	padding: 30px 30px 30px 95px;
	border-radius: 15px;
	background: #f3b700 url(../img/iphone02.png) left 30px center no-repeat / 50px 50px;
	color: #fff;
	margin-top: 20px;
}
.ipro .ipro-nav .ipro-nav-phone span{
	display: block;
	margin: 2px 0 8px 0;
}
.ipro .ipro-nav .ipro-nav-phone p{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.ipro .ipro-list{
	float: right;
	width: 870px;
}

.ipro .ipro-list .ipro-list-t{
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.ipro .ipro-list .ipro-list-t h5{
	float: left;
	font-size: 22px;
	line-height: 50px;
	font-weight: bold;
	color: #0071c1;
}

.ipro .ipro-list .ipro-list-t a{
	float: right;
	margin-top: 22px;
}
.ipro .ipro-list .ipro-list-t a:hover{
	color: #0071c1;
}

.ipro .ipro-list .ipro-list-b ul li{
	float: left;
	width: 260px;
	margin-right: 45px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.ipro .ipro-list .ipro-list-b ul li:hover{
	border-color: #0071c1;	
}
.ipro .ipro-list .ipro-list-b ul li:nth-of-type(3n){
	margin-right: 0;
}
.ipro .ipro-list .ipro-list-b ul li img{
	display: block;
	width: 260px;
	height: 195px;
}
.ipro .ipro-list .ipro-list-b ul li h5{
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	color: #333;
}
.ipro .ipro-list .ipro-list-b ul li:hover h5{
	color: #0071c1;
}
.ipro .ipro-list .ipro-list-b ul li p{
	color: #666;
	height: 53px;
	line-height: 2;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*服务*/
.iser{
	margin-top: 80px;
	background: url(../img/iser-bg.jpg) center no-repeat;
}
.iser>.wrap{
	padding: 45px 0;
	background: url(../img/iser-people.png) right bottom no-repeat;
}
.iser h5{
	font-size: 25px;
	color: #fff;
}
.iser p{
	width: 640px;
	line-height: 2;
	color: #8dbfe8;
	margin-top: 25px;
	padding-bottom: 30px;
}
.iser dl{
	height: 45px;
	padding-left: 60px;
	line-height: 22px;
	margin-top: 20px;
}
.iser dl dt{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.iser dl dd{
	color: #bddbf4;
}
.iser .iser-01{
	background: url(../img/iser-01.png) left no-repeat;
}
.iser .iser-02{
	background: url(../img/iser-02.png) left no-repeat;
}
.iser .iser-03{
	background: url(../img/iser-03.png) left no-repeat;
}
.iser .iser-04{
	background: url(../img/iser-04.png) left no-repeat;
}
.iser .iser-05{
	background: url(../img/iser-05.png) left no-repeat;
}

/*标题*/
.ititle{
	position: relative;
	overflow: hidden;
}
.ititle:after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	bottom: 14px;
	z-index: 1;
}
.ititle h5{
	float: left;
	position: relative;
	width: 115px;
	height: 29px;
	line-height: 29px;
	background: #0071c1;
	text-align: center;
	color: #fff;
	z-index: 99;
}
.ititle .ititle-a{
	float: right;
	position: relative;
	display: block;
	width: 65px;
	height: 29px;
	line-height: 28px;
	text-align: right;
	background: #fff;
	z-index: 99;
}
.ititle .ititle-a:hover{
	color: #0071c1;
}
/*关于*/
.iabout{
	margin-top: 80px;
}
.iabout .ititle span{
	display: block;
	font-size: 20px;
	padding-left: 8px;
	margin-bottom: 5px;
}
.iabout .iabout-b img{
	float: left;
	width: 580px;
	height: 300px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
.iabout .iabout-b .iabout-txt{
	float: right;
	width: 585px;
}
.iabout .iabout-b .iabout-txt h5{
	font-size: 22px;
	font-weight: bold;
	color: #0071c1;
	margin-top: 35px;
}
.iabout .iabout-b .iabout-txt p{
	line-height: 2;
	color: #666;
	margin: 25px 0;
}
.iabout .iabout-b .iabout-txt a{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #0071c1;
	color: #fff;
}
.iabout .iabout-b .iabout-txt a:hover{
	background: #f3b700;
}

/*方案*/
.isol{
	margin-top: 80px;
}
.isol .isol-t{
	text-align: center;
}
.isol .isol-t h5{
	font-size: 20px;
}
.isol .isol-t h5 span{
	font-size: 25px;
	font-weight: bold;
	color: #f3b700;
}
.isol .isol-t h5 b{
	font-size: 25px;
	font-weight: bold;
	color: #0071c1;
}
.isol .isol-t p{
	color: #999;
	margin-top: 12px;
}

.isol .isol-b{
	margin-top: 40px;
}
.isol .isol-b ul li{
	float: left;
	width: 188px;
	border: 1px solid #e5e5e5;
	margin-right: 62px;
	position: relative;
}
.isol .isol-b ul li:last-of-type{
	margin-right: 0;
}
.isol .isol-b ul li:after{
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-right: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: -37px;
	top: 123px;
}
.isol .isol-b ul li:last-of-type:after{
	display: none;
}


.isol .isol-b ul li i{
	display: block;
	width: 90px;
	height: 90px;
	border: 3px solid #eee;
	border-radius: 50%;
	margin: 15px auto;
}
.isol .isol-b .isol-01{
	background: url(../img/isol-bg.jpg) left 0 top no-repeat;
}
.isol .isol-b .isol-02{
	background: url(../img/isol-bg.jpg) left -96px top no-repeat;
}
.isol .isol-b .isol-03{
	background: url(../img/isol-bg.jpg) left -192px top no-repeat;
}
.isol .isol-b .isol-04{
	background: url(../img/isol-bg.jpg) left -288px top no-repeat;
}
.isol .isol-b .isol-05{
	background: url(../img/isol-bg.jpg) left -384px top no-repeat;
}
.isol .isol-b ul li dl{
	width: 160px;
	margin: 0 auto;
	text-align: center;
}
.isol .isol-b ul li dl span{
	font-family: arial;
	font-size: 18px;
	color: #999;
}
.isol .isol-b ul li dl dt{
	font-weight: bold;
	color: #0071c1;
	font-size: 15px;
	line-height: 45px;
}
.isol .isol-b ul li dl dd{
	height: 70px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}

/*广告*/
.igg{
	width: 100%;
	height: 220px;
	background: url(../img/igg.jpg) center no-repeat;
	margin-top: 80px;
}
.igg .igg-l{
	float: left;
	margin-top: 70px;
	margin-left: 80px;
}
.igg .igg-l h5{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}
.igg .igg-l p{
	font-size: 15px;
	color: #b7dfff;
	margin-top: 25px;
}

.igg .igg-r{
	float: right;
	width: 505px;
	height: 100%;
	background: url(../img/igg-bg.png) center no-repeat;
	position: relative;
}
.igg .igg-r .igg-r-phone{
	position: absolute;
	top: 45px;
	left: 125px;
}
.igg .igg-r .igg-r-phone .igg-r-phone-t{
	height: 50px;
	padding-left: 70px;
	background: url(../img/iphone03.png) left no-repeat / 50px 50px;
}
.igg .igg-r .igg-r-phone .igg-r-phone-t span{
	color: #fff;
}
.igg .igg-r .igg-r-phone .igg-r-phone-t p{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.igg .igg-r .igg-r-phone a{
	display: block;
	width: 168px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
	margin-top: 40px;
}
.igg .igg-r .igg-r-phone a:hover{
	background: #fff;
	color: #f3b700;
}

/*案例*/
.icase{
	width: 100%;
	margin-top: 80px;
}

.icase .icase-title{
	text-align: center;
}
.icase .icase-title h5{
	font-size: 25px;
	font-weight: bold;
}
.icase .icase-title p{
	color: #999;
	margin-top: 10px;
}

.icase .icase-b{
	margin-top: 40px;
}
.mr_frbox {
	padding: 0;
}

.mr_frBtnL {
	float: left;
	margin: 156px 52px 0px 0px;
	cursor: pointer;
	display: inline;
}

.mr_frUl {
	float: left;
	width: 1030px;
	overflow: hidden;
}

.mr_frBtnR {
	float: right;
	margin-top: 156px;
	cursor: pointer;
}

.mr_frUl ul li {
	float: left;
	width: 300px;
	margin-right: 65px;
	overflow: hidden;
	color: #666;
}

.mr_frUl ul li img {
	display: block;
	width: 300px;
	height: 225px;
}

.mr_frUl ul li dl {
	margin-bottom: 15px;
}

.mr_frUl ul li dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 15px;
}

.mr_frUl ul li dl dd {
	color: #888;
	height: 48px;
	line-height: 23px;
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mr_frUl ul li span {
	height: 29px;
	line-height: 29px;
	padding-left: 30px;
	background: url(../img/icase-visit.png) left no-repeat;
	color: #ccc;
	float: left;
}

.mr_frUl ul li a {
	display: block;
	width: 98px;
	height: 29px;
	line-height: 29px;
	background-color: #0071c1;
	color: #fff;
	padding-left: 17px;
	background-image: url(../img/icase-jt.png);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0 auto;
}

/*新闻*/
.inews .inews-title{
	text-align: center;
}
.inews .inews-title h5{
	font-size: 25px;
	font-weight: bold;
}
.inews .inews-title p{
	color: #999;
	margin-top: 10px;
}
.inews{
	margin-top: 80px;
}
.inews .inews-list{
	width: 570px;
	margin-top: 30px;
}
.inews .inews-list .inews-b ul li{
	border-bottom: 1px dashed #ddd;
	margin-top: 20px;
}
.inews .inews-list .inews-b ul li:hover{
	border-color: #0071c1;
}
.inews .inews-list .inews-b ul li dl dt{
	font-size: 15px;
	font-weight: bold;
}
.inews .inews-list .inews-b ul li:hover dl dt{
	color: #0071c1;
}
.inews .inews-list .inews-b ul li dl dd{
	line-height: 2;
	color: #666;
	margin: 12px 0;
}
.inews .inews-list .inews-b ul li .inews-date{
	height: 15px;
	line-height: 15px;
	padding-bottom: 20px;
}
.inews .inews-list .inews-b ul li .inews-date p{
	float: left;
	color: #999;
}
.inews .inews-list .inews-b ul li .inews-date span{
	float: right;
	color: #0071c1;
}

/*联系*/
.icontact{
	margin-top: 80px;
	background: url(../img/icontact-bg.jpg) top center no-repeat;
	padding-top: 150px;
}
.icontact .icontact-box{
	width: 720px;
	padding: 35px 100px;
	margin: 0 auto;
	border-radius: 10px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.icontact .icontact-l{
	float: left;
	width: 320px;
}
.icontact .icontact-r{
	float: right;
	width: 320px;
}
.icontact .icontact-l h5,
.icontact .icontact-r h5{
	font-size: 18px;
	font-weight: bold;
	color: #0071c1;
}

.icontact .icontact-l i,
.icontact .icontact-r i{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	margin: 15px 0;
}
.icontact .icontact-l p{
	line-height: 1;
	margin-bottom: 30px;
	color: #666;
}
.icontact .icontact-l p:last-of-type{
	margin-bottom: 0;
}
.icontact .icontact-r .input-txt{
	font-size: 13px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.icontact .icontact-r textarea{
	font-family: "微软雅黑";
	width: 100%;
    height: 67px;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 3px 5px;
    resize: none;
}

.icontact .icontact-r .input-ly {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #0071c1;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

/*页脚*/

.footer{
	padding: 40px 0;
	background: #0071c1;
	margin-top: 100px;
}

.footer .ft-contact{
	float: left;
	margin-right: 120px;
}
.footer .ft-contact p{
	color: #fff;
	line-height: 25px;
}
.footer .ft-nav{
	float: left;
	width: 150px;
}
.footer .ft-nav ul li{
	float: left;
	line-height: 25px;
}

.footer .ft-nav ul li:nth-of-type(2n){
	float: right;
}
.footer .ft-nav ul li a{
	color: #fff;
}
.footer .ft-ewm{
	float: right;
	width: 100px;
	text-align: center;
}
.footer .ft-ewm img{
	display: block;
	width: 100px;
	height: 100px;
}

.footer .ft-ewm p{
	color: #fff;
	margin-top: 10px;
}

/*版权*/
.icopy{
	height: 35px;
	line-height: 35px;
	background: #003a6b;
	color: #fff;
}
/*内页*/
.content {
	margin-top: 50px;
}
.content-b>h5{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.content-b>img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*侧边栏*/

.content-left {
	float: left;
	width: 270px;
}

.content-left .left-nav {
	width: 100%;
}

.content-left .left-nav .left-title {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background: #0071c1;
}

.content-left .left-nav .left-title h5 {
	font-size: 25px;
	font-weight: bold;
}

.content-left .left-nav .left-title h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.content-left .left-nav .left-list {
	border: 1px solid #ddd;
}

.content-left .left-nav .left-list ul li {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.content-left .left-nav .left-list ul li:last-of-type{
	border-bottom: none;
}
.content-left .left-nav .left-list ul li a {
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 15px;
	color: #333;
	padding-left: 30px;
	background: url(../img/ny-jt.png) right 30px center no-repeat / 21px 21px;
}
.content-left .left-nav .left-list ul li a:hover,
.content-left .left-nav .left-list ul .active a{
	color: #0071c1;
	background-image: url(../img/ny-jt02.png);
}

.content-left .left-nav .left-list ul dl dd{
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}
.content-left .left-nav .left-list ul dl dd:first-of-type{
	border-top: none;
}
.content-left .left-nav .left-list ul dl dd a{
	display: block;
	padding-left: 45px;
	color: #666;
}

.content-left .left-contact{
	margin-top: 30px;
}

.content-left .left-contact .left-contact-b{
	padding: 5px 0 15px 0;
	border: 1px solid #ddd;
}
.content-left .left-contact .left-contact-b p{
	width: 230px;
	margin: 8px auto 0 auto;
	line-height: 2;
	font-size: 14px;
	color: #666;
}

.content-right {
	float: right;
	width: 890px;
}

.content-right .right-title {
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-bottom: 10px;
}

.content-right .right-title:after {
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #0071c1;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.content-right .right-title h5 {
	float: left;
	font-size: 23px;
}

.content-right .location {
	float: right;
	color: #666;
	margin-top: 12px;
}

.content-right .content-b {
	padding-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}


/*新闻列表*/

.news-list ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.news-list ul li:last-of-type {
	border-bottom: none;
}

.news-list ul li dd {
	font-size: 16px;
	font-weight: bold;
	color: #0071c1;
}

.news-list ul li dd a:hover {
	text-decoration: underline;
}

.news-list ul li p {
	margin: 5px 0;
	color: #666;
}

.news-list ul li span {
	float: left;
	font-size: 13px;
	color: #999;
	margin-top: 2px;
}

.news-list ul li>a {
	display: block;
	float: right;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #666;
	font-size: 13px;
}

.news-list ul li>a:hover {
	background: #0071c1;
}

.news-nr h5 {
	display: block;
	line-height: 35px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.news-nr h4 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

.pro-list ul li {
	float: left;
	width: 270px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 40px;
}

.pro-list ul li:hover {
	color: #0071c1;
	border-color: #0071c1;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	display: block;
	width: 270px;
	height: 203px;
	margin-bottom: 6px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}
.pro-list ul li a p{
	height: 50px;
	line-height: 1.8;
	color: #888;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-list ul li:hover p{
	color: #0071c1;
}
.case-list ul li{
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
}

.case-list ul li a img {
    width: 200px;
    height: 150px;
    float: left;
}

.case-list ul li dl{ float:right;width:670px;  }
.case-list ul li dt{ height:34px; line-height:34px;  }
.case-list ul li dt a{color:#0071c1;font-size:16px; font-weight:bold;}
.case-list ul li dt a:hover{ text-decoration:underline;}
.case-list ul li dd{ line-height:24px; margin-top:0px;height:110px; position:relative;font-size:13px;color:#888;}
.case-list ul li dd .moret{position:absolute; right:10px; background:#0071c1;bottom:-5px; width:62px; text-align:center;  font-size:13px; color:#fff;  line-height:24px;height:24px; }
.case-list ul li dd .moret:hover{background:#0071c1; color:#fff; line-height:24px;}






.pro-nr>h5 {
	font-size: 20px;
	text-align: center;
}

.pro-nr>img {
	display: block;
	margin: 10px auto;
	max-width: 70%;
}
.pro-nr>h3{
	font-size: 18px;
	color: #35383d;
    height: 40px;
    line-height: 40px;
    background: #e7e8e9;
    text-indent: 15px;
    margin-bottom: 15px;
    border: none;
    margin-top: 15px;
}
.proright {
	float: right;
	width: 450px;
	height: 300px;
}
.proright h2{
	font-size: 18px;
	color: #0071c1;
}
.proright .summary{
	margin-top: 15px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #0071c1;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

#preview {
	float: left;
	margin: 0px auto;
	width: 402px;
}

.jqzoom {
	width: 400px;
	height: 300px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 8px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0;
	display: inline;
	width: 75px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 60px;
	height: 45px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 366px;
	margin-right: 8px;
}

#spec-list div {
	margin-top: 0;
	margin-left: 0;
	*margin-left: 0;
}
.pre-next{
	margin-top: 30px;
}
/*搜索结果*/
.search-list ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}
.search-list ul li a{
	display: block;
}
.search-list ul li a p{
	float: left;
	height: 40px;
	line-height: 40px;
}
.search-list ul li a span{
	float: right;
	height: 40px;
	line-height: 40px;
}