﻿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 {
	min-width: 1100px;
	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;
}


/*通用代码*/

.cls {
	clear: both;
}

.wrap {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}


/*iban*/

.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: #019ee3;
}

.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(../images/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;
}


/*header*/

.header {
	background: #fff;
	width: 100%;
	height: 170px;
	position: fixed;
	top: 0;
	z-index: 999999999999;
}

.itop {
	height: 110px;
}

.ilogo {
	height: 110px;
	line-height: 110px;
	float: left;
	font-size: 30px;
	padding-left: 170px;
	background: url(../images/ilogo.png) left no-repeat;
}

.iphone,
.ifax {
	padding-left: 65px;
	float: right;
	height: 110px;
}

.iphone h5,
.ifax h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	margin-top: 33px;
}

.iphone p,
.ifax p {
	font-size: 16px;
	color: #666;
	line-height: 1;
	margin-top: 12px;
}

.iphone {
	background: url(../images/iphone.png) left no-repeat;
	margin-right: 40px;
}

.ifax {
	background: url(../images/ifax.png) left no-repeat;
}

.nav {
	height: 60px;
	line-height: 60px;
	background: #0068b7;
}
.nav ul{
	width: 875px;
	float: left;
}
.nav ul li {
	float: left;
	text-align: center;
	font-size: 13px;
	width: 140px;
	position: relative;
}

.nav ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	background: #f39800;
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.nav ul li a {
	display: block;
	position: relative;
	color: #fff;
	z-index: 99;
}

.nav ul li:hover:after {
	height: 100%;
}

.nav ul li dl {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 90px;
	left: 0px;
	background: #fff;
	z-index: 10;
	color: #000;
	min-width: 125px;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.nav ul li:hover dl {
	visibility: visible;
	top: 60px;
	opacity: 1;
}

.nav ul li dl dd {
	background: #0068b7;
	height: 45px;
	text-align: center;
	color: #fff;
	position: relative;
}
.nav ul li dl dd:after{
	display: block;
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 45px;
	background: #f39800;
		transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.nav ul li dl dd:hover:after{
	width:100%;
}
.nav ul li dl dd a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: none;
}

.iban {
	margin-top: 170px;
}

/*ititle*/
.ititle{
	text-align: center;
}
.ititle h5{
	line-height: 1;
	color: #0068b7;
	font-size: 25px;
	font-weight: bold;
}
.ititle h5 span{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.ititle p{
	line-height: 1;
	margin-top: 20px;
	color: #666666;
}
.imore{
	display: block;
	width: 150px;
	line-height: 45px;
	font-size: 15px;
	background: #f39800;
	color: #fff !important;
	text-align: center;
	margin: 40px auto 0 auto;
}
.imore:hover{
	background: #0068b7;
}
/*关于我们*/
.iabout{
	margin-top: 60px;
	padding: 40px 0;
	background: url(../images/iabout-bj.jpg) center no-repeat;
}
.iabout>.wrap>.ititle h5,.iabout>.wrap>.ititle h5 span{
	color: #fff;
}
.iabout>.wrap>.ititle p{
	color: #fff;
}
.iabout-b{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	background: #fff;
	border-radius: 15px;
	margin-top: 40px;
}
.iabout-b img{
	border-radius: 15px;
	float: left;
}
.iabout-txt{
	float: right;
	width: 575px;
}
.iabout-txt h5{
	line-height: 1;
	font-size: 21px;
	color: #0068b7;
	font-weight: bold;
	position: relative;
	margin: 14px 0;
}
.iabout-txt h5 span{
	font-size: 13px;
	color: #aaaaaa;
	font-weight: normal;
	position: absolute;
	bottom: -1px;
	left: 103px;
}
.iabout-txt p{
	line-height: 2;
	color: #666;
}

/*ipro*/
.ipro{
	padding: 60px 0;
	background: #eeeeee;
}
.ipro-nav{
	margin-top: 25px;
	width: 230px;
	float: left;
	background: #fff;
	padding-bottom: 20px;
}
.ipro-nav p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #f39800;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ipro-nav ul li{
	height: 40px;
	line-height: 40px;
	color: #666;
	padding: 0 20px;
}
.ipro-nav ul li a{
	display: block;
	border-bottom: 1px dashed #ddd;
}
.ipro-nav ul li a:hover{
	font-weight: bold;
	color: #0068b7;
}
.ipro-b{
	float: right;
	width: 820px;
}
.ipro-b ul li{
	width: 260px;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-top: 25px;
	text-align: center;
}

.ipro-b ul li:nth-of-type(3n){
	margin-right: 0;
}
.ipro-b ul li:hover{
	background: #0068b7;
}
.ipro-b ul li img{
	display: block;
	width: 250px;
	height: 165px;
	margin-bottom: 5px;
}
.ipro-b ul li p{
	line-height: 30px;
	font-size: 13px;
	color: #666;
}
.ipro-b ul li:hover p{
	color: #fff;
}

/*icase*/

.icase {
	padding: 40px 0;
	background: url(../images/icase-bj.jpg) center no-repeat;
}
.icase>.wrap>.ititle h5,.icase>.wrap>.ititle h5 span{
	color: #fff;
}
.icase>.wrap>.ititle p{
	color: #b6b6b6;
}
.icase-b {
	margin-top: 40px;
}

.mr_frbox {
	padding: 0;
	margin-bottom: 30px;
}

.mr_frBtnL {
	float: left;
	margin: 100px 30px 0px 0px;
	cursor: pointer;
	display: inline;
}

.mr_frUl {
	float: left;
	width: 950px;
	overflow: hidden;
}

.mr_frBtnR {
	float: right;
	margin-top: 100px;
	cursor: pointer;
}

.mr_frUl ul li {
	float: left;
	width: 280px;
	margin-right: 55px;
	overflow: hidden;
	color: #666;
	background: #fff;
}

.mr_frUl ul li img {
	display: block;
	width: 280px;
	height: 190px;
}
.mr_frUl ul li dl{
	padding: 10px 20px;
}
.mr_frUl ul li dl dt{
	font-size: 13px;
	font-weight: bold;
	color: #0068b7;
	margin: 5px 0 10px 0;
}
.mr_frUl ul li dl dd{
	line-height: 2;
	color: #666;
}

/*inews*/
.inews{
	padding: 60px 0;
	background: #eeeeee;
}

.inews-b ul li{
	width: 300px;
	float: left;
	padding: 10px 9px;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 30px;
}
.inews-b ul li:nth-of-type(2n){
	margin-left:70px;
	margin-right:70px;
}

.inews-b ul li img{
	display: block;
	width: 300px;
	height: 190px;
}

.inews-b ul li dl dt{
	text-align: center;
	font-size: 15px;
	margin: 25px 0 20px 0;
}
.inews-b ul li dl dd{
	line-height: 2;
	color: #666;
}
.inews-b ul li a{
	display: block;
	width: 100px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #d5d5d5;
	background: #eee;
	color: #777;
	margin: 15px auto 10px auto;
}
.inews-b ul li a:hover{
	background: #0068b7;
	border: 1px solid #0068b7;
	color: #fff;
}

/*合作*/
.ihz{
	margin-top: 60px;
}
.ihz-b img{
	display: block;
	width: 250px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	float: left;
	margin-right: 33px;
	margin-top: 30px;
}
.ihz-b img:nth-of-type(4n){
	margin-right: 0;
}
/*footer*/
.footer{
	margin-top: 80px;
	padding: 30px 0;
	background: #0068b7;
	border-top: 10px solid #f39800;
}
.footer dl{
	float: left;
}

.footer dl dt{
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin-bottom: 15px;
}
.footer dl dd{
	line-height: 2;
	color: #c0e4ff;
	float: left;
}
.footer dl dd:hover{
	color: #fff;
}
.footer dl p{
	color: #fff;
	line-height: 2;
}
.ft-pro{
	width: 660px;
}
.ft-pro dd{
	width: 210px;
}
.ft-ewm{
	float: right;
	width: 110px;
	text-align: center;
	margin-top: 38px;
}
.ft-ewm img{
	display: block;
	width: 110px;
	height: 110px;
}
.ft-ewm p{
	color: #fff;
	margin-top: 10px;
}

/*友情链接*/
.iyq{
	line-height: 2;
}
.iyq span{
	float: left;
}
.iyq a{
	float: left;
}
.iyq i{
	float: left;
}
.iyq i:last-of-type{
	display: none;
}
/*content*/

.content {
	margin-top: 40px;
}


/*content-left*/

.content-left {
	width: 230px;
	float: left;
}

.left-t {
	background: #144a9e;
	padding: 15px 20px;
}

.left-t h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.left-t h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}

.left-b ul {
	border: 1px solid #dcdbdb;
	border-top: 0;
}

.left-b ul li {
	color: #333;
	border-bottom: 1px solid #dcdbdb;
	font-size: 13px;
	background: #f0f0f0;
}

.left-b ul li:last-of-type {
	border-bottom: 0;
}

.left-b ul li>a {
	display: block;
	padding-left: 20px;
	line-height: 40px;
	background: url(../images/ipro-navbj.png) right 30px top 18px no-repeat;
}

.left-b ul li a:hover {
	color: #144a9e;
}

.leftnavdl {
	border-bottom: 1px solid #dcdbdb;
	padding: 0 30px;
}

.leftnavdl dd {
	padding: 0 20px;
	border-bottom: 1px dashed #ccc;
	line-height: 1;
}

.leftnavdl dd:last-of-type {
	border: 0;
}

.leftnavdl dd a {
	color: #666;
	display: block;
	line-height: 50px;
}

.leftnavdl dd a:hover {
	color: #144a9e;
}

.left-box02 {
	margin-top: 40px;
}

.left-box02 .left-t {
	background: #019ee3;
}

.left-box02 .left-t span {
	color: #fff;
}

.left-box02 dl {
	border: 1px solid #dcdbdb;
	border-top: 0;
	padding: 10px 20px 15px 20px;
	background: #f0f0f0;
	color: #666;
	overflow: hidden;
}

.left-box02 dl dd {
	line-height: 2;
	margin-top: 5px;
}


/*content-right*/

.content-right {
	width: 820px;
	float: right;
}

.right-t {
	position: relative;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ccc;
}

.right-t h5 {
	font-size: 24px;
	color: #144a9e;
}

.content-pos {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	color: #666;
}

.right-b {
	line-height: 2;
	margin-top: 11px;
	font-size: 13px;
}

.news-list ul li {
	padding-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

.news-list a {
	display: block;
}

.news-list h3 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #144a9e;
}

.news-list ul li {
	color: #666;
}

.news-list span {
	font-size: 12px;
	color: #aaa;
}

.news-list h4 {
	display: block;
	text-align: right;
	color: #36436e;
	margin-top: 5px;
}

.news-list h4:hover {
	color: #f00;
}


.news-nr h5 {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	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: 250px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 35px;
}

.pro-list ul li:hover {
	color: #144a9e;
	border-color: #144a9e;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	display: block;
	width: 250px;
	height: 180px;
	padding: 5px;
	margin-bottom: 6px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}

.pro-nr>h5 {
	font-size: 20px;
	text-align: center;
}

.pro-nr>img {
	display: block;
	margin: 30px auto;
	max-width: 70%;
}

.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: #144a9e;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

.isearch{
	float: right;
	margin-top: 17px;
}
.isearch p{
	margin-left: 5px;
	margin-bottom: 8px;
}
.isearch form {
	width: 215px;
	height: 26px;
	border-radius: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

.isearch form input {
	outline: 0;
	border: none;
}

.search-txt {
	width: 173px;
	height: 20px;
	border: none;
	padding: 3px 0;
	margin-left: 10px;
	background: none;
	float: left;
}

.search-btn {
	width: 23px;
	height: 20px;
	background: url(../images/search.png) center no-repeat;
	padding: 0;
	margin: 2px 7px 0 0;
	cursor: pointer;
	float: right;
}


.down-list ul li {
	border-bottom: 1px dashed #ccc;
	line-height: 60px;
}

.down-list a {
	display: block;
}

.down-list p {
	float: left;
	font-size: 15px;
	display: block;
	color: #666;
}
.down-list p a:hover{
	color: #333;
}
.down-list span{
	float: right;
}
.down-list span a{
	color: #f00;
}
.down-list span a:hover{
	color: #d10000;
	text-decoration: underline;
}
.down-list ul li {
	color: #666;
}
