﻿﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #fff;
	line-height: 1;
	font-family:'Microsoft YaHei',Tahoma,'\5FAE\8F6F\96C5\9ED1',Arial,Helvetica,sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color:#333;
}
b {
	font-weight: bold;
}

.clearfix:before {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
    content: "";
    /*设置内容为空*/
    height: 0;
    /*高度为0*/
    line-height: 0;
    /*行高为0*/
    display: block;
    /*将文本转为块级元素*/
    visibility: hidden;
    /*将元素隐藏*/
    clear: both;
    /*清除浮动*/
}
.container {
	margin: 0 auto;
	width: 1330px;
	background: #fbfdfd;
}
.clearfix {
    zoom: 1;
    /*为了兼容IE*/
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*公共部分*/
.main {
    height: auto;
    box-sizing: border-box;
    padding: 20px 60px 36px;
}
.main h1{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding:0px 0px 0px 52px;
    line-height: 60px;
    font-size: 38px;
    color:#0566b9;
    background: #9bd6f5;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.main p {
    box-sizing: border-box;
    font-size: 22px;
    text-indent: 2em;
    line-height: 30px;
}
.mailbox{width:1400px;margin:auto;background: #bde2f1;overflow: hidden;}
.banner {
    width: 100%;
    height: 626px;
    position: relative;
    margin: 42px 0px 0px 0px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-sizing: border-box;
    border-bottom: 14px solid #0267ae;
    background: #bde2f1;
}
.banner > img{
    width: 100%;
}
.banner-text {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 22px;
    background: #fbfdfd;
}
.banner-text .text{
    width: 100%;
    height: auto;
    background: #16a4e6;
    box-sizing: border-box;
    padding:40px 50px 20px;
}
.banner-text .text p {
    color: #fff;
    font-size: 26px;
    text-indent: 2em;
    line-height: 60px;
}
.banner span{
    display:block;
    width: 47px;
    height: 103px;
    position: absolute;
    top:576px;
    background-image: url('./xftslianjie.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;;
}
.banner span:nth-of-type(1) {
    left: 214px;
}
.banner span:nth-of-type(2) {
    right: 214px;
}
.bugle{
    width:0px;
    height:0px;
    position: absolute;
    border-style: solid;
}
.bugle-left{
    top:22px;
    left:22px;
    border-color:transparent #fbfdfd;
    border-width:0px 0px 90px 65px;
}
.bugle-right{
    right: 22px;
    bottom: 22px;
    border-color: #fbfdfd transparent;
    border-width:0px 0px 90px 65px;
}
/* 网页尾部 */
.footer{
    margin-bottom: 40px;
    border-bottom-left-radius:40px;
    border-bottom-right-radius:40px;  
}
.footer-content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding:0px 52px 46px 60px;
}
.footer-content-top{
    position: relative;
    width: 100%;
    height: 112px;;
    box-sizing: border-box;
    margin-bottom:54px;
}
.footer-content-top p{
    box-sizing: border-box;
    padding:0px 20px;
    text-indent: 2em;
    font-size: 20px;
    color:#027ecd;
    line-height: 36px;
    font-weight: bold;
}
.mengceng{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(126,206,244,0.6);
}
.fooer-content-bottom{
    width: 100%;
    height: 198px;
}
.fooer-content-bottom div{
    float: left;
    margin-top:10px;
}
.fooer-content-bottom div p{
    font-size: 20px;
    line-height: 28px;
}
.fooer-content-bottom div p:last-child{
    color: #c31818;
}
.fooer-content-bottom img:nth-of-type(1){
    float:left;
}
.fooer-content-bottom img:nth-of-type(2) {
    float: right;
    top:0;
    margin-top:10px;
    margin-right: 25px;
}
