.header {
    height: 140px;
    background: url(../img/header_bg.png) no-repeat center;
}

.logo {
    margin-top: 40px;
}

body{
width: 100%;
    min-width: 1400px;

}


/* ????′￠??? */
.search {
    position: relative;
    margin-top: 55px;

}

.search .search-text {
    width: 195px;
    height: 35px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 13px;
    border-radius: 8px;
}

.search .search-btn {
    position: absolute;
    vertical-align: top;
    width: 35px;
    height: 35px;
    background: url(../img/se.png) no-repeat center #f39800;
    box-sizing: content-box;
    cursor: pointer;
    border-radius: 8px;
    right: 0;
    bottom: 0;
}

/* ?ˉ?è?a??? */
.nav .w-1280>ul {
    width: 100%;
    display: table;
    table-layout: auto;
    font-size: 18px;
    font-weight: bold;
}

.nav .w-1280>ul>li {
    display: table-cell;
    text-align: center;
    position: relative;
}

.nav .w-1280>ul>li>a {
    color: #000;
    font-size: 18px;
    line-height: 50px;
    display: block;
}

.nav .w-1280>ul>li:hover {
    background: #0058a6;
}

.nav .w-1280>ul>li:hover a {
    color: #fff;
}


.nav_ul_2 {
    position: absolute;
    min-width: 100%;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav_ul_2 li {
    background: rgba(0, 0, 0, .4);
    padding: 0 8px;
}



.hasSub .nav_ul_2 li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.nav_ul_2 li:hover {
    background: #004bc1;
}

.hasSub:hover .nav_ul_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}


/* è???’-??? */
.banner{
width:1280px;
margin:0 auto;
}
.banner-cursor .previous {
    background: url(../img/left_ico.png) no-repeat;
    width: 40px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: 10%;
left: calc(50% - 639px);
    top: 50%;
    margin-top: -25px;
    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;

    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}

.banner-cursor .next {
    background: url(../img/right_ico.png) no-repeat;
    width: 40px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 10%;
    right: calc(50% - 639px);
    top: 50%;
    margin-top: -25px;

    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;

    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}

.banner-cursor {}

.banner li {
    width: 100%;
   xheight: 480px;
}

.banner li img {
    width: 100%;
    xheight: 480px;

    	/* // IE10 */
	transition: all 6s;
	-moz-transition: all 6s; /* Firefox 4 */
	-webkit-transition: all 6s; /* Safari and Chrome */
	-o-transition: all 6s;
}

.banner li:hover img {
    transform: scale(1.1);
}

.banner-cursor:hover .controls a {
    opacity: 1;
    visibility: visible;

    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
    
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.banner-pagination {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align: center;
    left: 0;
}

.banner-pagination ul li {
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

.banner-pagination .on {
    background: #0058ae;
}

/* center */
.center {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../img/center_bg.png) no-repeat center -663px;
}

/* .introduce */
.introduce {
    height: 310px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 3px 13px rgb(187, 187, 187);
}

.main1-img {
    width: 440px;
    height: 250px;
    overflow: hidden;
}

.main1-img img {
    width: 100%;
        	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.main1-img:hover img {
    transform: scale(1.1);
}

.main1-r {
    width: 61%;
    height: 100%;
    position: relative;
}

.main1-title {
    margin-bottom: 25px;
    background: url(../img/introduce.png) no-repeat left center;
}

.main1-title p {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #000;
    padding-left: 35px;
}

.main1-title em {
    font-size: 19px;
    display: inline-block;
    color: #a4a4a4;
    font-family: "impact";
}

.main1-title p span {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #0068b7;
    padding-bottom: 10px;
}

.main1-p p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 35px;
}

.main1-p p span {
    font-size: 16px;
    font-weight: bold;

    color: #0068b7;
}

.main1-a {
    width: 110px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0058ae;
    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.main1-a p {
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


.main1-a:hover {
    background-color: #f39800;
}
/* ?§‘??”??¨?�? */
.main2 {
    margin-top: 30px;
}

/* ?§‘??”??¨?�?è???’-??? */

.news-wrapper {
    position: relative;
    /* height: 385px; */
    width: 625px;
    height: 435px;
}

.news-wrapper .time {
    position: absolute;
    top: 0;
    left: 0;
    background: #f39800;
    width: 75px;
    height: 70px;
}

.news-wrapper:hover .time {
    /* background: rgba(227, 116, 38, 0.8); */
}

.news-wrapper:hover {
    transition: all .3s;
    transform: translateY(-5px)
}

.news-img {
    width: 625px;
    height: 435px;
    overflow: hidden;
}

.news-img img {
    width: 625px;
    height: 435px;
    transition: all .2s;
}

.news-ul {
    width: 100%;
    height: 100%;
}

.news-ul ul {
    width: 100%;
    height: 100%;
}

.news-ul ul li {
    position: relative;
    width: 100%;
    height: 100%;

}

.news-ul ul li a {
    display: block;
}

.news-ul ul li:hover .news-img img {
    /* transform: scale(1.1); */
}

.news-p {
    /* padding-top: 10px; */
    background: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
}

.news-p .no-wrap {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    /* margin-right: 83px; */
}

/* è???’-?????‰é’? */
.news-control {
    position: absolute;
    bottom: 13px;
    right: 10px;
}

.news-control ul li {
    width: 13px;
    height: 13px;
    background: #ababab;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.news-control ul .on {
    background: #f79e00;
}

/* ?§‘??”??¨?�???—è?¨ */
.w625 {
    width: 625px;
}

.common_title {
    padding-bottom: 10px;
}

.common_title p {
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    background: url(../img/kydt.png) no-repeat left center;
    padding-left: 40px;
}

.common_title em {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-left: 10px;
}

.common_title a {
    float: right;
    font-size: 14px;
    color: #000;
    line-height: 42px;
    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.common_title a span {
    font-size: 14px;
    color: #000;
    border: solid 1px #0058a6;
    /* border-radius: 9px; */
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 11px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.common_title a:hover {
    color: #0068b7;
}

.common_title.jsfw a:hover {
    color: #f39800;
}

/* ?–??-— */
.dtcz {
    /* width: 400px; */
}

.dtcz>p {
    border-bottom: 1px solid #dcdcdc;
}

.dtcz>p>span {
    font-size: 22px;
    color: #000;
    border-bottom: 2px solid #a40000;
    font-weight: 600;
}

.dtcz>p>a {
    font-size: 14px;
    color: #a40000;
    float: right;
    margin-top: 5px;
}

.dtcz ul .li-first {
    height: 130px;
    padding: 20px;
    margin-top: 15px;
    background-color: #fff;
}

.li-first a {
    margin: 0 !important;
}

.dtcz ul .li-first:after {
    width: 0;
}

.list-1 p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-indent: 0;
    margin-right: 70px;
    line-height: 20px;
}

.list1-p {
    font-size: 14px;
    color: #a6a8ab;
    text-indent: 3em;
    line-height: 25.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 76px;
    word-break: break-word;
    margin-top: 10px;
}

.dtcz ul li {
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s;
    padding: 15px 0;
    padding-left: 25px;
    background: url(../img/landian.png) no-repeat left;
}

.dtcz ul .li-first {
    background-image: none;
}

.dtcz ul .li-first:hover .list-1 span {
    color: #0068b7;
    /* font-size: 16px; */
}

.dtcz ul .li-first:hover .list-1 p {
    font-weight: bold;
    color: #0068b7;
}

.dtcz ul li:hover {
    transform: translateY(-3px);
}

.dtcz ul li a {
    font-size: 15px;
    color: #434343;

}

.dtcz ul li span {
    font-size: 14px;
    line-height: 18px;
    color: #434343;
    font-weight: bold;
}

.dtcz ul li .ml10 {
    /* margin-left: 10px; */
}

.dtcz ul li:nth-of-type(1) {
    border-bottom: none;
}

.dtcz ul li:nth-of-type(6) {
    border-bottom: none;
}

/* ??�??ˉ?????? */
.main3 {
    padding: 30px 0;
    background: url(../img/mina3_bg.png) no-repeat center;
}

.jsfw p {
    color: #fff;
    margin-bottom: 30px;
    background: url(../img/jsfw_ico.png) no-repeat left center;
}

.jsfw a {
    color: #fff;
}

.jsfw a span {
    color: #f39800;
    border: solid 1px #f39800;
}

.jsfw_list li {
    float: left;
    display: block;
    width: 290px;
    line-height: 70px;
    font-size: 25px;
    background-color: #dcdcdc;
    text-align: center;
    padding-left: 43px;
    margin-right: 40px;
    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.jsfw_list li:nth-of-type(1) {
    padding-left: 50px;
    background: url(../img/fdj_ico.png) no-repeat 55px center #dcdcdc;
}

.jsfw_list li:nth-of-type(2) {
    background: url(../img/dj_ico.png) no-repeat 67px center #dcdcdc;
}

.jsfw_list li:nth-of-type(3) {
    background: url(../img/zc_ico.png) no-repeat 67px center #dcdcdc;
}

.jsfw_list li:nth-of-type(4) {
    margin-right: 0;
    background: url(../img/sm_ico.png) no-repeat 67px center #dcdcdc;
}

.jsfw_list li:hover {
    background-color: #00a0e9;
    transform: translateY(-4px);
}

.jsfw_list li a {
    color: #fff;
}


.tdfc_title p {
    background: url(../img/tdfc_ico.png) no-repeat left center;
}

.staff-banner {
    padding: 22px 14px;
    background: url(../img/staff_bg.png) no-repeat left center;
    height: 322px;
    width: 807px;
    position: relative;
}

.staff-banner .pagination {
    position: absolute;
    z-index: 999;
    top: 25px;
    right: 434px;
}

.staff-banner .pagination ul>li {
    float: left;
    width: 22px;
    margin-left: 9px;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    background-color: #0068b7;
    color: white;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

.staff-banner .pagination ul>.on {
    background-color: #f39800;
}

.staff-banner .banner-main li {
    position: relative;
}

.staff-photo>img {
    width: 208px;
    height: 275px;
}

.staff-photo-desc {
    position: absolute;
    bottom: 0px;
    color: white;
}

.staff-photo-desc span {
    position: absolute;
    bottom: 11px;
    color: white;
    text-indent: 59px;
    font-weight: bold;
}

.staff-desc {

position: absolute;

width: 67%;

top: 40px;

left: 242px;

font-size: 15px;

line-height: 35px;

text-indent: 2em;
}

.staff-desc span{
    font-weight: bold;
    }


.stuff-link{
    background-color: #0058ae;
    color: white;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    /* // IE10 */
    transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari and Chrome */
    -o-transition: all .3s;
}

.stuff-link:hover{
    background-color: #f39800;
}

.lxwm_title p {
    background: url(../img/lxwm_ico.png) no-repeat left center;
}

.lxwm_content ul li{
    margin-bottom: 10px;
    position: relative;
    	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.lxwm_content ul li:hover{
    transform: translateY(-4px);
}


.lxwm_content ul li p{
    color: white;
    position: absolute;
    left: 129px;
    top: 28px;
    font-weight: bold;
}

.yqlj_title p{
    background: url(../img/yqlj_ico.png) no-repeat left center;
}

/**linkslider **/
.linksliderslide{
    width: 100%;
    position: relative;
}

.linkslider {
	width: 93.5%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}

.linkslider-switchers .linkslider-switcher {
	bottom: 19px;
	position: absolute;
	z-index: 99;
	width: 19px;
	height: 33px;
	background-color: #999999;
	/*ie8*/
	background-color: rgba(0, 0, 0, 0.2);
}

.linkslider-switcher.next {
	right: 0px;
	margin-right: 0.5%;
}

.linkslider-switcher.prev {
	left: 0px;
	margin-left: 0.5%;
}

.linkslider-switcher.next:hover {
    background-color: #444444;
	/*ie8*/
	background-color: rgba(0, 0, 0, 0.4);
}

.linkslider-switcher.prev:hover  {
    background-color: #444444;
	/*ie8*/
	background-color: rgba(0, 0, 0, 0.4);
}

.linkslider-switcher img {
	width: 7px;
	height: 16px;
	margin: 8px 5px;
}

.linkslider-main-content {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.linkslider-main-content ul {
	height: 67px;
	position: relative;
	top: 11px;
}

.linkslider-main-content ul li {
	width: 25%;
}

.linkslider-main-content ul li a {
	display: block;
	color: white;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.linkslider-main-content ul li a:hover {
	box-shadow: 1px 5px 10px 2px rgba(128, 128, 128, 0.3);
    transform: translateY(-4px);
}

.linkslider-main-content ul li a img{
    width: 100%;
}


.footer{
	background: url(../img/foot-bg.png) no-repeat bottom center;
    background-color: #0085e9;
	padding: 0.94em 0 0.54em 0;
}

.footer table{
	width: 100%;
	padding: 15px 0;
}

.tail-logo{
	width: 69%;
	/* padding: 0.8em; */
	color: white;
	font-size: 12px;
}

.tail-logo img{
	width: 76px;
	cursor: pointer;
	max-width: 340px;
}

.contact{
	text-align: right;
	color:
	white;
	width: 100%;
	font-weight: lighter;
	font-size: 14px;
	float: left;
	line-height: 22.6px;
}

.qrs{
	text-align: left;
	color:
	white;
	width: 102px;
	font-weight: lighter;
	font-size: 14px;
	float: left;
	line-height: 22.6px;
}

.contact .qrcodes div{
	width: 30%;
	float: left;
	margin-right: 3px;
}

.contact .qrcodes div img{
        width:77%;
	margin: 0 10%;
}

.contact .qrcodes div p{
	line-height: 1.3em;
	text-align: center;
        font-size: 10px;
        display: block;
}

.contact .contact-text{
	line-height: 27px;
        display: block;
}

.all-right{
	text-align: left;
	color:	white;
	width: 47%;
	font-weight: lighter;
	font-size: 14px;
	float: right;
	line-height: 23px;
}

.foot-link{
	border-bottom: white 1px solid;
	width: 100%;
}

.foot-link a{
	display: inline;
	color: white;
	margin-right: 15px;
	line-height: 4em;
}

.foot-link span{
	display: inline;
	color: white;
}