@charset "utf-8";

/* 
 *@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;
	outline: none;
}

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 {
	outline: none;
	font-size: 14px;
}

body a {
	color: #ababab;
	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;
}
* {
    box-sizing: border-box;
}
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;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.items{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_s,.flexa{
	display: flex;
	justify-content: flex-start;
}
.flex_c{
	display: flex;
	justify-content: center;
}
.w1020 {
	width: 1020px;
	margin: 0 auto;
}
.w1170 {
	width: 1170px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1300{
	width: 1300px;
	margin: 0 auto;
}
.w1500 {
	width: 1500px;
	margin: 0 auto;
}
.w900 {
	width: 900px;
}
.w960 {
	width: 960px;
}
.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;
}

.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;
}
.p50 {
    padding: 50px 0;
}
.margin-b-50 {
    margin-bottom: 50px;
}
.margin-t-40 {
	margin-top: 40px;
}

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

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

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

.margin-t-80 {
	margin-top: 80px;
}
.margin-t-100 {
	margin-top: 100px;
}
.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;
}
.margin-b-70 {
    margin-bottom: 70px;
}
.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;
}


/*scrollbar*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.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;
}*/

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}

img{
	display: block;
}
body{
	min-width: 1200px;
}
html,body{
	width: 100%;
	height: 100%;
}

/*公共样式*/
img{
	display: block;
}
/* 标题展示 */
.title{
	padding: 60px 0;
	text-align: center;
	position: relative;
}
.title h3{
	font-size: 37px;
    color: #333333;
    /* letter-spacing: 10px; */
    font-family: ui-monospace;
    font-weight: bold;
}
.title h3 i{
	color: #e77817;
}
.title p{
	line-height: 33px;
    font-size: 30px;
    color: #666;
    text-transform: uppercase;
}
.titlea p{
	font-size: 16px;
}
.title div{
	width: 80px;
	height: 3px;
	background: linear-gradient(to right, #e77817, #ffffff);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 127px;
	z-index: 0;
}
.title span{
	font-size: 16px;
	color: #4e4a45;
}
/* 头部展示 */
.head_box{
	align-items: center;
	padding: 30px 0;
}
.header .phone,.phone_hot,.logo{
	align-items: center;
}
.logo img{
	width: 400px;
}
.header .phone i{
	font-size: 53px;
	color: #e77817;
	margin-right: 20px;
}
.header .phone .phone_hot h5{
	color: #696968;
	font-size: 18px;
	font-family: 'myFont_R';
}
.header .phone .phone_hot p{
	color: #e77817;
	font-size: 33px;
	font-family: 'myFont_B';
}
.logo .he{
	width: 1px;
	height: 50px;
	background-color: #ddd;
	margin: 0 30px;
}
.logo div p{
	font-size: 28px;
	color: #333;
}
.s_form{
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	width: 350px;
	padding-left: 15px;
	position: relative;
}
.s_form form{
	background: url(../images/ss.png) no-repeat 0 center;
	padding-left: 30px;
}
.s_form input[type="text"]{
	font-size: 14px;
}
.s_form .s_btn{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	background: none;
	font-size: 16px;
	border-left: 1px solid #ddd;
	padding-left: 12px;
	color: #e77817;
}
/* 栏目展示 */
.nav{
	background: #e77817;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav .menu ul li{
	line-height: 60px;
	/* padding: 0 30px; */
	width: 13%;
	text-align: center;
}
.nav .menu ul li>a{
	font-size: 18px;
	color: #fff;
	display: block;
}
.nav .menu ul li>a:hover{
	background: #f5a60d;
}
/* .nav .menu ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 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 .menu ul li a:hover::after, .nav .menu ul li a.active::after {
    width: 100%;
}
 */
/* 底部展示 */
.cory{
    background: #333333;
    padding: 50px 0;
}
.cory .cory_l{
    width: 66%;
}
.cory .cory_l ul{
    margin-bottom: 30px;
}
.cory .cory_l ul li{

}
.cory .cory_l ul li h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.cory .cory_l ul li p{
    line-height: 30px;
}
.cory .cory_l ul li a{
    color: #999999;
    font-size: 14px;
    display: block;
}
.cory .cory_l .cory_l_txt{

}
.cory .cory_l .cory_l_txt p{
    color: #999;
    line-height: 25px;
}
.cory .cory_l .cory_l_txt p a{
    
}
.cory .cory_c{
    background: #585858;
    width: 1px;
    height: 150px;
}
.cory .cory_r{
    
}
.cory .cory_r h1{
    font-size: 36px;
    color: #e77817;
    font-family: 'myFont_B';
}
.cory .cory_r .flexa{
    align-items: center;
    margin-bottom: 30px;
}
.cory .cory_r .flexa i{
    color: #999999;
    font-size: 16px;
    margin-right: 5px;
}
.cory .cory_r .flexa p{
    color: #999999;
    font-size: 16px;
}
.cory .cory_r .er img{
    margin: 0 auto;
    width: 100px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.cory .cory_r .er p,.cory .cory_r .er{
    text-align: center;
    color: #999;
    line-height: 30px;
}
.items{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.ny_bg{
	background-image: url(../images/nyBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    background-attachment: fixed;
    padding-bottom: 60px;
}