* {
    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;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 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(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.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-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.head {
    width: 100%;
    background: #fff;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.heads {
    max-width: 1400px;
    margin: auto;
}

.logo {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 14%;
}

.logo img {
    width: 100%;
}

.language {
    float: right;
    height: 100px;
    line-height: 100px;
}

.language a {
    font-size: 16px;
    color: #5a5a5a;
}

.language a img {
    margin-right: 8px;
    margin-top: -3px;
}

.nav {
    float: right;
    width: 60%;
}

.nav ul {
    margin-bottom: 0;
	padding:10px;
}

.nav ul li {
    float: left;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: calc(100% / 7);
}

.nav ul li a {
    font-size: 16px;
    color: #5a5a5a;
    display: block;
}
/*.nav ul li:hover {
	background:#EEEDF3;
	 border-radius: 15px;
}*/
.nav_p{
	height:70px;
	 border-radius: 15px;
	 line-height:70px;
}
.nav_p:hover{
	background:#EEEDF3;
}
	
/*.pnavlist {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 99;
    background: #f6f6f6;
    width: 10%;
    border: 1px solid #e5e4e2;
    display: none;
	margin:auto;
}

.nav ul li:hover .pnavlist {
    display: block;
}*/
/*.pnavlist_left {
    float: left;
    width: 31.25%;
    padding-top: 55px;
    padding-right: 2.9%;
}
*/
/*.pnavlist_right {
    float: right;
    width: 68.75%;
    background: #fff;
    padding-top: 15px;
    border-left: 1px solid #e5e4e2;
}

.pnavlist_rights {
    float: left;
    width: 70%;
    display: none;
}

.nav ul li .pnavlist_rights a {
    display: block;
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 15px;
    text-align: center;
    color: #5a5a5a;
}

.nav ul li .pnavlist_rights a img {
    width: 100%;
    border-radius: 5px;
}

.nav ul li .pnavlist_rights a p {
    font-size: 17px;
    color: #5a5a5a;
    margin-top: 5px;
    line-height: 1.5;
    height: auto;
}*/

/*.pnavlist_lefts {
    float: right;
}*/
.pnavlist {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99;
    background: #f6f6f6;
    width: 100%;
    border: 1px solid #e5e4e2;
    display: none;
}

.nav ul li:hover .pnavlist {
    display: block;
}

.pnavlist_left {
    float: left;
    width: 31.25%;
    padding-top: 55px;
    padding-right: 2.9%;
}

.pnavlist_right {
    float: right;
    width: 68.75%;
    background: #fff;
    padding-top: 15px;
    border-left: 1px solid #e5e4e2;
}

.pnavlist_rights {
    float: left;
    width: 70%;
    display: none;
}

.pnavlist_rights a {
    display: block;
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 15px;
    text-align: center;
}

.pnavlist_rights a img {
    width: 100%;
    border-radius: 5px;
}

.pnavlist_rights a p {
    font-size: 17px;
    color: #000;
    margin-top: 5px;
    line-height: 1.5;
    height: auto;
}

.pnavlist_lefts {
    float: right;
}

.pnavlist_lefts a {
    display: block;
    height: 57px;
    line-height: 57px;
    text-align: left;
    margin-bottom: 25px;
    font-size: 24px;
    color: #000;
}

.pnavlist_lefts a span {
    display: inline-block;
    width: 51px;
    text-align: center;
    margin-right: 15px;
}

.pnavlist_lefts a.active {
    color: #0f5ca7;
}
/*.nav ul li .pnavlist_lefts a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5a5a5a;
	text-align:center;
}

.nav ul li .pnavlist_lefts a span {
    display: inline-block;
    width: 51px;
    text-align: center;
    margin-right: 15px;
}

.nav ul li .pnavlist_lefts a.active {
    color: #0f5ca7;
}*/
.about_down{
	width:20px;
}
.pnavlist1 {
   position: absolute;
    top: 100px;
    left: 49%;
    z-index: 99;
    background: #f6f6f6;
    width: 10%;
    border: 1px solid #e5e4e2;
    display: none;
}
.pnavlist2 {
   position: absolute;
    top: 100px;
    left: 43%;
    z-index: 99;
    background: #f6f6f6;
    width: 10%;
    border: 1px solid #e5e4e2;
    display: none;
}
.pnavlist3 {
   position: absolute;
    top: 100px;
    left: 56%;
    z-index: 99;
    background: #f6f6f6;
    width: 10%;
    border: 1px solid #e5e4e2;
    display: none;
}

.nav ul li:hover .pnavlist1 {
    display: block;
}
.nav ul li:hover .pnavlist2 {
    display: block;
}
.nav ul li:hover .pnavlist3 {
    display: block;
}
..pnavlist_left1 {
    float: left;
    width: 31.25%;
    padding-top: 55px;
    padding-right: 2.9%;
}
.pnavlist_left1 .pnavlist_lefts1 a {
    height: 57px;
    line-height: 57px;
    font-size: 12px!important;
    color: #000!important;
}
.pnavlist_lefts1 a:hover{
	background:#EEEDF3;
	border-radius: 15px;
}
.about {
    width: 100%;
    overflow: hidden;
}

.abouts {
    max-width: 1400px;
    margin: 90px auto 0;
}

.abtop {
    width: 100%;
    overflow: hidden;
}

.abtop_left {
    float: left;
    width: 51%;
    margin-top: 70px;
}

.abtitle {
    font-weight: bold;
    opacity: 0.1;
    font-size: 84px;
    color: #fff;
    line-height: 1;
}

.abtitles {
    font-weight: normal;
    color: #fff;
    font-size: 40px;
    margin-top: -65px;
}

.abcon {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-top: 50px;
    text-align: justify;
}

.abtop_right {
    float: right;
    width: 40%;
}

.sj {
    width: 50%;
    float: left;
    margin-top: 60px;
    /* padding-left: 15px; */
    /* border-left: 1px solid #fff; */
    position: relative;
}

.sj_top {
    font-size: 18px;
    color: #fff;
}

.sj_top span {
    font-weight: bold;
    font-size: 36px;
}

.sj_bot {
    font-size: 14px;
    color: #fff;
}


/* .sj::before {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 33px;
    left: -2px;
    background: #fff;
} */

.abbot {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.abbots {
    width: 15%;
    float: left;
    text-align: center;
    display: table;
    border-radius: 100%;
    border: 1px solid #fff;
    cursor: pointer;
    margin-right: calc(40% / 3);
}

.abbots:nth-child(4n) {
    margin-right: 0;
}

.abbot_container {
    display: table-cell;
    vertical-align: middle;
}

.abbot_pic {
    height: 56px;
    line-height: 56px;
}

.abbot_title {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.abbots:hover {
    border: 6px solid #fff;
}

.abmore {
    text-align: center;
    margin-top: 60px;
}

.abmore a {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    font-size: 18px;
    color: #5a5a5a;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.abmore a:hover {
    background: #0f5ca7;
    color: #fff;
}

.abmore a img {
    margin-top: -3px;
}

.abmore a:hover img {
    filter: invert(100%) sepia(0%) saturate(7439%) hue-rotate(61deg) brightness(118%) contrast(116%);
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}
  .pro {
            width: 100%;
            background-color: #f6f6f6;
        }
        
       /* .sapitem {
            display: none;
        }*/
        .sample_middles{
			background:#fff;
			width:100%;
		}
        .sample_middle {
            width: 1400px;
            height: 70px;
            margin: 0px auto 0px auto;
            background-color: #fff;
        }
        
        .sample_middle_img {
            margin-right: 10px;
        }
        
        .sample_middle_a2 {
            width: 225px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            color: #000;
            display: block;
            border-radius: 50px;
            font-size: 15px;
            float: left;
            margin-left: 12px;
            text-decoration: none;
        }
        
        
        
        .sample_bottom {
            width: 1400px;
            overflow: hidden;
            margin: 30px auto 0px auto;
        }
        
        .sample_bottom_a {
            display: block;
            background-color: #ffff;
            float: left;
            width: 310px;
            height: 320px;
            border-radius: 20px;
            margin: 10px 20px;
			box-shadow: 0px 5px 10px rgba(204, 204, 204, 0.5);
        }
        
        .sample_bottom_a_img {
            width: 295px;
            height: 260px;
            margin: 10px;
        }
		.sample_middle a.active{
			color:#0167bd;
		}
        
        /*.samlists {
            display: none;
        }*/
		.sample_bottom .sample_bottom_a{
			transition:transform 0.3s ease;
		}
        .sample_bottom .sample_bottom_a:hover{
			transform:scale(1.1);
            z-index: 999;
		}
		/*#c_static_001_P_1886-1678963615588 .e_loop-9 .p_mbutton::before {
            content: "";
            display: none;
            -webkit-transform: rotate( 35deg);
            transform: rotate( 35deg);
            position: absolute;
            bottom: 5px;
            right: 4px;
            z-index: 2
        }*/
		.sample_bottom_a:hover .sample_bottom_a_p{
			color:#0167bd;
			}
        .sample_bottom_a_p {
            font-size: 16px;
            color: #000;
            margin: 0px;
            line-height: 30px;
            width: 240px;
            display: inline-block;
            margin-left: 30px;
        }
.products {
    max-width: 1200px;
    margin: 60px auto 0;
}

.title {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.proitem {
    width: calc(100% /3);
    text-align: center;
    float: left;
}

.proitem_pic {
    height: 75px;
    line-height: 75px;
}
.proitem_pic_img{
	opacity: 0.6;
	}
.proitem_title {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.proitem_list{
	overflow:hidden;
	height:206px;
}
.proitem_list a {
    color: #D3D3D3;
    font-size: 14px;
    margin-top: 25px;
	display:inline-block;
	/*<!--white-space:nowrap;
	text-overflow:ellipsis;
	max-width:calc(100% - (2 * 4em));-->*/
	text-overflow:ellipsis;

display:-webkit-box;

-webkit-box-orient:vertical;

-webkit-line-clamp:2;
word-wrap:break-word;
	

}
.proitem_more_img{
	opacity:0.8;
}
.proitem_more {
    margin-top: 60px;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.news {
    max-width: 1535px;
    margin: 110px auto 0;
    overflow: hidden;
}

.newitem {
    float: left;
    width: 20%;
    margin-right: 20%;
    text-align: center;
    position: relative;
}

.newitem:nth-child(3n) {
    margin-right: 0;
}

.newbg img {
    width: 100%;
}

.newbefore {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newbefores {
    display: table-cell;
    vertical-align: middle;
}

.newbefore_pic {
    height: 74px;
    line-height: 74px;
}

.newbefore_title {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

.newmore {
    text-align: center;
    margin-top: 100px;
}

.newmore a {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #5a5a5a;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.newmore a img {
    margin-top: -3px;
}

.newmore a:hover {
    background: #0f5ca7;
    color: #fff;
}

.newmore a:hover img {
    filter: invert(100%) sepia(0%) saturate(7439%) hue-rotate(61deg) brightness(118%) contrast(116%);
}

.job {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.jobs {
    max-width: 1200px;
    margin: 55px auto 0;
}

.jobtitle {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}

.jobtitles {
    font-size: 20px;
    color: #fff;
    margin-top: 45px;
}

.jobnum {
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
}

.jobmore {
    text-align: center;
    margin-top: 50px;
}

.jobmore a {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #5a5a5a;
    height: 60px;
    line-height: 60px;
    padding: 0 70px;
}

.jobmore a:hover {
    background: #0f5ca7;
    color: #fff;
}

.foot {
    width: 100%;
    overflow: hidden;
}

.foots {
    max-width: 1400px;
    margin: auto;
}

.ftop {
    width: 100%;
    overflow: hidden;
}

.fitem {
    float: left;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    height: 250px;
    border-radius: 8px;
    width: 23.5%;
    margin-right: 2%;
    padding: 60px 35px 0;
}

.fitem:nth-child(4n) {
    margin-right: 0;
}

.fitem_pic {
    height: 39px;
    line-height: 39px;
}

.fitem_con {
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    margin-top: 8px;
}

.fbot {
    width: 100%;
    text-align: center;
    margin-top: 75px;
    font-size: 0;
}

.saoma {
    display: inline-block;
    background: #fff;
    margin: 0 30px;
    width: 250px;
}

.saoma img {
    float: left;
    height: 159px;
}

.saoma span {
    font-size: 20px;
    color: #5a5a5a;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: block;
    float: left;
    height: 159px;
}

.copy {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.copy a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.inbanner img {
    width: 100%;
}

.inhead {
    width: 100%;
    background: #f6f6f6;
    height: 100px;
    position: relative;
	
}

.inheads {
    max-width: 1400px;
    margin: auto;
	overflow:hidden;
}

.bread {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 75px;
    line-height: 75px;
}

.breads {
    max-width: 1400px;
    margin: auto;
    font-size: 26px;
    color: #5a5a5a;
}

.breads img {
    margin-right: 10px;
    margin-top: -6px;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
}

.inproducts {
    max-width: 1400px;
    margin: auto;
}

.left_inpro {
    float: left;
    width: 16.5%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.left_inpro_top {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    background: #0167bd;
    line-height: 75px;
}

.left_inpro_list {
    width: 100%;
    padding: 0 2px 5px;
}

.left_inpro_list_top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    position: relative;
    font-size: 20px;
    color: #5a5a5a;
    margin-top: 5px;
    cursor: pointer;
}

.left_inpro_list_top span {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.left_inpro_list_top.active {
    background: #0167bd;
    color: #fff;
}

.left_inpro_list_top.active img {
    filter: invert(1) hue-rotate(270deg);
}

.left_inpro_list_top.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    height: 60px;
    width: 16px;
    background: url(../images/down.png) center no-repeat;
}

.left_inpro_list_bot a {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    color: #5a5a5a;
    margin: 10px 0 20px;
}

.left_inpro_list_bot a img {
    margin-right: 5px;
    margin-top: -3px;
}

.left_inpro_list_bot a:hover {
    color: #0167bd;
}

.left_inpro_list_bot a:hover img {
    filter: invert(37%) sepia(65%) saturate(1361%) hue-rotate(183deg) brightness(89%) contrast(86%);
}

.left_inpro_list_bot {
    display: none;
}

.right_inpro {
    float: right;
    width: 82.5%;
}

.inpro {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e5e4e2;
    padding: 8px;
}

.inpro:nth-child(3n) {
    margin-right: 0;
}

.inpro img {
    width: 100%;
}

.inpro p {
    font-size: 20px;
    color: #5a5a5a;
    padding-left: 10px;
    line-height: 50px;
    background: url(../images/abmore.png) right center no-repeat;
    background-size: 30px;
}

.mobilepnav {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: none;
}

.mobilepnav a {
    display: block;
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align: center;
    background: #0167bd;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.mobilepnav a:nth-child(3n) {
    margin-right: 0;
}

.infoot {
    width: 100%;
    overflow: hidden;
    background: #373737;
    padding: 50px 0;
}

.infoots {
    max-width: 1400px;
    margin: auto;
}

.fnav {
    float: left;
    margin-left: 9%;
}

.fnav:first-child {
    margin-left: 0;
}

.ftitle {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
}

.flist a {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
}

.flist a:last-child {
    margin-bottom: 0;
}

.fcontact {
    float: right;
	width:350px;
}

.fcon {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.insaoma {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.insm {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.insm img {
    width: 154px;
}

.insm p {
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
}

.incopy {
    width: 100%;
    background: #373737;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.incopy a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}
 .shownavs {
            width: 100%;
            background-color: #ffff;
        }
        
        .shownav {
            width: 1400px;
            margin: auto;
        }
        
        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        
        
        .p12-curmbs-1 a {
            color: #666;
        }
        
        .p12-curmbs-1 span {
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p12-curmbs-1 i {
            font-weight: normal;
        }
.proshow {
    width: 100%;
	background:#fff;
	margin-top:30px;
	padding-top:30px;
}

.proshow_top {
    width: 100%;
    overflow: hidden;
}

.proshow_top_fl {
    float: left;
    width: 45%;
	padding:0px 20px 20px 20px;
}
.proshow_top_fl_pic{
	width:603px;
	height:500px;
	}
.proshow_top_fl_pic img {
    width: 100%;
}

.proshow_top_fl_list {
    position: relative;
    margin-top: 15px;
    padding: 0 35px;
	height:100px;
}

.proshowswiper img {
    width: 100%;
}

.proshow_top_fl_list .swiper-button-prev {
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    background: url(../images/abmore.png) center no-repeat;
    transform: rotate(180deg);
    margin-top: -10px;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.proshow_top_fl_list .swiper-button-next {
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    background: url(../images/abmore.png) center no-repeat;
    margin-top: -10px;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.proshow_top_fr {
    float: right;
    width: 40%;
}

.proshow_top_fr_title {
    font-size: 28px;
    color: #222222;
}

.proshow_top_fr_con {
    font-size: 18px;
    color: #5a5a5a;
    margin-top: 15px;
    line-height: 1.8;
}

.proshow_title {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    height: 32px;
    line-height: 32px;
}

.proshow_title span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 20px;
    background: url(../images/proshowtitle.png) right center no-repeat;
    font-size: 16px;
    color: #fff;
}

.proshow_param {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.proshow_param img {
    width: 100%;
}

.proshow_adv {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-bottom: 6px solid #0167bd;
    margin-top: 20px;
    width: 49%;
    margin-right: 2%;
    padding: 20px;
    float: left;
}

.proshow_adv:nth-child(2n) {
    margin-right: 0;
}

.proshow_adv_title {
    text-align: center;
    font-size: 32px;
    color: #5a5a5a;
}

.proshow_adv_con {
    font-size: 18px;
    color: #767676;
    line-height: 2.2;
}

.proshow_adv_con1 {
    min-height: 200px;
}

.proshow_adv_con2 {
    min-height: 120px;
}




  .lxwms {
            width: 100%;
            background-color: #f6f6f6;
            height: 1300px;
        }
        
        .lxwm {
            width: 1400px;
            margin: auto;
        }
        
        .lxwm_top {
            line-height: 30px;
            text-align: center;
            padding-top: 50px;
            border-bottom: 1px solid #c9c9c9;
            width: 1100px;
            margin: 0px 150px;
        }
        
        .lxwm_top_title {
            font-size: 30px;
            color: #000;
            margin: auto;
            font-weight: bold;
        }
        
        .lxwm_top_content {
            color: #000;
            margin-top: 30px;
            font-size: 18px;
			padding-bottom:30px;
        }
        
        .lxwm_middle {
            margin: 50px 0px;
        }
        
        .lxwm_middle_p {
            font-size: 26px;
            color: #0f5ca7;
            line-height: 2;
            font-weight: bold;
        }
        
        .lxwm_bottom_top {
            width: 1400px;
            height: 420px;
            background-color: #fff;
            box-shadow: 0px 5px 10px #888888;
        }
        
        .lxwm_bottom_top_left {
            float: left;
            margin: 30px 30px 15px 30px;
			width:630px;
        }
        
        .lxwm_bottom_top_right {
            float: left;
            width: 690px;
        }
        
        .lxwm_bottom_top_left_p {
            margin-bottom: 30px;
			font-size:16px;
        }
        
        .lxwm_bottom_bottom {
            width: 1400px;
            height: 420px;
            background-color: #fff;
            box-shadow: 0px 5px 10px #888888;
            margin-top: 30px;
        }
        
        .lxwm_bottom_bottom_left {
            float: left;
            margin: 30px 30px 15px 30px;
            width: 630px;
        }
        
        .lxwm_bottom_bottom_right {
            float: left;
            width: 690px;
        }
        
        .lxwm_bottom_bottom_left_p {
            margin-bottom: 30px;
			font-size:16px;
        }
        
        #map1 {
            max-width: 690px;
            margin: auto;
            height: 420px;
        }
        
        #map2 {
            max-width: 690px;
            margin: auto;
            height: 420px;
        }
        
.e_container-1 {
            width: 100%;
            height: 330px;
            background-color: #0F5CA7;
        }
        
        .cbox-1-0 {
            width: 1200px;
            margin: auto;
            padding: 100px 0px;
        }
        
        .e_text-2 {
            color: rgba(233, 131, 0, 1);
            font-size: 40px;
            font-weight: bold;
            line-height: normal;
            margin-bottom: 20px;
        }
        
        .e_text-3 {
            line-height: 1.5;
            font-size: 20px;
            color: rgba(255, 255, 255, 1);
		}
 .intitles {
    text-align: center;
    font-size: 36px;
    color: #5a5a5a;
     }
	 .inabnav{
		 text-align:center;
		 font-size:0;
		 margin-top:20px;
	 }
	 .inabnav a{
		 display:inline-block;
		 font-size:16px;
		 color:#fff;
		 background:#0f5ca7;
		 padding:10px 20px;
		 margin:0 10px;
		 border-radius:30px;
		 }
.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1400px;
    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: #5a5a5a;
    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: 1400px;
    margin: 30px auto 40px;
}

.abnav {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    font-size: 0;
    text-align: center;
}

.abnav a {
    display: inline-block;
    font-size: 15px;
    color: #5a5a5a;
    padding: 0 20px;
}

.abnav a.active {
    color: #0f5ca7;
}

.inabout {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inabouts {
    max-width: 1400px;
    margin: auto;
}

.inab {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 0 10px #ddd;
}

.inabcontainer {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.inabcontainer_item{
	width:210px;
	height:88px;
	float:left;
	margin:5px;
	border:1px solid #999;
}
.right_inab {
    float: right;
    width: 50.2%;
}

.right_inab img {
    width: 100%;
}

.left_inab {
    float: left;
    width: 47%;
}

.inabtitle {
    font-weight: normal;
    font-size: 24px;
    color: #5a5a5a;
}

.inabline {
    width: 79px;
    height: 8px;
    background: #0f5ca7;
    margin-top: 10px;
}

.inabcon {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 2.2;
    margin-top: 15px;
}

.workshop {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.workshops img {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 20px;
}

.workshops img:nth-child(3n) {
    margin-right: 0;
}

.organize {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.organizes {
    max-width: 1400px;
    margin: 25px auto 0;
}

.organizes img {
    width: 100%;
}

.honor {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.honors {
    max-width: 1400px;
    margin: 25px auto 0;
}

.honors a {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #e5e4e2;
}

.honors a:nth-child(4n) {
    margin-right: 0;
}

.honors a img {
    width: 100%;
}

.culture {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cultures {
    max-width: 1400px;
    margin: 20px auto 0;
}

.cultop {
    width: 100%;
    overflow: hidden;
}

.cultops {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.cultops:nth-child(3n) {
    margin-right: 0;
}

.cultop_pic img {
    width: 100%;
}

.cultop_before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 24% 10.8% 0;
}

.cultop_before_title {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin-top: 12px;
}

.cultop_before_con {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-top: 10px;
}

.culbot {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.culbots {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5e4e2;
    position: relative;
}

.culbot_pic {
    width: 49%;
    float: left;
    border-right: 1px solid #e5e4e2;
}

.culbot_pic img {
    width: 100%;
}

.culbot_intro {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    float: right;
    border-left: 1px solid #e5e4e2;
    height: 100%;
    background: #fff;
    display: table;
}

.culbot_intros {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.culbot_title {
    font-weight: bold;
    font-size: 22px;
    color: #5a5a5a;
}

.culbot_con {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 2.5;
    margin-top: 10px;
}

.culbots:nth-child(2n) .culbot_pic {
    float: right;
}

.culbots:nth-child(2n) .culbot_intro {
    left: 0;
    right: auto;
}

.history {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.historys {
    max-width: 1400px;
    margin: 25px auto 0;
    background: url(../images/his_line.png) center;
    background-repeat: repeat-y;
    padding: 80px 0 20px;
    position: relative;
}

.historys::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/his_arrow.png) center no-repeat;
}

.hisitem {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.hiscircle {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: calc((100% - 70px) / 2);
}

.hisyear {
    float: left;
    width: calc((100% - 70px) / 2);
    text-align: right;
    font-size: 30px;
    color: #5a5a5a;
}

.hiscon {
    float: right;
    font-size: 30px;
    color: #5a5a5a;
    width: calc((100% - 70px) / 2);
}

.hisitem:nth-child(2n) .hisyear {
    float: right;
    text-align: left;
}

.hisitem:nth-child(2n) .hiscon {
    float: left;
    text-align: center;
}
 .jjfa {
            width: 100%;
            background-color: #f6f6f6;
        }
        
      /*  .jjfaitem {
            display: none;
        }*/
        
        .jjfa_middle1 {
            width: 100%;
            background-color: #fff;
        }
        .jjfa_middle a.active{
			color: #0167bd;
			}
        .jjfa_middle {
            width: 1400px;
            height: 70px;
            margin: 0px auto 0px auto;
        }
        
        .jjfa_middle_img {
            margin-right: 10px;
        }
        
        .jjfa_middle_a2 {
            width: 200px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            color: #000;
            display: block;
            border-radius: 50px;
            font-size: 15px;
            float: left;
            margin-left: 12px;
            text-decoration: none;
        }
        
        /*<!--.jjfa_middle_a2:hover {
            color: #0167bd;
        }-->*/
        
        .jjfa_bottom {
            width: 1400px;
            overflow: hidden;
            margin: 30px auto 0px auto;
        }
        
        .jjfa_bottom_a {
            display: block;
            background-color: #ffff;
            float: left;
            width: 690px;
            height: 540px;
            margin: 10px 5px;
            text-decoration: none;
        }
        
    .jjfa_bottom_a:hover {
            background-color: #0167bd;
        }
        
        .jjfa_bottom_a:hover .jjfa_bottom_a_p {
            color: #fff;
        }
        
        .jjfa_bottom_a:hover .jjfa_bottom_a_p1 {
            color: #fff;
        }
        
        .jjfa_bottom_a_img {
            width: 690px;
        }
        
   /*     .jjfalists {
            display: none;
        }*/
        
        .jjfa_bottom_a_p {
            font-size: 16px;
            color: #000;
            margin: 0px;
            line-height: 30px;
            margin-left: 30px;
            height: 30px;
        }
        
        .jjfa_bottom_a_p1 {
            font-size: 16px;
            color: #b4b4b4;
            margin: 0px;
            line-height: 30px;
            margin-left: 30px;
            height: 30px;
        }
.invest {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.invests {
    max-width: 1400px;
    margin: 35px auto 0;
}

.invest_top {
    width: 100%;
    overflow: hidden;
}

.invest_top_item {
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 50px;
    width: 49.3%;
    margin-right: 1.4%;
}

.invest_top_item:nth-child(2n) {
    margin-right: 0;
}

.invest_top_pic img {
    width: 100%;
}

.invest_top_title {
    font-weight: bold;
    font-size: 22px;
    color: #5a5a5a;
    margin-top: 15px;
}

.invest_top_con {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 2.2;
    margin-top: 8px;
}

.invest_top_more {
    margin-top: 30px;
}

.invest_top_more a {
    display: block;
    font-size: 18px;
    color: #fff;
    height: 70px;
    line-height: 70px;
    border-radius: 40px;
    background: #0167bd;
    width: 250px;
    text-align: center;
}

.invest_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.invest_bot_fl {
    float: left;
    width: 49%;
    border: 1px solid #e5e4e2;
}

.invest_bot_fl img {
    width: 100%;
}

.invest_bot_fr {
    float: right;
    width: 47.5%;
}

.invest_bot_fr_title {
    font-weight: bold;
    font-size: 22px;
    color: #5a5a5a;
}

.invest_bot_fr_list a {
    display: block;
    font-size: 18px;
    color: #5a5a5a;
    margin-top: 30px;
}

.invest_bot_fr_list a:hover {
    color: #0167bd;
}

.injob {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-bottom: 40px;
}

.injobs {
    max-width: 1400px;
    margin: auto;
}
.injobs_title{
	 font-weight: bold;
    font-size: 30px;
    color: #5a5a5a;
    margin-top: 25px;
	text-align:left;
}
.injob_maintitle {
	text-align:center;
    font-weight: bold;
    font-size: 30px;
    color: #5a5a5a;
    margin-top: 25px;
}

.injob_top {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.injob_top_topic {
    width: 100%;
    overflow: hidden;
    height: 65px;
    background: rgba(151,151,151,1);
    border: 2px solid #e5e4e2;
    line-height: 61px;
}

.injob_top_topic span {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.injob_top_list {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.injob_top_list_top {
    width: 100%;
    overflow: hidden;
    height: 65px;
    background: #fff;
    border: 2px solid #e5e4e2;
    line-height: 61px;
    cursor: pointer;
}

.injob_top_list_top span {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
}

.injob_top_list_top span img {
    height: 25px;
	opacity:0.6;
}

.injob_top_list_bot {
    background: #fff;
    border: 2px solid #e5e4e2;
    padding: 25px;
    font-size: 20px;
    color: #5a5a5a;
    line-height: 1.8;
    display: none;
}

.injob_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.injob_bots {
    float: left;
    width: 49.2%;
    margin-right: 1.6%;
    background: #fff;
    border: 2px solid #e5e4e2;
    padding: 80px 40px;
}

.injob_bots:last-child {
    margin-right: 0;
}

.injob_bots_title {
    font-size: 22px;
    color: #5a5a5a;
}

.injob_bots_title img {
    margin-left: 80px;
    height: 30px;
    opacity: 0.3;
    float: right;
}

.injob_bots_con {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 2;
    margin-top: 15px;
}

.honorlist {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 6%;
    display: none;
    z-index: 999;
}

.honorlists {
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.honorlist img {
    height: 70vh;
    display: block;
    margin: auto;
}

.honorlists .img {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    border-radius: 50%;
    padding: 5px;
}

.honornav {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.honornav a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #0f5ca7;
    padding: 10px 20px;
    margin: 0 15px;
    border-radius: 30px;
}
