.fwtx {
	height: 281px;
	margin-bottom: 147px
}

.fwtx>ul {
	overflow: hidden;
	width: 1210px
}

.fwtx>ul>li {
	width: 201px;
	height: 281px;
	box-sizing: border-box;
	border: 1px dashed #999;
	position: relative;
	padding: 132px 0 0 32px;
	float: left;
	margin-right: -1px
}

.fwbd1 {
	width: 0;
	height: 1px;
	background-color: red;
	position: absolute;
	top: -1px;
	left: -1px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear
}

.fwbd2 {
	width: 1px;
	height: 0;
	background-color: red;
	position: absolute;
	right: -1px;
	bottom: -1px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear
}

.fwbd3 {
	width: 0;
	height: 1px;
	background-color: red;
	position: absolute;
	right: -1px;
	bottom: -1px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear
}

.fwbd4 {
	width: 1px;
	height: 0;
	background-color: red;
	position: absolute;
	top: -1px;
	left: -1px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear
}

.fwtx>ul>li:hover .fwbd1 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 201px
}

.fwtx>ul>li:hover .fwbd2 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	height: 281px
}

.fwtx>ul>li:hover .fwbd3 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 201px
}

.fwtx>ul>li:hover .fwbd4 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	height: 281px
}

.fwtxicon {
	width: 80px;
	height: 80px;
	background-image: url(images/fwtxicon1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	left: 27px
}

.fwtxicon1 {
	background-position: 0 0
}

.fwtxicon2 {
	background-position: -80px 0
}

.fwtxicon3 {
	background-position: 0 -80px
}

.fwtxicon4 {
	background-position: -80px -80px
}

.fwtxicon5 {
	background-position: -160px 0
}

.fwtxicon6 {
	background-position: -160px -80px
}

.fwtxitem {
	position: absolute;
	font-size: 16px;
	width: 17px;
	top: 26px;
	right: 25px;
	color: #666
}

.fwtxying {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	position: absolute;
	top: 19px;
	left: 140px;
	width: 200px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform-origin: 0 50%;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	display: none\9
}

.fwtxlist {
	overflow: hidden;
	max-height: 140px;
	position: relative;
	z-index: 10
}

.fwtxlist>li {
	margin-bottom: 19px
}

.fwtxlist>li a {
	color: #666;
	font-size: 16px
}

.fwtx>ul>li:hover .fwbg {
	display: block
}

.fwtx>ul>li:hover .fwtxicon {
	background-image: url(images/fwtxicon2.png)
}

.fwtx>ul>li:hover .fwtxitem {
	color: red
}

.fwtx>ul>li:hover .fwtxying {
	color: #fb9696
}

.fwtx>ul>li:hover .fwtxlist>li>a {
	color: red
}

.fwys {
	height: 662px;
	background-image: url(images/fwysbg.png);
	background-position: center 0;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px
}

.fwysbox {
	width: 1200px;
	min-width: 1200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	overflow: hidden
}

.fwysbox>ul {
	overflow: hidden;
	width: 1300px
}

.fwysbox>ul>li {
	float: left;
	width: 291px;
	height: 373px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #F1F1F1;
	padding: 9px;
	position: relative;
	margin-right: 12px
}

.fwysbd {
	width: 291px;
	height: 373px;
	position: absolute;
	border: 4px solid #E11024;
	left: -1px;
	top: -1px;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

.fwysimg {
	width: 271px;
	height: 206px;
	overflow: hidden
}

.fwysimg img {
	width: 271px;
	height: 206px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear
}

.fwysbt {
	text-align: center;
	margin: 38px 0 27px 0
}

.fwysbt>div {
	display: inline-block;
	font-size: 18px;
	padding: 0 3px 16px;
	border-bottom: 2px solid red
}

.fwysnr {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fwysbox>ul>li:hover .fwysbd {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.fwysbox>ul>li:hover .fwysimg img {
	transform: scale(1.1)
}

.fwlnbox {
	margin: 28px 0 89px 0
}

.fwlnzuo {
	float: left;
	border: 4px solid #FAD8DC;
	width: 617px;
	height: 366px
}

.fwlnzuo img {
	width: 617px;
	height: 366px
}

.fwlnyou {
	float: left;
	width: 557px;
	margin-left: 18px
}

.fwlnying {
	font-size: 18px;
	color: #cdcfce;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: italic;
	padding-top: 7px
}

.fwlnhan {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 11px 0 39px 0
}

.fwlnnr {
	background-color: #F9F9F9;
	height: 279px;
	box-sizing: border-box;
	padding: 20px 28px 20px 24px;
	color: #666;
	line-height: 24px
}

.gyusnr {
	color: #666;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 100px;
	/*height: 150px;*/
	padding-right: 5px
}

.usrenwu {
	min-height: 259px;
	height:auto;
	background-color: #F9F9F9;
}

.usrw {
	position: relative;
	overflow: hidden;
	min-height: 259px;
	height:515px;
}

.usrwzuo {
	width: 30px;
	height: 30px;
	background-image: url(images/usrw1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	z-index: 10
}

.usrwyou {
	width: 30px;
	height: 30px;
	background-image: url(images/usrw1.png);
	background-position: -30px 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	z-index: 10
}

.usrwyou:hover,
.usrwzuo:hover {
	background-image: url(images/usrw2.png)
}

.usrw .swiper-container {
	min-height: 259px;
	height:auto;
}

.rwbox {
	overflow: hidden;
	padding-top: 31px
}

.rwbox>ul {
	overflow: hidden;
	width: 1250px
}

.rwbox>ul>li {
	float: left;
	min-height: 195px;
	height:auto;
	width: 600px;
	border-right: 1px solid #DFDFDF
}

.usrwimg {
	float: left;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
	margin: 15px 0 0 50px
}

.usrwinfo {
	float: left;
	margin: 15px 0 0 35px;
	width:300px;
}

.rwname {
	overflow: hidden;
	margin-bottom: 15px
}

.rwname1 {
	float: left;
	color: #666;
	font-size: 18px;
	width: 54px
}

.rwname2 {
	color: #666;
	float: left;
	line-height: 22px
}

.uszhiwu {
	line-height: 27px;
	max-width: 310px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.usfazhan {
	/*height: 664px;*/
	background-image: url(images/usfazhan.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 7.25% 0
}

.usfzbox {
	width: 708px;
	height: 518px;
	background-image: url(images/usfzbg.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -354px
}

.usitem1 {
	position: absolute;
	right: 24px;
	top: 36px
}

.usitem1 p {
	font-size: 22px;
	color: #f60103;
	margin-bottom: 10px
}

.usitem1 div {
	font-size: 16px;
	color: #f60103;
	line-height: 27px;
	width: 140px;
	text-align: justify
}

.usitem2 {
	position: absolute;
	right: 15px;
	top: 155px
}

.usitem2 p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

.usitem2 div {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 140px;
	text-align: justify
}

.usitem3 {
	position: absolute;
	right: 68px;
	top: 335px
}

.usitem3 p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

.usitem3 div {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 140px;
	text-align: justify
}

.usitem4 {
	position: absolute;
	right: 247px;
	top: 362px
}

.usitem4 p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

.usitem4 div {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 200px;
	text-align: justify
}

.usitem5 {
	position: absolute;
	left: 97px;
	top: 330px
}

.usitem5 p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

.usitem5 div {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 105px;
	text-align: justify
}

.usitem6 {
	position: absolute;
	left: 22px;
	top: 178px
}

.usitem6 p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

.usitem6 div {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 140px;
	text-align: justify
}

.usitem7 {
	position: absolute;
	left: 15px;
	top: 48px
}

.usitem7 p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px
}

.usitem7 div {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	width: 174px;
	text-align: justify
}

.uszz {
	height: 684px;
	background-image: url(images/uszz.png);
	background-position: center 0;
	background-repeat: no-repeat
}

.uszzimg {
	text-align: center
}

.usxia {
	overflow: hidden;
	margin-bottom: 60px
}

.ustableft {
	float: left;
	margin-left: 78px
}

.ustableft>li {
	width: 200px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	text-indent: 16px;
	font-size: 18px;
	color: #666;
	cursor: pointer
}

.ustableft>.ussel {
	background-color: #F60103;
	color: #fff
}

.ustabxia {
	float: left;
	margin-left: 63px;
	width: 800px;
	display: none
}

.ustabxiashow {
	display: block
}

.ustabnr {
	line-height: 30px;
	text-align: justify
}

.ustabbt {
	line-height: 45px;
	font-size: 18px;
	text-align: justify
}






#fzlc .in{
	padding: 2.77% 30px;
	background: rgba(255, 255, 255, 0.86)
}
.listword .word {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 2em;
    height: 6em;
    margin: 30px 0;
    display: none;
    padding-right: 5px;
    text-align: center;
}
.listword .word:first-child {
    display: block;
}

.dateList {
    height: 90px;
    text-align: center;
    position: relative;
}

.dateList i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 18px;
    height: 27px;
    background: url(images/a7.png) no-repeat center 11px;
}

.dateList .swiper-containerd {
    background-image: url(images/a8.png);
    background-repeat: no-repeat;
    background-position: center 17px;
}

.dateList p {
    font-size: 18px;
    color: #666666;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.dateList .swiper-slide {
    cursor: pointer;
}

.dateList .swiper-slide.on i {
    background: url(images/a9.png) no-repeat center 0;
}

.dateList .swiper-slide.on p {
    color: #004ea2;
    font-size: 22px;
}

.dateList>a {
    display: block;
    position: absolute;
    width: 52px;
    height: 41px;
    left: 0;
    top: 18%;
    margin-top: -20px;
    background-color: #c7c7c7;
    background-image: url(images/a20.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.dateList>a.next {
    left: auto;
    right: 0;
    background-image: url(images/a21.png);
}
  #fzlc .in .fzlc{
	display: block;
	text-align: center;
	color: #004ea2;
	font-size: 22px
}
@media only screen and (max-width:767px) {

    .about_three .aboutit2 {
        font-size: 18px;
    }

    .dateList>a {
        display: none;
    }

    .dateList p {
        font-size: 16px;
    }

    .dateList .swiper-slide.on p {
        font-size: 18px;
    }

    .listword.wrapper1200 {
        padding: 0;
    }

     .listword .word {
        margin: 15px 0;
        height: auto;
    }
    #fzlc .in{
    	padding:20px 5%;
    	max-width: 100%;
    	box-sizing: border-box;
    }
     #fzlc .in .fzlc{
     	font-size: 16px
     }
     .usfazhan{
     	background-size: cover;
     }
}

@media only screen and (max-width: 980px){
	.usrw .swiper-container{
		max-height: none;
	}
}