﻿@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;
}

P {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	text-align: justify;
}

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;
}


input,button,textarea {
	outline: none;
	border: none;
	background: none;
	color: #666;
	transition: all 0.4s;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
input::-webkit-input-placeholder { 
color: #666; 
} 
input:-moz-placeholder { 
color: #666; 
} 
input::-moz-placeholder { 
color: #666; 
} 
input:-ms-input-placeholder { 
color: #666; 
}

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;
	
}
h2{
	font-weight: bold;
	transition: all 0.4s;
}
h1,h3,h4,h5,h6,dt,strong,b,p{
	transition: all 0.4s;
	font-weight: normal;
}
BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #666;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	font-weight: 400;
}

.container {
	max-width: 1460px;
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
}

.flexfs2{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flexfsc{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.flexfsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.flexfssb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.flexfesb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.flexfefs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.flexcc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexcfs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.flexcfe{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.flexcsb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flexsc{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.flexsfs{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.flexsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}
.flexssb{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.gridc{
	display: grid;
    align-content: center;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.col-white {
	color: #fff;
}
.col-black {
	color: #1a1a1a;
}
.col-site{
	color: #e5801f;
}
.pic{
	overflow: hidden;
}

/*浏览器滚动条 begin*/

 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}

/*电脑端头部*/
.pcheader{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
	transition: all 0.4s;
	padding: 0 40px;
}

.pcheader .pclogo{
	width: 190px;
	transition: all 0.4s;
}
.pcheader .logo img{
	height: 40px;
}

.pcheader .nav{
	transition: all 0.4s;
	width: calc(100% - 395px);
}
.pcheader .nav li {
	position: relative;
	z-index: 10;
}

.pcheader .nav li>a {
	display: flex;
	align-items: center;
	padding: 0 35px;
	height: 90px;
	position: relative;
	z-index: 0;
}

.pcheader .nav li>a h3 {
	font-size: 16px;
	color: #1a1a1a;
}

.pcheader .nav li>a i {
	font-size: 12px;
	color: #1a1a1a;
	margin-left: 10px;
}

.pcheader .nav li:hover>a h3,
.pcheader .nav li.on>a h3 {
	color: #e5801f;
}

.pcheader .nav li.on>a i,
.pcheader .nav li:hover>a i {
	transform: rotate(180deg);
	color: #e5801f;
}

.pcheader .nav li .subnav {
	padding: 10px 20px;
	width: max-content;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
	z-index: 10;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
	border-top: 3px solid #e5801f;
}
.pcheader .nav li .subnav.on {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.pcheader .nav li .subnav dl dd a {
	font-size: 14px;
	display: block;
	line-height: 24px;
	padding: 10px 5px;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.pcheader .nav li .subnav dl dd:last-child a{
	border: none;
} 
.pcheader .nav li .subnav dl dd a:hover {
	color: #e5801f;
}

/*移动端头部*/
.mobheader{
	display: none;
	width: 100%;
	height: 70px;
	padding: 0 16px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}
.mobheader .moblogo {
	width: 140px;
}
.mobheader .mobsearch{
	margin-top: 0;
}
.mobheader .mobsearch form{
	width: 300px;
}
.mobheader .mobsearch form input {
    width: calc(100% - 40px);
    line-height: 38px;
    border: 1px solid #dbdbdb;
    border-right: none;
    border-radius: 2px 0 0 2px;
    padding: 0 10px;
    font-size: 14px;
}
.mobheader .mobsearch form button{
	width: 40px;
	height: 40px;
	border-radius: 0 2px 2px 0;
}
.mobheader .mobmenu{
	width: auto;
}
.mobheader .mobmenu dl {
	transform: rotateY(180deg);
	margin-right: 10px;
	width: 30px;
}
.mobheader .mobmenu dl dd {
	width: 0;
	height: 2px;
	background: #e5801f;
}
.mobheader .mobmenu dl dd:first-child {
	animation: sjnav 2.4s linear infinite;
}
.mobheader .mobmenu dl dd:nth-child(2) {
	margin: 6px 0;
	width: 20px;
}
.mobheader .mobmenu dl dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}
.mobheader .mobmenu h4 {
	color: #1a1a1a;
}

.mobmask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(7,16,26,0.8);
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.2s;
}
.mobmask.active{
	opacity: 1;
	visibility: visible;
}
.mobnav{
	width: 50%;
	height: 100vh;
	background: #FFFFFF;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: -50%;
	overflow-y: auto;
	opacity: 0;
	transition: all 0.3s;
}
.mobnav.active{
	transition-delay: 0.3s;
	opacity: 1;
	left: 0;
}
.mobnav .top{
	height: 70px;
	padding: 0 16px 0 20px;
	position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
}
.mobnav .top .logo {
	width: 120px;
}

.mobnav .top .mobnavclose {
	width: 30px;
	height: 30px;
	position: relative;
}
.mobnav .top .mobnavclose:before,
.mobnav .top .mobnavclose:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #333;
	border-radius: 1px;
}
.mobnav .top .mobnavclose:before{
	width: 20px;
	height: 2px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.mobnav .top .mobnavclose:after{
	width: 2px;
	height: 20px;
	transform: translate(-50%,-50%) rotate(225deg);
}
.mobsearch{
	padding: 0 16px;
	margin-top: 30px;
}
.mobsearch form input{
	width: calc(100% - 52px);
	line-height: 40px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	padding: 0 12px;
	font-size: 14px;
}
.mobsearch form button{
	width: 42px;
	height: 42px;
	background: #d6222b;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
}
.mobnav .bottom {
	padding: 6px 16px;
	
}
.mobnav .bottom .nav li {
	margin: 12px 0;
}

.mobnav .bottom .nav li h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobnav .bottom .nav li h3 a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #1a1a1a;
	
	padding-left: 4px;
}

.mobnav .bottom .nav li h3 i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
	font-size: 12px;
}


.mobnav .bottom .nav li .m-subnav {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 5px;
	display: none;
}

.mobnav .bottom .nav li .m-subnav a {
	display: block;
	line-height: 24px;
	margin: 10px 0;
	padding-left: 20px;
	position: relative;
}

.mobnav .bottom .nav li .m-subnav a:before{
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 7px;
	transition: all 0.4s;
}
.mobnav .bottom .nav li .m-subnav a:after{
	content: "";
    width: 4px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 10px;
    transition: all 0.4s;
}
.mobnav .bottom .nav li.on h3 a{
	color: #e5801f;
}
.mobnav .bottom .nav li.on h3 i {
	transform: rotate(90deg);
	color: #e5801f;
}

.mobnav .bottom .nav li.on h3 i:before,
.mobnav .bottom .nav li.on h3 i:after {
	background: #fff;
}
.mobnav .bottom .nav li h3 a:hover,
.mobnav .bottom .nav li .m-subnav a:hover{
	color: #d6222b;
}
.mobnav .bottom .nav li .m-subnav a:hover:before{
	border-color: #d6222b;
}
.mobnav .bottom .nav li .m-subnav a:hover:after{
	background: #d6222b;
}
.moblan{
	padding: 0 16px;
}
.moblan a{
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 44px;
}
.mobinfo{
	padding: 20px;
}
.mobinfo h2{
	font-size: 16px;
	color: #1a1a1a;
}
.mobinfo dl dd{
	display: flex;
	margin-top: 10px;
}
.mobinfo dl dd i{
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.mobinfo dl dd p{
	width: calc(100% - 14px);
	padding-left: 10px;
	line-height: 24px;
	color: #666;
}
.mobinfo dl dd p a{
	color: #666;
}
.mobinfo dl dd p a:hover{
	color: #e5801f;
}
/*PC头部右侧信息*/
.pcright{
	width: 190px;
}
.pcright .search {
	position: relative;
	background: #fff;
}

.pcright .search .search-icon {
	cursor: pointer;
	background: inherit;
	position: relative;
}

.pcright .search .search-icon i {
	cursor: pointer;
	background: inherit;
	margin-right: 10px;
	z-index: -1;
}

.pcright .search .search-icon i.c-icon {
	position: absolute;
	left: 0;
	top: 0;
}
.pcright .search.active .search-icon i.c-icon{
	z-index: 1 !important;
}
.pcright .search.active span{
	color: #e5801f;
}
.pcright .search span{
	font-size: 14px;
	cursor: pointer;
}

.pcright em {
	display: block;
	width: 1px;
	height: 14px;
	background: #ccc;
	margin: 0 20px;
}
.lan a{
	display: block;
	font-size: 14px;
    margin-left: 10px;
}
.lan a:hover{
	color: #e5801f;
}

.search-box {
	width: 100%;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 90px;
	background: #fff;
	padding: 40px 50px 50px;
	display: none;
	border-top: 1px solid #dbdbdb;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.search-box form {
	width: 70%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
}
.search-box form input {
	line-height: 60px;
	font-size: 16px;
	width: calc(100% - 30px);
}
.search-box form button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 60px;
	cursor: pointer;
	font-size: 18px;
	color: #d6222b;
}

.search span:hover{
	color: #e5801f;
}

/*公共底部*/
.newspaper{
	margin-bottom: -100px;
}
.newspaper .content{
	height: 200px;
	padding: 0 80px;
	background: url(../images/subg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}
.newspaper .left{
	width: calc(100% - 600px);
}
.newspaper .left h2{
	font-size: 36px;
	line-height: 1.5;
}
.newspaper .left h4{
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.newspaper .right{
	width: 450px;
	border-bottom: 2px solid #fff;
}
.newspaper .right form input{
	font-size: 16px;
	color: #fff;
	width: calc(100% - 40px);
	padding: 15px 10px;
	
}
.newspaper .right form button{
	cursor: pointer;
	width: 40px;
}

.newspaper input::-webkit-input-placeholder { 
color: #fff; 
} 
.newspaper input:-moz-placeholder { 
color: #fff; 
} 
.newspaper input::-moz-placeholder { 
color: #fff; 
} 
.newspaper input:-ms-input-placeholder { 
color: #fff; 
}

.foot{
	background: url(../images/footBg.jpg) no-repeat center;
	background-size: cover;
}
.foot .info{
	padding: 170px 0 60px;
	position: relative;
}
.foot .info .left h2{
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
}
.foot .info .left dd{
	position: relative;
	padding-left: 24px;
	line-height: 28px;
	margin-top: 10px;
	color: #bbbdca;
}
.foot .info .left dd i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 6px;
}
.foot .info .left dd em{
	padding-left: 16px;
}
.foot .info .left dd a{
	color: #bbbdca;
}

.foot .info .right .title h2{
	font-size: 22px;
	color: #fff;
}
.foot .info .right .title i{
	display: none;
	color: #FFFFFF;
	font-size: 12px;
}
.foot .info .right dl{
	margin-left: 100px;
}
.foot .info .right dl .list{
	margin-top: 20px;
}
.foot .info .right dl .list a{
	display: block;
	line-height: 28px;
	color: #bbbdca;
	margin-top: 10px;
	text-transform: capitalize;
}
.foot .info .right dl .list a:first-child{
	margin-top: 0;
}
.foot .info .left dd a:hover,
.foot .info .right dl .list a:hover{
	color: #e5801f;
}
.foot .info .top-back{
	position: absolute;
	right: 0;
	bottom: 30px;
	background: #d6222b;
	width: 50px;
	height: 50px;
	transition: all 0.4s;
	border-radius: 2px;
	cursor: pointer;
	transform: rotate(-90deg);
}
.foot .info .top-back:hover{
	background: #e5801f;
}
/*版权信息*/
.foot .copy{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 30px 0;
}
.foot .copy .left{
	line-height: 24px;
	color: #bbbdca;
	font-size: 0;
}
.foot .copy .left span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.foot .copy .left img{
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	margin: 0 8px 0 16px;
}
.foot .copy .left a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #bbbdca;
}
.foot .copy .right{
	font-size: 14px;
	line-height: 24px;
	color: #bbbdca;
}
.foot .copy .right a{
	color: #bbbdca;
}
.foot .copy a:hover{
	color: #e5801f;
}
/*侧边栏留言表单*/
.sidequotebtn{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.circle dl,
.circle dd{
	width: 90px !important;
    height: 90px !important;
}
.sidequotebtn dt{
	width: 50px !important;
    height: 50px !important;
}
.sidequote{
	width: 400px;
	position: fixed;
	z-index: 9999999;
	bottom: 10px;
	right: 10px;
	border-radius: 10px;
	background: #fff;
	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: #d6222b;
	cursor: pointer;
}
.sidequote .summary h2{
	font-size: 24px;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 10px;
	color: #1a1a1a;
}
.sidequote .summary p{
	font-size: 14px;
	line-height: 22px;
}
.sidequote form{
	display: block;
}
.sidequote form dl dd{
	margin-top: 16px;
}
.sidequote form dl dd span{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.sidequote form dl dd span i{
	color: #d6222b;
	font-size: 14px;
	padding-left: 4px;
}
.sidequote form dl dd input{
	display: block;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	width: 100%;
	line-height: 40px;
	color: #333;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 14px;
}
.sidequote form dl dd textarea{
	display: block;
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #dbdbdb;
	height: 100px;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 22px;
}
.sidequote form dl dd input:focus,
.sidequote form dl dd textarea:focus{
	border-color: #e5801f;
}
.sidequote form dl dt{
	margin-top: 20px;
}
.sidequote form dl dt button{
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 42px;
	cursor: pointer;
}
.sidequote.show{
	transform: scale(1);
}
.sidebar .top-back{
	transition: all 0.4s;
}

.sidebar.show {
	opacity: 1;
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		font-size: 14px;
	}
	.container {
		max-width: 1220px;
	}
	/*电脑端头部*/
	.pcheader{
		padding: 0 40px;
	}
	.pcheader .pclogo {
	    width: 180px;
	}
	.pcheader .nav{
    	width: calc(100% - 360px);
	}
	.pcheader .nav li>a{
	    padding: 0 25px;
	    height: 80px;
	}
	.pcheader .nav li>a i {
	    margin-left: 8px;
	}
	.pcright {
	    width: 180px;
	}
	.pcright em {
	    display: block;
	    margin: 0 15px;
	}
	.search-box{
		top: 80px;
		padding: 30px 50px 40px;
	}
	.search-box form input {
	    font-size: 15px;
	}
	/*公共底部*/
	.newspaper .content {
	    padding: 0 60px;
    }
    .newspaper .left {
	    width: calc(100% - 540px);
	}
    .newspaper .left h2 {
	    font-size: 32px;
	}
	.newspaper .left h4 {
	    font-size: 15px;
	    line-height: 28px;
	    margin-top: 10px;
	}
	.newspaper .right {
	    width: 420px;
	}
	.newspaper .right form input {
	    font-size: 15px;
	}
	.foot .info {
	    padding: 160px 0 50px;
	}
	.foot .info .left{
		width: 420px;
	}
	.foot .info .left h2,
	.foot .info .right .title h2{
	    font-size: 18px;
	}
	.foot .info .left dd {
	    line-height: 24px;
    }
	.foot .info .left dd i{
		top: 5px;
	}
	.foot .info .left dd em {
	    padding-left: 14px;
	}
	.foot .info .right{
		width: calc(100% - 420px);
	}
	.foot .info .right dl .list a {
	    line-height: 24px;
	}
	/*侧边栏留言表单*/
    .sidequote {
	    width: 360px;
	}
	.sidequote .summary h2 {
	    font-size: 20px;
	}
}


@media only screen and (max-width: 1200px) {

	/*公共样式*/
	.container {
		max-width: 920px;
	}
	/*电脑端头部*/
	.pcheader{
		padding: 0 20px;
	}
	.pcheader .pclogo {
	    width: 140px;
	}
	.pcheader .nav{
    	width: calc(100% - 320px);
	}
	.pcheader .nav li>a{
		padding: 0 20px;
	}
	.pcheader .nav li>a h3{
		font-size: 14px;
	}
	.pcheader .nav li:nth-child(2) .subnav {
	    width: 260px;
	}
	.pcheader .nav li .subnav {
    	padding: 5px 15px;
    }
	.pcheader .nav li .subnav dl dd a {
	    font-size: 12px;
	    line-height: 22px;
	    padding: 8px 5px;
	}
	.search-box{
		padding: 20px 40px 40px;
	}
	.search-box form {
    	width: 100%;
    }
	.search-box form input {
	    font-size: 14px;
	    line-height: 50px;
	}
	.search-box form button{
		font-size: 16px;
		height: 50px;
	}
	/*公共底部*/
	.newspaper {
	    margin-bottom: -80px;
	}
	.newspaper .content {
	    height: 160px;
	    padding: 0 40px;
    }
    .newspaper .left {
	    width: calc(100% - 400px);
	}
    .newspaper .left h2 {
	    font-size: 24px;
	}
	.newspaper .left h4 {
	    font-size: 14px;
	    line-height: 24px;
	}
	.newspaper .right {
	    width: 300px;
	}
	.newspaper .right form input {
	    font-size: 14px;
	    width: calc(100% - 30px);
	    padding: 15px 5px;
	}
	.newspaper .right form button {
	    width: 30px;
	}
	.newspaper .right form button svg{
		width: 14px;
		height: 14px;
	}
	.foot .info {
	    padding: 130px 0 40px;
	}
	.foot .info .left{
		width: 400px;
	}
	.foot .info .left h2,
	.foot .info .right .title h2{
	    font-size: 16px;
	}
	
	.foot .info .left dd,
	.foot .info .right dl .list a{
		margin-top: 8px;
	}
	.foot .info .right{
		width: calc(100% - 400px);
	}
	
	.foot .info .right dl{
		margin-left: 60px;
	}
	.foot .info .right dl .list {
	    margin-top: 18px;
	}
	.foot .info .top-back {
	    width: 42px;
	    height: 42px;
    }
    .foot .info .top-back svg{
	    width: 20px;
	    height: 20px;
    }
    .foot .copy .left img{
		margin: 0 6px 0 12px;
	}
}

@media only screen and (max-width: 900px) {
	/*公共样式*/
	.container {
	    max-width: 100%;
	    padding: 0 20px;
	}
	/*公共头部*/
	.pcheader{
		display: none;
	}
	.mobheader{
		display: flex;
	}
	
	/*公共底部*/
	.newspaper {
	    margin-bottom: -115px;
	}
	.newspaper .content {
	    height: auto;
	    padding: 37px 40px 40px;
    }
    .newspaper .left {
	    width: 100%;
	    text-align: center;
	}
	.newspaper .left h4 {
	    margin: 10px 0;
	}
	.newspaper .right {
	    width: 100%;
	}
	.foot .info {
	    padding: 160px 0 40px;
	}
	.foot .info .right{
		width: 260px;
	}
	.foot .info .right dl{
		display: block !important;
		width: 100% !important;
		margin: 0;
		margin-bottom: 12px;
	}
	.foot .info .right dl:last-child{
		display: none !important;
	}
	.foot .info .left h2,
		.foot .info .right .title h2 {
	    font-size: 15px;
	}
	.foot .info .right dl .title i {
		width: 20px;
		height: 20px;
	    display: flex;
	}
	.foot .info .right dl .title.on h2{
		color: #e5801f;
	}
	.foot .info .right dl .title.on i{
		transform: rotate(90deg);
		color: #e5801f;
	}
	.foot .info .right dl .list{
		display: none;
		margin-top: 12px;
	}
	.foot .info .top-back{
		bottom: 10px;
	}
	/*版权信息*/
	.foot .copy {
	    padding: 24px 0;
	}
	.foot .copy .left img{
		margin: 0 6px 0 12px;
	}
	.foot .copy .right{
		margin-top: 8px;
	}
	
	/*侧边栏留言表单*/
	.circle dl,
	.circle dd {
	    width: 80px !important;
	    height: 80px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
	    padding: 0 16px;
	}
	/*移动端头部*/
	.mobheader{
		height: 60px;
	}
	
	.mobheader .moblogo {
	    width: 120px;
	}
	.mobheader .mobsearch{
		display: none;
	}
	.mobnav{
		width: 100%;
		left: -100%;
	}
	.mobnav .top{
		height: 60px;
		padding: 0 12px 0 16px;
	}
	/*公共底部*/
	.newspaper {
	    margin-bottom: -110px;
	}
	.newspaper .content {
		border-radius: 4px;
	    padding: 28px 15px 30px;
    }
    .newspaper .left {
	    width: 100%;
	}
	.newspaper .left h2 {
	    font-size: 24px;
	}
	.newspaper .left h4 {
	    margin: 10px 0 5px;
	    font-size: 14px;
	    line-height: 24px;
	}
	
	.newspaper .right {
	    width: 100%;
	}
	.foot .info {
	    padding: 140px 0 0;
	}
	.foot .info .left,
	.foot .info .right{
		width: 100%;
	}
	.foot .info .left{
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin-bottom: 20px;
	}
	.foot .info .left dd,
	.foot .info .right dl .list a{
		margin-top: 6px;
	}
	
	.foot .info .right dl{
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 20px;
	}
	.foot .info .right dl:last-child{
		border: none;
		margin-bottom: 0;
		display: block !important;
	}
	.foot .info .right dl .list{
		margin-top: 10px;
	}
	
	.foot .info .top-back{
		width: 40px;
    	height: 40px;
		bottom: -20px;
	}
	/*版权信息*/
	.foot .copy {
		padding: 20px 0;
	}
	.foot .copy .left{
		width: 100%;
	}
	.foot .copy .left span{
		display: inline;
	}
	.foot .copy .right{
		margin-top: 0;
	}
	/*侧边栏留言表单*/
	.sidequote{
		width: 100%;
		right: 0;
		bottom: 0;
		border-radius: 10px 10px 0 0;
	}
	.sidequotebtn dt {
	    width: 44px !important;
	    height: 44px !important;
	}
	.sidequotebtn dt svg{
	    width: 20px !important;
	    height: 20px !important;
	}
}


/*头部滚动事件*/
@media only screen and (min-width: 1201px) {
	
	.pcheader.scrollTop .nav li > a {
	    height: 80px;
	}
	.pcheader.scrollTop .nav li .subnav{
		top: 80px;
	}
	.pcheader.scrollTop .lan {
	    height: 80px;
	}
	.pcheader.scrollTop .search-box{
		top: 80px;
	}
}