﻿@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: none;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
li {
	list-style: none;
}
p img {
	max-width: 800px;
    position: relative;
    left: 16px;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
	cursor: pointer
}
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 14px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { /*兼容 IE*/
	zoom: 1;
}
/*end reset*/


/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}/*网站字体颜色*/
.content, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.wrap-header {
	height: 51px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 9;
}
.wrap-header p {
	height: 51px;
	line-height: 51px;
}
.wrap-header ul {
	padding-top: 17px;
}
.wrap-header ul li {
	float: left;
	height: 19px;
	line-height: 19px;
	padding-left: 24px;
	margin-left: 24px;
	border-left: 1px solid #d2d2d2;
	position: relative;
}
.wrap-header ul li:first-child {
	border-left: none;
}
.wrap-header ul li a:hover {
	color: #1048a0;
}
.wrap-header ul li span {
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -5px;
	top: 18px;
	padding-top: 16px;
}
.wrap-header ul li img {
	display: block;
	width: 120px;
	height: 120px;
}
.wrap-header ul li:hover span {
	display: block;
}
.logo .container {
	height: 129px;
	position: relative;
}
#logo2 {
	position: absolute;
	left: 0;
	top: 25px;
}
.logo h1 {
	position: absolute;
	left: 0;
	top: 25px;
}
.logo h1 img {
	display: block;
	width: 90px;
	height: 80px;
}
.logo .lTit {
	position: absolute;
	left: 120px;
	top: 35px;
}
.logo .lTit .p1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}
.logo .lTit .p2 span {
	margin-left: 25px;
	border-left: 1px solid #bfbfbf;
	padding-left: 30px;
}
.logo .lTit .p2 span:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.logo .iphone {
	margin: 25px 0px 0px 0px;
	overflow: hidden;
	display: block;
	line-height: 30px;
	background: url(../images/top_tel.png) no-repeat 0 0;
	width: 332px;
	height: 84px;
	color: #f00;
	position: absolute;
	top: 0;
	right: 0
}
.logo .iphone p {
	padding: 10px 0 0 106px;
	display: block;
}
.logo .iphone span {
	font-size: 26px;
	display: block;
	font-family: arial;
}
.Nav {
	height: 60px;
	width: 100%;
	z-index: 1;
	background: #1048a0;
}
.Nav .navUl {
	width: 155%
}
.Nav .navUl>li {
	font-size: 15px;
	float: left;
	height: 60px;
	position: relative;
	left:-140px;
}
.Nav .navUl>li>a {
	display: block;
	color: #666;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	position: relative;
	border-left: 1px solid #c6dffe;
	color: #fff;
	font-size: 16px;
	padding: 0 30px
}
.Nav .navUl>li:first-child>a {
	border-left: none;
}
.Nav .navUl>li:hover, .Nav .navUl>li.cur {
}
.Nav .navUl>li:hover>a, .Nav .navUl>li.cur>a {
	background: #f9a50e;
	color: #fff;
}
.wrap-footer {
	background: #242424;
}
.wrap-footer .fTop {
	padding: 25px 0 30px 0;
	border-bottom: 1px solid #797979;
}
.wrap-footer .ful1 {
	float: left;
	margin-left: 100px;
}
.wrap-footer .ful1:first-child {
	margin-left: 0;
}
.wrap-footer .ful1 li {
	margin-bottom: 16px;
}
.wrap-footer .ful1 li a {
	color: #fff;
}
.wrap-footer .ful1 li a:hover {
	color: #73a146;
}
.wrap-footer .ful1 li:first-child {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}
.wrap-footer dl {
	float: left;
	text-align: center;
	color: #fff;
	margin-left: 120px
}
.wrap-footer dl dt {
	overflow: hidden;
	margin-bottom: 10px;
}
.wrap-footer .ful2 {
	float: right;
	margin-right: 80px;
}
.wrap-footer .ful2 li.li1 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}
.wrap-footer .ful2 li.li2 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}
.wrap-footer .ful2 li.li3 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #1048a0;
	font-weight: bold;
}
.wrap-footer .ful2 li.li4 a {
	display: block;
	height: 45px;
	width: 186px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1048a0;
	background: #fff;
	border-radius: 5px;
}
.wrap-footer .ful2 li.li4 a:hover {
	background: #73a146;
	color: #fff;
}
.wrap-footer .ficp {
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #fff;
}
.wrap-footer .ficp a {
	color: #fff;
}
.wrap-footer .ficp a:hover {
	color: #73a146;
}
/*页眉*/
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header .header_nav {
	overflow: hidden;
	width: 100%;
	height: 60px;
	position: relative
}
.header .header_nav b {
	display: block;
	width: 458px;
	height: 3px;
	background-color: #ff5b00;
	position: absolute;
	left: 0;
	top: 0
}
.header .header_nav p {
	width: 0px;
	height: 3px;
	background-color: #ff5b00;
}
.header .header_nav ul {
	overflow: hidden;
	height: 57px;
}
.header .header_nav li {
	float: left;
	line-height: 57px;
	font-size: 14px;
	padding: 0 10px;
}
.header .header_nav li a {
	color: #fff;
	text-decoration: none;
	display: block
}
.header .header_nav .first {
	background: none
}
.header .header_nav .cur a, .header .header_nav li:hover a {
	color: #ff5b00;
	font-weight: bold
}
/*底部*/


/*返回顶部*/
.retop ul {
	overflow: hidden;
}
.retop li {
	float: left;
	margin-left: 10px;
}
.retop li img {
	display: block;
}
.rtTop {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: fixed;
	top: 80%;
	right: 46%;
	margin-right: -615px;
	cursor: pointer;
	display: none;
}
.rtTop h4 {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: relative;
}
.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


.f233_main .w233 {
    width: 1200px;
    margin: 0 auto;
}
.f233_main {
    position: relative;
    width: 100%;
}
.f233_main .foot233 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    height: auto;
    background: #1e2129;
}
.f233_main .links {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px solid #9b9b9b;
}
.f233_main .links span {
    color: #f9f9f9;
    display: inline-block;
}
.f233_main .links a {
    display: inline-block;
    color: #f9f9f9;
    padding-right: 10px;
}
.f233_main .links a:hover {
    color: #c69f65;
}
.f233_main .botnav {
    width: 300px;
}
.f233_main .botnav li {
    width: 128px;
    float: left;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    padding-left: 40px;
}
.f233_main .botnav li:first-child {
    padding-left: 10px;
}
.f233_main .botnav li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.f233_main .botnav li a:hover {
    color: #c69f65;
}
.f233_main .botnav li .drop {
    padding-top: 10px;
}
.f233_main .botnav li .drop a {
    font-size: 12px;
    line-height: 24px;
}
.f233_main .botnav li:first-child {
    padding-left: 0;
}
.f233_main .botcontcat {
    width: 230px;
    color: #fff;
}
.f233_main .botcontcat a {
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 16px;
}
.f233_main .botcontcat a:hover {
    color: #c69f65;
}
.f233_main .botcontcat .zx {
    padding-left: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    background: url("{eyou:global name='web_cmspath' /}/skin/zujianku/images/t233.png") no-repeat left center;
    background-size: 16px;
}
.f233_main .botcontcat .webTel1 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}
.f233_main .botcontcat .webTel2 {
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}
.f233_main .bewm {
    padding-top: 0px;
    padding-bottom: 12px;
    display: block;
    width: 160px;
    height: 215px;
    background: #c9974c;
    background-size: 160px 215px;
}
.f233_main .bewm .img {
    display: block;
    width: 127px;
    height: 127px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.f233_main .bewm .scan {
    margin-top: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.f233_main .imsgbox {
    width: 440px;
}
.f233_main .imsgbox h3 {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 24px;
}
.f233_main .imassge {
    padding-top: 16px;
}
.f233_main .imassge .item {
    width: 209px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
}
.f233_main .imassge .item .txt {
    width: 199px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #989a9e;
    background: none;
    outline: none;
    border: 0 none;
}
.f233_main .imassge .item .msg-box {
    position: absolute;
    left: 0;
    height: 20px;
    top: 0px;
}
.f233_main .imassge .item .msg-box s {
    display: inline-block;
}
.f233_main .imassge .mr10 {
    margin-right: 18px;
}
.f233_main .imassge .mj {
    width: 438px;
}
.f233_main .imassge .mj .txt {
    width: 430px;
}
.f233_main .imassge .submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .5s;
    border: 0 none;
}
.f233_main .imassge .submit:hover {
    background: #c9974c;
    color: #fff;
    border: 0 none;
}
.f233_main .copyright {
    position: relative;
    width: 100%;
    line-height: 50px;
    background: #16181f;
}
.f233_main .copyright p {
    color: #fff;
}
.f233_main .copyright a {
    color: #fff;
}
.f233_main .copyright a:hover {
    color: #c69f65;
}



.oem1 .oem2 .oem3:hover {
    background: red;
}

.oem4 .oem5 .oem6:hover {
    background: red;
}


 .intro {
	width: 280px;
	height: 80px;
	text-align: center;
	padding-top: 7px;
	position: relative;
}
 .intro h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 .intro h3 a {
	color: #000000;
    font-weight: normal;
	text-decoration: none;
}
 .intro p {
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 62px;
}
 .intro .btn {
	overflow: hidden;
	width: 241px;
	height: 42px;
	background: url(../images/prolistbg01.png) no-repeat center;
	position: absolute;
	bottom: 56px;
	left: 20px;
    top: 34px;
}
 .intro .btn a {
	display: block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}
.intro .btn a i {
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../images/mub02_jt03.png) no-repeat center;
	margin-left: 8px;
	position: relative;
	top: 2px;
}
 .intro .btn a:first-child {
	border-right: 1px solid #eaeaea;
}
 .intro .btn a:hover {
	color: #fff;
}
.intro h3 a {
	color: #000000;
    font-weight: normal;
}
 .intro .btn a.more:hover {
	background: url(../images/prolistbg02.png) no-repeat center;
}
 .intro .btn a.more:hover i {
	background: url(../images/mub02_jt02.png) no-repeat center;
}
 .intro .btn a.zx:hover {
	background: url(../images/prolistbg03.png) no-repeat center;
}
 .intro .btn a.zx:hover i {
	background: url(../images/mub02_jt02.png) no-repeat center;
}
.proListSection .mainCon .conBox li:hover .Pic img {
	transform: scale(1.2);
}








.ico {
    background: url(/template/pc/style/images/ico302.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.w302 {
    width: 1271px;
    margin: 0 auto;
}
.top302 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    background-color: #f5f5f5;
    color: #999999;
    font-size: 12px;
    top: -15px;
}
.top302 li {
    display: inline-block;
    zoom: 1;
    text-align: center;
    margin: 0 8px;
}
.top302 li a {
    color: #999999;
    cursor: pointer;
    font-size: 12px;
}
.top302 li a:hover {
    color: #0a05a8;
}
.top302 .split {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #999999;
    vertical-align: middle;
    margin: 0;
}
.head302 {
    width: 100%;
    height: 96px;
    padding-top: 2px;
    background: #fff;
}
.head302 .logo {
    margin-right: 80px;
    display: block;
}
.head302 .logo img {
    display: block;
}
.head302 .tel {
    width: 350px;
    line-height: 44px;
    margin-top: 15px;
    
    font-size: 32px;
    color: #0a05a8;
}
.head302 .tel span {
    color: #ff3a49;
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.head302 .tel strong {
    
    display: block;
    white-space: nowrap;
    font-size: 28px;
    color: #ff3a49;
}
.head302 .tel s {
    width: 85px;
    height: 65px;
    float: left;
    background-position: 0 3px;
    margin-right: 12px;
}
.nav302 {
    height: 59px;
    line-height: 45px;
    background: #1047a1;
    position: relative;
    z-index: 111;
}
.nav302 li {
    width: 138px;
    height: 59px;
    line-height: 58px;
    text-align: center;
    display: block;
    z-index: 11;
    float: left;
    position: relative;
    background: url(/template/pc/style/images/nav302.png) no-repeat left center;
}
.nav302 li:first-child {
    background: none;
}
.nav302 li .nav1 {
    display: block;
    font-size: 15px;
    color: #fff;
}
.nav302 li .nav1:hover, .nav302 li.hover .nav1 {
    background: #f49307;
    height: 59px;
}
.nav302 .subnav {
    background: #2a65c5;
    height: 45px;
    line-height: 45px;
    position: absolute;
    z-index: 11;
    left: 0px;
    top: 59px;
}
.nav302 .subnav {
    position: absolute;
    left: 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.nav302 li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.nav302 .subnav a {
    color: #fff;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(170,170,170,.2);
}
.nav302 .subnav a:hover {
    background: #f49307;
}

