/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

input,
button {
	border: none;
	font-family: '微软雅黑';
}

button {
	background-color: transparent;
	cursor: pointer;
}

input:focus {
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
}

input,
button:focus {
	outline: none;
}

input,
textarea,
select {
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
}


/* 定位  浮动*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: block;
}

/* 可修复IE6中双倍边距bug */
.fr {
	float: right;
	display: block;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.zoom {
	zoom: 1;
}

.none {
	display: none;
}

/*
@功能：全局css定义
*/
body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

a {
	color: inherit;
	text-decoration: none;
}

/*去除input的默认样式  number的箭头*/
/*在chrome下：*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.search input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
	text-align: right;
}

.search input:-moz-placeholder {
	color: #999;
	font-size: 14px;
	text-align: right;
}

.search input::-moz-placeholder{
	color: #999;
	font-size: 14px;
	text-align: right;
}

.search input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
	text-align: right;
}

/*Firefox下：*/
input[type="number"] {
	-moz-appearance: textfield;
}
.row::after{content: '.';display: block;height: 0;clear: both;visibility: hidden;}
.container{width: 1200px;margin: 0 auto;}
.container::after{content: '.';display: block;height: 0;clear: both;visibility: hidden;}
.imgBox img{display: block;width: 100%;height: 100%;}
/* 头部 */
.header{width: 1200px;margin: 0 auto;margin-bottom: 13px;}
.header .logo{height: 91px;padding-top: 18px;}
.header .logo img{display: block;height: 100%;}
.header .fr{padding-top: 24px;}
.header .fr p {color: #2363a5;letter-spacing: 1px;line-height: 1;}
.header .fr p b{font-weight: normal;}
.header .fr p span{margin-left: 12px;}
.header .fr p span:first-of-type{margin-left: 0px;}
.header .fr h3{height: 26px;line-height: 26px;margin-top: 14px;}
.header .fr h3 span{font-weight: bold;color: #2363A5;display: block;float: left;letter-spacing: 1px;}
.header .fr h3 b{font-size: 28px;color: #e92722;display: block;float: right;animation: bigbigbig 1s infinite;transform: scale(0.95);}
.header .search{float: right; width: 212px;height: 28px;background-color: #ffffff;box-shadow: 0px 3px 8px 0px rgba(35, 99, 165, 0.28);border-radius: 14px;margin-top: 11px;}
.header .search input{display: block;float: left;width: 180px;height: 28px;line-height: 26px; border-radius: 14px 0px 0px 14px;text-indent: 15px;}
.header .search .search-btn{display: block;width: 16px;height: 16px;background: url(../img/search_icon.png) center no-repeat;float: right;margin-top: 7px;margin-right: 8px;}
/* 导航栏 */
.nav{width: 100%;height: 45px;background-color: #2363a5;box-shadow: 0px -1px 8px 0px rgba(35, 99, 165, 0.48);border-radius: 4px;}
.nav ul{width: 1200px;height: 45px;margin: 0 auto;}
.nav ul li{float: left;width: 10%;height: 45px;text-align: center;line-height: 45px;position: relative;}
.nav ul li>a{display: inline-block;height: 100%;position: relative; color: white;font-size: 18px;letter-spacing: 1px;}
.nav ul li>a::after{content: "";width: 100%;height: 2px;background-color: #2363a5;position: absolute;bottom: 0px;left: 0px;transition: all 0.4s;}
.nav ul li:hover>a::after{background-color: white;}
.nav ul li div{position: absolute;left: 50%;top: 45px;z-index: 99;width: 110px;margin-left: -55px;padding-top: 10px;display: none;}
.nav ul li dl{box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);position: relative;}
.nav ul li dl::before{content: "";width: 0px;height: 0px;border-bottom: solid 9px white;border-left: solid 15px transparent;border-right: solid 15px transparent;position: absolute;left: 50%;top: -9px;margin-left: -15px;}
.nav ul li dl dd a{display: block;background-color: white;font-size: 18px;transition: all 0.4s;}
.nav ul li dl dd:first-of-type{border-top: solid 13px white;}
.nav ul li dl dd:hover a{background-color: #2363a5;color: white;font-weight: bold;}
.footer{width: 100%;height: 213px; background: url(../img/footer_bg.jpg) center no-repeat;font-size: 0px;margin-bottom: 110px;}
.footer .fl{font-size: 14px;color: white;line-height: 21px;letter-spacing: 1px;padding-top: 31px;}
.footer .fl a{display: block; margin-bottom: 15px;}
.footer .fr {padding-top: 40px;}
.footer .fr .ewmItem{width: 110px;float: left;margin-left: 37px;}
.footer .fr .ewmItem img{display: block;width: 110px;height: 110px;}
.footer .fr .ewmItem span{display: block;text-align: center;font-size: 16px;color: white;line-height: 1;margin-top: 7px;}
#bottomFC{width: 100%;height: 110px;background-color: rgba(0,0,0,0.7);position: fixed;left: 0px;bottom: 0px;z-index: 99;}
#bottomFC .container{height: 110px;position: relative;}
#bottomFC .container::before{content: "";width: 142px;height: 153px;background: url(../img/bottom_girl.png) center no-repeat;position: absolute;left: -13px;bottom: 0px;pointer-events: none;}
#bottomFC .container .fl{width: 305px;margin-left: 142px;}
#bottomFC .container .fl b{display: block; font-size: 30px;letter-spacing: 2px;line-height: 1;color: white;margin-top: 25px;position: relative;}
#bottomFC .container .fl b::after{content: "";width: 127px;height: 112px;background: url(../img/bottom_qp.png) center no-repeat;position: absolute;right: -17px;top: -70px;}
#bottomFC .container .fl span{display: block;font-size: 24px;letter-spacing: 1px;color: white;margin-top: 20px;line-height: 1;}
#bottomFC .container .fr{padding-top: 39px;}
#bottomFC .container .fr .inputBox{float: left;}
#bottomFC .container .fr .inputBox input{width: 210px;height: 32px;border-radius: 16px;text-indent: 19px;margin-right: 34px;}
#bottomFC .container .fr .inputBtn{float: left;}
#bottomFC .container .fr .inputBtn a{display: block;width: 96px;height: 34px;float: left;margin-right: 8px;background: url(../img/bottom_btn1.png) center no-repeat; line-height: 1;box-sizing: border-box;padding-top: 9px;text-align: center;font-size: 14px;color: white;}
#bottomFC .container .fr .inputBtn a:last-child{background: url(../img/bottom_btn2.png) center no-repeat;margin-right: 0px;}




@keyframes bigbigbig {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes smallsmall {
  0% {
    transform: scale(0.5);
  }
50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
