﻿* {
	margin: 0;
	padding: 0;
}
a{
text-decoration:none;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
html {
	font-family:"微软雅黑","microsoft yahei"; 
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	min-width: 1200px;
	margin: 0 auto;
	background: #ffffff;
}
input,textarea{
	outline: none;
	border: none;
	outline: none;
}
ul,li {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0
}

.box {
	display: -webkit-box;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}
.bx{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.transition {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}

.top{
	width:100%;
	height:100px;
	background:white;
	
}
.top .container{
	height:100%;
}
.top .container h1{
	width:621px;
	height: 54px;
	padding-top: 22px;
	vertical-align: top;
}
.top .left a{
	display: inline-block;
	width: 621px;
}
.top .left>div{
	font-size: 14px;
	margin-left: 50px;
	width: 160px;
	display: inline-block;
	font-weight: normal;
	vertical-align: top;
	color: #666666;
	padding-top: 1px;
}
.top .container .right{
	width: 188px;
	height: 36px;
	padding-top: 34px;
	margin-right: 15px;
}
.mainCon{
	height: 958px;
	background-image: url(../images/banner2.jpg) ;
	background-position: center;
	background-repeat: no-repeat;
}

.container  .listItem{
	margin-top: 80px;
	width: 200px;
}
.container .left .listItemTop{
	height: 100px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	/*background: rgba(116,198,235,0.7);*/
	text-align: center;
	background: url(../images/blue.png) repeat;
	
}
.container .left .listItemTop h3{
	font-size: 32px;
	font-weight: normal;
	color: white;
	padding-top: 25px;
}
.container .left .listItemTop p{
	font-size: 12px;
	color: white;
	line-height: 18px;
	text-transform: uppercase;
}
.container .left .listItemUl{
	width: 200px;
}
.listItemUl li.listItemFirst,.listItemUl li.lastItem{
	height:56px;
	overflow: hidden;
}

.listItemUl li.listItemFirst>p{
	height:56px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background:rgba(255,255,255,0.4) url(../images/zleft.png);
	background-position:154px center ;
	background-repeat: no-repeat;
	
}
.listItemUl li.lastItem>p{
	border-bottom: 1px solid white;
	height: 56px;
	line-height: 56px;
}
.listItemUl>.listItemFirst>p{
	height: 100%;
	line-height: 56px;
	
}
.listItemUl>.listItemFirst>p a,.listItemUl>.lastItem>p a{
	font-size: 16px;
	color: #444;
	margin-left: 30px;
}
.listItemUl li{
	height:36px;
	border-bottom: 1px solid white;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	position: relative;
}
.listItemUl li.lastItem{
	background: rgba(255,255,255,0.4);
}
.listItemUl li p{
	height: 100%;
	line-height: 36px;
	cursor: pointer;
}
.listItemUl li p a{
	margin-left: 45px;
	color: #444444;
	font-size: 14px;
}
.listItemUl li p a:hover{
	color: #026ab8;
}

.listItemUl li.listItemFirst.active{
	height: auto;
}
.listItemUl li.listItemFirst.active>p{
	height: 56px;
	background:rgba(255,255,255,0.4) url(../images/zbott.png);
	background-repeat: no-repeat;
	background-position:154px center ;
}
.listItemFirst ul li:after{
	content: "";
	position: absolute;
	left: 34px;
	top: 50%;
	width: 6px;
	height: 6px;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
}
.listItemFirst ul li:hover:after{
	content: "";
	position: absolute;
	left: 34px;
	top: 50%;
	width: 6px;
	height: 6px;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	
}
.container .ConimgWrap{
	padding:26px 0 60px 0 ;
}
.container .content{
	width: 882px;
	margin-top: 80px;
	padding-left: 33px;
	padding-right: 33px;
	background: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	
}
.container .content h3{
	font-weight: normal;
	margin-top: 33px;
	margin-bottom: 12px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position:0px center;
	
}
.container .content h3 span,.container .content h3 a{
	font-size: 12px;
	color: #666666;
}
.container .content h3 span{
	margin-left: 30px;
}
.container .content .contentWrap{
	padding-top: 10px;
}
/*footer*/
#footer{height: 250px;background-color:#0083c4;width: 100%; padding-top: 59px;overflow: hidden;margin-top: 27px;}
#footer .footer{height: 250px;color: white;}
.ft_le{width: 300px;height: 100%;}
.ft_ri{margin-left: 78px;height: 100%;}
.ft_le .jkzixun{margin-top: 20px;}
.ft_ri img{margin: auto!important;}
.ft_ri div ul li{margin-right: 56px;}
.ft_ri div ul li a{color: #fff;		transition:all .35s linear;
	-moz-transition:all .35s linear; 
	-webkit-transition:all .35s linear;
	-o-transition:all .35s linear;}
.ft_ri div ul li a:hover{font-weight: bold;color: #fdaf17;border-bottom: 1px solid #fdaf17;padding-bottom: 8px;}
.ft_ri div ul li:last-child{margin-right: 0;}
.qr img{width: 89px;height: 89px;}
