/* reset */

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	overflow-x: hidden;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body {
	min-height: 100%
}

body {
	_height: 100%
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

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

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top;
	max-width: 100%;
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

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

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}

em,
cite,
address,
i {
	font-style: normal
}


/* sup { vertical-align: text-top } */

sup.fnt_16 {
	font-size: 12px;
}

sub {
	vertical-align: text-bottom
}

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

body {
	line-height: 1.5
}
html,body{scroll-behavior: smooth;}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

a {
	blr: expression(this.onFocus=this.blur())
}

a * {
	*cursor: pointer
}

:focus {
	outline: none
}


/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
	content: '';
	display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
	content: '';
	display: table;
	clear: both
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
	*zoom: 1
}

.clear,
.cl {
	display: block!important;
	float: none!important;
	clear: both;
	width: auto!important;
	max-width: none!important;
	min-width: 0!important;
	max-height: none!important;
	min-height: 0!important;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
	border: 0 none!important;
	font-size: 0!important;
	line-height: 0!important
}

.err_position {
	width: 100%;
	height: auto;
	background: url(../images/errors.png) center no-repeat;
}


/*隐藏视频下载按钮*/

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}


/* 阿里图标 */

[class*='icon'] {
	font-family: 'iconfont';
}


/*图片经过*/

.tran_scale {
	overflow: hidden;
	display: block;
}

.tran_scale img {
	-webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
	transition: opacity .4s ease-in, transform .6s linear;
}


/*两端对齐*/

.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}


/*上下居中*/

.v-m-c {
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	position: absolute;
	left: 0;
	top: 50%;
}


/*左右居中*/

.l-m-c {
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	position: absolute;
	left: 50%;
	top: 0;
}


/*绝对居中*/

.a-m-c {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.animate {
	transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
	transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
	transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
	transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
	transition: 0.5s all linear;
}

body,
a {
	color: #000;
}

.wrap {
	width: 1400px;
	margin: auto;
}

.line24 {
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.line30 {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.line32 {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.ellipsis_p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis_p2{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.bold {
	font-weight: bold;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fl{float: left;}
.fr{float: right;}

/*font-size*/

.fnt_12 {
	font-size: 12px;
}

.fnt_15 {
	font-size: 15px;
}

.fnt_16 {
	font-size: 16px;
}

.fnt_18 {
	font-size: 18px;
}

.fnt_20 {
	font-size: 20px;
}

.fnt_22 {
	font-size: 22px;
}

.fnt_24 {
	font-size: 24px;
}

.fnt_28 {
	font-size: 28px;
}

.fnt_30 {
	font-size: 30px;
}

.fnt_36 {
	font-size: 36px;
}

.fnt_38 {
	font-size: 38px;
}

.fnt_40 {
	font-size: 40px;
}

.fnt_42 {
	font-size: 42px;
}

.fnt_48 {
	font-size: 48px;
}

.fnt_60 {
	font-size: 60px;
}

.fnt_72 {
	font-size: 72px;
}

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/*.bgimg{transform:scale(1.3,1.5); -webkit-transform:scale(1.3,1.5);-moz-:scale(1.3,1.5);-o-transform:scale(1.3,1.5);-ms-transform:scale(1.3,1.5);}*/
.loader {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0;
	top: 0;
	z-index: 9999999
}

.loader .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 240px;
	height: 240px;
	border: 5px solid #ebebec;
	border-radius: 50%
}

.loader .loader-container:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 240px;
	height: 240px;
	border-top: 4px solid #21a7d0;
	border-radius: 50%;
	animation: loaderspin 1.8s infinite ease-in-out;
	-webkit-animation: loaderspin 1.8s infinite ease-in-out
}

.loader .loader-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px
}

.loader .loader-icon img {
	animation: loaderpulse alternate 900ms infinite;
	width: 150px
}

.loader.orange-color .loader-container:before {
	border-color: #164181
}

.loader.yellow-color .loader-container:before {
	border-color: #eea522
}

.loader.purple-color .loader-container:before {
	border-color: #4e49a1
}

.loader.green-color .loader-container:before {
	border-color: #0c8b51
}

@keyframes loaderspin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@-webkit-keyframes loaderspin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg)
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes loaderpulse {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.2)
	}
}
 /*#roll_3 {
  position: absolute;
  z-index: 15;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);   
  transform-origin: 50% 50%;
}
#roll_3::after{content: "";animation: roll_3 2s;position: absolute;width: 100px;height: 100px;left: 0;top: 0;border-radius: 50%;transform: scale(30);
    background: #000;}
@keyframes roll_3 {
  0% {
    transform: scale(30);
    background: #000;
  }
  100% {
    transform: scale(0);
    background: transparent;
  }
}*/

.header {
    box-shadow: unset;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
    transition:all 0.3s;
}
.header .wrap{width: 90%;margin: 0 auto;position: relative;}
.header h1{display: inline-block;font-size: 0;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.search{position: absolute;right: 0;top: 41px;}
.nav1 li {
	float: left;
	margin-right: 30px;	
	position: relative;
}

.nav li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 20px;
	transition: all 0.6s;
	font-weight: bold;
	line-height: 102px;
}
.nav li.on a,.nav li:hover>a {}
.nav li>a i {
	width: 16px;
	height: 20px;
	background: url(../images/yjt1.svg) no-repeat center;
	display: inline-block;
	transition: all 0.3s;
	position: relative;
	top: 3px;
	background-size: auto 16px;
	margin-left: 4px;
}
.nav li.on a i,.nav li:hover a i{transform: rotate(90deg);}
.pc_nav {
	float: right;
	padding-right: 3%;
}

.header .nav1 li .menubox {
	top: 102px;
	text-align: left;
	position: absolute;
	z-index: 0;
	width: 190px;
	display: none;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	padding: 8px 0;
	border-bottom: 4px solid #dd555c;
}
.nav li .menubox dd:hover a::after,.nav li .menubox dd a::after{width: 0;}
.nav li .menubox dd a{color: #666;font-size: 18px;font-weight: normal;line-height: normal;padding: 16px 0 16px 32px;}
.nav li .menubox dd a:hover{color: #dd555c;font-weight: bold;}
.btn{

	display: none;

	position: absolute;

	z-index: 9;

	right: 0;

	width: 30px;

	height: 35px;

	cursor: pointer;
	
	top: 0;

}

.btn span{display:block;background:#fff;width:25px;height:2px;position:absolute;transition:all ease 0.35s;border-radius: 2px;right: 0;}
.btn span:nth-of-type(1){top:0px;width: 25px;}
.btn span:nth-of-type(2){top:7px;width: 18px;}
.btn span:nth-of-type(3){top:14px;width: 14px;}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg);width: 25px;}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #000;
    position: fixed;
    right: -1000px;
    top:64px;
    display: block;
    height: 100%;
    width: 100%;
    min-width: 120px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    border-bottom: 1px solid #333;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
	color:#fff;
	line-height: 46px;
	text-align: left;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
	color:#fff;
}
.leftMenu ul li ul li{
	background: #333;
    border-bottom: 1px #444 solid;
    padding: 0 0 0 10px;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top:-1px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: -3px;
	
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
input,
button,
textarea {
	border: none;
	outline: none;
	background: none;
}

@keyframes dong2 {
	0% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}

.dong2 {
	-webkit-animation-name: dong2;
	animation-name: dong2;
}

.page {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.page a,
.page span {
	margin: 0 2px 8px 2px;
	display: inline-block;
	padding: 3px 5px;
	background: #fff;
	color: #999;
	font-size: 14px;
	border: 1px solid #ccc;		min-width: 20px;	
}

.page a:hover {
	background: #16407f;
	color: #fff;
	border: 1px solid #16407f;
}

.page .page_on,
.page a.page-num-current {
	background:#16407f;
	color: #fff;
	border: 1px solid #16407f;
}

.common-loading .common-loading-bottom {
	width: 100%;
	height: 50vh;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: moveDown 0.8s ease-in-out 0.3s;
	animation-fill-mode: forwards;
	background: #fff;
}

@keyframes fadeOut {
	0% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}

@keyframes moveUp {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(-100%);
		opacity: 0.5;
	}
}

@keyframes moveDown {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(100%);
		opacity: 0.5;
	}
}

.headerwhite{background: #fff;position:relative;}
.header-home:hover{background: #fff;transition: all 0.3s;}
.headerwhite .nav li a,.header-home.fix .nav li a,.header-home:hover .nav li a{color: #164181;}
.headerwhite .nav li>a i,.header-home.fix .nav li>a i,.header-home:hover .nav li>a i{background: url(../images/yjt2.svg) no-repeat center;background-size: auto 16px;}
.headerwhite .nav li:hover>a i,.headerwhite .nav li.on>a i,.header-home.fix .nav li:hover>a i,.header-home:hover .nav li:hover>a i{background: url(../images/yjt3.svg) no-repeat center;background-size: auto 16px;}
.headerwhite .nav li>a:hover,.headerwhite .nav li.on>a,.headerwhite .nav li:hover a,.headerwhite .nav li .menubox dd a:hover,.header-home.fix .nav li.on>a,.header-home.fix .nav li a:hover,.header-home.fix .nav li:hover>a,.header-home:hover .nav li:hover>a{color: #dd555c;}
.headerwhite .nav li .menubox dd a{color: #666;}
.header-home.fix{position: fixed;top: 0;left: 0;width: 100%;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.06);}
.header.in{background: #fff;}
.logo2{display: none;}
.header.in .btn span,.headerwhite .btn span{background: #025096;}
.header.in .logo1,.header-home.fix .logo1,.header-home:hover .logo1{display: none;}
.header.in .logo2,.header-home.fix .logo2,.header-home:hover .logo2{display: block;}
.header.jia{position: fixed;width: 100%;top: 0;left: 0;background: #fff;}
.search-box{overflow: hidden;width:50%;margin: 0 auto 60px auto;}
.search-box input{width:calc(100% - 115px);padding: 0 15px;float: left;border: none;background: none;height: 50px;line-height: 50px;color: #666;font-size: 18px;background: #fff;}
.search-box button{cursor: pointer;width: 85px;background:#025096;float: right;height: 50px;border: none;color: #fff;font-size: 18px;position: relative;padding-left: 26px;}
.search-box button::before{content: "";background:url("../images/ssss.svg") no-repeat center;position: absolute;left: 10px;height: 50px;width: 20px;top: 0;background-size: auto 23px;}
.header-home .souss2,.header-home.fix .souss1,.header-home .lyxx2,.header-home.fix .lyxx1,.header-home:hover .lyxx1,.header-home:hover .souss1{display: none;}
.header-home.fix .souss2,.header-home.fix .lyxx2,.header-home:hover .souss2,.header-home:hover .lyxx2{display: block;}
.search img{height: 21px;}
.search .lyxx1,.search .lyxx2,.search .lyxx3{height: 18px;padding-top: 2px;}
.header-home.fix .btn span{background: #164181;}
.search a{display: inline-block;margin-left: 20px;}
.header-home.fix .nav li .menubox dd a,.header-home:hover .nav li .menubox dd a{color: #666;}
.header-home.fix .nav li .menubox dd a:hover,.header-home:hover .nav li .menubox dd a:hover{color: #dd555c;}
