@charset "utf-8";
/* CSS Document */


/* Reset Styles */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;margin: 0; padding: 0; }
html { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; height: 100%;}
body { margin: 0; font-size: 1.4rem; line-height: 1.5; color: #333333; background:url(../images/bg1.jpg) no-repeat #6ec3fc;background-size: 100% auto;height: 100%; overflow-x: hidden; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
svg:not(:root) { overflow: hidden; }
a { background: transparent;  -webkit-tap-highlight-color: transparent; color:#333333; text-decoration: none; }
a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0;display: block;}
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
html, button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd,menu { margin: 0; padding: 0; }
ul, ol { list-style: none outside none; }
h1, h2, h3, h4 { line-height: 2; font-weight: normal; }
h1 { font-size: 1.8rem; }



input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc; }

header{padding-bottom: 30px;}
header img.img_move{ width: 86%;height: auto;margin: 0 auto 10px;padding-top: 70px;
-webkit-animation-name: scaleDraw; /*关键帧名称*/
            -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
            -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
            -webkit-animation-duration: 2s; /*动画所花费的时间*/


}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            0%{
                transform: scale(1);  /*开始为原始大小*/
            }
            25%{
                transform: scale(1.02); /*放大1.1倍*/
            }
            50%{
                transform: scale(1);
            }
            75%{
                transform: scale(1.02);
            }
        }
header img.cooperation{ width: 50%;height: auto;margin: 0 auto;padding: 50px 0 0;}

.nav{position: fixed;left: 0;bottom: 30px;width: 100%;}
.nav a{display:block; float: left; width:20%;text-align: center;background:rgba(30,33,60,0.5);color: #fff;padding: 5px 0;}
.nav a:nth-child(odd){background:rgba(30,33,60,0.6);}
.nav a:nth-child(2),.nav a:nth-child(3),.nav a:nth-child(4),.nav a:nth-child(6){width:15%;}

ul li {width: 92%;margin: 0 auto;}
h2{text-align: center;font-size: 2rem;}

ul li h2 { font-size: 2rem; background:rgba(23,38,106,0.5);color: #fff;border-radius: 10px;}
ul li h3 {text-align: center;font-size: 1.8rem; background:rgba(23,38,106,0.2);color: #fff;width: 60%;margin: 20px auto 10px;border-radius: 10px;}
ul li h4{text-align: center;font-size: 2rem; line-height: 2rem;margin: 30px auto 0;padding: 10px 0;border: 1px #1e213c solid;border-bottom: 0;}
ul li h5{text-align: center;font-size: 2rem; line-height: 2rem;margin: 30px auto 0;padding: 10px 0;}
ul li em{font-size: 1.4rem;display: block;font-style: normal;}
ul li span{display: block; text-indent: 2.4rem;text-align: justify;margin-bottom: 10px;}
ul li table{width: 100%;border-top: 1px #1e213c solid;border-left: 1px #1e213c solid;margin: 0 auto 10px;}
ul li table td{border-right: 1px #1e213c solid;border-bottom: 1px #1e213c solid;text-align: justify;padding: 5px;}

ul.section1{background: #6ec3fc;padding-top: 40px;padding-bottom: 30px;}
ul.section2{background: #5baee6;padding-top: 40px;padding-bottom: 30px;}
ul.section3{background: #6ec3fc;padding-top: 40px;padding-bottom: 30px;}
ul.section4{background: #5baee6;padding-top: 40px;padding-bottom: 30px;}
ul.section5{background: #6ec3fc;padding-top: 40px;padding-bottom: 30px;}
ul.section6{background: #5baee6;padding-top: 40px;padding-bottom: 120px;}
ul.section6 h2{margin-bottom: 10px;}
ul.section6 .phone{line-height: 5rem;font-size: 2.3rem;text-align: center;}
ul.section6 img{display:inline-block;width: 2rem;height: auto;}
