body {
	font-family: pingfang sc, arial, sans-serif;
	color: #666;
	background: #ffffff;
}
ul, ul li, ol, li {
	list-style: none outside none;
}
a, p, span, em, div {
	font-family: '微软雅黑';
}
a {
	color: #666;
}
p {
	margin: 0;
	padding: 0;
}
em {
	font-style: inherit
}
ul {
	margin: 0 auto;
	padding: 0;
}
a:hover {
	color: #25484c;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.more-icon {
	font-family: simsun;
}
/*按钮样式*/
.collapse.in {
	display: block;
}
.btn-square {
	border-radius: 0 !important;
}
.btn-red {
	color: #ffffff;
	background-color: #e74c3c;
	border-color: #e74c3c;
	padding-left: 60px;
	position: relative;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 24px;
}
.btn-red:hover {
	background-color: #cf4436;
	border-color: #cf4436;
	color: #ffffff;
}
.btn-grey {
	color: #fff;
	background-color: #b9b9b9;
	border-color: #b9b9b9;
}
.btn-grey:hover {
	background-color: transparent;
	border-color: #0094de;
	color: #fff;
}
.btn-blue {
	color: #fff;
	background-color: #00a0e9;
	border-color: #00a0e9;
}
.btn-blue:hover {
	background-color: transparent;
	border-color: #0080ba;
	color: #fff;
}
.btn-lightgrey {
	color: #fff;
	background-color: #d2d2dc;
	border-color: #d2d2dc;
}
.btn-lightgrey:hover {
	background-color: transparent;
	border-color: #0094de;
	color: #fff;
}
.btn-effect-1 {
	position: relative;
	z-index: 0;
	transition: background 0.4s, border-color 0.4s, color 0.4s;
	border-radius: 0;
}
.btn-effect-1:hover {
	background-color: transparent;
	border-color: #0094de
}
.btn-effect-1:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100%   2px);
	height: calc(100%   2px);
	background: #0094de;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-effect-1, .btn-effect-1:before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-effect-1:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
[class^="image-wrap"] {
display: block;
overflow: hidden;
}
 @media (min-width: 1260px) {
.container {
	width: 1230px;
}
}
@media (min-width: 1460px) {
.container {
	width: 1430px;
}
}
.w100 {
	width: 100%;
}
.red {
	color: #ea4538;
}
.purple {
	color: #3a57a2;
}
.green {
	color: #37a854;
}
.yellow {
	color: #f5c300;
}
.blue {
	color: #003057;
}
.dblue {
	color: #3a57a2;
}
.g-icon {
	display: inline-block;
	background-image: ;
	background-repeat: no-repeat;
}
.g-icon-2 {
	display: inline-block;
	background-image: ;
	background-repeat: no-repeat;
}
.g-icon-read {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-position: 3px -24px;
}
/*功能样式*/
/*单行文本的溢出显示省略号*/
.text-ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*多行文本的溢出显示省略号*/
/*适用于webkit浏览器及移动端；*/
[class^="text-ellipsis-"] {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
.text-ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.text-ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}
/*包裹图片*/
[class^="image-wrap"] {
display: block;
overflow: hidden;
}
/*弹窗动画样式*/
.fadeall {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fadeall.in {
	opacity: 1
}
.modal.fadeall .modal-dialog {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.modal.fadeall.in .modal-dialog {
	opacity: 1;
}
/*modal-1*/
.modal-1 .modal-content {
	border-radius: 0;
	border: 0;
	margin: 0px 35px;
}
.modal-1 .modal-header {
	border-bottom: 0;
	background-color: #909090;
	color: #fff;
}
.breadcrumb-2>li li:before {
	font-family: simsun;
	content: ">";
}
.box-shade {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 1;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: -15px;
	background-color: #fff;
}
.sj_search {
	display: none;
}
/*头部顶部*/
.shadow_header {
	width: 100%;
	background: url(/uploads/image/tqpaimages/pic15.png) no-repeat;
	height: 7px;
	position: absolute;
	bottom: -7px;
	z-index: 9999;
}
.g-hd {
	width: 1400px;margin: 0px auto;
	position: relative;
	top: 0px;    background: #fff;
}
.fixednav {
	position: fixed;
	top: 0px;width: 100%;
	z-index: 999;
}
.fixednav .shadow_header {
	background: none;
}
.fixednav .logo {
	display: none;
}
.fixednav .top_pocright {
	display: none;
}
.fixednav .fixednav_logo {
	display: block;
}
.fixednav .nav-wrap {
	height: 80px;
}
.fixednav_logo {
	width: 56px;
height: 37px;
display: none;
float: left;
margin-top: 6px;
position: absolute;
margin-left: 17px;
}
.fixednav_logo img {
	width: 56px;
	height: 37px;
}
.fixednav .has-dropdown-nav .subnav {
	top: 80px;
}

.navflex {
	align-items: center;
	justify-content: center;
	height: 92px;
	width: 100%;
	display: flex;
}
.top_pocright_box { position:relative;text-align: center;background: #ffffff;}
.top_pocright {
	position: absolute;
	top: 0px;
	right: 21px;
}
.hotline {
	font-size: 12px;
	letter-spacing: 1px;
	color: #25484c;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 45px;
}
.outer_chain {
	float: right;
	margin:15px 0px;
}
.outer_chain a {
	height: 23px;
	color: #737373;
	line-height: 23px;
	display: inline-block;
	font-size: 12px;
}
.outer_chain em {font-size: 12px;color: #8b8b8b; margin:0px 4px;}

.dr_member-right {
    position: relative;
    float: left;
    height: 20px;
line-height: 20px;margin-bottom: 15px;
    font-size: 12px;
    z-index: 5;
}

.dr_member-right a {
    cursor: pointer;
    text-indent: 4px;
    color: #737373;
    padding: 0;font-size: 12px;
}

.dr-english {
    display: none; position:absolute;background: #fff;
}
.dr-english a {display: block;font-size: 12px;color: #737373;}
.dr_member-right:hover .dr-english { display:block;}

/*.outer_chain a.a1 {
	background: url(/uploads/image/tqpaimages/jd.png) right center no-repeat;
	background-size: 26px 26px;
}
.outer_chain a.a2 {
	background: url(/uploads/image/tqpaimages/tmall.png) right center no-repeat;
	background-size: 26px 26px;
}*/
.hotline_sj {
	display: none;
}
.search_top {
	height: 24px;
	border: 1px solid #e1e1e1;
	overflow: hidden;clear: both;
}
.search_top input {
	color: #bfbfbf;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	border: none;
	padding-left: 5px;
	width: 160px;
}
.search_top button {
	width: 24px;
	height: 24px;
	line-height: 24px;
	float: right;
	border: none;
	background: transparent url(/uploads/image/tqpaimages/search.png) no-repeat center center;
	background-size: 16px 16px;
	padding: 0px;
	margin-right: 12px;
}
.logo {
	margin: 38px auto;
	width: 110px;
	display: inline-block;
}
.logo img {
	width: 100px;
	height: 72px;
}
.nav>li.has-dropdown-nav, .nav, .nav-wrap {
	position: static;
}
.nav li {
	position: relative;
	height: 50px;
	margin: 0 95px;
}
.nav li a {
	font-size: 16px;
	color: #000;
	height: 48px;
	padding: 0px;
	line-height: 48px;
}
.nav li a:hover {
	text-decoration: none;
	background-color: #fff;
}
.nav li.active a {
	color: #000;
}
.navbar-brand {
	display: none;
}
.navflexphone {
	display: none;
}
.nav-wrap {
	align-items: center;
	justify-content: center;
	height:52px;
	width: 100%;
	display: flex;
}
.nav, .nav-wrap, .nav>li.has-dropdown-nav {
	position: static;
	text-align: center;
}
.g-nav .nav-justified>li {
	padding: 0px;
	width: auto;
	display: inline-block;
	height: 52px;
}
.has-dropdown-nav .subnav {
	position: absolute;
	overflow: hidden;
	top: 200px;
	left: 0px;
	width: 100%;
	right: 0;
	background: rgba(255,255,255,1);
	z-index: 999;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	height: 0px;
}
.has-dropdown-nav .subnav .container {
	width: 1430px;
}
.has-dropdown-nav:hover .subnav {
	height: 360px;
}
.g-nav .nav-justified>li>a {
	font-size: 14px;
	color: #000;
	padding: 0px;
	height: 52px;
	line-height: 52px;
}
.g-nav .nav-justified > li.active > a {
	color: #000;
}
.subnav_linkpicbox {
	margin: 35px 0px;
}
.subnav_linkpic {
	height: 290px;
	background: url(/uploads/image/tqpaimages/pic104.png) left center no-repeat;
	background-size: auto 100%;
	padding-top: 15px
}
.subnav_linkpic .pic {
	width: 350px;
	height: 265px;
	margin: 0px auto;
}
.subnav_linkpic .pic img {
	width: 350px;
	height: 265px;
}
.subnav_nav {
	width: 100%;
}
.subnav_nav h4 {
	color: #000;
	font-size: 30px;
	width: 100%;
	text-align: left;
	margin: 0px;
	margin-top: 38px;
}
.subnav_nav ul {
	margin-left: 280px;
	display: inline-block;
	float: left;
}
.subnav_nav ul li {
	padding-right: 120px;
	background: url(/uploads/image/tqpaimages/pic105.png) right center no-repeat;
	margin: 0px;
	position: static;
	float: left;
	clear: both;
	height: 47px;
	line-height: 47px;
}
.subnav_nav ul li a {
	font-size: 16px;
	color: #000;
}
/*头部顶部 结束*/	
/*底部*/

.g-ft-con {
	background-color: #f1f1f1;
	padding: 82px 0px;
	padding-bottom: 78px;
	
}
.f_flex {
	display: flex;
	justify-content: center;
}
.f_flex_tiem {
	border-right: 1px solid #9e9e9e;
	padding-bottom: 5px;
	padding: 0px;
	text-align: center;
}
.g-ft-navheader {
	margin-bottom: 8px;
	margin-top: 8px;
}
.g-ft-navheader a {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
}
.g-ft-navlist a, .g-ft-navlist p {
	font-size: 12px;
	color: #000;
	line-height: 23px;
	margin: 0;
}
.footer_follow {
	margin-top: 82px;
}
.footer_follow h6 {
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin: 0px;
}
.footer_follow_tiem {
	text-align: center;
	margin-top: 28px;
}
.footer_follow_tiem a {
	width: 50px;
	height: 50px;
	margin: 0px 22px;
}
.footer_follow_tiem a img {
	width: 50px;
	height: 50px;
}
/*底部 结束*/

/*分页*/
.page {
	margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span {
	color: #666666;
}
.pagination-1>li>a, .pagination-1>li>span {
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 4px;
	border: 0;
}
.pagination-1>li>a {
	background-color: #eeeeee;
}
.pagination-1>li>span {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.pagination-1>li.active>span {
	padding-left: 12px;
	padding-right: 12px;
	background-color: #00a4e8;
}
.pagination-1>li>span:hover {
	background: none;
}
.pagination-1>li>a:hover {
	color: #fff;
	background-color: #00a4e8;
}
.btn-prev-page, .btn-next-page {
	color: #000000;
	background-color: #b9b9b9;
	border-color: #b9b9b9;
}
/*分页 结束*/

@media (min-width: 900px) {
.nav li {
	margin: 0 55px;
}
}
@media (min-width: 1200px) {
.nav li {
	margin: 0 75px;
}
}
@media (min-width: 1400px) {
.nav li {
	margin: 0 90px;
}
}
 @media (min-width: 992px) {
.flex-md-5 {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}
}
@media (min-width: 768px) {
.flex-sm-5 {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}
}
@media (min-width: 1260px) {
}
@media (max-width: 1259px) {
}
@media (max-width: 1199px) {
.liimage {
	margin-right: 22px;
	width: 120px;
	height: 45.5px;
}
.liimage img {
	width: 100%;
}
.telimage {
	margin-left: 40px;
}
}
@media (max-width: 1024px) {
.nav li {
	margin: 0 10px;
}
.telimage {
	margin-left: 15px;
}
.nav_tel {
	font-size: 18px;
}
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.modal-1 .modal-content {
	border-radius: 0;
	border: 0;
	margin:0rem;
}
	.header {    text-align: center;    height: 1rem;}
.container {
	padding-right: 6px;
	padding-left: 6px;
}
.row {
	margin-right: -6px;
	margin-left: -6px;
}
.col-lg-1,  .col-lg-10,  .col-lg-11,  .col-lg-12,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-md-1,  .col-md-10,  .col-md-11,  .col-md-12,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-sm-1,  .col-sm-10,  .col-sm-11,  .col-sm-12,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-xs-1,  .col-xs-10,  .col-xs-11,  .col-xs-12,  .col-xs-2,  .col-xs-3,  .col-xs-4,  .col-xs-5,  .col-xs-6,  .col-xs-7,  .col-xs-8,  .col-xs-9,  .navbar-collapse {
	padding-right: 6px;
	padding-left: 6px;
}
/*头部*/
.navbar-toggle .icon-bar {
	background-color:#000;
}
.g-hd {
	height: auto;
	position: fixed;
	top: 0rem;background: #fff;
	    z-index: 999999;  width: 100%;
}
.sj_search {
	display: block;
}
.navbar-brand {
	      display: inline-block;
    padding: 0rem;
    height: 0.66rem;
    margin: 0.15rem auto;
    float: none;
}
.logo-img {
	    width: 1rem;
    height: 0.66rem;
}
.navbar-toggle {
	    margin: 0px;
    height: 1rem;
    padding: 0.25rem 0.2rem;
    border: none;
    right: 0rem;
	float:none;
    position: absolute;
}
.navbar-collapse.collapse {
	padding: 0;
}
.navflexphone {
	display: block;
	text-align: center;
}
.navflex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}
.navflex {
	height: auto;
}
.nav>li {
	margin: 0 0.24rem;
	height: 0.9rem;
	line-height: 0.9rem;
	margin-top: 0rem;
}
.nav>li>a {
	padding: 0rem;
	font-size: 0.28rem;
	height: 0.9rem;
	line-height: 0.9rem;
}
.hotline_sj {
	display:none;
	float: left;
	font-size: 0.3rem;
	color: #25484c;
	height: 1rem;
	line-height: 1rem;
	margin-left: 1rem;
}
.g-bd {
	margin-top: 1rem;
}
.logo {
	display: none;
}
.fixednav .fixednav_logo {
	display: none;
}
.g-nav .nav-justified>li {
	height: auto;
}
.g-nav .nav-justified>li>a {
	font-size: 0.3rem;
	color: #000;
	height: 0.9rem;
	padding: 0px;
	line-height: 0.9rem;
	margin: 0rem;
}
.fixednav .nav-wrap {
	height: auto;
}
.top_pocright {
	display: none;
}
.nav li.active {
	border-bottom: 2px solid #000;
}
.nav-wrap {
	height: auto;
	padding: 0rem 0.3rem;
}
.g-nav .nav-justified>li {
	padding: 0px;
	width: 100%;
	display: inline-block;
	margin: 0rem;
}
.search_top {
	height: 0.7rem;
	border: 1px solid #e1e1e1;
	width: 80%;
	margin: 0.3rem auto;
	border-radius: 0.5rem;
	margin-top: 0rem;
}
.search_top input {
	color: #bfbfbf;
	font-size: 0.28rem;
	height: 0.65rem;
	line-height: 0.65rem;
	border: none;
	padding: 0rem;
	padding-left: 0.3rem;
	width: 5rem;
	float: left;
}
.search_top button {
	width: 0.68rem;
	height: 0.68rem;
	line-height: 0.68rem;
	float: right;
	border: none;
	background: transparent url(/uploads/image/tqpaimages/search.png) no-repeat center center;
	background-size: 65%;
	padding: 0px;
	margin-right: 0.1rem;
}
/*头部 结束*/
	/*底部*/
.g-ft-navheader {
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
}
.g-ft-navheader a {
	font-size: 0.28rem;
	line-height: 0.4rem;
	margin: 0px;
}
.g-ft-navlist a, .g-ft-navlist p {
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin: 0;
}
.footer_follow {
	margin-top: 0rem;
}
.footer_follow h6 {
	    font-size: 0.24rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.footer_follow_tiem {
	text-align: center;
	margin-top: 0.5rem;
}
.footer_follow_tiem a {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0rem 0.25rem;
}
.footer_follow_tiem a img {
	width: 0.6rem;
	height: 0.6rem;
}
.sodlf1 {
	display: none;
}
.sodlf2 {
	display: block;
}
.g-ft-con {
	padding: 0.5rem 0rem;
}
.f_line {
	display: none;
}
.logo_box {
	width: 2.4rem;
	height: auto;
	margin: 0rem auto;
	margin-top: 1rem;
}
.logo_box img {
	width: 100%;
	height: auto;
}
.footer_ter {
	padding-left: 0.6rem;
	background:  left center no-repeat;
	margin-left: 0.2rem;
	margin-bottom: 0.15rem;
	background-size: 0.5rem 0.5rem;
}
.footer_ter p {
	font-size: 0.24rem;
	color: #ffffff;
	line-height: 0.3rem;
	margin-bottom: 0.05rem;
	height: 0.3rem;
}
.footer_ter span {
	font-size: 0.28rem;
	color: #ffffff;
	font-weight: bold;
	display: block;
	line-height: 0.3rem;
}
.f_ewm .rwm {
	width: 45%;
	display: inline-block;
	margin: 0rem;
}
.f_ewm img {
	width: 1.2rem;
	height: 1.2rem;
margin-bottom: .2rem;
}
.f_ewm p {
	height: auto;
	font-size: 0.22rem;
}
.g-ft-l {
	font-size: 0.24rem;
	padding: 0.2rem;
}
.g-ft-l a {
	font-size: 0.24rem;
}
/*底部 结束*/
	
	/*分页*/
.page {
	margin: 0rem 0.1rem;
	margin-bottom: 0.3rem;
	margin-top: 0.15rem;
}
.btn {
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0rem 0.5rem;
	font-size: 0.24rem;
	background: #ffffff;
	border: solid 1px #efefef;
}
/*分页 结束*/
	
	
}
a:hover [data-animate='zoom'], [data-animate='zoom']:hover {
	transition: all 06s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
a:hover [data-animate='bgcolor'], [data-animate='bgcolor']:hover {
	transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
}
