﻿@charset "utf-8";

/* CSS Document */
/*www.71nc.com.cn*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

body {
    font: 16px/1.8 "microsoft yahei",Arial;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    overflow: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

@font-face {
	font-family: 'ls';
	src: url(../font/SIMLI.TTF);
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
.w86{
	width: 86%;
	margin: 0 auto;
}


.header{
	width: 100%;
	padding: 0 0.3rem;
	background: rgba(255, 255, 255, .8);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	zoom: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header.on{
	background: rgba(0, 75, 152, 0.8) !important;
}
.header:after{
	display: block;
	content: '';
	clear: both;
}
.header-logo{
	float: left;
	width: 4.45rem;
	position: relative;
	margin-top: 0.1rem;
}
.header-logo img{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.logo-r{
	opacity: 1;
	visibility: visible;
}
.logo-w{
	opacity: 0;
	visibility: hidden;
}
.on .logo-r{
	opacity: 0;
	visibility: hidden;
}
.on .logo-w{
	opacity: 1;
	visibility: visible;
}
.header-fr{
	float: right;
	zoom: 1;
}
.header-fr:after{
	display: block;
	content: '';
	clear: both;
}
.header-fr ul{
	float: left;
}
.header-fr ul li{
	float: left;
	font-size: 0.18rem;
	color: #333;
	padding: 0 0.2rem;
	line-height: 0.9rem;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
}
.header-fr ul li>a{
	display: block;
	color: #333;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;	
}
.header-fr ul li:hover{
	background: #004b98;
}
.header-fr ul li:hover>a{
	color: #fff;
}
.header-on{
	background: #004b98 !important;
}
.header-on>a{
	color: #fff !important;
}
.on .header-fr ul li>a{
	color: #fff;
}
.header-fr ul li dl{
	position: absolute;
	top: 100%;
	left: 0;
	width: 2.4rem;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	z-index: -1;
}
.header-fr ul li:hover dl{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header-fr ul li dl dd{
	width: 100%;
	height: 0.46rem;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.header-fr ul li dl dd:hover{
	background: #004b98;
}
.header-fr ul li dl dd a{
	display: block;
	font-size: 0.16rem;
	color: #333;
	line-height: 0.46rem;
	padding: 0 0.2rem;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.header-fr ul li dl dd:hover a{
	color: #fff;
}
.header-fr ul li dl dd:after{
	display: block;
	content: '';
	width: 0.18rem;
	height: 0.16rem;
	background: url(../images/jt-h.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.08rem;
	opacity: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.header-fr ul li dl dd:hover:after{
	opacity: 1;
	right: 0.1rem;
}

.search{
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #1b44ab;
	position: relative;
	margin-top: 0.25rem;
	margin-left: 0.2rem;
	cursor: pointer;
}
.search img{
	display: block;
	width: 0.24rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


@media screen and (min-width: 322px) {
    html {
        font-size: 16.7777px;
    }
}

@media screen and (min-width: 760px) {
    html {
        font-size: 39.5833px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 85.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}





/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 60%;
    float: left;
    margin-top: 9.5px;
    margin-left: 3%;
}
.logo-mobile img{display: block;}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #7e787c;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-search{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #004b98;
	position: absolute;
	right: 65px;
	top: 7.5px;
}
.mobile-search img{
	position: absolute;
	width: 24px;
	height: 22px;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -11px;
}
.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #004b98; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:rgba(0,0,0,0.8); width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}
.subNav1 a{display: block;}
.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:rgba(255,255,255,0.2);}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22.5px 0 0 -50%;
    z-index: 10000;
}

.dialogTop {
    width: 30%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
    text-align: right;
}

    .dialogTop a {
        color: #fff;
    }

.tc-ss {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
}

    .tc-ss ul .sk03 {
        width: 80%;
        float: left;
        background: url(../images/ss1.png) 10px center no-repeat;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 45px;
        border: 1px solid #1b44ab;
    }

        .tc-ss ul .sk03 input {
            width: 100%;
            background: none;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

.sk04 input {
    border-radius: 0;
    background: #1b44ab;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.sk04 input:focus{
	border: none;
    outline: none;
}

.headOn{
	box-shadow: 0 0 2px 1px #e4e5e8;
}

.footer-wave{
	width: 100%;
	position: relative;
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -0.1rem;
    min-height: 100px;
    max-height: 150px;
}
.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.footer-content{
	background: #004b98;
}
.footer-content-box{
	padding: 0.4rem 0;
}
.footer-content-box .w86{
	zoom: 1;
}
.footer-content-box .w86:after{
	display: block;
	content: '';
	clear: both;
}
.footer-logo{
	float: left;
	width: 25%;
}
.footer-logo img{
	display: block;
	width: 2rem;
}
.footer-logo p{
	width: 3rem;
	font-size: 0.14rem;
	color: #fff;
	line-height: 2;
	text-align: justify;
}
.footer-menu{
	float: left;
	width: 75%;
	zoom: 1;
}
.footer-menu:after{
	display: block;
	content: '';
	clear: both;
}
.footer-menu dl{
	float: left;
	width: 12.5%;
}
.footer-menu dl dt{
	font-size: 0.18rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.3rem;
}
.footer-menu dl dt a{
	color: #fff;
}
.footer-menu dl dd{
	font-size: 0.14rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 0.2rem;
}
.footer-menu dl dd:last-child{
	margin-bottom: 0;
}
.footer-menu dl dd a{
	color: #fff;
}
.footer-menu dl dd img{
	display: block;
	width: 1.1rem;
	margin: 0 auto;
}
.footer-menu dl dd p{
	font-size: 0.14rem;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	margin-top: 0.2rem;
}
.footer-beian{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0.15rem 0;
	text-align: center;
}
.footer-beian p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
}
.footer-beian p a{
	color: #fff;
	margin-left: 0.3rem;
}

@media only screen and (max-width: 1450px) {
    .waves{
    	height: 10vh;
    	margin-bottom: -0.2rem;
    }
}

@media only screen and (max-width: 1366px) {
	
}

@media only screen and (max-width: 1080px) {
    
   
}


@media only screen and (max-width: 769px) {
	.header{
		display: none;
	}
	.xs-top{display: block;}
	
	.dialogTop{
		width: 90%;
	}
	.tc-ss{
		width: 90%;
	}
	.waves{
		height: 5vh;
		min-height: 40px;
	}
	.w86{
		width: 92%;
	}
	.footer-logo{
		width: 100%;
	}
	.footer-logo img{
		width: 247px;
		margin: 0 auto;
	}
	.footer-logo p{
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
	}
	.footer-menu{
		width: 100%;
		margin-top: 20px;
	}
	.footer-menu dl{
		display: none;
	}
	.footer-menu dl:last-child{
		display: block;
		width: 120px;
		float: none;
		margin: 0 auto;
	}
	.footer-menu dl dd img{
		display: block;
		width: 100%;
	}
	.footer-menu dl dd p{
		font-size: 15px;
	}
	.footer-beian p{
		font-size: 14px;
	}
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}


}
@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

}
@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

}
@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

}
