* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.banner img {
	display:block;
	margin:auto;
	width:100%;
}


.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgba(255,255,255,0.5);
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.head {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    height: 90px;
	position: relative;
}

.heads {
    max-width: 1700px;
    margin: auto;
}

.logo {
    float: left;
    height: 90px;
    line-height: 90px;
    width: 15%;
}

.logo img {
    width: 100%;
}

.nav {
    float: right;
    width: 68.5%;

}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    height: 90px;
    line-height: 90px;
    margin-left: 2%;

}

.nav ul li:first-child {
    margin-left: 0;
}

.nav ul li a {
    font-size: 22px;
    color: #000;
    padding: 5px 20px;
	position:relative;
}

.nav ul li:hover a {
    background: rgba(255,255,255,0.8);
    border-radius: 40px;
    
}

.nav ul li:hover a {
	color:#196ab2;
	font-weight:bold;
}

.nav ul li:hover a::before{
	content:"";
	position:absolute;
	width:60%;
	left:20%;
	bottom:-10px;
	background:#196ab2;
	height:3px;
}

.nav ul li .detailnav {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 999;
    display: none;
	width:100%;
	text-align:center;
	 background: rgba(255,255,255,0.8);
	 height: 40px;
	 line-height: 40px;
	 color: #000;
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;

    padding: 0 20px;
    margin: 0;
	float:none;
	display:inline-block;
}

.nav ul li .detailnav li a {
    padding: 0;
    font-size: 16px;
    background: none;
	font-weight:normal;
	color:#000;
}

.nav ul li .detailnav li:hover a {
    border-radius: 0;
    background: none;
	color:#196ab2;
	font-weight:bold;
}

.nav ul li .detailnav li a::before {
    display: none;
}

.nav ul li:hover .detailnav {
    display: block;
}
.video{
	text-align:center;
}
.videolist video {
    width: 100%;
	}
.videonav{
	font-size:0;
	text-align:center;
	margin-top:25px;
}
.videonav span{
	display:inline-block;
	padding:8px 15px;
	color:#17588e;
	border:1px solid #17588e;
	border-radius:5px;
	margin:0 15px;
	font-size:16px;
	cursor:pointer;
}
.videonav span.active{
	background:#17588e;
	color:#fff;
}

.videolist{
	position: absolute;
    top: 0;
    left: 0;
	text-align:center;
	width:100%;
}

.index_title {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.service {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.ser {
    float: left;
    height: 740px;
    width: 18.125%;
    position: relative;
    transition: all 0.6s;
}

.ser.active {
    width: 45.625%;
}

.ser::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(48, 118, 182, 0.5);
    opacity: 1;
    transition: all 0.6s;
}

.ser.active::before {
    opacity: 0;
}

.ser a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.sername {
    position: absolute;
    right: 0;
    top: 45%;
    height: 70px;
    line-height: 70px;
    border-radius: 10px 0 0 10px;
    background: #17588e;
    text-align: center;
    padding: 0 15px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
}

.ser.active .sername {
    opacity: 1;
}

#service .index_title{
    margin-top: 50px;
}

#honor {
    background: #f5f5f5;
}

#honor .index_title {
    margin-top: 60px;
}

.shuju {
    width: 100%;
    overflow: hidden;
}

.sj {
    width: 20%;
    text-align: center;
    float: left;
}

.sj_top {
    font-size: 30px;
    color: #000;
}

.sj_bot {
    font-size: 72px;
    color: #000;
    font-weight: bold;
}

.honors {
    max-width: 1700px;
    margin: 45px auto;
	position:relative;
}

.honors .swiper-button-prev{
	left:-40px;
	top:50%;
}

.honors .swiper-button-next{
	right:-40px;
	top:50%;
}

.honorswiper img {
    width: 100%;
    border-radius: 10px;
}

.partner {
    max-width: 1700px;
    margin: auto;
    text-align: center;
}

.par {
    width: 240px;
    height: 240px;
    background: #fff;
    border-radius: 20px;
    transform: rotate(45deg);
    line-height: 240px;
    display: inline-block;
    margin: 0 50px;
}

.par img {
    transform: rotate(-45deg);
}

.par_top {
    margin-top: 90px;
}

.par_mid .par {
    margin: 0 48px;
}

.new {
    max-width: 1700px;
    margin: 40px auto 0;
    overflow: hidden;
}

.new .swiper-pagination {
    position: static;
    height: 5px;
    background: #bababa;
    margin-top: 40px;
}

.new .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1268b1;
}

.newpic img {
    width: 100%;
}

.newtitle {
    font-size: 19px;
    color: #464646;
    margin-top: 25px;
}

.newcon {
    font-size: 15px;
    color: #707070;
    margin-top: 15px;
    line-height: 1.8;
}

.newdate {
    font-size: 14px;
    color: #707070;
    margin-top: 20px;
}

.newmore {
    text-align: center;
    margin-top: 40px;
}

.newmore a {
    display: inline-block;
    width: 160px;
    height: 45px;
    border-radius: 10px;
    line-height: 45px;
    background: #3072c4;
    font-size: 17px;
    color: #fff;
}

#new .index_title {
    margin-top: 60px;
}

.copy {
    width: 100%;
    text-align: center;
    background: #17588e;
    font-size: 18px;
    color: #fff;
    height: 85px;
    line-height: 85px;
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: url(../images/fbg.jpg) center no-repeat;
    height: 734px;
    padding-top: 45px;
}

.foot .index_title {
    color: #fff;
}

.foots {
    max-width: 1700px;
    margin: 60px auto 0;
}

.flogo {
    float: left;
    width: 19%;
    margin-top: 160px;
}

.flogo img {
    width: 100%;
}

.ftitle {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.fnav {
    float: left;
    margin-left: 9%;
}

.flist a {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.fcontact {
    float: right;
}

.fcon p {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.fcon img {
    margin-top: 60px;
	width:213px;
}

.inbanner img {
    width: 100%;
}

.insidenav {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    height: 115px;
    line-height: 114px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.insidenav a {
    display: inline-block;
    line-height: 114px;
    height: 114px;
    padding: 0 50px;
    font-size: 20px;
    color: #000;
	transition:all 0.6s;
}

.insidenav a:hover,.insidenav a.active {
    color: #196ab2;
	font-weight:bold;
}

.core {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.cores {
    max-width: 1700px;
    margin: auto;
}

.core_item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #d2d2d2;
    text-align: center;
    float: left;
}

.core_item:nth-child(4n) {
    margin-right: 0;
}

.core_pic img {
    width: 100%;
}

.core_name {
    height: 83px;
    line-height: 83px;
    font-size: 21px;
    color: #000;
}

.coreshow {
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
}

.coreshows {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #ebebeb;
    border: 1px solid #d2d2d2;
}

.coreshow_left {
    float: left;
    width:27%;
    border-right: 1px solid #d2d2d2;
}

.coreshow_left img {
    width: 100%;
}

.coreshow_right {
    width: 73%;
    float: right;
    padding: 3% 40px 0;
}

.coreshow_title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.coreshow_con {
    font-size:18px;
    color: #000;
    line-height: 2.2;
    margin-top: 15px;
}

.g-gywm {
    max-width: 1700px;
    margin: 30px auto;
    overflow: hidden;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #17588e;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1700px;
    margin: auto;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1700px;
    margin: 30px auto 40px;
}

.job {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.jobs {
    max-width: 1700px;
    margin: auto;
}

.injobitem {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.injobitem:nth-child(2n) {
    margin-right: 0;
}

.injob_top {
    width: 100%;
    overflow: hidden;
    height: 83px;
    background: #fff;
    -webkit-box-shadow: #e8e8e8 0px 0px 10px;
    -moz-box-shadow: #e8e8e8 0px 0px 10px;
    box-shadow: #e8e8e8 0px 0px 10px;
    border-radius: 10px;
}

.injob_num {
    float: left;
    text-align: center;
    width: 83px;
    height: 83px;
    line-height: 83px;
    border-radius: 10px;
    background: #196ab2;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.injob_name {
    float: left;
    padding-right: 10px;
    margin-left: 40px;
}

.injob_place {
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 15px;
}

.injob_info {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.injob_bot {
    background: #fbfbfb;
    padding: 25px;
    overflow: hidden;
}

.injob_bots {
    margin-bottom: 30px;
}

.injob_title {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.injob_title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 32px;
    background: #000;
}

.injob_con {
    font-size: 16px;
    color: #000;
    line-height: 45px;
    margin-top: 10px;
}

.inpartner {
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
}

.inpartners {
    max-width: 1700px;
    margin: auto;
}

.inpar {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
	box-shadow:0 0 10px #ddd;
	text-align:center;
	overflow:hidden;
}

.inpar:nth-child(6n) {
    margin-right: 0;
}

.inpar img {
    max-width: 100%;
	transition:all 0.6s;
}

.inpar:hover img{
	transform:scale(1.1);
}

.inabout {
    width: 100%;
    margin-top: 20px;
}

.inabouts {
    max-width: 1700px;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    overflow: hidden;
    padding: 35px 0;
}

.intitle {
    text-align: center;
}

.inmaintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.intitles {
    font-size: 22px;
    color: #bbbbbb;
    margin-top: 10px;
}

.inab {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.inab_right {
    float: right;
    width: 48.8%;
    margin-right: 1.2%;
}

.inab_right img {
    width: 100%;
}

.inab_left {
    float: left;
    width: 45%;
    margin-left: 2%;
    text-indent: 2em;
    font-size: 20px;
    color: #000;
    line-height: 3;
}

.inshuju {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.insj {
    width: 25%;
    float: left;
    text-align: center;
}

.insj_top {
    font-size: 29px;
    color: #000;
}

.insj_top b {
    font-size: 60px;
}

.insj_bot {
    font-size: 29px;
    color: #000;
}

.history {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding: 60px 0;
}

.historys {
    margin-top: 60px;
    width: 100%;
    background: url(../images/hisline.png) bottom 35px center no-repeat;
	position:relative;
}

.historys .swiper-button-prev{
	top:auto;
    bottom: 22px;
    left: 4%;
	width:15px;
	height:26px;
	background:url(../images/prev-his.png) center no-repeat;
}

.historys .swiper-button-next{
	top:auto;
    bottom: 22px;
    right: 4%;
	width:15px;
	height:26px;
	background:url(../images/next-his.png) center no-repeat;
}

.swiper-container.historyswiper {
    max-width: 1670px;
    margin: auto;
}

.hiscircle {
    width:70px;
    height: 70px;
    border-radius: 100%;
    background: #fff;
	border:13px solid #196ab2;
	margin:20px auto 0;
}

.swiper-slide-active .hiscircle{
	background: #196ab2;
}



.hiscontainer {
	background:#fff;
    width: 100%;
    padding: 20px 20px 0;
}



.hiscontainer img {
	width:100%;
	margin-top:10px;
}

.hiscontainer_title {
    font-size: 29px;
    color: #fff;
	text-align:center;
	background:url(../images/his.png) center no-repeat;
	height:74px;
	margin-top:10px;
	line-height:50px;
}

.swiper-slide-active .hiscontainer_title{
	background:url(../images/his_active.png) center no-repeat;s
}

.hiscontainer_con {
    font-size: 20px;
    color: #000;
	height:62px;
	overflow:hidden;
}

.inhonor {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
}

.culture {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.cul {
    width: calc(100% / 3);
    float: left;
    height: 700px;
    transition: all 0.6s;
    position: relative;
}









.cul_before {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 0 10%;
	text-align:center;

}

.cul_before_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.cul_before_con {
    font-size: 23px;
    color: #fff;
    margin-top: 10px;
	line-height:1.8;
}


.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
	padding-left:15px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;
    background: #1e69ac;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 50%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background: #1e69ac;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999999999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.banner_text{
	position:absolute;
	left:15%;
	bottom:23%;
}

.banner_title{
	color:#fff;
	font-size:60px;
	font-weight:bold;
}

.banner_con{
	color:#fff;
	font-size:30px;
	margin-top:15px;
}

.banner video{
	width:100%;
}

.sernav{
	text-align:center;
	font-size:0;
}

.sernav a{
	padding: 0 50px;
    font-size: 26px;
    color: #000;
}

.sernav a:hover{
	color: #196ab2;
    font-weight: bold;
}

.serlist{
	max-width:1700px;
	margin:40px auto 0;
	text-align:center;
}

.serlists{
	display:none;
}

.incontact{
	max-width:1700px;
	margin:40px auto;
}

.incontact_top{
	width:100%;
	background:#e8e8e8;
	height:235px;
}
.incontact_top_fl{
	float:left;
	background:#2266a4;
	width:30%;
	height:235px;
	padding:60px 40px 0;
}
.incontact_top_fr{
	float:left;
	width:70%;
	height:235px;
	padding:40px;
}
.incontact_top_fl_title{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.incontact_top_fl_con{
	font-size:36px;
	color:#fff;
	margin-top:8px;
}
.incontact_top_fr{
	font-size:23px;
	color:#000;
	line-height:2.3;
}
.incontact_bot{
	width:100%;
	overflow:hidden;
	padding:25px 0;
}
.incontact_bots{
	float:left;
	width:33%;
	margin-right:0.5%;
	height:170px;
	border:1px solid #f1f1f1;
	line-height:168px;
	text-align:center;
	font-size:23px;
	color:#000;
	cursor:pointer;
}
.incontact_bots:last-child{
	margin-right:0;
}
.incontact_bots img{
	margin-right:15px;
	margin-top:-5px;
}
.incontact_bots:hover{
	box-shadow:0 0 10px #ddd;
}
.feedback{
	width:100%;
	overflow:hidden;
	margin-top:25px;
}
.feedback_title{
	font-size:36px;
	color:#000;
}
.feedback form div{
	width:100%;
	overflow:hidden;
	margin-top:15px;
}
.feedback form div input{
	float:left;
	width:33%;
	margin-right:0.5%;
	border:1px solid #f1f1f1;
	background:none;
	outline:none;
	padding-left:15px;
	font-size:23px;
	height:85px;
}
.feedback form div input:last-child{
	margin-right:0;
}
.feedback form textarea{
	width:100%;
	border:1px solid #f1f1f1;
	background:none;
	outline:none;
	padding-left:15px;
	font-size:23px;
	padding-top:20px;
	margin-top:30px;
	height:585px;
}

.feedback form input[type=submit]{
	width:550px;
	border:none;
	background:#2266a4;
	outline:none;
	font-size:23px;
	margin-top:30px;
	height:85px;
	color:#fff;
}

.coreshow_bot_con_nav{
	width:100%;
	height:40px;
	background:#ebebeb;
	font-size:0;
}
.coreshow_bot_con_nav span{
	cursor:pointer;
	display:inline-block;
	width:200px;
	text-align:center;
	font-size:16px;
	color:#333;
	border:1px solid #333;
	height:40px;
	line-height:38px;
}
.coreshow_bot_con_nav span.active{
	background:#196ab2;
	color:#fff;
}
.coreshow_bot_con_container{
	margin-top:35px;
}
.coreshow_bot_con_containers{
	display:none;
}