html,
body {
	font-size: 14px;
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei", sans-serif;
	width: 100%;
	letter-spacing: 1px;
}

body {
	overflow-y: auto;
	font-size: 16px !important;
}

img {
	border: 0px;
}

ul,
li,
p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #2135a0;
}

a:focus {
	outline: none;
}

ul,
li {
	list-style-type: none;
	border: none;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

ul>li>a {
	display: block;
	text-decoration: none;
}

ul>li>a>img {
	width: 100%;
}

* {
	margin: 0;
	padding: 0
}

.agric-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFFFFF;
	position: fixed;
	z-index: 9999;
	top: 0;
}

.width-1320 {
	width: 1320px;
	margin: 0 auto;
	padding: 12px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.agric-logo {
	width:40%;
	
}

.agric-logo>img {
	width:100%;
}

.agric-login {
	text-align: right;
}

.agric-login>p{
	margin-left: 20px;
}

.agric-login>p>span{
	padding: 0 6px;
	cursor: pointer;
}
.agric-login>p>span.active{
	
}
.agric-login>p>span:hover{
	color: #429eeb;
}
.langue-chose {
	border: 1px solid #CCCCCC;
	margin-left: 30px;
	color: #666666;
}

.langue-chose>option {
	color: #666666;
}

.agric-login>a {
	color: #666666;
	text-decoration: none;
}

.agric-login>a:hover {
	color: #00692f;
	text-decoration: none;
}

.agric-login>i {
	font-style: normal;
	font-size: 14px;
}
.tl-banner{
}
.agric-search {
	margin-top: 15px;
	position: relative;
}

.agric-search>input {
	width: 340px;
	height: 34px;
	border-radius: 50px;
	line-height: 34px;
	border: 1px solid #429eeb;
	padding-left: 10px;
	padding-right: 90px;
}

.agric-search>a {
	border-radius: 0 50px 50px 0;
	border: 1px solid #429eeb;
	background: #005fa3;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
}

.agric-search>a:hover {
	background: #2c8dde;
	transition: all .5s;
	text-decoration: none;
	color: #FFFFFF;
}

.swiper-container01 {
	width: 100%;
	padding-top: 80px;
}
.profile-right {
    width: 50%;
}
.tl-bannerimg {
	width: 100% !important;
}

.tl-bannerimg>img {
	width: 100%;
	height: 100%;
}

.nylx_tr {
    position: relative;
}

.nylx_trdw {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    height: 100%;
    width: 100%;
    /* background-color: pink; */
}
.nylx_map {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 992px) {
    .nylx_tr {
        height: 500px;
    }
    .nylx_trdw {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .nylx_tr {
        height: 400px;
    }
}

.swiper-pagination011{
	bottom:20px !important;
}

.all-conten{
	margin-top: 20px !important;
}
.all-nav{
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 99999999;
}

.all-nav-nr{
	top: 0 !important;
}
.agric-nav {
	width:96%;
	height: 60px;
	background:#FFFFFF;
	margin: 0 auto;
	position: relative;
	top: -60px;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ipmor-nav>a {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
}

.ipmor-nav {
	width:81%;
}

.ipmor-nav>ul{
	width: 100%;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	line-height: 60px;
	margin-top:14px;
}

.ipmor-nav>ul>li.active a{
	color: #0077D1;
	font-weight: bold;
	text-decoration: none;
}
.ipmor-nav>ul>li:hover a{
	color: #0077D1;
	text-decoration: none;
}

.ipmor-nav>ul>li{
	width: 10%;
	position: relative;
	text-align: center;
}

.ipmor-nav>ul>li>a{
	color:#333333;
	font-size: 16px;
	text-decoration: none;
}

.ipmor-nav>ul>li:hover .secon-down{
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.secon-down{
	display:none;
	position: absolute;
	width: 100%;
	left:0px;
	text-align: center;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	
}
.secon-down>a{
	display: block;
    background: #FFFFFF;
	text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    color: #333333 !important;
    line-height:50px;
    font-size: 15px;
}

.secon-down>a:last-child{
	border-bottom: none;
	text-decoration: none;
}
.secon-down>a:hover{
	color: #0077D1 !important; 
	text-decoration: none;
}

.news-lb-49>ul>li{
	line-height: 44px !important;
}

.ipmor-nav>a.active {
	background: #00692f;
	text-decoration: none;
	padding: 0 20px;
}

.ipmor-nav>a:hover {
	background: #00692f;
	text-decoration: none;
	transition: all .3s;
	padding: 0 20px;
	color: #FFFFFF;
}

.nav-logo {
	max-width: 300px;
	width: 14%;
	padding-top: 10px;
}

.nav-logo>img {
	width:100%;
}

.nav-button{
	display: none;
}
.nav-button>i {
	font-size: 32px;
	display: block;
	color: #333333;
	margin-right: 10px;
	margin-top: 6px;
}


/*鎼存洟鍎�  start*/
.agric-footer {
	width: 100%;
    background: #282935;
    padding: 30px 0;
}

.footer-nr {
	width:90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-nav{
	width:26%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.foot-nav>a{
	color: #999999;
	text-decoration: none;
	font-size: 15px;
	line-height:14px;
	display: block;
	width: 30%;
}

.foot-nav>a:hover{
	color: #44a354;
	text-decoration: none;
}


.footer-rwm {
	width: 33%;
	overflow: hidden;
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-rwm>p {
	float: right;
	width: 33%;
}

.footer-rwm>p>img {
	width: 85%;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.footer-rwm>p>span {
	text-align: center;
	display: block;
	text-align: center;
	color: #999999;
	font-size: 15px;
}

.footer-lxfs {
	font-size: 15px;
	color: #999999;
	width:30%;
	line-height: 32px;
}

.footer-bqsy {
	width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #282935;
    color: #999999;
    border-top: 1px solid #333;
}


/*鎼存洟鍎�   end*/


.sf-honor{
	width: 100%;
	background: url(../image/xtbg.png);
	height: auto;
    background-size: 100% 100%;
}
.honor-conten{
	width: 86%;
	margin: 0 auto;
	padding:6% 0;
	position: relative;
}

.honor-line{
	width: 100%;
}
.honor-line>img{
	width: 100%;
}

.hr-01{
	background: url(../image/li01.png);
	height: auto;
	background-size: 100% 100%;
}

.hr-01>p{
	top: -60px;
    position: absolute;
    left: 39%;
}
.hr-02>p{
	top: -12px;
    position: absolute;
    left: 38%;
}
.hr-03>p{
	top: -55px;
    position: absolute;
     left: 35%;
}
.hr-04>p{
	top: -14px;
    position: absolute;
    left: 36%;
}

.hr-02{
	background: url(../image/li02.png);
	height: auto;
	background-size: 100% 100%;
}
.hr-03{
	background: url(../image/li03.png);
	height: auto;
	background-size: 100% 100%;
}
.hr-04{
	background: url(../image/li04.png);
	height: auto;
	background-size: 100% 100%;
}

.ry-nr{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.honor-list{
	width: 23%;
	height: 370px;
	position: relative;
}
.honor-list>p{
	font-size:28px;
	font-weight: bold;
}
.honor-list>p>i{
	font-style: normal;
}


.ry-list-nr{
	text-align: center;
	
	position: relative;
}

.ry-list-nr>h2{
	font-size:18px;
	font-weight: bold;
}

.ry-list-nr>span{
    color: #666666;
    display: block;
    padding: 20px 30px;
    text-align: justify;
    min-height: 130px;
    max-height: 150px;
}


.hr-01>.ry-list-nr{
	margin-top:18%;
	 
}

.hr-02>.ry-list-nr{
	margin-top:28%;
	 
}


.hr-03>.ry-list-nr{
 
	margin-top:20%;
}

.hr-04>.ry-list-nr{
	margin-top:24%;
 
}

.ry-list-nr>img{
	display: block;
    text-align: center;
    width: 15%;
    margin: 0 auto;
    margin-top: 16%;
}

.sf-core{
	width: 100%;
	background: url(../image/hxyw.png);
	height: auto;
    background-size: 100% 100%;
}

.core-nr{
	width: 96%;
	margin: 0 auto;
	padding: 80px 0;
}

.core-title{
	text-align: center;
	color: #FFFFFF;
}

.core-title>h2{
	font-size:28px;
	font-weight: bold;
}
.core-title>span{
	display: block;
	font-size: 16px;
	margin-top:20px;
}
.core-conten{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top:80px;
}

.core-list{
	width: 15%;
	background: rgb(255,255,255,0.8);
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}

.core-list>p{
	font-size: 24px;
	color: #407aff;
	padding:12px 0;
}

.core-list>i{
	font-style: normal;
	font-size:58px;
	color: #407aff;
}

.core-list>span{
	display: block;
	line-height:30px;
	height:92px;
	overflow: hidden;
}

.core-list>a{
	display: block;
	color: #407aff;
	text-decoration: none;
	border: 1px solid #407aff;
	padding: 8px 20px;
	margin-top: 20px;
	width: 90%;
	margin: 20px auto 0 auto;
}

.core-list>a:hover{
	background: none !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border: 1px solid #FFFFFF !important;
	transition: all .3s;
}


.sf-profile{
	width: 100%;
	background: url(../image/jjbg.png);
	height: auto;
    background-size: 100% 100%;
    position: relative;
    top: -4px;
}

.profile-nr{
	width: 90%;
	margin: 0 auto;
	padding: 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 228px;
	position: relative;
	z-index: 999999;
	align-items: center;
}

.profile-left{
	width: 49%;
	line-height:35px;
	text-indent:40px;
}
.profile-left>a{
	color: #407aff;
	text-decoration: none;
}

.profile-left>a:hover{
	color: #d95601;
	text-decoration: none;
}

 
.sf-adv{
	width: 100%;
	background: url(../image/dtbg.png);
	height: auto;
    background-size: 100% 100%;
    padding:20px 0;
    margin-top: -10px;
    
}

/*閸斻劎鏁鹃弽宄扮础 start*/
@keyframes move_wave{0%{transform: translateX(0) translateZ(0) scaleY(1)}
	50%{transform: translateX(-25%) translateZ(0) scaleY(0.55)}
	100%{transform: translateX(-50%) translateZ(0) scaleY(1)}}
	.waveWrapper{overflow: hidden;position: absolute;left: 0;right: 0;bottom:0px;top: 0;margin: auto; z-index: 1;}
	.waveWrapperInner{position: absolute;width: 100%;overflow: hidden;height: 100%;bottom: -1px;background-repeat: no-repeat;background-size:100%;}
	.bgTop{z-index: 15;opacity: 0.5;}
	.bgMiddle{z-index: 10;opacity: 0.75;}
	.bgBottom{z-index: 5;}
	.wave{position: absolute;left: 0;width: 200%;height: 100%;background-repeat: repeat no-repeat;background-position: 0 bottom;transform-origin: center bottom;}
	.waveTop{background-size: 50% 150px;}
	.waveAnimation .waveTop{animation: move-wave 3s;-webkit-animation: move-wave 3s;-webkit-animation-delay: 1s;animation-delay: 1s;}
	.waveMiddle{background-size: 50% 190px;}
	.waveAnimation .waveMiddle{animation: move_wave 10s linear infinite;}
	.waveBottom{background-size: 50% 200px;}
	.waveAnimation .waveBottom{animation: move_wave 15s linear infinite;}
	.wavetext{position: absolute;z-index: 99999999;width: 40%;right: 10%;top:25%;}
	.wavetop{margin-bottom: 3%;}
	.wavelx{width: 32%;float: left;}
	.wavets{float: left;font-size: 280%;width: 62%;padding-top: 10%;padding-left: 5%;padding-bottom: 2%;}
	.wavecz{width: 100%;font-size: 150%;padding-left: 5%;}
	.waveqcz{clear: left;}
	.wavegohome{margin-top: 5%;float: left;margin-left: 7%;}
	.waveclose{margin-top: 5%;float: left;margin-left: 7%;}
	.wavegohome a,.waveclose a{margin: 2px;color: #ffb957;text-decoration: none;font-size: 170%;}
	.waveinput{border: 2px solid #ffb957;padding: 0.2em 1em 0.3em 1em;border-radius: 8em;}
/*閸斻劎鏁鹃弽宄扮础 end*/


.adv-conten{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.adv-list{
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}

.adv-list-left{
	padding-left: 20px;
}
.adv-list-left>span{
	width: 0;
    height: 0;
    border-width:10px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    display: block;
	margin-top:10px;
}
.adv-list-left>p{
	width:100%;
}
.adv-list-left>p>img{
	width:100%;
}
.adv-list-right{
	color: #FFFFFF;
    font-size: 16px;
    width: 80%;
    padding:0 30px;
    line-height: 28px;
    letter-spacing: 2px;
	text-align: justify;
}

.adv-list-left>b{
	color: #FFFFFF;
	margin-top:8px;
	display: block;
	font-size: 20px;
}

.adv-list:before{
	content: '';
    width: 1px;
    height: 100%;
    background: #fcfcfd;
    position: absolute;
    left: 0px;
    top: 10px;
}
.adv-list:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fcfcfd;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.adv-list01{
	margin-top: 40px;
}
.adv-list01:before{
	content: '';
    width: 1px;
    height: 212px;
    background: #fcfcfd;
    position: absolute;
    right: 50px;
    top: -30px;
    left: unset;
}
.adv-list01:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fcfcfd;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.adv-list01>.adv-list-right{
	padding:0;
	width: 60%;
}

.adv-list01>.adv-list-left{
	padding-right:70px;
}



.adv-list02{
	margin-top: 40px;
}
.adv-list02:before{
	content: '';
    width: 1px;
    height: 212px;
    background: #fcfcfd;
    position: absolute;
    right:0px;
    top: -30px;
    left: unset;
}
.adv-list02:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fcfcfd;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.adv-list02>.adv-list-right{
	padding:0;
	width: 80%;
    padding-left: 15px;
}

.adv-list02>.adv-list-left{
	padding-right:20px;
}

.sf-news{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 10px 0;
}


.jypx-bt {
    border-bottom: 1px solid #0e964b;
    height:83px;
    position: relative;
}
.zxdb-title01 {
    background-image: url(../image/tit01.png);
    background-repeat: no-repeat;
    height: 110px;
    text-align: center;
    width:260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.zxdb-title > span:nth-of-type(1) {
        background: #9a9a9a;
    color: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    margin-top:26px;
    line-height: 40px;
}

.zxdb-title > span:nth-of-type(2) {
    background: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    color: #999999;
    font-weight: bold;
    margin-top: 26px;
    line-height: 40px;
}
.zxdb-title > span:nth-of-type(3) {
        background: #9a9a9a;
    color: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    margin-top:26px;
    line-height: 40px;
}
.zxdb-title > span:nth-of-type(4) {
    background: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    color: #999999;
    font-weight: bold;
    margin-top: 26px;
    line-height: 40px;
}
.zxdb-title > span {
    display: block;
    margin: 0 4px;
        margin-top: 0px;
}

.news-more{
	display: block;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 5px 30px;
    background: #0369b8;
    color: #ffffff;
    border-radius: 200px;
    font-size: 15px;
	z-index: 10;
}
.news-more:hover{
	background: #058df6;
	color: #FFFFFF;
	transition: all .3s;
}


.news-conten{
	width: 100%;
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xinw-list{
	width: 24%;
	padding:10px;
	border: 1px solid #E5E5E5;
}
.xinw-list>p{
	width: 100%;
	overflow: hidden;
}
.xinw-list>p>img{
	width: 100%;
	overflow: hidden;
}
.xinw-list>a{
	display: block;
	text-decoration: none;
}

.xinw-list>a>h3{
	width: 100%;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xinw-list>a>span{
	display: block;
    font-size: 15px;
    height: 66px;
    overflow: hidden;
    line-height: 22px;
    margin-top:2px;
    color: #999999;
}
.xinw-list:hover.xinw-list>p>img{
	transform: scale(1.3);
    overflow: hidden;
    transition: all .5s;
}

.xinw-list:hover.xinw-list>a>h3{
	color: #046ab8;
	transition: all .5s;
}
.xinw-list:hover.xinw-list>a>span{
	color: #046ab8;
	transition: all .5s;
}

.gsgk-banner{
	width: 100%;
	position: relative;
}
.gsgk-banner>p{
	width: 100%;
}
.gsgk-banner>p>img{
	width: 100%;
}
.second-nav{
	position: absolute;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 0;
	background: rgb(255,255,255,0.8);
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

.second-nav>a{
	line-height: 60px;
	display: block;
	width: 100%;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

.second-nav>a.active{
	background:rgb(2,65,133,0.7);
	text-decoration: none;
	color: #FFFFFF;
}

.second-nav>a:hover{
	background:rgb(2,65,133,0.7);
	color: #FFFFFF;
	text-decoration: none;
	transition:all .3s;
}

.gsgk-conten{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

.gsgk-title>p{
	font-size: 30px;
	color: #999999;
}
.gsgk-title>span{
	display: block;
	font-size:28px;
	color: #333333;
	margin-top:7px;
}
.gsgk-title>i{
	display: block;
	width:60px;
	height: 3px;
	background: #808080;
	margin-top:10px;
}

.gsgk-gsjj{
	line-height: 30px;
	margin-top: 30px;
	text-indent: 30px;
	letter-spacing:1px;
}

.gsgk-img{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	align-items: center;
}

.gsgk-tp{
	width: 48%;
}
.gsgk-tp>p{
	width:100%;
}
.gsgk-tp>p:last-child{
	padding-right:8%;
}
.gsgk-tp>p>img{
	width:100%;
}
.zzjg-conten{
	width:70%;
	margin: 0 auto;
	padding: 40px 0;
}
.zzjg-conten>img{
	width:100%;
}

.comp-qual{
	width: 100%;
	margin-top:60px;
}

.qual-title{}
.qual-title>span{
	margin-right: 30px;
	padding: 8px 34px;
	background: #dbdbdb;
	color: #4c4c4c;
	cursor:pointer;
}

.qual-title>span.active{
	background: #024185;
	color: #FFFFFF;
}
.qual-title>span:hover{
	background: #024185;
	color: #FFFFFF;
	transition:all .3s;
}
.qual-title>span.active a,
.qual-title>span:hover a{
	color: #FFF;
	text-decoration: none;
}

.qual-img{
	margin-top: 40px;
}

.qual-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.qual-list>a{
	width:32%;
	display: block;
	text-decoration: none;
	margin-bottom:20px;
}
.qual-list>a>p{
	width:100%;
	overflow: hidden;
	text-decoration: none;
	border:1px dashed #CCCCCC;
}
.qual-list>a>p>img{
	width:100%;
}

.qual-list>a>p>img:hover{
	transform: scale(1.3);
	overflow: hidden;
	transition: all .5s;
}


.qual-list>a>span{
	width:90%;
	margin: 0 auto;
	text-align: center;
	display: block;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.header-zhic{
	width: 100%;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;
}

.header-img{
	width:50%;
	min-width:380px;
}
.header-img>img{
	width:100%;
}

.header-wena{
	width:60%;
	line-height:40px;
	text-indent: 40px;
}

.gl-tuand{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:30px;
}

.tuand-list{
	width: 23%;
	background: #FFFFFF;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
	border: 2px solid #f3f3f3;
	border-radius: 5px;
}

.tuand-list:hover{
	background: #f2f2f2;
	transition: all .5s;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	margin-top: -20px;
}

.tuand-list>p{
	width: 160px;
	margin: 0 auto;
	height: 160px;
	overflow: hidden;
	border-radius:50%;
	border: 2px solid #FFFFFF;
	margin-top: -110px;
}

.tuand-list>b{
	text-align: center;
	margin-top: 10px;
	display: block;
	font-size: 22px;
}


.tuand-list>span{
	text-align: center;
	margin-top: 10px;
	display: block;
	font-size: 16px;
	height: 300px;
	overflow: auto;
	line-height: 28px;
	text-indent: 0px;
	text-align: left;
}



.tuand-list>p>img{
	width:100%;
}


.second-nav-gsyw{
	position: absolute;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 0;
	background: rgb(255,255,255,0.8);
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}


.service-conten{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.service-list{
	width:32%;
	position: relative;
	margin-bottom: 20px;
	margin-right: 18px;
	overflow: hidden;
}
.service-list>p{
	width: 100%;
}
.service-list>p>img{
	width: 100%;
}

.service-title{
	width: 100%;
	height:100%;
	position: absolute;
	background: rgb(0,104,187,0.7);
	color: #FFFFFF;
	text-align: center;
	bottom:100%;
	align-items: center;
	display: flex;
}

.service-list:hover .service-title{
	bottom:10px !important;
	transition: all .5s;
}


.service-title>p{
	color: #FFFFFF;
	display: block;
	padding: 0 30px;
	line-height: 28px;
}

.busin-area{
	width: 100%;
	margin-top: 50px;
}
.busin-area>img{
	width: 100%;
}


.parter-cust{
	width:90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hzjy-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.hzjy-list>a{
    width: 15%;
	text-decoration: none;
    opacity:1;
}

.hzjy-list>a:hover{
	opacity: 1;
	text-decoration: none;
	transition: all .3s;
}

.hzjy-list01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hzjy-list01>a{
    margin: 1%;
	text-decoration: none;
}

.hzjy-list>a>img {
    width: 100%;
}

.med-cover{
	width:80%;
	margin:20px auto;
	padding: 40px 0;
}

.med-list{
	padding:30px 20px;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 30px auto;
    cursor: pointer;
    background: #FFFFFF;
}

.med-list:hover{
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.8);
	transition: all .5s;
	background: #F2F2F2;
}

.med-list:hover .med-more>a{
	background: #024185 !important;
	color: #FFFFFF !important;
	transition: all .5s;
	text-decoration: none;
}


.med-img{
	width: 29%;
    position: relative;
    overflow: hidden;
}

.med-img>img{
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.med-right{
	width: 68%;
}

.med-right>p{
	font-size:18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.med-right>span{
	display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 28px;
    height: 90px;
    overflow: hidden;
}

.med-more{
	margin-top: 10px;
	overflow: hidden;
}

.med-more>a{
	display: block;
	width:140px;
	text-align: center;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	color: #024185;
	border: 1px solid #024185;
	border-radius: 200px;
	float: left;
}

.med-more>i{
	float: right;
	color: #666666;
	font-style: normal;
}

.busin-philos{
	width: 90%;
	padding: 80px 0;
	margin: 0 auto;
	background: rgb(255,255,255,0.8);
	display: flex;
    flex-wrap:nowrap;
    justify-content:space-between;
}
.philos-left{
	width: 35%;
	padding-left: 10px;
}
.philos-left>img{
	width:100%;
}
.philos-right{
	width: 60%;
	padding-right: 10px;
}
.philos-right>img{
	width:100%;
}


.ygfc-conten{
	width:80%;
	margin: 0 auto;
	padding:80px 0;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.ygfc-conten>a{
	width: 22%;
    text-align: center;
	text-decoration: none;
    margin-bottom: 26px;
}

.ygfc-conten>a>p>img:hover {
	transition: all 1s ease-in;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);	/* Safari 閸滐拷 Chrome */
	-moz-transform: rotateY(360deg);	/* Firefox */
}


.ygfc-conten>a>p{
	width: 100%;
}
.ygfc-conten>a>p>img{
	width: 100%;
}

.ygfc-conten>a>span{
	display: block;
	text-align: center;
}

.med-cover01{
	width:90%;
	margin:0 auto;
	padding: 0 0 40px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.med-list01{
	padding: 12px 0;
	width: 48%;
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	margin:20px auto;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #f2f2f2;
}

.med-img01>img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    padding-left: 10px;
}

.med-right01{
    width: 66%;
    padding-right: 10px;
}

.med-right01>span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
}

.bj-banner{
	width: 95%;
	margin:0 auto;
	padding-top:30px;
}
.bj-banner>img{
	width:100%;
}

.dj-conten{
	width:95%;
	margin:0 auto;
	padding:30px 0;
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
}

.dj-left{
	width:65%;
}

.dj-list{
	margin-top: 20px;
}
.dj-list>a{
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content:flex-start;
	width: 100%;
	padding: 5px 0;
	text-decoration: none;
}

.dj-list>a>span:hover{
	color: #1840a3;
}
.dj-list>a>i{
	display: block;
	font-size: 30px;
	color: #666666;
	margin-top: -20px;
}

.dj-list>a>span{
	display: block;
	font-size:16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.dj-right{
	width: 30%;
	display: inline-flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.dj-right>a{
	width: 48%;
	text-decoration: none;
}
.dj-right>a>p{
	width: 100%;
	overflow: hidden;
}
.dj-right>a>p>img{
	width: 100%;
	overflow: hidden;
}

.dj-right>a>p>img:hover{
	transform: scale(1.3);
	overflow: hidden;
	transition: all .5s;
}

.dj-right>a>span{
	width: 90%;
	display: block;
	font-size:16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}



.addmy-conten{
	width:90%;
	margin:0 auto;
	display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
    padding: 40px 0;
}


.addmy-list{
	width:24%;
	background: #f4f6f9;
	margin: 20px auto;
}

.addmy-list:hover .addmy-details{
	background: #dd6e4f;
	color: #FFFFFF;
	transition: all .5s;
}

.addmy-title{
	border-bottom: 1px dashed #CCCCCC;
	padding:18px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.addmy-money{
	font-size: 16px;
	color: #666666;
	line-height:50px;
	text-align: center;
}
.addmy-need{
	height:200px;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	padding:20px;
}
.addmy-details{
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #dd6e4f;
	border-radius: 100px;
	display: block;
	width: 60%;
	margin:10px auto 20px auto;
	padding:8px 0;
	font-size: 15px;
	cursor:pointer;
}


/*瀵湱鐛�*/

/*瀵湱鐛�*/

.tc-big{
	width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.tc-rczp{
	width: 60%;
	top: 12%;
	left: 20%;
	right: 20%;
	height:520px;
	position: fixed;
	background: #FFFFFF;
	z-index: 99999;
	padding: 40px;
	display: none;
}


.tc-close{
	position: absolute;
	right:2px;
	top:5px;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	font-size:40px;
	text-align: center;
	margin: auto;
	line-height:36px;
	color: #666666;
	cursor:pointer;
	
}
.tc-rczp-title{
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 12px;
	font-weight: bold;
}

.tc-rczp-data{
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding: 10px 0;
}
.tc-rczp-gwzz{
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	height:350px;
	overflow:auto;
	
}

.tc-wyyp{
	display: block;
	width: 160px;
	height: 38px;
	color: #FFFFFF;
	margin: 10px auto;
	line-height: 36px;
	background: #0056A2;
	text-align: center;
	font-size: 18px;
}
.tc-wyyp:hover{
	color: #FFFFFF;
	opacity: 0.8;
}



.tc-login{
	width: 30%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin: auto;
	height:450px;
	position: fixed;
	background: #FFFFFF;
	z-index: 99999;
	padding: 40px;
	display:none;
}

.index-big{
	width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position:fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
/*瀵湱鐛�*/


.med-right02{
    width: 100%;
    padding:0 20px;
}


.lxwm-conten{
	width: 90%;
	margin: 0 auto;
	padding-top: 110px;
}

.conten-mytop{
	background: #FFFFFF;
	display: flex;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items: center;
}

.conten-mytop>p{
	width: 50%;
}

.conten-mytop>p>img{
	width:100%;
}

.zxly{
	width: 40%;
	align-items: center;
	padding-left:4%;
}

.zxly>p{
	width:100%;
	margin:20px auto;
}
.zxly>p>input{
	width:90%;
	height: 38px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding:0 8px;
}
.zxly>p>input:focus{
	border: 1px solid #4f96dd;
}
.zxly>p>textarea{
	width:90%;
	height:80px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 10px 8px;
}
.zxly>p>textarea:focus{
	border: 1px solid #4f96dd;
}

.liuy-button{
	display: block;
    width: 20%;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    color: #FFFFFF;
    background: #6caaea;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    letter-spacing: 8px;
    cursor: pointer;
}
.liuy-button:hover{
    color: #FFF;
	background: #1840a3;
	transition: all .4s;
}

.lianx-mode{
	width: 100%;
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	margin: 40px auto;
}

.mode-left{
	width: 30%;
	font-size: 16px;
	color: #4d4d4d;
}

.mode-left>p{
	line-height:38px;
}
.mode-left>p>span{
	font-weight: bold;
}

.mode-right{
	width: 60%;
}

.xq-conten{
	width: 60%;
	margin: 0 auto;
	padding-top: 100px;
}

.xq-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.xq-fbt{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	text-align: center;
	display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-top: 20px;
}

.xq-shangxia {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0;
}
.xq-shangxia a {
	color: #666;
	font-size: 15px;
	width: 40%;
	overflow: hidden;
}
.xq-shangxia a:hover{
	color: #0369b8;
	cursor: pointer;
}
.shangxia-l{
	text-align: left;
}
.shangxia-r{
	text-align: right;
}

.xq-fbt>span{
	display: block;
	padding: 8px 20px;
}

.xq-xxnr{
	width: 100%;
	line-height:30px;
	text-indent: 0px;
	margin-top: 40px;
}
.xq-xxnr .qiyefc{
    width: 90%;
    height: auto;
}

.xq-img{
	width: 100%;
	margin-top: 20px;
}
.xq-img>img{
	width: 100%;
}

.zxns-conten{
	width: 60%;
	margin: 0 auto;
	padding: 40px 0;
}

.zxns-conten>p{
	width: 100%;
	padding: 10px 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.zxns-conten>p>span{
	display:inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 20px;
}

.zxns-conten>p>span>label{
    width:80px;
    display: block;
    text-align: left;
    font-size: 15px;
    padding-right: 6px;
}

.zxns-conten>p>span>label>i{
    font-style: normal;
    font-size:13px;
    color: red;
}

.zxns-conten>p>span>input{
	width:58%;
	border: 1px solid #CCCCCC;
	height:26px;
	padding: 0 6px;
}

.zxns-conten>p>label{
    width:80px;
    display: block;
    text-align: left;
    font-size: 15px;
    padding-right: 6px;
}
.zxns-conten>p>textarea{
	width:100%;
	border: 1px solid #CCCCCC;
	height:80px;
	padding: 0 6px;
	margin-top: 8px;
}

.zxns-conten>p>.dxname{
	padding-right: 15px;
}

.zxns-conten>p>.dxname>input{
	width:14px;
	border: 1px solid #CCCCCC;
	height:14px;
	margin-top: 4px;
}

.tj-button{
	width:28%;
	height: 38px;
	border: none;
	background:#0077D1 ;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 4px;
	cursor: pointer;
}
.tj-button:hover{
	opacity: 0.6;
	transition: all .5s;
}
.cz-button:hover{
	opacity: 0.6;
	transition: all .5s;
}
.cz-button{
	width:28%;
	height: 38px;
	border: none;
	background:#999999;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 4px;
	margin-left: 20px;
	cursor: pointer;
}


.jiant-right{
	width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    display: block;
    margin-top: 10px;
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}
