/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-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;
}

 ::selection {
	background-color: #1155aa;
	color: #fff;
}

::-moz-selection {
	background-color: #1155aa;
	color: #fff;
}

::-webkit-selection {
	background-color: #1155aa;
	color: #fff;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

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;
}

.left{
    float: left;
}
.right{
    float: right;
}
.clearboth{
    clear: both;
}
.content-1{
    width: 1180px;
    margin: 0 auto;
}
.content-all{
    width: 1180px;
    margin: 0 auto;
    position: relative;
}



/*header-top*/

.header_top{
	width: 100%;
	height: 167px;
	background: #1155aa;
}

.logo{
	width: 149px;
	height: 158px;
	display: block;
}

.logo a img{
	display: block;
	width: 149px;
	height: 158px;
	margin: 0px auto 0;
}




/*top*/
.header-topb{
	width: 926px;
	height: 30px;
	display: block;
	padding-left: 30px;
}
.top-left{
	font: 13px/30px "microsoft yahei";
	color: #fff;
}
.top-right{
	color: #fff;
}
.top-right a{
	display: inline-block;
	font: 13px/30px "microsoft yahei";
	color: #fff;
	padding-right:5px;
}

.top-right i{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: sub;
	padding-right: 5px;
}

.top-right i.ly{
	background: url(../images/liuyan.png) no-repeat left top;
}
.top-right i.wt{
	background: url(../images/wenti.png) no-repeat left top;
	padding-top: 0;
}

.top-right i.lx{
	background: url(../images/lianxi.png) no-repeat left top;
}
.top-right i.sp{
	background: url(../images/shangpu.png) no-repeat left top;
}

.dingwei{
	font: 22px/30px "microsoft yahei";
	color: #baddff;
	padding-top: 40px;
}
.dingwei p{
	font: 22px/30px "microsoft yahei";
	color: #fff;
	letter-spacing: 0;
}


.header-tel{
	width: 166px;
	padding-top: 20px;
	font: 14px/30px "microsoft yahei";
	color: #b1d5fe;
	padding-left: 60px;
	background: url(../images/headerTel.png) no-repeat left 20px;
	margin-top: 8px;
	height: 70px;
}
.header-tel h4{
	font: 22px/22px "microsoft yahei";
	color: #ffd468;
}

.header-ddingwei{
	width: 100%;
	height: 114px;
}
.nav{
	height: 52px;
	border-top: 1px solid #ccc;
}
.nav ul li{
	float: left;
	
}
.nav ul li a{
	display: block;
	font: 15px/52px "microsoft yahei";
	color: #fff;
	width: 101px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 5px;
}
.nav ul li a:hover{
	color: #ffd468;
	-webkit-animation: rot 0.5s 2  alternate;
	-moz-animation: rot 0.5s 2  alternate;
	-ms-animation: rot 0.5s 2  alternate;
	animation: rot 0.5s 2  alternate;
	-webkit-transform: rotate(0deg)  scale(1.1);
	transform: rotate(0deg)  scale(1.1);
}
@keyframes rot{
	0%{-webkit-transform: rotate(2deg) ; -moz-transform: rotate(2deg); -ms-transform: rotate(2deg);  transform: rotate(2deg); }
	50%{-webkit-transform: rotate(-2deg)  scale(1.01); -moz-transform: rotate(-2deg)  scale(1.01); -ms-transform: rotate(-2deg)  scale(1.01); transform: rotate(-2deg)  scale(1.01);}
	100%{-webkit-transform: rotate(0deg) scale(1.1) ; -moz-transform: rotate(0deg)  scale(1.1); -ms-transform: rotate(0deg)  scale(1.1); transform: rotate(0deg)  scale(1.1);}
}

.nav ul li.another a{ 
	color: #ffd468;
}
.fixedNav{backg position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}


.header-content{
    width: 1006px;
}




/* footer */
.footer{
	width: 100%;
	height: 272px;
	background: #363636;
}

.footerTop ul li{
	width: 270px;
	color: #b9b9b9;
	float: left;
	padding-left: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left 6px;
}
.footerTop{
	width: 960px;
	margin: 0 auto;
	height: 60px;
	padding-top: 40px;
}
.hedeee{
	height: 1px;
}
.footerTop .footer1{
	background-image: url(../images/footer1.png);
}

.footerTop .footer2{
	background-image: url(../images/footer2.png);
}

.footerTop .footer3{
	background-image: url(../images/footer3.png);
}

.footerTop ul li p{
	color: #5199df;
	font-size: 23px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.footerBottom{
	border-top: 1px solid #535353;
	margin-top: 20px;
}

.footerL{
	color: #b9b9b9;
	line-height: 30px;
	padding-top: 20px;
}

.footerL a{
	color: #b9b9b9;
}

.footerR{
	width: 100px;
	height: 100px;
	margin-top: 20px;
}

.footerR img{
	display: block;
	width: 100px;
	height: 100px;
	
}