﻿

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
	word-break: break-all;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font-size: 14px;
}

body a {
	color: #ababab;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}
.w1170 {
	width: 1170px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.w900 {
	width: 900px;
}
.w85{
	width: 85%;
	margin: 0 auto;
	min-width: 1200px;
}
.w95{
	width: 95%;
	margin: 0 auto;
	min-width: 1200px;
}
.w100{
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1200px;
}
.w90{
	width: 90%;
	margin: 0 auto;
	min-width: 1200px;
}
.w75{
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}
.w60{
	width: 60%;
	margin: 0 auto;
	min-width: 1200px;
}
.w55{
	width: 55%;
	margin: 0 auto;
	min-width: 1200px;
}
.w45{
	width: 56%;
	min-width: 1000px;
	margin: 0 auto;
}
.w50{
	width: 1000px;
	margin: 0 auto;
}
.w30{
	width: 30%;
	min-width: 1000px;
	margin: 0 auto;
}
.w700{
	width: 700px !important;
	margin: 0 auto;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_s{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flex_c{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_e{
	display: flex;
	justify-content: safe flex-end;
	align-items: center;
}
.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}

.padding-b-10 {
	padding-bottom: 10px;
}

.padding-b-30 {
	padding-bottom: 30px;
}
.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-t-40 {
	margin-top: 40px;
}

.margin-t-60 {
	margin-top: 60px;
}

.margin-t-70 {
	margin-top: 70px;
}

.margin-t-80 {
	margin-top: 80px;
}

.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-b-40 {
	margin-bottom: 40px;
}

.margin-b-60 {
	margin-bottom: 60px;
}

.margin-r-40 {
	margin-right: 40px;
}
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}

.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

body {
	background-color: #fff;
}


/*》》》》》》》》》》自定义滚动条《《《《《《《《《《*/
::-webkit-scrollbar{width:4px;height:4px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#b3b3b3;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#b3b3b3;}
::-webkit-scrollbar-corner:vertical{background-color:#b3b3b3;}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00;}
::-webkit-scrollbar {
    display: none;
}
.bg {
	background-color: #6a6f6d;
}


/*
 * 共用样式
 */


/*a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}*/


img{
	display: block;
}
body{
	min-width: 1200px;
	width: 100%;
	box-sizing: border-box;
}
/*公共样式*/
/*head*/
.header{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .5s;
    cursor: pointer;
	padding: 10px 0;
}
.logo img{
	margin-right: 30px;
	width: 68%;
}
.nav ul li{
	position: relative;
	padding: 0 18px;
	/* width: 130px; */
	text-align: center;
}
.nav ul li a{
	color: #333;
	font-size: 16px;
	position: relative;
	height: 60px;
	line-height: 60px;
}
.nav ul li>a::after{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -10px;
	background-color: #ff5400;
	left: 0;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.nav ul li:hover  a{
	color: #ff5400;
}
.nav ul li a.hover::after, .nav ul li:hover a::after {
    width: 100%;
}
.nav ul li a.active{
	color: #ff5400;
}
.header .nav li .ej {
    position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	background-image: -webkit-linear-gradient(bottom, #fff, #fff);
	display: none;
	transition: .4s;
	border-radius: 10px;
}
.header .nav li .ej a {
    text-align: center;
    color: #333;
    line-height: 45px;
	height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #fff4ef;
    display: block;
    transition: .4s;
	/* border-radius: 10px; */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.header .nav li .ej a:last-child{
	border-bottom: 0;
}
.header .nav li:hover .ej {
    display: block;
}
.nav li .ej a:hover{
	background-color: #ff5400;
	color: #fff;
}
.login>a{
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 12px;
	background: #fff;
    color: #333;
    box-shadow: 0px 0px 9px #e8e8e8;
}
.login>a:first-child{
	color: #333;
	background-color: #fff;
}
.login>a:last-child{
	color: #fff;
	background-color: #ff5400;
}
.login>a:hover:last-child{
	background-image: linear-gradient(to bottom right, #f79239, #ff5400);
}
.header.fixed .login>a:first-child{
	background: #ff5400;
    color: #fff;
}
/* title */
.title{
	padding: 60px 0 60px 0;
	text-align: center;
	position: relative;
}
.title em {
	background: url(../image/logo-bt.png) no-repeat center center;
    width: 515px;
    display: block;
    height: 76px;
    margin: 0 auto;
    position: relative;
    bottom: -12px;
}
.title h2 {
	font-size: 36px;
	font-family: myFont5;
	color: #212121;
	line-height: 44px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 46%;
}
.title>p{
	font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    margin-top: 30px;
}
.title-txt{
	padding-top: 70px;
}
.title-txt p{
	font-size: 22px;
	color: #212121;
	text-transform: uppercase;
}
.title a,.c6 .sdk-box a{
	width: 150px;
    height: 42px;
    background-color: #ff5400;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    margin: 50px auto 0 auto;
    text-align: center;
}
.title a:hover,.c6 .sdk-box a:hover{
	background-image: linear-gradient(to bottom right, #f79239, #ff5400);
}
/* title3 */
.title4{
	padding: 150px 0 80px 0;
	text-align: center;
	position: relative;
}
.title4 em {
	font-size: 150px;
	line-height: 73px;
	opacity: .7;
	text-transform: uppercase;
	color: #edecec;
	letter-spacing: -6px;
}
.title4 h2 {
	font-size: 45px;
	color: #000000;
	line-height: 44px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 29%;
}
.title4>p{
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 48%;
}
.title4 a{
	width: 260px;
	height: 75px;
	background-color: #ff5400;
	color: #fff;
	line-height: 75px;
	font-size: 28px;
	display: block;
	border-radius: 10px;
	margin: 80px auto 0 auto;
}
.title4 a:hover{
	background-image: linear-gradient(to bottom right, #f79239, #ff5400);
}
.header_position {
    position: relative;
    z-index: 9999;
}
.fixed {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
}
.f-header{
    width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
/* 图片放大效果 */
.xcx-ke .xcx-ke-box-r:hover img{
	transform: scale(1.04);
}
.xcx-ke .xcx-ke-box-r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}
/* 底部展示 */
.bottom{
	background-color: #000;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
}
.url {
	border-top: 1px solid #323232;
	padding-top: 20px;
	margin-top: 20px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.url h5{
	font-size: 14px;
    color: #fff;
    margin-right: 5px;
}
.url a{
	color: #ababab;
	margin-right: 8px;
}
.footer{
	background-color: #222;
	padding: 60px 0;
	padding-bottom: 0;
}
.footer>.w75{
	padding-bottom: 30px;
}
.footer .foot_l h5,.footer .foot_r h5{
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px;
}
.footer .foot_l ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*grid-gap: 30px 20px;*/
}
.footer .foot{
	align-items: flex-start;
}
.footer .foot_l ul li{
	width: 125px;
}
.footer .foot_l ul li>a{
	font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
.footer .foot_l ul li .foot_er{
    display: flex;
    flex-direction: column;
}
.footer .foot_l ul li .foot_er a{
	font-size: 14px;
	line-height: 2;
}
.footer .foot_l ul li .foot_er a:hover{
	color: #ff712b;
}
.footer .foot_l,.footer .foot_r{
	/* width: 50%; */
}
.footer .foot_r .foot_r_icon{
	margin-bottom: 20px;
}
.foot_r_icon p{
	font-size: 16px;
	color: #fff;
}
.footer .foot_r_er div{
	margin-right: 15px;
}
.footer .foot_r_er img{
	width: 100px;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}
.footer .foot_r_er div:last-child{
	margin-right: 0;
}
.footer .foot_r_er p{
	color: #fff;
	font-size: 12px;
	line-height: 2.5;
	text-align: center;
}
.footer .foot_r_box{
	align-items: flex-start;
    justify-content: flex-start;
}
.footer .foot_r_txt{
	margin-left: 15px;
}
.footer .foot_r_txt p{
	color: #fff;
	font-size: 16px;
	line-height: 3;
}
/* 分页展示 */
.page-box {
    /* margin-bottom: 60px; */
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    /* justify-content: center; */
    margin-top: 40px;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 3px;
    transition: .5s;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 16px;
    background-image: linear-gradient(to bottom right, #f79239, #ff5400);
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background-image: linear-gradient(to bottom right, #f79239, #ff5400);
    color:#fff;
}

@media only screen and (max-width:1680px){


}
@media only screen and (max-width:1600px){


}
@media only screen and (max-width:1440px){
	.nav ul li {
		padding: 0 11px;
	}

}
@media only screen and (max-width:1360px){
	.nav ul li {
		padding: 0 11px;
	}

}