@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #242424;
	background-color: #FFFFFF;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.time {
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.clear {
	clear: both;
}

.rong {
	width: 100%;
	min-width: 1300px;
}

.rong>.ron {
	width: 1405px;
	margin: 0 auto;
}

/*common*/

.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background-color: #0f84df;
	padding-top: 5px;
	height: 111px;
}

.header>.ron {
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 5px;
}

a.logo {
	float: left;
	width: 265px;
	height: 53px;
	background: url(../img/logo.png) center no-repeat;
	background-size: cover;
}

.navEn{
	float: right;
	padding-top: 30px;
	width: 215px;
}

a.navEnA {
	float: right;
	margin-right: 25px;
}

a.navEnA:first-child {
	margin-right: 2px;
}

a.navEnA .img {
	float: left;
	width: 25px;
	margin-right: 10px;
	height: 15px;
	background: url(../img/cn.png) center no-repeat;
	background-size: cover;
}

a.navEnA.EN .img {
	background-image: url(../img/en.png);
}

a.navEnA .wen {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navbarRon {
	float: right;
	height: 76px;
}

.navUlOne>li {
	float: left;
	position: relative;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navUlOne>li:hover {
	/*border-radius: 8px;*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #FFFFFF;
}

.navUlOne>li>a {
	box-sizing: border-box;
	padding: 0 32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 76px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navUlOne>li:hover>a {
	color: #000000;
}

.navUlTwo {
	position: absolute;
	z-index: 333;
	width: 435px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navUlOne>li:hover .navUlTwo {
	opacity: 1;
	height: auto;
}

.navUlTwo>ul {
	float: left;
	padding-top: 6px;
	width: 128px;
	min-height: 208px;
	padding-bottom: 10px;
	
	overflow: hidden;
}

.navUlTwo>ul>li {
	width: 100%;
}

.navUlTwo>ul>li>a {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #474747;
	text-align: center;
	padding: 5px 0;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.navUlTwo>ul>li:hover>a {
	color: #0f84df;
}

.navUlTwo .img {
	float: left;
	overflow: hidden;
}

.navUlTwo .img .imgRon {
	width: 278px;
	height: auto;
	padding: 20px 0;
	padding-right: 25px;
}

.navUlTwo .img .imgRon img {
	width: 100%;
}

.headerZhan {
	min-width: 1300px;
	height: 116px;
	overflow: hidden;
}

/*nav*/

.inbannar {
	width: 100%;
	min-width: 1300px;
}

.lunbo{
	height: 700px;
	background: url(../img/lunbo.jpg) center no-repeat;
	background-size: cover;
}

/*inbannar*/

.intit .titRon {
	padding-bottom: 6px;
}

.intit .titRon h3 {
	font-family: arial;
	font-size: 25px;
	font-weight: normal;
	font-weight:bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #1267c4;
	text-align: center;
}

.intit .titRon p {

	font-size: 25px;	font-weight:bold;

	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1267c4;
	text-align: center;
	margin-bottom: 6px;
}

.intit .titRon .xian {
	width: 47px;
	margin: 0 auto;
	height: 1px;
	background-color: #c6c6c6;
}

.intit p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #989898;
	text-align: center;
}

/*indexhtml*/

.inFooter {
	background-color: #1267c4;
	padding-top: 46px;
	padding-bottom: 80px;
}

.FootTit {
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 10px;
	border-bottom: 1px solid #4688d1;
}

a.logoFoot {
	float: right;
	width: 265px;
    height: 53px;
    background: url(../img/logo.png) center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.FootTit .right {
	float: left;
	width: 580px;
	padding-top: 20px;
}

.FootTit .right>a {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	margin-right: 80px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.FootTit .right>a:hover {
	color: #BEBEBE;
}

.FootTit .right>a:first-child {
	margin-right: 37px;
}

.FootTit .right>a:nth-child(3) {
	margin-right: 84px;
}

.FootTit .right>a:last-child {
	margin-right: 86px;
}

.inFootRon {
	overflow: hidden;
	border-bottom: 1px solid #4688d1;
	padding-top: 30px;
	padding-bottom: 24px;
	box-sizing: border-box;
	padding-left: 13px;
}

.inFootRon .left {
	float: right;
	width: 580px;
	padding-top: 33px;
}

.erweima {
	float: left;
	width: 144px;
	margin-right: 40px;
	height: auto;
	overflow: hidden;
}

.erweima:last-child {
	margin-right: 0;
}

.erweima .img {
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}

.erweima .img img {
	width: 100%;
}

.Pma {
	float: left;
	width: 144px;
	margin-right: 40px;
	height: auto;
	overflow: hidden;
}

.erweima:last-child {
	margin-right: 0;
}
.erweima .wen {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.Pma .wen {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.inFootRon .right {
	float: left;
	width: 580px;
	padding-bottom: 30px;
}

.inFootRon .right .rr {
	float: right;
	padding-right: 36px;
	border-right: 1px solid #4688d1;
	margin-right: 45px;
	min-height: 180px;
}

.inFootRon .right .rr:first-child {
	margin-right: 0;
}

.inFootRon .right .rr>a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inFootRon .right .rr>a:hover {
	color: #BEBEBE;
}

.inFootBo {
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}

.inFootBo a {
	color: #FFFFFF;
}

.inFootBo>a {
	float: left;
	margin-right: 52px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.inFootBo>a:hover {
	color: #BEBEBE;
}

.inFootBo .wen {
	clear: both;
	padding-top: 13px;
}

/*inFooter*/

.fixx {
	height: 550px;
	background: url(../img/fixAb.jpg) center no-repeat;
	background-size: cover;
}

.fix {
	height: 406px;
	background: url(../img/fixAb.jpg) center no-repeat;
	background-size: cover;
}



.htmltitle {
	font-size: 0;
	text-align: center;
}

.htmltitle>ul {
	font-size: 0;
	text-align: center;
}

.htmltitle>ul>li {
	display: inline-block;
	position: relative;
}

.htmltitleA {
	display: inline-block;
	height: 46px;
	padding: 0 58px;
	margin: 0 5px;
	margin-bottom: 10px;
	background-color: #1267c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.htmltitle>ul>li:hover .htmltitleA {
	background-color: #da251d;
}

.htmltitleA:hover {
	background-color: #da251d;
}

.htmltitleA.active {
	background-color: #da251d;
}

.htmltitleTwo {
	position: absolute;
	z-index: 333;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 5px;
	top: 46px;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.htmltitle>ul>li:hover .htmltitleTwo {
	height: auto;
	opacity: 1;
}

.htmltitleTwo a {
	display: block;
	width: 100%;
	height: 46px;
	background-color: #1267c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease-out .3s 0s;
	-webkit-transition: all ease-out .3s 0s;
	-moz-transition: all ease-out .3s 0s;
	-o-transition: all ease-out .3s 0s;
}

.htmltitleTwo a:hover {
	background-color: #da251d;
}

/*html*/