@charset "utf-8";

/* CSS Document */

* {
    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 "syhtN", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    overflow: hidden
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

@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;
    }
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

/*a:hover {
    text-decoration: none;
    color: #a70623;
}*/

img {
    border: none;
    max-width: 100%;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.clear {
    clear: both;
    display: block;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.w1546{
	width: 15.46rem;
	margin: 0 auto;
}

/* top */
.header{
	position: fixed;
	width: 100%;
	padding: 0 0.9rem;
	top: 0;
	left: 0;
	z-index: 9999;
	zoom: 1;
	transition-duration: 0.5s;
}
.header:after{
	display: block;
	content: '';
	clear: both;
}
.header.on{
	background: #fff;
	box-shadow: 0 0 3px 0px #ccc;
}
.logo{
	float: left;
	width: 2.5022rem;
	margin-top: 0.375rem;
}
.logo img{
	/*display: block;*/
	width: 100%;
}
.logo-w{
	display: block;
}
.logo-b{
	display: none;
}
.header.on .logo-w{
	display: none;
}
.header.on .logo-b{
	display: block;
}
.header-fr{
	float: right;
	zoom: 1;
}
.header-fr:after{
	display: block;
	content: '';
	clear: both;
}
.header-menu{
	float: left;
}
.header-menu ul li{
	float: left;
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.2rem;
	margin-right: 0.78rem;
	position: relative;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li>a{
	color: #fff;
	position: relative;
}
.header.on .header-menu ul li>a{
	color: #004aba;
}
.header-active>a{
	font-weight: bold;
}
.header-active>a:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.03rem;
	background: #fff;
	position: absolute;
	bottom: -0.15rem;
	left: 0;
}
.header.on .header-active>a:after{
	background: #004aba !important;
}
.header-menu ul li dl{
	width: 1.5rem;
	padding: 0 0.1rem;
	background: #fff;
	border-bottom-left-radius: 0.05rem;
	border-bottom-right-radius: 0.05rem;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.7rem;
	transition-duration: 0.5s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
}
.header-menu ul li:hover dl{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header-menu ul li dl dd{
	font-size: 0.16rem;
	font-family: 'syhtN';
	text-align: center;
	line-height: 0.5rem;
	border-bottom: 1px dashed #d9d7d7;
	border-radius: 0.05rem;
	transition-duration: 0.3s;
}
.header-menu ul li dl dd:last-child{
	border-bottom: none;
}
.header-menu ul li dl dd a{
	display: block;
	color: #333333;
	transition-duration: 0.3s;
}
.header-menu ul li dl dd:hover{
	background: #004aba;
}
.header-menu ul li dl dd:hover a{
	color: #fff;
}




.search-btn{
	float: right;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/search.png) no-repeat center center;
	background-size: 0.27rem 0.27rem;
	cursor: pointer;
	margin-top: 0.4rem;
	margin-left: 0.35rem;
}
.header.on .search-btn{
	background: url(../images/search-b.png) no-repeat center center;
	background-size: 0.27rem 0.27rem;
}
/*.search-btn img{
	display: block;
	width: 0.27rem;
	margin: 0 auto;
}*/

/* top */
/*小屏导航*/

.xs-top {
	display: none;
}

.logo-mobile {
	position: absolute;
	width: 48%;
	height: 100%;
	float: left;
	padding: 12px 10px;
	/*background: #000;*/
}

.logo-mobile img {
	display: block;
	width: 100%;
}

.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: #0c8093;
	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-hotLine {
	position: absolute;
	left: 12%;
	top: 0;
	font-size: 16px;
	line-height: 55px;
	color: #0c8093;
}

.mobile-inner-header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}

.mobile-inner-header-icon {
	color: #ffffff;
	background: #004aba;
	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, 74, 186, 0.9);
	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;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 7rem;
    padding: 0.7rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}

#dialog1 {
    width: 65%;
    padding: 0.55rem;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 6px;
}

.dialogTop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
}

.claseDialogBtn {
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #0081eb;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */


/* footer */
.footer{
	background: url(../images/foot-bg.jpg) no-repeat bottom center;
	background-size: cover;
}
.footer-info{
	padding: 0.77rem 0 1rem;
	zoom: 1;
}
.footer-info:after{
	display: block;
	content: '';
	clear: both;
}
.footer-add{
	float: left;
}
.footer-add img{
	display: block;
	width: 2.5022rem;
	margin-bottom: 0.35rem;
}
.footer-add dl dt{
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.26rem;
}
.footer-add dl dd{
	font-size: 0.19rem;
	color: #fff;
	font-weight: normal;
	line-height: 0.26rem;
	margin-top: 0.15rem;
}
.footer-menu{
	float: right;
	zoom: 1;
}
.footer-menu:after{
	display: block;
	content: '';
	clear: both;
}
.footer-menu dl{
	float: left;
	margin-left: 1.2rem;
}
.footer-menu dl:first-child{
	margin-left: 0;
}
.footer-menu dl dt{
	font-size: 0.19rem;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.footer-menu dl dt a{
	color: #fff;
}
.footer-menu dl dd{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 0.1rem;
	opacity: 0.7;
}
.footer-menu dl dd:hover{
	opacity: 1;
}
.footer-menu dl dd a{
	color: #fff;
}
.footer-menu dl dd:last-child{
	margin-bottom: 0;
}
.footer-beian{
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 0.18rem 0;
	zoom: 1;
}
.footer-beian:after{
	display: block;
	content: '';
	clear: both;
}
.footer-beian p{
	font-size: 0.18rem;
	color: #ffffff;
	opacity: 0.7;
	line-height: 1.4;
}
.footer-beian p a{
	color: #fff;
}
.footer-beian p:nth-child(1){
	float: left;
}
.footer-beian p:nth-child(2){
	float: right;
}
/* 底部 */


/*  */



/*==============================================
    Main Header Css        
===============================================*/



@media only screen and (max-width: 1450px) {
	
}

@media only screen and (max-width: 1366px) {
	
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (max-width: 1139px) {
    /* .main-menu .navigation>li {
        margin-right: 30px;
    } */
}

@media only screen and (max-width: 1320px) {}

@media only screen and (max-width: 960px) {
   
}

@media only screen and (max-width: 760px) {
    .header{
    	display: none;
    }
    .xs-top {
		display: block;
	}
    .w1546{
    	width: 92%;
    }
    
    .footer-menu{
    	display: none;
    }
    .footer-info{
    	padding: 30px 0;
    }
    .footer-add{
    	float: none;
    }
    .footer-add dl dt{
    	font-size: 14px;
    }
    .footer-add dl dd{
    	font-size: 14px;
    }
    .footer-beian p{
    	font-size: 12px;
	    text-align: center;
	    width: 100%;
    }
}

@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);
        opacity: .2;
    }
    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);
        opacity: 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);
        opacity: .2;
    }
    
    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);
        opacity: 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);
        opacity: .2;
    }
    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);
        opacity: 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);
        opacity: .2;
    }
    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);
        opacity: 1
    }
}
