
::selection {
    background-color: #0172C2;
    color: #fff;
}

::-moz-selection {
    background-color: #0172C2;
    color: #fff;
}

::-webkit-selection {
    background-color: #0172C2;
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

:focus {
    outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #0a0a0a;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #ed744e;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
/* structural elements 结构元素*/
dl, dt, dd, ul, ol, li, 
/* list elements 列表元素*/
pre, 
/* text formatting elements 文本格式元素*/
fieldset, lengend, button, input, textarea, 
/* form elements 表单元素*/
th, td {
/* table elements 表格元素*/
	margin: 0;
	padding: 0;
}
input,textarea {
	/*border: 2 none;*/
	box-shadow: none;
	outline: none;
}
i {font-style: normal;}
/* 设置默认字体*/
body,button, input, select, textarea {
	font-family:"Microsoft Yahei" ;
	color: #0a0a0a;
}
* h1,* h2,* h3,* h4,* h5,* h6 {
	margin: 0px;
}
/* 重置列表元素*/
ul, ol ,li {
	list-style: none;
}
/* 重置文本格式元素*/
	
a {
	text-decoration: none;
	color: #666;
	word-wrap:break-word;
}
/*英文换行*/
a:hover {
	text-decoration: none;
	color:#666;
}
/* 重置表单元素*/
	legend {
	color: #000;
}
/* for ie6*/
	fieldset, img {
	border: none;
}
/* img 搭车：让链接里的 img 无边框*/
button, input, select, textarea {
	font-size: 100%;
	/* 使表单元素在 ie 下能继承字体大小*/
}
/* 重置表格元素*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
html {
	overflow-y: scroll;
}
/*设置浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.mt3 {
  margin-top: 30px;
}
.mb3 {
  margin-bottom: 30px;
}
/*清除浮动*/
.clear {
	clear: both;
	height: 0;
}
.blk-main .clearlist {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	border:0;
	width:100% ;
	float:none;
}
.b-main .clearlist {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	border:0;
	width:100% ;
	float:none;
}
.clearafter:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
/* -- 页面整体布局 --*/
.header , .content , .footer {
	width:1200px;
	margin:0 auto;
}
.pt {
	padding-top: 60px;
}
/* function*/
h2 a:hover {
	text-decoration: none;
}
input,textarea {
	outline:none;
}
textarea {
	resize:none;
}
em {
	font-style: normal;
}
.f_cb:after,.f_cbli li:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
	content:".";
}
.f_cb,.f_cbli li {
	zoom:1;
}
.f_ib {
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.f_dn {
	display:none;
}
.f_db {
	display:block;
}
.f_pr {
	position:relative;
}
.f_pa {
	position:absolute;
}
.f_fl {
	float:left;
}
.f_fr {
	float:right;
}
.f_prz {
	position:relative;
	zoom:1;
}
.f_oh {
	overflow:hidden;
}
.f_fa {
	font-family:Arial, Helvetica, sans-serif;
}
.f_fw {
	font-family:"Microsoft Yahei"
}
.header , .content , .footer {
	width:1200px;
	margin:0 auto;
}
em {
	font-style:normal;
}
/*header*/
.head {
	overflow: hidden;
  height: 200px;
}
.head_one {
	height:32px;
	line-height: 32px;
  font-size: 14px;
  background: url(../image/head_onebg.jpg) top center repeat-y;
  color: #fff;  
}
.head_one span {

}
.head_one p em {
    width:0;
    height:0;
    border-width:32px 32px 0 0;
    border-style:solid;
    border-color:#0172C2 transparent transparent transparent;
    position:relative;
    top: 26px;
    right: 570px;
}
.head_one p a {
	width: 80px;
	float: left;
	text-align: right;
  color: #fff;
}
.head_one p a:nth-child(2) {
	background: url(../image/head_ico1.png) left center no-repeat;
	margin-right: 10px;
}
.head_one p a:nth-child(3) {
	background: url(../image/head_ico2.png) left center no-repeat;
	margin-right: 10px;
}
.head_one p a:nth-child(4) {
	background: url(../image/head_ico3.png) left center no-repeat;
}
.head_two {
	height: 130px;
  margin-top: 20px;
}
.head_two_logo {
	height: 68px;
	margin-top: 30px;
	width: 710px;
}
.head_two_logo img {
	width: 68px;
	height: 68px;
	margin-right: 15px;
}
.head_two_logo b {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 2px;
	color: #0172C2;
}
.head_two_logo i {
  color: #F29700;
  font-weight: bold;
}
.head_two_logo p {
	font-size: 21px;
	line-height: 42px;
  font-weight: lighter;
	color: #0a0a0a;
}
.head_two_logo p em {
	width: 20px;
	height: 2px;
	background: #0a0a0a;

}
.head_two_tel {
	margin-top: 32px;
	background: url(../image/head_two_tel.png) left center no-repeat;
	overflow: hidden;
}
.head_two_tel dl {
	padding-left: 60px;
}
.head_two_tel dt {
	font-size: 14px;
	line-height: 18px;
}
.head_two_tel dd {
	font-size: 36px;
	line-height: 48px;
	font-family: Impact;
	color: #0172C2;
	letter-spacing: 1px;
}
/*nav*/
.nav_box {
    width: 100%;
    height: 54px;
    background: #0172C2;
}

.nav {
    width: 1200px;
    height: 54px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    width: 150px;
    height: 54px;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 5;
   }


.nav > ul > li > a {
    display: block;
    color: #fff;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    font-size: 16px;
}


.nav ul li:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    background: #F29700;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
}


.nav ul li:hover:after {
    top: 0;
    height: 100%;
    opacity: 1;
}


.nav ul li:hover {
    color: #fff;
}

.nav ul li:hover > a {
    color: #fff;
}


.nav .erji_xiala {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 20;
    height: 0px;
    visibility: hidden;
    min-width: 240%; /*和一级栏目一样宽度*/
}

.nav .erji_xiala i {
    display: block;
    opacity: 0;
    float: left;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: #F29700;
    position: relative;
}

.nav .erji_xiala i a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    color: #FFF;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav .erji_xiala i a:hover {
    color: #FFF;
}

.nav .erji_xiala i:hover {
    background: #fbb238;
}

.nav .erji_xiala i a {
    background: -webkit-linear-gradient(left, #fbb238, #fbb238) no-repeat;
    background: linear-gradient(to right, #fbb238, #fbb238) no-repeat;
    background-size: 0% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav .erji_xiala i a:hover {
    background: -webkit-linear-gradient(left, #fbb238, #fbb238) no-repeat;
    background: linear-gradient(to right, #fbb238, #fbb238) no-repeat;
    background-size: 100% 100%;
}


.nav ul li:hover .erji_xiala {
    height: auto;
    visibility: visible;
}

.nav .erji_xiala i {
    opacity: 0;
    transform: rotateY(90deg);
    transition: .5s;
}

.nav ul li:hover .erji_xiala i {
    opacity: 1;
    transform: rotateY(0);
}

.nav ul li:hover .erji_xiala i:nth-child(1) {
    transition-delay: 50ms;
}

.nav ul li:hover .erji_xiala i:nth-child(2) {
    transition-delay: 100ms;
}

.nav ul li:hover .erji_xiala i:nth-child(3) {
    transition-delay: 150ms;
}

.nav ul li:hover .erji_xiala i:nth-child(4) {
    transition-delay: 200ms;
}

.nav ul li:hover .erji_xiala i:nth-child(5) {
    transition-delay: 250ms;
}

.nav ul li:hover .erji_xiala i:nth-child(6) {
    transition-delay: 300ms;
}

.nav ul li:hover .erji_xiala i:nth-child(7) {
    transition-delay: 350ms;
}

.nav ul li:hover .erji_xiala i:nth-child(8) {
    transition-delay: 400ms;
}

.nav ul li:hover .erji_xiala i:nth-child(9) {
    transition-delay: 450ms;
}

.nav ul li:hover .erji_xiala i:nth-child(10) {
    transition-delay: 500ms;
}

.nav .erji_xiala i:nth-child(1) {
    transition-delay: 500ms;
}

.nav .erji_xiala i:nth-child(2) {
    transition-delay: 450ms;
}

.nav .erji_xiala i:nth-child(3) {
    transition-delay: 400ms;
}

.nav .erji_xiala i:nth-child(4) {
    transition-delay: 350ms;
}

.nav .erji_xiala i:nth-child(5) {
    transition-delay: 300ms;
}

.nav .erji_xiala i:nth-child(6) {
    transition-delay: 250ms;
}

.nav .erji_xiala i:nth-child(7) {
    transition-delay: 200ms;
}

.nav .erji_xiala i:nth-child(8) {
    transition-delay: 150ms;
}

.nav .erji_xiala i:nth-child(9) {
    transition-delay: 100ms;
}

.nav .erji_xiala i:nth-child(10) {
    transition-delay: 50ms;
}


.nav .sanji_xiala {
    max-width: 500px;
    height: 0px;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 100%; /*和一级栏目一样left*/
}

.nav .sanji_xiala span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
    display: block;
    background: #0172C2;
    text-align: left;
    opacity: 0;
}

.nav .sanji_xiala span a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF;
    font-size: 14px;
    padding: 0 15px 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav .sanji_xiala span a:hover {
    color: #FFF;
}


.nav .sanji_xiala span a {
    background: -webkit-linear-gradient(left, #1a1a1a, #1a1a1a) no-repeat;
    background: linear-gradient(to right, #1a1a1a, #1a1a1a) no-repeat;
    background-size: 100% 0%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav .sanji_xiala span a:hover {
    background: -webkit-linear-gradient(left, #1a1a1a, #1a1a1a) no-repeat;
    background: linear-gradient(to right, #1a1a1a, #1a1a1a) no-repeat;
    background-size: 100% 100%;
}


.nav .sanji_xiala_di {
    background: url(http://www.wcjkzl.com/template/wcjkzl.com/images/liqsub_ss.png) no-repeat center;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 5px;
}

.nav .erji_xiala i:hover .sanji_xiala {
    height: auto;
    visibility: visible;
}

.nav .sanji_xiala span {
    opacity: 0;
    transform: rotateY(90deg);
    transition: .5s;
}

.nav .erji_xiala i:hover .sanji_xiala span {
    opacity: 1;
    transform: rotateY(0);
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(1) {
    transition-delay: 50ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(2) {
    transition-delay: 100ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(3) {
    transition-delay: 150ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(4) {
    transition-delay: 200ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(5) {
    transition-delay: 250ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(6) {
    transition-delay: 300ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(7) {
    transition-delay: 350ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(8) {
    transition-delay: 400ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(9) {
    transition-delay: 450ms;
}

.nav .erji_xiala i:hover .sanji_xiala span:nth-child(10) {
    transition-delay: 500ms;
}


.nav > ul > li.another {
    color: #fff;
}

.nav > ul > li.another:after {
    top: 0;
    height: 100%;
    opacity: 1;
}


.nav > ul > li.another > a {
    color: #fff;
}


.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
}
/*nav end*/
/*search*/
.search_box {
	height: 56px;
	line-height: 56px;
	background: #f5f5f5;
}
.search_hot {
	width: 700px;
}
.search_hot a {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	display: block; 
}
.search_hot a:hover {
	color: #0172C2;
}
.search form {
  display: none;
	width: 400px;
	border: 0px;
}
.search .text{
    text-indent: 1em;
    width: 320px;
    height: 24px;
    font-size: 14px;
    padding:0px;
    margin: 0px;
    border: 0px;
    line-height: 24px;
    color: #0a0a0a;
}
.search .submit {
	border: 0px;
	padding:0px;
	margin-left: -4px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	width: 60px;
	background:#0172C2;
	color: #fff; 
	letter-spacing: 1px;
}
.inside_position {
	width: 600px;
	height: 56px;
	line-height: 56px;
	background: url(../image/inside_weizhi.png) left center no-repeat;
}
.inside_position p {
	padding-left: 66px;
}
.inside_position a {
	padding-left: 5px;
	padding-right: 5px;
}
/*search end*/
/*foot*/
.footer_box {
  color: #666;
  clear: both;
  height: 410px;
  overflow: hidden;
  background: #0172C2;
  padding-top: 67px;
}
.footer_nav {
  height: 71px;
  border-bottom: #f3f3f3 1px solid;
  padding-bottom: 1px;
  margin-bottom: 40px;
}
.footer_nav a {
  color: #fff;
  font-size: 16px;
  margin-right: 69px;
  display: inline-block;
  float: left;
}
.footer_nav a:last-of-type {
  margin-right: 0;
}
.footer_nav a:hover {
  height: 71px;
  border-bottom: 3px solid #ffb401;
}
.footer_con_l {
  width: 906px;
  float: left;
}
.footer_con_l h3 {
  float: left;
  width: 350px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.footer_con_l h3 span {
  display: block;
}
.footer_con_l h3 a {
  color: #fff;
}
.footer_con_l h3 em {
  display: block;
  padding-top: 29px;
}
.footer_con_l ul {
  float: left;
  color: #fff;
  line-height: 24px;
  width: 536px;
}
.footer_con_l ul li {
  float: left;
  width: 210px;
  height: 66px;
  padding-left: 43px;
  /*background: url(../images/f_ico1.jpg) no-repeat 0 3px;*/
  box-sizing: border-box;
}
.footer_con_l ul li a {
  color: #fff;
}
.footer_con_l ul li:nth-child(2) {
  background: url(../image/f_ico1.png) no-repeat 0 3px;
}
.footer_con_l ul li:nth-child(3) {
  background: url(../image/f_ico2.png) no-repeat 0 3px;
}
.footer_con_l ul li:nth-child(4) {
  background: url(../image/f_ico3.png) no-repeat 0 3px;
}
.footer_con_l ul li:nth-child(5) {
  background: url(../image/f_ico4.png) no-repeat 0 3px;
}
.footer_con_l ul li span {
  display: block;
}
.footer_con_l ul li:first-of-type {
  clear: both;
  width: 100%;
  font-weight: bold;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.footer_con_l ul li:nth-child(3),
.footer_con_l ul li:nth-child(5) {
  width: 322px;
}
.footer_con_l ul li em {
  display: block;
}
.footer_code {
  float: right;
  width: 162px;
  height: 167px;
  border: 1px solid #f3f3f3;
  padding-left: 28px;
  box-sizing: border-box;
  padding-top: 19px;
}
.footer_code p {
  overflow: hidden;
  font-size: 14px;
  color: #fff;
}
.footer_code p em {
  display: inline-block;
  float: left;
  width: 105px;
  text-align: center;
}
.footer_code p em img {
  width: 82px;
  height: 83px;
  border: 12px solid#fff;
}
.footer_code p em span {
  display: block;
  padding-top: 5px;
}
/*foot end*/

/* 浮动客服*/
.kf {
  position:fixed;
  z-index:888;
  right:0;
  width:70px;
  height:198px;
  margin-top:-99px;
  top:75%;
}
.kf ul li {
  border-bottom:1px #ececec solid;
  float:left;
  position:relative;
  width:100%;
  height:65px;
}
.kf ul li:hover {
  border-bottom:1px #ececec solid;
}
.kf ul li:nth-child(3) img,.kf ul li:nth-child(1) img {
  display:none;
  position:absolute;
  top:0;
  right:70px;
  max-width:none;
}
.kf ul li a {
  background-color:#fff;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
  box-shadow:0 15px 30px rgba(0,0,0,0.1);
  display:block;
  width:100%;
  height:65px;
  background-position:center;
  background-repeat:no-repeat;
}
.kf ul li:hover a {
  background-color:#0172C2;
}
.qqchat {
  display:none;
  position:absolute;
  right:75px;
  width:190x;
  height:144px;
  top:0px;
  background-image:url(http://www.wcjkzl.com/template/wcjkzl.com/images/qqchat.png);
  background-position:center;
  background-repeat:no-repeat;
}
.kf ul li:nth-child(3):hover img,.kf ul li:nth-child(1):hover img {
  display:block;
}
.kf ul li:nth-child(1) a {
  background-image:url(../image/qico.png);
}
.kf ul li:nth-child(1):hover a {
  background-image:url(../image/qico2.png);
}
.kf ul li:nth-child(2) a {
  background-image:url(../image/pico.png);
}
.kf ul li:nth-child(2):hover a {
  background-image:url(../image/pico2.png);
}
.kf ul li:nth-child(3) a {
  background-image:url(../image/sico.png);
}
.kf ul li:nth-child(3):hover a {
  background-image:url(../image/sico2.png);
}
.kf ul li:nth-child(4) a {
  background-image:url(../image/tico.png);
}
.kf ul li:nth-child(4):hover a {
  background-image:url(../image/tico2.png);
}
.kf ul li:nth-child(5) a {
  background-image:url(../image/tico.png);
}
.kf ul li:nth-child(5):hover a {
  background-image:url(../image/tico2.png);
}
.kf ul li .qqchat dl {
  float:left;
  width:190px;
  background: #fff;
}
.kf ul li .qqchat dl dd {
  float:left;
  width:100%;
}
.kf ul li .qqchat dl dd a {
  display:block;
  width:100%;
  height:65px;
  line-height:65px;
  background-image:url(../image/ptel.png);
  text-indent:45px;
  font-size: 18px;
  color: #333;
  background-position:9px center;
  background-repeat:no-repeat;
}
.kf ul li .qqchat dl dd:hover {
  color: #333;
}
.kf ul li:hover .qqchat dl dd a {
  background-color:transparent;
  background-image:url(../image/ptel.png);
}
.kf ul li:hover .qqchat {
  display:block;
}
