﻿@charset "utf-8";

/* CSS Document */
a {
	color: #666;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}


a img {
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

div {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

ul {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

li {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
}

p {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

form {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

em {
	font-style: normal;
	font-weight: normal;
}

table {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

dt {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

dl {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

dd {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

form {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

tr {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.cl {
	HEIGHT: 0px;
	CLEAR: both;
}

.fl {
	FLOAT: left
}

.fr {
	FLOAT: right
}

.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.flexBetween {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexStart {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flexCenter {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flexEnd {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}



.c {
	*zoom: 1;
}


.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.col-white {
	color: #fff;
}

input,button,textarea {
	outline: none;
	border: none;
	background: none;
	color: #666;
	transition: all 0.4s;
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

img {
	display: block;
	width: auto;
	max-width: 100%;
	transition: all 0.4s;
}

svg,path,span,p,em,i,dd,li,dl,a {
	transition: all 0.4s;
}
* {
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
	font-family: "LDL";
}
h2{
	font-family: "LDM";
}
h3,h4,h5,h6{
	font-family: "LDR";
}
h1,h2,h3,h4,h5,h6,dt,strong,b,p{
	font-weight: normal;
	transition: all 0.4s;
}

BODY {
	FONT: 16px "LexendDeca-Light";
	COLOR: #666;
	width: 100%;
	overflow-x: hidden;
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	width: 98%;
	padding: 0 10px;
}


/*字体定义*/

@font-face {
	font-family: "LDL";
	src: url("../fonts/LexendDeca-Light.ttf");
}
@font-face {
	font-family: "LDR";
	src: url("../fonts/LexendDeca-Regular.ttf");
}
@font-face {
	font-family: "LDM";
	src: url("../fonts/LexendDeca-Medium.ttf");
}
@font-face {
	font-family: "LDB";
	src: url("../fonts/LexendDeca-ExtraBold.ttf");
}

@font-face {
	font-family: "DOUYU";
	src: url("../fonts/douyu.ttf");
}
/*浏览器滚动条 begin*/

 ::-webkit-scrollbar {
	width: 4px;
	height: 2px;
	border-radius: 2px;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: linear-gradient(90deg, #1d208a, #3284be);
}

 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}


/*公共头部*/
#header{
	width: 100%;
	z-index: 70;
	position: fixed;
	left: 0;
	top: 0;
	transition: all 0.4s;
}
#header.topfixed{
	margin-top: -50px;
}
.webtop{
	background: #07101a;
}
.webtop .container{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.webtop .con-details{
	display: flex;
	align-items: center;
}
.webtop .con-details li{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.webtop .con-details li i{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin-right: 12px;
}
.webtop .con-details li a{
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}
.webtop .con-details li a:hover{
	text-decoration: underline;
}
.social{
	display: flex;
	align-items: center;
}
.social a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.social a:hover{
	box-shadow: 0 0 10px 0 rgba(255,255,255,0.2);
}
.webtop .social a{
	margin-left: 10px;
}

.header{
	background: rgba(255,255,255,0.6);
	box-shadow: 0 10px 100px 0 rgba(0,0,0,0.08);
}
.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header .logo{
	transition: all 0.4s;
}
.header .logo img{
	height: 80px;
    max-width: none;
}
/*PC导航*/
.pcnav{
	transition: all 0.4s;
	width: calc(100% - 260px);
}
.pcnav .nav{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pcnav .nav li > a{
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 100px;
	position: relative;
}
.pcnav .nav li > a h3{
	font-family: LDM;
	font-size: 17px;
	color: #07101a;
	text-transform: uppercase;
}
.pcnav .nav li > a i{
	font-size: 12px;
	color: #07101a;
	margin-left: 8px;
}
.pcnav .nav li:hover > a h3,
.pcnav .nav li:hover > a i,
.pcnav .nav li.on > a h3,
.pcnav .nav li.on > a i{
	background-image: linear-gradient(to right, #1d208a 0%, #3284be 50%, #1d208a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% auto;
}



.pcnav .nav li.on > a i{
	transform: rotate(180deg);
}
.pcnav .nav li .hidenav{
	display: none;
	position: absolute;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.05);
	background: #fff;
	top: 80px;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%);
	border-radius: 0 0 4px 4px;
	width: 900px;
}
.pcnav .nav li .hidenav:before{
	content: "";
	width: 100%;
	height: 0;
	border-radius: 0 0 4px 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #1d208a, #3284be);
	z-index: 10;
}

.pcnav .nav li:hover .hidenav:before,.pcnav .nav li.on .hidenav:before{
	height: 4px;
}

.pcnav .nav li .hidenav .subnav{
	display: flex;
	align-items: stretch;
}

.hidenav .subnav .summary{
	width: 320px;
	padding: 30px;
	border-right: 1px solid #e5e5e5;
}
.hidenav .subnav .summary .pic{
	border-radius: 4px;
	overflow: hidden;
}
.hidenav .subnav .summary .pic img{
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.hidenav .subnav .summary .content h3{
	font-size: 20px;
	color: #07101A;
	margin: 16px 0 8px;
	font-family: LDM;
}
.hidenav .subnav .summary .content p{
	line-height: 24px;
	color: #666;
}
.hidenav .subnav .link{
	width: calc(100% - 320px);
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 15px 0;
}
.hidenav .subnav .link dl{
	width: calc(100% / 3);
	padding: 15px 30px;
}
.hidenav .subnav .link dl dt a{
	display: block;
	font-family: LDM;
	color: #07101A;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 16px;
}
.hidenav .subnav .link dl > a{
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
	text-transform: capitalize;
}
.hidenav .subnav .link dl dt a:hover{
	color: #1d208a;
}
.hidenav .subnav .link dl > a:hover{
	color: #07101A;
	text-decoration: underline;
}
.hidenav .subnav .one-shot{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 10px;
	text-align: center;
}
.hidenav .subnav .one-shot a{
	display: block;
	padding: 15px 0;
	width: 100%;
}
.pcnav .nav li.pro-nav .hidenav {
	width: 100%;
}
.pcnav .nav li.dz-nav .hidenav{
	width: 700px;
}
.pcnav .nav li.discover-nav .hidenav .subnav .one-shot a{
	width: 50%;
}
.hidenav .subnav .one-shot a h3{
	display: block;
	font-family: LDM;
	color: #07101A;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 16px;
}
.hidenav .subnav .one-shot a p{
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
}
.hidenav .subnav .one-shot a:hover h3{
	color: #1d208a;
}
.hidenav .subnav .one-shot a:hover p{
	color: #07101A;
}
/*手机端导航*/

.mobnav {
	display: none;
}

.mobnav .menuBtn {
	position: relative;
	z-index: 1300;
	display: flex;
	align-items: center;
	height: 70px;
	width: 100%;
	cursor: pointer;
}

.mobnav .menuBtn dd {
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #1d208a, #3284be);
}

.mobnav .menuBtn dd:first-child {
	animation: sjnav 2.4s linear infinite;
}

.mobnav .menuBtn dd:nth-child(2) {
	margin: 6px 0;
	width: 30px;
}

.mobnav .menuBtn dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}

.mobnav .menuBtn h4 {
	color: #07101a;
	font-size: 16px;
	margin-left: 10px;
}


.mob-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.4s;
	opacity: 0;
	pointer-events: none;
}

.mob-header {
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 9999;
	background: url(../images/quoteBg.jpg) no-repeat center #f5f7f7;
	background-size: cover;
	transition: all 0.4s;
	opacity: 0;
	overflow-y: auto;
}
.mob-mask.show {
	opacity: 1;
}
.mob-header.show {
	left: 0;
	opacity: 1;
}
.mob-header .mob-top {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	background: #fff;
	box-shadow: 0 10px 100px 0 rgb(0,0,0,0.08);
	padding: 0 15px;
}
.mob-header .mob-top .mob-logo img {
	height: 50px;
}
.mob-header .mobnavclose {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #07101a;
	cursor: pointer;
}
.mob-header .mob-bottom{
	padding:0 15px 120px;
	
}
.mob-header .navcol li {
	border-bottom: 1px solid #dbdbdb;
}
.mob-header .navcol li h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mob-header .navcol li h3 a {
	text-transform: uppercase;
	font-family: 'LDM';
	color: #07101a;
	padding: 20px 0;
	font-size: 16px;
}

.mob-header .navcol li h3 i {
	width: 34px;
	height: 34px;
	position: relative;
	cursor: pointer;
}
.mob-header .navcol li h3 i:before{
	content: "";
	width: 14px;
	height: 2px;
	background: #07101A;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mob-header .navcol li h3 i:after{
	content: "";
	width: 2px;
	height: 14px;
	background: #07101A;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mob-header .navcol li dl {
	padding: 15px 0 10px;
	border-top: 1px dashed #dbdbdb;
	display: none;
	transition: none;
}
.mob-header .navcol li dl dd a h4{
	padding: 8px 0 8px 20px;
	position: relative;
	text-transform: capitalize;
	font-size: 16px;
	font-family: LDR;
	color: #333;
}
.mob-header .navcol li dl dd a h4:before {
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #1d208a;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all 0.4s;
}
.mob-header .navcol li dl dd a h4:after {
	content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1d208a;
    position: absolute;
    left: 3px;
    top: 15px;
    transition: all 0.4s;
}
.mob-header .navcol li dl dd a p{
	padding: 0 20px;
    line-height: 24px;
    font-size: 15px;
}
.mob-header .navcol dl dd{
	margin-bottom: 10px;
}
.mob-header .navcol dl dd .proyiji a{
	display: block;
	color: #333;
	font-family: LDR;
}
.mob-header .navcol dl dd .proerji{
	padding: 0 20px;
}
.mob-header .navcol dl dd .proerji a{
	display: block;
	line-height: 24px;
	font-size: 15px;
	margin-top:6px;
}
.mob-header .navcol dl dd .proerji a:hover{
	color: #07101A;
	text-decoration: underline;
}
.mob-header .navcol li dl dd a:hover h4{
	color: #319BD0;
}
.mob-header .navcol li h3 i.rotate {
	transform: rotate(135deg);
}
.mob-header .mob-bottom .social{
	margin-top: 30px;
	justify-content: center;
}
.mob-header .mob-bottom .social a{
	margin: 0 5px;
	color: #fff;
}
/*搜索部分*/
.top-r {
	display: flex;
	align-items: center;
	/*width: 200px;*/
}
.top-r span{
	display: block;
	color: #07101a;
	width: 16px;
	cursor: pointer;
}
.top-r i{
	display: block;
	width: 1px;
	height: 20px;
	margin: 0 20px;
	background: #dbdbdb;
}
.top-r a{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	width: 143px;
	font-family: LDL;
}

.top-r a img{ display:inline-block;max-width: 16px;}
.search{
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100vh;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	opacity: 0;
	background: url(../images/searchBg.jpg) no-repeat center #fff;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}
.search.show-search{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.search .search-box form{
	display: flex;
	align-items: center;
	max-width: 600px;
}
.search .search-box form input{
	display: block;
	font-size: 36px;
	color: #07101A;
	font-family: LDR;
}
.search .search-box form button{
	width: 40px;
	display: block;
	font-size: 28px;
	color: #1d208a;
	cursor: pointer;
	margin-left: 30px;
}
.search .search-close{
	text-align: center;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(90deg, #1d208a, #3284be);
	color: #FFFFFF;
	font-size: 24px;
	line-height: 58px;
	cursor: pointer;
}
/*公共底部*/

.foot{
	background:#0D3760;
	background-size: cover;
	padding: 70px 0 60px;
}
.foot .container{
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}
.foot .left img{
	width: 100%;
	max-width: 260px;
}
.foot .left p{
	width: 100%;
	max-width: 360px;
	color: #b2b2b2;
	line-height: 28px;
	margin-top: 24px;
}
.foot .center{
	display: flex;
	align-items: flex-start;
}
.foot .center dl{
	margin: 0 20px;
}
.foot .center h3{
	font-size: 20px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.foot .center a{
	display: block;
	color: #b2b2b2;
	line-height: 36px;
	text-transform: capitalize;
}
.foot .center a:hover{
	color: #fff;
}
.foot .right h3{
	font-size: 20px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.foot .right span{
	display: block;
	color: #b2b2b2;
	line-height: 36px;
}
.foot .right span.add{
	display: none;
}
.foot .right span a{
	color: #b2b2b2;
}
.foot .right .social{
	margin-top: 20px;
}
.foot .right .social a{
	 color: #fff;
	 margin-right: 10px;
}
.foot .right span a:hover{
	color: #fff;
	text-decoration: underline;
}
/*版权信息*/

.copy{
	background: linear-gradient(90deg, #1d208a, #3284be);
	padding: 20px 0;
}
.copy .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.copy .left{
	display: flex;
	align-items: center;
	line-height: 20px;
}

.copy .left img{
	height: 14px;
	margin: 0 6px;
}
.copy .left a{
	font-size: 14px;
	color: #fff;
}
.copy .right{
	display: flex;
	align-items: center;
}
.copy a:hover{
	text-decoration: underline;
}
/*侧边栏*/
.sidebar{
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 999;
}
.sidebar li{
	margin-top: 10px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.sidebar li a{
	display: block;
	line-height: 50px;
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	color: #fff;
	width: 50px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
}
.sidebar li em{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sidebar li h5{
	display: none;
}
.sidebar li:hover a{
	opacity: 1;
	width: 180px;
}
.sidebar .quote{
	position: relative;
}

.sidequote{
	width: 400px;
	position: fixed;
	z-index: 9999999;
	bottom: 10px;
	right: 10px;
	border-radius: 20px;
	background: url(../images/quoteBg.jpg) no-repeat center #f5f7f7;
	background-size: cover;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	padding: 30px;
	transform-origin: bottom right;
	transform: scale(0);
	transition: all 0.3s;
}
.sidequote .close_btn{
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #07101a;
	cursor: pointer;
}
.sidequote .summary h2{
	font-size: 28px;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 6px;
}
.sidequote .summary p{
	font-size: 14px;
	line-height: 22px;
}
.sidequote form{
	width: 340px;
}
.sidequote form dl dd{
	margin-top: 15px;
}
.sidequote form dl dd span{
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}
.sidequote form dl dd span i{
	color: #ff0000;
	font-size: 16px;
	padding-left: 4px;
}
.sidequote form dl dd input{
	display: block;
	background: #fff;
	border: 1px solid #dbdbdb;
	width: 100%;
	line-height: 38px;
	color: #07101a;
	padding: 0 20px;
	border-radius: 50px;
	font-size: 14px;
	font-family: LDR;
}
.sidequote form dl dd textarea{
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #dbdbdb;
	height: 80px;
	border-radius: 20px;
	padding: 12px 20px;
	font-size: 14px;
	font-family: LDR;
	line-height: 22px;
}
.sidequote form dl dd input:focus,
.sidequote form dl dd textarea:focus{
	border-color: #1d208a;
}
.sidequote form dl dt{
	margin-top: 20px;
}
.sidequote form dl dt button{
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 40px;
	cursor: pointer;
	font-family: LDR;
}
.sidequote.show{
	transform: scale(1);
}
.sidebar .top-back{
	transition: all 0.4s;
	opacity: 0;
}

.sidebar .top-back.show {
	opacity: 1;
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		FONT: 15px "LexendDeca-Light";
	}
	/*公共头部*/
	.pcnav .nav li > a {
	    padding: 0 30px;
	    height: 90px;
	}
	.pcnav .nav li > a h3 {
	    font-size: 16px;
	}
	.hidenav .subnav .summary .content h3{
		font-size: 18px;
	}
	/*公共底部*/
	.foot {
	    padding: 60px 0 50px;
	}
	.foot .left img{
		height: 70px;
	}
	.foot .left p {
	    max-width: 280px;
	    line-height: 25px;
	    margin-top: 20px;
    }
    .foot .center dl {
	    margin: 0 15px;
	}
    .foot .center h3 {
	    font-size: 18px;
	    line-height: 16px;
	    margin-bottom: 16px;
    }
    .foot .center a {
	    line-height: 32px;
    }
    .foot .right h3 {
	    font-size: 18px;
	    line-height: 16px;
	    margin-bottom: 16px;
	}
	.foot .right span {
	    line-height: 32px;
	}
	/*侧边栏*/
	.sidebar {
	    right: 10px;
    }
}



@media only screen and (max-width: 1200px) {

	/*公共样式*/
	BODY {
		FONT: 14px "LexendDeca-Light";
	}
	/*公共头部*/
	.webtop .container {
    	height: 50px;
    }
    .webtop .con-details li a {
	    font-size: 16px;
	}
	.header .logo {
	    /* width: 50px; */
	}
	.header .logo img {
	    height: 60px;
	}
	.pcnav {
	    width: calc(100% - 70px);
	    padding-right: 20px;
	}
	.pcnav .nav li > a{
		height: 80px;
		padding: 0 20px;
	}
	.pcnav .nav li > a h3 {
	    font-size: 15px;
	}
	.pcnav .nav li.pro-nav .hidenav{
		width: 100%;
	}
	.hidenav .subnav .summary .content h3 {
	    font-size: 16px;
	}
	.hidenav .subnav .link dl {
	    width: calc(100% / 2);
	    padding: 10px 30px;
	}
	.hidenav .subnav .link dl dt a,
	.hidenav .subnav .one-shot a h3{
		font-size: 15px;
	}
	.hidenav .subnav .link dl > a,
	.hidenav .subnav .one-shot a p {
	    font-size: 14px;
	    line-height: 22px;
	    margin-top: 5px;
	}
	.top-r {
	    width: 20px;
	}
	.top-r span {
	    width: 20px;
	    font-size: 16px;
	}
	.top-r i,
	.top-r a{
		display: none;
	}
	/*公共底部*/
	.foot {
	    padding: 50px 0 40px;
	}
	.foot .left{
		display: none;
	}
    .foot .center dl {
	    margin: 0 100px 0 0;
	}
	.foot .center dl:last-child{
		margin-right: 0;
	}
    .foot .center h3 {
	    font-size: 18px;
	    line-height: 16px;
	    margin-bottom: 16px;
    }
    .foot .center a {
	    line-height: 32px;
    }
    .foot .right h3 {
	    font-size: 18px;
	    line-height: 16px;
	    margin-bottom: 16px;
	}
	.foot .right span {
	    line-height: 32px;
	}
	/*版权信息*/
	.copy {
	    padding: 20px 0;
	}

}

@media only screen and (max-width: 900px) {
	/*公共样式*/
	.container {
	    max-width: 100%;
	    padding: 0 20px;
	}
	/*公共头部*/
	.webtop,
	.pcnav{
		display: none;
	}
	.header{
		position: fixed;
	    z-index: 9999999;
	    width: 100%;
	    left: 0;
	    top: 0;
	}
	.header .logo{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.mobnav {
		display: block;
	}
	
	/*公共底部*/
	.foot {
	    padding: 40px 0 30px;
	}
    .foot .center dl {
	    margin: 0 60px 0 0;
	}
    .foot .center h3 {
	    font-size: 16px;
	    line-height: 14px;
	    margin-bottom: 12px;
    }
    .foot .center a {
	    line-height: 30px;
    }
    .foot .right h3 {
	    font-size: 16px;
	    line-height: 14px;
	    margin-bottom: 12px;
	}
	.foot .right span {
	    line-height: 30px;
	}

}

@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
	    padding: 0 10px;
	}
	/*公共头部*/
	.mobnav .menuBtn {
		height: 60px;
	}
	.header .logo {
	    /* width: 40px; */
	}
	.header .logo img {
		height: 50px;
	}
	.mobnav .menuBtn h4{
		font-size: 14px;
	}
	
	.mob-header .navcol li dl dd a h4 {
	    padding: 4px 0 4px 20px;
	    font-size: 15px;
	}
	.mob-header .navcol li dl dd a h4:before {
	    top: 7px;
	}
	.mob-header .navcol li dl dd a h4:after {
	    top: 10px;
	}
	.mob-header .navcol dl dd .proerji a,
	.mob-header .navcol li dl dd a p{
	    line-height: 22px;
	    font-size: 14px;
	    margin-top: 5px;
	}
	
	/*搜索栏*/
	.search .search-close {
	    right: 20px;
	    top: 20px;
	    width: 48px;
	    height: 48px;
	    font-size: 22px;
	    line-height: 48px;
	}
	.search .search-box form{
		width: 100%;
	}
	.search .search-box form input {
	    font-size: 18px;
	}
	.search .search-box form button {
	    width: 30px;
	    font-size: 18px;
	    margin-left: 20px;
	}
	/*公共底部*/
	.foot {
	    padding: 30px 0;
	}
    .foot .center{
    	display: none;
	}
	.foot .right{
		width: 100%;
		text-align: center;
	}
    .foot .right h3 {
	    font-size: 24px;
	    line-height: 20px;
	    margin-bottom: 15px;
	}
	.foot .right span {
	    font-size: 15px;
	    line-height: 22px;
	    margin-top: 6px;
	}
	.foot .right span.add{
		display: block;
	}
	.foot .right .social {
	    justify-content: center;
	    margin-top: 20px;
	}
	.foot .right .social a {
	    margin: 0 5px;
	}
	/*版权信息*/
	.copy{
		padding: 12px 0;
	}
	.copy .container {
	    display: block;
	}
	.copy .left{
		flex-wrap: wrap;
		justify-content: center;
		line-height: 26px;
	}
	.copy .left span{
		display: block;
		width: 100%;
		text-align: center;
	}
	.copy .left img{
		margin: 0 6px 0 0;
	}
	.copy .right {
	    justify-content: center;
	    line-height: 26px;
	}
	/*侧边栏*/
	.sidebar{
		padding: 6px 4px;
		height: auto;
	}
	.sidebar li {
	    height: 40px;
	    width: calc((100% - 8px) / 4) !important;
	    margin: 1px;
	}
	.sidebar li em{
		margin-right: 4px;
		width: 18px;
    	height: 18px;
	}
	.sidebar li:first-child em svg {
	    width: 13px;
	    height: 12px;
	}
	.sidebar li:nth-child(2) em svg {
	    width: 16px;
	    height: 16px;
	}
	.sidebar li:nth-child(4) em svg {
	    width: 13px;
	    height: 13px;
	}
	.sidebar li a,
	.sidebar li h5{
		line-height: 40px;
	    font-size: 13px;
	}
}


/*头部滚动事件*/
@media only screen and (min-width: 1201px) {
	.webtop.scrollTop .container{
		height: 50px;
	}
	.header.scrollTop .logo{
		/* width: 50px; */
	}#a19494
	.pcnav {
	    width: calc(100% - 250px);
	}
	.header.scrollTop .pcnav .nav li > a {
	    height: 80px;
	}
	.header.scrollTop .logo img {
		height: 70px;
	}
	.header.scrollTop .pc_nav{
	}
}