body,div,ul,li,p,h1,h2,h3,h4,a{
    padding:0;
    margin:0;
    font-family:"微软雅黑";
}
body {
    background:#fff;
    width: 100%;
    font-size: 14px;
    margin: auto;
}
ul,li {
    list-style:none
}
input {
	padding-top: 0;
	padding-bottom: 0
}
input::-moz-focus-inner {
border:0;
padding:0
}
input, select {
	vertical-align: middle
}
input, select, textarea {
	font-size: 12px;
	margin: 0
}
input[type=text], input[type=password], textarea {
	outline-style: none;
	-webkit-appearance: none
}
a{
    text-decoration:none
}
.clear{
    clear:both;
}
img{
    border:0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.body-bg{
    background: #f3f6fb;
}
.head-top{
    width: 100%;
    height: 35px;
    background: #e6e6e6;
}
.head-title{
    width: 1200px;
    margin: auto;
    height: 35px;
    overflow:hidden;
    line-height: 35px;
    color: #3b3b1f;
}
.head-right{
    color: #cc2222;
}
.head-logo{
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.head-logo .ds-header_search {
	position: relative;
	width: 520px
}
.head-logo .ds-header_search i {
	position: absolute;
	left: 15px;
	top: 13px;
	font-size: 18px;
	color:#07569F;
}
.head-logo .ds-header_search input {
	width: 100%;
	height: 45px;
	padding: 0px 0;
	text-indent: 40px;
	font-size: 14px;
	border: 1px solid #eee;
}

.head-logo .ds-header_search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	background: #5291ef;
	border: none;
	cursor: pointer
}
.head-logo .ds-header_search .ds-header_search-hot {
	padding-top: 10px;
	font-size: 12px;
	color: #777
}
.head-logo .ds-header_search .ds-header_search-hot a {
	display: inline-block;
	color: #999;
	margin-right: 10px
}
.head-logo .ds-header_search .ds-header_search-hot a:hover {
	text-decoration: underline
}
.ds-fl {
	float: left
}
.ds-fr {
	float: right
}

.ds-wrap_xl {
	width: 1200px
}
.ds-cf:after, .ds-cf:before, [class*=da-wrap-] {
content:'';
display:table
}
.ds-cf:after, [class*=da-wrap-] {
clear:both
}
.ds-relative {
	position: relative
}

.logo-img img{
    width: 300px;
    height: auto;
}
.logo-title img{
    width: 300px;
    height: auto;
    padding-top: 8px;
    float: right;
}
.index-nav{
    width: 100%;
    height: 52px;
    border-bottom: #618d03 3px solid;
    margin-top: 10px;
}
.nav-t{
    width: 1200px;
    margin: auto;
    line-height: 52px;
    overflow: hidden;
}
.nav-t li{
    float: left;
    color: #000;
}
.nav-t li a{
    padding: 16px 25px;
    font-size: 16px;
}
.nav-t li a:hover{
    background: #618d03;
    color: #fff;
}

.nav-t .nurr{
    background: #618d03;
    color: #fff;
}
.nav-t .nurr a{
    color: #fff;
}
.nav-t li a{
    color: #000;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-zt{
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    border-radius: 8px;
}
.index-zt h2{
    color: #5091f5;
    margin: 20px 30px 10px 30px;
    padding-bottom: 15px;
    border-bottom: #9d9d9d dashed 1px;
    font-weight: 400;
    font-size: 18px;
}
.index-zt h2 b{
    margin-left: 30px;
    font-size: 14px;
    color: red;
    font-weight: 300;
}
.index-zt ul{
    width: 1140px;
    margin: auto;
}
.index-zt ul li{
    width: 200px;
    float: left;
    margin: 20px 12px;
}
.index-zt ul li h3{
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    color: #dd000c;
}
.index-zt ul li h4{
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
    color: #666666;
}
.index-zt ul li img{
    width: 200px;
    border-radius: 8px;
}
.index-bx{
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    border-radius: 8px;
}
.index-bx h2{
     color: #5091f5;
     margin: 20px 30px 10px 30px;
     padding-bottom: 15px;
     border-bottom: #9d9d9d dashed 1px;
}
.index-bx h2 b{
    margin-left: 30px;
    font-size: 14px;
    color: red;
    font-weight: 300;
}
.index-bx ul{
    width: 1100px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.index-bx li{
    float: left;
    width: 275px;
}
.index-bx li a{
    font-size: 16px;
    padding: 8px 20px;
    background: #E1A035;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.index-bx li img{
    width: 120px;
    margin-bottom:20px;
}
.index-hy{
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    border-radius: 8px;
}
.index-hy h2{
    color: #5091f5;
    margin: 20px 30px 10px 30px;
    padding-bottom: 15px;
    border-bottom: #9d9d9d dashed 1px;
}
.index-hy h2 b{
    margin-left: 30px;
    font-size: 14px;
    color: red;
    font-weight: 300;
}
.index-hy ul{
    width: 1100px;
    margin: auto;
    margin-top: 30px;
}
.index-hy ul li{
    margin-top: 10px;
}
.index-hj{
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 8px;
}
.index-hj h2{
    color: #5091f5;
    margin: 20px 30px 10px 30px;
    padding-bottom: 15px;
    border-bottom: #9d9d9d dashed 1px;
}
.index-hj h2 b{
    margin-left: 30px;
    font-size: 14px;
    color: red;
    font-weight: 300;
}
.index-hj ul{
    width: 1100px;
    margin: auto;
    margin-top: 30px;
}
.index-hj li{
    width: 1100px;
}
.index-hj li img{
    width: 1100px;
}
.index-gz{
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 8px;
}
.index-gz h2{
    color: #5091f5;
    margin: 20px 30px 10px 30px;
    padding-bottom: 15px;
    border-bottom: #9d9d9d dashed 1px;
}
.index-gz h2 b{
    margin-left: 30px;
    font-size: 14px;
    color: red;
    font-weight: 300;
}
.index-gz ul{
    width: 1100px;
    margin: auto;
}

.index-gz ul li{
    float: left;
    width: 200px;
    margin: 20px 10px;
    background: #dd000c;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
}
.index-gz ul li:hover{
    background: #2C8409;
}
.index-gz ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.index-gz ul li a:hover{
    color:#E1A035;
}
.index-xq{
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 8px;
}
.index-xq h2{
    color: #5091f5;
    margin: 20px 30px 10px 30px;
    padding-bottom: 15px;
    border-bottom: #9d9d9d dashed 1px;
}
.index-xq h2 b{
    margin-left: 30px;
    font-size: 14px;
    color: red;
    font-weight: 300;
}
.index-xq ul{
    width: 1100px;
    margin: auto;
}
.index-xq li{
    width: 250px;
    float: left;
    display: block;
    margin: 20px 10px;
}
.index-xq .xq_list:hover{
    background: #2C8409;
    color: #fff;
}
.index-xq .xq_list{
    background: #fff;
    line-height: 36px;
    font-size: 14px;
    color: #dd000c;
    text-align: center;
    display: inline-block;
    text-indent: 3px;
    width: 100%;
}
.index-xq .xq_list b {
    background: #5091f5;
    color: #fff;
    padding: 0 6px;
    float: right;
    margin-left: 3px;
    font-weight: normal;
}
.footer {
    width: 100%;
    height: 250px;
    background: #333333;
}
.footer_r {
    width: 1200px;
    margin: auto;
}
.footer_title{
    width: 1000px;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.footer_title a{
    color: #fff;
    margin: 0 25px;
    font-size: 15px;
    padding-bottom: 5px;
}
.footer_title a:hover{
    border-bottom: #ffbe7a 2px solid;
}
.footer_l{
    width: 800px;
    margin: auto;
    margin-top: 15px;
    overflow: hidden;
}
.footer_l li{
    float: left;
}
.footer_ewm{
    width: 150px;
}
.footer_midm{
    width: 400px;
    text-align: center;
}
.footer_midm p{
    margin-top: 10px;
    color: #fff;
    line-height: 25px;
}
.footer_midl{
    width: 400px;
    padding-top: 10px;
    color: #fff;
}
.footer_midl img{
    padding-bottom: 30px;
    border-bottom: #b9b9b9 1px dashed;
}
.footer_midl p{
    margin-top: 20px;
    line-height: 35px;
    font-size: 16px;
}
.footer_logo{
    width: 300px;
}
.footer_bq {
    width: 1000px;
    margin: auto;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.footer_bq a{
    color: #b9b9b9;
    font-size: 15px;
}
.floating_ck{
    position:fixed;
    right:20px;top:25%;
    z-index: 100;
}
.floating_ck dl dd {
    position:relative;
    width:80px;
    height:80px;
    background-color:#dd000c;
    border-bottom:solid 1px #618d03;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center 20%;
    cursor:pointer;
}
.floating_ck dl dd:hover {
    background-color:#e40231;
    border-bottom:solid 1px #a40324;
}
.floating_ck dl dd:hover .floating_left{
    display:block;
}
.consult,.words{
    background-image:url(zxicon.png);
}
.quote{
    background-image:url(kficon.png);
}
.qrcord{
    background-image:url(ewm.jpg);
}
.return{
    background-image:url(fanhui.png);
}
.floating_ck dd span{
    color:#fff;display:block;padding-top:54px;
}
.floating_ck dd span a{
    color: #fff;
}
.floating_left{
    position:absolute;
    left:-160px;
    top:0px;
    width:160px;
    height:80px;
    background-color:#e40231;
    border-bottom:solid 1px #a40324;
    display:none;
}
.floating_left a{
    color:#fff;
    line-height:80px;
}
.floating_ewm{
    height:260px;
    top:-180px;
}
.floating_ewm i{
    background-image:url(ewm.jpg);
    display:block;
    width:145px;
    height:145px;
    margin:auto;
    margin-top:7px;
}
.floating_ewm p{
    color:#fff;
    margin-top:5px;
}
.floating_ewm .qrcord_p01{
    font-size:12px;
    line-height:20px;
}
.floating_ewm .qrcord_p02{
    font-size:18px;
}
.div_with{
	width:100%;
}
.div_with img{
	width:100%;
}
.yx_1{
	width:1600px;
	margin:auto;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
}
.yx_1 li{
	width:300px;
	margin:10px;
	float:left;
}
.yx_1 li img{
	width:100%;
}
.qsn_2{
	width:1200px;
	margin:auto;
	overflow: hidden;
}
.qsn_2 ul{
	margin-top:30px;
	margin-bottom:30px;
}
.qsn_2 li{
	float:left;
	width:550px;
	margin:25px;
}
.qsn_2 li iframe{
	width:550px;
	height:320px;
}
.qsn_2 li p{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	}
.mainer {
	padding-bottom: 70px;
	padding-top: 1px;
	margin-top: 20px;
}
.wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.title {
	position: relative;
	text-align: center;
	margin:0;
}
.title h3 {
	font-size: 36px;
	font-weight: normal;
	color: #222;
	position: relative;
	z-index: 9;
}
.title.on span {
	color: #e0e0e0;
}
.title label {
	display: block;
	margin: 0 auto 0;
	height: 3px;
	width: 140px;
	background: #00b0a0;
	margin-top: 15px;
}
.title span {
	display: block;
	font-size: 48px;
	color: #f1f1f1;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.news2_list {
	margin-top: 30px;
}
.news2_list ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news2_list ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 181px;
}
.news2_list ul li a:hover {
	background: #00b0a0;
}
.news2_list ul li a:hover .date label, .news2_list ul li a:hover .date span, .news2_list ul li a:hover .text p {
	color: #fff;
}
.news2_list ul li a:hover .text h3 {
	color: #fcc442;
}
.news2_list ul li a:hover .text:after {
	background: #fcc442;
}
.news2_list ul li a:hover:after {
	background: #00b0a0;
}
.news2_list ul li .img {
	float: right;
	margin: 0 20px;
}
.news2_list ul li .img img {
	width:200px;
}
.news2_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list ul li .date {
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 150px;
	margin-right: 30px;
	text-align: right;
}
.news2_list .date span {
	display: block;
	font-size: 40px;
	color: #999;
}
.news2_list .text {
	line-height: 32px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news2_list .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #00b0a0;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news2_list .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:bold;
}
.news2_list .text p {
	height: 96px;
	overflow: hidden;
	color:#999999;
	text-indent:28px;
}
.wow_list {
	margin: 20px 0;
	width: 100%;
}


 @keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}