/*reset css  start
 ------------------------*/

@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a,
.link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
    border-radius: 0;
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0;
	border-style: solid;
	border-color: transparent;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 14px;
	line-height: 1.8;
	font-family:'Microsoft YaHei',"simSun", "Helvetica", "PingFangSC-Regula", "Arial", sans-serif, "Helvetica Neue";
	color: #333;
	font-weight: 300;
	background-color: #fff;
	-webkit-overflow-scrolling: touch
}

a {
	cursor: pointer;
	text-decoration: none;
}

.gray-f6 {
	color: #666 !important;
}

.gray-f9 {
	color: #999 !important;
}

.white-f {
	color: #fff !important;
}

.f-n {
	font-weight: normal !important;
}


/*reset css  end
	------------------------*/


/*
	layout
	------------------------*/

a {
	cursor: pointer;
}

.t_c {
	text-align: center!important;
}

.t_r {
	text-align: right!important;
}

.t_l {
	text-align: left!important;
}

.t_j {
	text-align: justify;
}
.f-r{
	float: right;
}
.f-l{
	float: left;
}
.hide {
	display: none;
}

.elf {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cf:before,
.cf:after {
	display: table;
	content: " ";
}

.cf:after {
	clear: both;
}

.row {
	margin: 0 auto;
	width: 1444px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row .tl {
	display: inline-block;
	float: left;
}

.row .tr {
	display: inline-block;
	float: right;
}

.vm {
	vertical-align: middle !important;
}

.re {
	position: relative;
}

.ellipsis-f {
	/*one*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-ftwo {
	/*two*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* display*/

.flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-inline {
	display: inline-flex;
}



.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-ai {
	align-items: center;
}

.flex-jc {
	justify-content: center;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2
}

.flex-3 {
	flex: 3
}

.flex-4 {
	flex: 4
}

.flex-5 {
	flex: 5
}

.flex-6 {
	flex: 6
}

.mb-40 {
	margin-bottom: 40px;
}

.font-18 {
	font-size: 18px;
}
/* white-space */

.nowrap {
	white-space: nowrap;
}


/* word-wrap */

.bk {
	word-wrap: break-word;
}


/* vertical-align */

.vm {
	vertical-align: middle;
}

.vtb {
	vertical-align: text-bottom;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.es {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.white-bg {
	background: #fff;
}


/*btn*/

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size: 14px;
	position: relative;
	-webkit-appearance: none;
  border-radius: 0;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-duration: .24s;
  transition-property: background-color,border-color,color,padding
}

.btn .iconfont{
	font-size: 19px;
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top:0;
	opacity: 0;
  will-change: transform;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-duration: .24s;
  transition-property: margin,transform;
}
.btn.btn-more .iconfont{
	color: #fff ;
}
.btn:hover .iconfont{
	opacity: 1;
  margin-left: 0;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-duration: .24s;
  transition-property: margin,opacity,transform
}
.btn.btn-more,.btn.btn-more2{
	border: 1px solid #10193A;
	color: #10193A;
}
.btn.btn-more:hover{
	background: #10193A;
	color: #fff;
	padding-right: 4.75rem
}
.btn.btn-more2:hover{
	background: #10193A;
	color: #fff;
}
.btn.btn-more-white .iconfont{
	color: #10193A ;
}
.btn.btn-more-white{
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-more-white:hover{
	background: #fff;
	color: #10193A;
	padding-right: 4.75rem
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	background-color: #BFBFBF !important;
	border-color: #BFBFBF !important;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
	/*opacity: 0.50;
	 filter: alpha(opacity=50);*/
	-webkit-box-shadow: none;
	box-shadow: none;
}
.check-btn{
	width: 180px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background-color: #00B0FF;
	border: 1px solid #00B0FF;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.check-btn:hover{
	background: #fff;
	color: #00B0FF;
}
.btn-gra {
	color: #fff;
	text-align: center;
	background: linear-gradient(225deg, rgba(255, 128, 51, 1) 0%, rgba(255, 98, 2, 1) 100%);
	box-shadow: 0px 5px 11px 0px rgba(255, 105, 0, 0.4);
	border-radius: 4px;
}

.form-control {
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 15px 40px 15px 0;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: none;
	-webkit-appearance:none;
	border-radius:0;
	border-bottom: 1px solid #CFCFCF;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.form-control-bor{
	border: 1px solid #CFCFCF;
	padding-left:10px ;
	padding-right: 10px;
}
input.form-control::-webkit-input-placeholder {
	color: #979797;
}

input.form-control:-moz-placeholder {
	color: #979797;
}

input.form-control::-moz-placeholder {
	color: #979797;
}

input.form-control:-ms-input-placeholder {
	color: #979797;
}

.form-control:hover {
	border-color: #bbb;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.txtarea {
	width: 100%;
	height: 212px;
	-webkit-appearance: none;
    border-radius: 0;
	border: 1px solid #CFCFCF;
	padding: 19px 22px;
	resize: none;
	font-size: 12px;
	color: #333;
}

textarea.txtarea::-webkit-input-placeholder {
	color: #979797;
}

textarea.txtarea:-moz-placeholder {
	color: #979797;
}

textarea.txtarea::-moz-placeholder {
	color: #979797;
}

textarea.txtarea:-ms-input-placeholder {
	color: #979797;
}

.txtarea:focus {
	border-color: #000;
}
.red-f{
	color: #b94d4b;
}
#pageWrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.container {
	width: 1305px;
	margin: 0 auto;
}
.container-s{
	width: 1205px;
	margin: 0 auto;
	
}
.row-lr .col-l {
	float: left;
}

.row-lr .col-r {
	float: right;
}

.row-lr:before,
.row-lr:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-lr:after {
	clear: both;
	visibility: hidden;
}
.row-lr .col-l.wid50,
.row-lr .col-r.wid50{
	width: 48%;
}
.row-lr .col-l.wid40,
.row-lr .col-r.wid40{
	width: 40%;
}

/*header*/

.table {
	border: 1px solid #000;
	width: 100%;
}

.table tr td,
.table tr th {
	padding: 18px 30px;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
}

.table tr td p {
	margin-top: 5px!important;
}

.table tr td h3 {
	margin-top: 0!important;
}
.tempBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 99;
}
/*header*/
header .logo{
	float: left;
	width: 25%;
	padding-top: 25px;
}
header .nav{
	float: right;
	width: 60%;
	position: relative;
	padding-top: 35px;
	padding-bottom: 15px;
}
header .nav a{
  display: inline-block;
  padding: 0 35px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: 'Microsoft YaHei','宋体',"Helvetica";
}
header .nav a:hover,
header .nav a.active{
	font-weight: bold;
	color: #c24f4d;
	
}
header .nav a:before{
  content: "|";
  position: absolute;
  right: 0;
  color: #999;
}
header .nav a:hover:before{
  color: #999;
}
.nav a:last-child:before{
  content: "";
} 
header .logo-me{
  padding-top: 12px;
  display: none;
  float: right;
  margin-right: 10px;
}

header .closebox{
 display: none; 
}  
footer{
	background-color: #3d3d3d;
}
footer .container-s{
	padding: 65px 0;
}
footer .logo{
	width: 30%;
	float: left;
}
footer .text{
	width: 35%;
	padding: 0 70px;
	color: #eee;
	float: left;
	position: relative;
}
footer .text a{
	color: #eee;
}
footer .text::before{
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #555;
	height: 175px;
}
footer .text .title{
	font-size: 20px;
	margin-bottom: 10px;
}
footer .copyright{
	border-top: 1px solid #555;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #eee;
}
.simSun{
	font-family: 'SimSun','Microsoft YaHei',"Helvetica";
}

.YaHei{
	font-family: 'Microsoft YaHei','SimSun',"Helvetica";
}

.totop {
    width:45px;
    height:45px;
    position: fixed;
    right: 0;
    display: none;
    z-index: 100;
    bottom: 50px;
    cursor: pointer;
    background-color: #c24f4d;
    border-radius: 50%;
    padding: 10px;
    line-height: 1;
}
@media only screen and (max-width: 1305px) {
	.container,
	.container-s{
		width: 1000px;
	}
	header .nav{
		width: 70%;
	}
	
}

@media only screen and (max-width: 768px) {
	.container,
	.container-s{
		width: 100%;
	}
	header .logo{
		padding-top: 5px;
		width: 50%;
		padding-left: 10px;
	}
	header .logo-me{
	  display: block;
	}
	header .logo-me img{
		width: 34px;
	}
	header .nav{
	    position: fixed;
	    left: -66%;
	    top:0;
	    width: 65%;
	    height: 100%;
	    background-color: #282828;
	    z-index: 100;
	    padding-top: 10px;
	    -webkit-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    -moz-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    -ms-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    -o-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    transition: all 500ms cubic-bezier(0,.995,.99,1);
	}
	header .nav.animate-menu{
	    left: 0;
	    -webkit-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    -moz-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    -ms-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    -o-transition: all 500ms cubic-bezier(0,.995,.99,1);
	    transition: all 500ms cubic-bezier(0,.995,.99,1);
	}
	header .nav.animate-menu .closebox{
	    display: block;
	    text-align: right;
	    padding: 15px;
	}
	header .nav.animate-menu .closebox img{
	    width: 25px;
	}
	header .nav a{
	    display: block;
	    color: #fff;
	    text-align: left;
	    padding: 10px;
	}
	header .nav a:before{
	    content: "";
	}
	footer .container-s{
		padding: 30px 10px;
	}
	footer .logo,
	footer .text{
		float: none;
		width: 100%;
		padding: 0;
	}
	footer .text{
		margin-top: 15px;
		font-size: 13px;

	}
	footer .text::before{
		display: none;
	}
	footer .text .title{
		font-size: 18px;
	}
}
