﻿/*-----------------[初始化]--------------*/
body {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	font-family: "微软雅黑", "Microsoft Yahei";
	min-width: 1200px;
}

a {
	color: #666;
}

a:hover {
	color: #c00;
}

img,
.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

input,
textarea,
select {
	font-size: 12px;
	color: #666;
	font-family: "微软雅黑", "Microsoft Yahei";
}

input[type='submit'],
input[type='reset'],
input[type='button'],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*布局*/
.wp {
	/*width: 1200px;*/
	margin: 0 auto;
	width: 86%;
}


@media (max-width: 1440px){
    .wp {
       width:1200px!important;
    }
}

.wp2 {
    width: 1200px;
    margin: 0 auto;
}

.wp3 {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    position: relative;
}

.h30 {
	height: 30px;
	clear: both;
	overflow: hidden;
}

.h50 {
	height: 50px;
	clear: both;
	overflow: hidden;
}

.h100 {
	height: 100px;
	clear: both;
	overflow: hidden;
}

/*标题*/
.st1 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

.st2 {}

.st2 span {
	display: inline-block;
	background-color: #c00;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	line-height: 50px;
	padding: 0 10px;
}

/*按钮*/
.sbtn1 {
	display: inline-block;
	background-color: #c00;
	color: #fff;
	line-height: 25px;
	width: 90px;
	text-align: center;
	font-size: 15px;
}

.sbtn1:hover {
	background-color: #c00;
	color: #fff;
}

.sbtn2 {
	display: inline-block;
	width: 90px;
	line-height: 40px;
	background-color: #c00;
	color: #fff;
	font-size: 19px;
}

input.sbtn2 {
	border: 0;
	cursor: pointer;
}

.sbtn2:hover {
	color: #fff;
}

.moreBtn {
	color: #c00;
	font-size: 15px;
}

/*颜色*/


/*******************************
	-------[=头部]-------
********************************/
#hd {
	height: 120px;
	*zoom: 1;
	position: relative;
	z-index: 99;
	width: 100%;
}

#hd:after,
#hd:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.logo {
	float: left;
	
	width: 420px;
}

.logo img {
	
	display: block;
}

.hdr {
	float: right;
	padding-top: 15px;
	width:770px;
}

#hd .hdr .s1 {
	margin-right: 20px;
}

#hd .hdr .s2 b {
	font-size: 25px;
	color: #095ba8;
}

#hd .hdr .s2 b p {
	display: inline;
}

#hd .hdr .top {
	margin-bottom: 14px;
	text-align: right;
	width: 100%;
}


/*******************************
	-------[=导航]-------
********************************/
.ul-nv {
	float: right;
}

.ul-nv li {
	float: left;
	position: relative;
	margin-left: 8px;
}




.ul-nv li .v1 {
	line-height: 31px;
	text-align: center;
	display: block;
	font-size: 15px;
	padding: 0 10px;
	background-color: #095ba8;
	color: #fff;
}


.ul-nv .on .v1,
.ul-nv .on .v1:hover {
	height: 37px;
	color: #fff;
	color: #fff;
	background: url(../images/nv3.png) no-repeat center top;
}

.ul-nv li dl {
	position: absolute;
	top: 55px;
	left: -50px;
	background: #095ba8;
	z-index: 999;
	width: 177px;
	padding: 15px 0;
	box-shadow: 0px 0px 6px #666 inset;
	display: none; 
}

.ul-nv li dd {
	height: 33px;
	line-height: 33px;
	border-bottom: 1px dotted #fff;
	margin: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ul-nv li dd a {
	color: #fff;
	display: block;
	font-size: 15px;
	background: url(../images/nv2.png) no-repeat right center;
}

.ul-nv li .n1,
.ul-nv li dd:last-child {
	border-bottom: none;
}


/*******************************
	-------[=banner]-------
********************************/
#banner {
	position: relative;
	z-index: 1;
}

.fullSlide {
	width: 100%;
	min-width: 1000px;
	position: relative;
	height: 650px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 650px;
}

.fullSlide .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 999;
	bottom: 20px;
	left: 0;
	text-align: center;
	height: 15px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	background: #333;
	overflow: hidden;
	line-height: 9999px;
	text-indent: 999px;
}

.fullSlide .hd ul .on {
	background: #e70012;
}


/*******************************
	-------[=底部]-------
********************************/
#fd {
	background: #333;
	padding-top: 58px;
	overflow: hidden;
}

.ul-f-pic {
	width: 1350px;
	overflow: hidden;
	margin-bottom: 50px;
}

.ul-f-pic li {
	height: 75px;
	background: url(../images/ul-f-pic1.png) no-repeat left center;
	float: left;
	font-size: 20px;
	color: #fff;
	margin-right: 124px;
}

.ul-f-pic li span {
	padding-top: 10px;
	display: block;
	margin-left: 90px;
}

.ul-f-pic .i2 {
	background-image: url(../images/ul-f-pic2.png);
}

.ul-f-pic .i3 {
	background-image: url(../images/ul-f-pic3.png);
}

.ul-f-pic .i4 {
	background-image: url(../images/ul-f-pic4.png);
}

.ul-fnv {
	overflow: hidden;
	width: 1305px;
	margin-bottom: 40px;
}

.ul-fnv li {
	float: left;
	margin-right: 110px;
}

.ul-fnv li dt {
	font-size: 15px;
	color: #fff;
	margin-bottom: 17px;
}

.ul-fnv li dd a {
	line-height: 23px;
	color: #999;
}

.ul-fnv li dd a:hover {
	color: #fff;
}

#fd .bott {
	height: 62px;
	line-height: 62px;
	color: #999;
	border-top: 1px solid #494949;
}

#fd .bott span {
	float: right;
}




.c2a {
	width: 240px;
	background: #1d49a3;
}

.c2a-title {
    background: #1d49a3;
    font: 400 16px/70px "微软雅黑";
    color: #fff;
    padding-left: 70px;
}

.tabli {
    text-align: center;
}

.tabli li {
    width: 240px;
    height: 50px;
    text-align: center;
    cursor: default;
    font: 400 14px/50px "微软雅黑";
    color: #fff;
   
}

.tabli li a {
    color: #fff;
}

.tabli li:hover a {
    color: #febb3a;
}

.tab {
    display: none;
    padding-top: 50px;
}


