@charset "utf-8";

@font-face {
	font-family: syht;
    src:url('../fonts/syht.otf');
}



/*公用的*/
html {
	min-width: 1200px;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
	margin: 0px;
}

input,button,ul,ol {
	margin: 0px;
	padding: 0px;
}

body,input,button,form {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
    outline: medium;
}
textarea{
outline: medium;	
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal;
}

ul,ol,li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img,iframe {
	border: 0px;
}

em,i {
	font-style: normal;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.red {
	color: #ba292e;
}

.fl,.left {
	float: left;
}

.fr,.right {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #183884;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease,.ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.noease,.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #aaa;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}


/*头部*/
header {
	width: 100%;
	height: 88px;
	background: rgba(0, 0, 0, .24);
	position: fixed;
	top: 0;
	z-index: 999;
}
header.cur{
    background: rgba(0,0,0,.6);
}
header.cur .head_fl .nav > li .son {
    background: rgba(0,0,0,.6);
}
header .head_wrap {
	width: 1730px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
}

header .logo img {
	height: 61px;
	display: block;
}

header .head_fl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_fl .nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_fl .nav > li {
	cursor: pointer;
	position: relative;
}

header .head_fl .nav > li.active > a,header .head_fl .nav > li.cur > a,header .head_fl .nav > li:hover > a {
	border-bottom: 2px solid #fff;
	height: 86px;
	line-height: 88px;
}

header .head_fl .nav > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	display: inline-block;
	width: 135px;
	text-align: center;
	height: 88px;
	line-height: 88px;
}

header .head_fl .nav > li .son {
	position: absolute;
	top: 88px;
	display: none;
	background: rgba(0, 0, 0, .24);
	width: 100%;
	text-align: center;
}

header .head_fl .nav > li .son li {
	height: 48px;
	line-height: 48px;
}

header .head_fl .nav > li .son li a {
	font-size: 15px;
	color: #fff;
	text-align: center;
}

header .head_fl .nav > li .son li a:hover {
	font-weight: bold;
}

header .head_fl .tel {
	width: 188px;
	height: 44px;
	border: 1px solid #F1F3F7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .head_fl .tel img {
	margin-right: 6px;
}

header .head_fl .tel span {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
/*头部*/
@media screen and (max-width:1800px){
header .head_wrap {
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-width:1550px){
header .head_fl .nav > li > a {
    width: 120px;
}
}
@media screen and (max-width:1500px){
header .head_fl .tel{
    display: none;
}
}
/*底部*/
footer{
	padding-top: 119px;
	width: 100%;
	position: relative;
    margin-top: -95px;
}
footer .bj{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
footer .bj img{
	width: 100%;
	height: 100%;
}
footer .wrap{
	position: relative;
	color: #fff;
}
footer .wrap .db_con1{
	display: flex;
	justify-content: space-between;
}
footer .wrap .db_con1 .fl{
border-right: 1px solid rgba(238, 238, 238, .24);
}
footer .wrap .db_con1 .fl .db_nav{
	display: flex;
	justify-content: space-between;
}
footer .wrap .db_con1 .fl .db_nav> li{
margin-right: 111px;
}
footer .wrap .db_con1 .fl .db_nav li h4{
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
line-height: 28px;
margin-bottom: 20px;
}
footer .wrap .db_con1 .fl .db_nav li.gl{
	width: 152px;
}
footer .wrap .db_con1 .fl .db_nav li.gl .sub{
	display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 48%);
}
footer .wrap .db_con1 .fl .db_nav li .sub{

}
footer .wrap .db_con1 .fl .db_nav li .sub li{
	
}
footer .wrap .db_con1 .fl .db_nav li .sub li a{
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, .56);
line-height: 28px;	
}
footer .wrap .db_con1 .fl .db_nav li .sub li a:hover{
	color: #fff;
}
footer .wrap .db_con1 .fr{

}
footer .wrap .db_con1 .fr .p1{
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
line-height: 28px;
}
footer .wrap .db_con1 .fr .p2{
font-size: 30px;
font-weight: 400;
color: #FFFFFF;
line-height: 28px;
margin-top: 25px;
}
footer .wrap .db_con1 .fr .p3{
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, .56);
line-height: 28px;
margin:2px 0 8px;
}
footer .wrap .db_con1 .fr img{
width: 124px;
height: 124px;
display: block;
}
footer .wrap .db_con1 .fr .p4{
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, .56);
line-height: 35px;
}
footer .wrap .yqlj{
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
footer .wrap .yqlj h3{
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, .56);
line-height: 28px;
margin-right: 8px;
}
footer .wrap .yqlj ul{
	display: flex;
}
footer .wrap .yqlj ul li a{
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, .56);
line-height: 28px;
margin-right: 8px;
}
footer .bqxx{
	position: relative;
margin-top: 15px;
border-top: 1px solid rgba(238, 238, 238, .24);
}
footer .bqxx .info{
display: flex;
justify-content: center;
margin:8px  12px;
}
footer .bqxx .info p{
font-size: 14px;
font-weight: 400;
color: rgba(255, 255, 255, .56);
line-height: 28px;
margin-right: 8px;
}
footer .bqxx .info p a{
color: rgba(255, 255, 255, .56);	
}
footer .bqxx .mzsm{
	padding-bottom: 23px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .56);
	line-height: 24px;
}

/*右边悬浮框*/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #05287A;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #05287A;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #05287A;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #05287A;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .fhdb span {
	background-position: -35px -142px;
}
.toolbar .fhdb:hover {
	background-color: #05287A;
	border-radius: 100%;
}
.toolbar .fhdb:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}


/*表单弹出框*/
.tanchuang {
    padding: 22px 24px;
    width: 654px;
    height: 332px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin-left: -350px;
    margin-top: -192px;
    display: none;
    z-index: 9999;
    border-radius: 24px;
    box-shadow: 0px 2px 10px 0px rgb(19 19 21 / 20%);
}

.form3 {
    font-size: 16px;
    color: #4C4C4C;
}

.form3-tit h5 {
    color: #05287a;
    font-size: 24px;
    font-weight: bold;
    padding-right: 15px;
}

.form3-tit span {
    color: #183884;
    font-size: 17px;
    padding-left: 15px;
    border-left: 1px solid #183884;
}

.form3-tit {
    margin-bottom: 10px;
}

.form3 .clearfix {
    display: flex;
    flex-wrap: wrap;
}

.form3 .text {
    margin-top: 16px;
    width: 50%;
    height: 38px;
    position: relative;
    display: inline-flex;
}

.fl.text span {
    float: left;
    line-height: 38px;
}

.form3 .text input {
    width: 206px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d2d2d2;
    padding-left: 12px;
    font-size: 14px;
}

.form3 .text .date {
    background-image: url(../images/time.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
}

.checkbox1 {
    margin-top: 12px;
    display: flex;
    width: 100%;
}

.checkbox-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/checkbox.png);
    background-position: 0 0;
    margin-right: 4px;
    *margin-top: -16px;
    cursor: pointer;
    font-size: 0;
}

.checkbox-icon1 {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/checkbox.png);
    background-position: 12px 0;
    margin-right: 4px;
    *margin-top: -16px;
    cursor: pointer;
    font-size: 0;
}

.checkbox span {
    margin-left: 15px;
}

.textare textarea {
    border: 1px solid #d2d2d2;
    width: 530px;
    height: 50px;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

.textare {
    margin-top: 15px;
    display: flex;
    width: 100%;
}

.tijiao-btn input {
    display: block;
    width: 175px;
    height: 42px;
    background: #05287a;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
}

.close,.close1,.close2 {
    background-image: url(../images/icon.png);
    background-position: 0 -35px;
    width: 15px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
}

.select {
    position: relative;
    /* margin-left: 5px; */
    *margin-left: 0;
}

.select .select-icon {
    background-image: url(../images/select.png);
    width: 14px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    cursor: pointer;
}

.select-list {
    position: absolute;
    top: 37px;
    left: 0;
    *left: 0px;
    background: #fff;
    width: 218px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

.select-list li {
    border-top: 1px solid #eee;
    text-indent: 1em;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    line-height: 38px;
}

.select-list li:hover {
    color: #FFA800;
}

.form3 .shijian input {
    width: 87px;
}


/*动效*/
@keyframes jelly {
	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}
@keyframes shine {
	0% {
		background-position-x: 400%;
	}

	50% {
		background-position-x: 0%;
	}

	100% {
		background-position-x: -400%;
	}
}
