/*全局样式*/
body {
    padding: 0;
    margin: 0;
    font-family: 'PingFang SC', 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
}

div, img, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

i, em {
    font-style: normal;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*去掉 input 默认边框*/
input {
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #333;
    outline: none;
}

input[type="submit"] {
    background-color: transparent;
    cursor: pointer;
}

/*去掉 textarea 默认边框*/
textarea {
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #333;
}

/*去掉 button 默认边框*/
button {
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
}

/*清除浮动*/
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE6识别*/
}

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input, textarea {
    outline: none;
}

/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"], input[type="password"], input[type="submit"], input[type="search"], textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

/*滚动条*/
body *::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: #eee;
    border-radius: 2px;
}

body *::-webkit-scrollbar-thumb {
    background: #025FC3;
    border-radius: 2px;
}

/*常用过渡*/
.tran300 {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.tran400 {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.tran500 {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/*常用缩放*/
.scale105:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.scale110:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scaleimg:hover em {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rotateY:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.translateX:hover {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}

/*文字截断*/
.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TXTovehid-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.TXTovehid-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*背景图片*/
.bgCover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgContain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*常用浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*常用定位*/
.top50 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.left50 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.topleft50 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*网页限定宽度*/
.w1596 {
    max-width: 1630px;
    width: calc(84% + 80px);
    margin: 0 auto;
	padding-right: 18px; box-sizing: border-box;
}
.w1550 {
    max-width: 1550px;
    width: 84%;
    margin: 0 auto;
}

.w1625 {
    max-width: 1625px;
    width: 84%;
    margin: 0 auto;
}
.w1680{
	max-width: 1680px;
	width: 90%;
	margin: 0 auto;
}

#page {
    background: #fff;
}

/*header*/
.header {
    position: relative;
    padding-bottom: 10.2%;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	z-index: 14;
}
.indexHeader .header{
	padding-bottom: 21.1%;
	background-position: bottom center;
	
}

.header .w1550 {
    height: 100%;
}

.header .headerT {
    padding-top: 28px;
}

.header .headerT .logo {
}

.header .headerT .proson{position: relative; margin-top: 30px; padding-right: 30px; cursor: pointer;}
.header .headerT .proson img{position: relative; top: -7px;}
.header .headerT .proson span{position: relative; display: inline-block; max-width: 150px; font-size: 16px; padding-right: 16px; box-sizing: border-box;}
.header .headerT .proson span::after{ content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #000;}
.header .headerT .proson .downTex{display: none; position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 108px; background: #fff; border-radius: 3px; padding: 14px 0;}
.header .headerT .proson .downTex a{ display: block; line-height: 20px; color: #000; margin-top: 9px; text-align: center; transition: 0.3s;}
.header .headerT .proson .downTex .change{ display: none;}
.header .headerT .proson .downTex a:first-child{margin-top: 0;}
.header .headerT .proson .downTex a:hover{ color: #025FC3;}


.header .headerT .searchBox {
    width: 197px;
    height: 30px;
    line-height: 30px;
    border: 1px #C4C4C4 solid;
    background: #fff;
    margin-top: 26px;
}

.header .headerT .searchBox form {
    display: block;
    overflow: hidden;
    height: 100%;
}

.header .headerT .searchBox form .submit {
    width: 44px;
    height: 100%;
    background: url(../images/searchIcon.png) no-repeat center;
    cursor: pointer;
}

.header .headerT .searchBox form .text {
    height: 100%;
    padding-left: 10px;
    width: calc(100% - 44px);
    box-sizing: border-box;
}

.header .headerB {
	display: none;
    position: absolute;
    left: 0;
    bottom: 38px;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}
.indexHeader .header .headerB{
	display: flex;
	width: 100%;
	padding: 0 36px; box-sizing: border-box;
}

.header .headerB span {
    text-shadow: 0 0 4px rgba(33, 33, 33, 0.9);
	margin-right: 32px;
}


/*nav*/
.nav-box {
    position: relative;
    background: linear-gradient(90deg, #1671ce, #2c77c6, #005fc3);
    z-index: 13;
}

.nav-box .nav {
    display: flex;
    justify-content: space-between;
}

.nav-box .nav > li {
    position: relative;
    line-height: 70px;
}

.nav-box .nav > li > a {
    position: relative;
    display: block;
    padding: 0 23px;
    font-size: 20px;
    color: #fff;
    min-width: 126px;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
}

.nav-box .nav-2nd {
    display: none;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 70px;
    width: 100%;
    background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: translateX(-50%);
}

.nav-box .nav-2nd > li {
}

.nav-box .nav-2nd > li > a {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    -weblit-transition: 0.3s;
    color: #025FC3;
}

.nav-box .nav-2nd > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    background-color: #2785EA;
    transition: 0.3s;
    -weblit-transition: 0.3s;
}

.nav-box .nav > li:hover > a {
   background: #2785EA;
}

.nav-box .nav > li.on > a {
    background: #2785EA;
}

.nav-box .nav-2nd > li > a:hover {
   background: #eefaff;
}

.nav-box .nav-2nd > li > a:hover:before {
    top: 0;
    height: 100%;
}

.searchIcon {
    display: none;
    position: relative;
    margin-left: 20px;
    font-size: 24px;
}

/*手机导航*/
.menu-btn {
    display: none;
    width: 24px;
    height: 24px;
    font-size: 0;
    margin-left: 24px;
    cursor: pointer;
    margin-top: 10px;
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #666;
    transition: 0.5s ease-out;
}

.menu-btn span:nth-child(2) {
    margin: 7px 0;
}

/*搜索弹窗*/
.searchTan {
    display: none;
    border-radius: 8px;
    overflow: hidden;
}

.searchTan form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 50px;
    margin: auto;
}

.searchTan form .text-input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 40px;
}

.searchTan form .sub-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background: url(../images/svg/search.svg) center no-repeat;
    background-size: 20px 20px;
    border: none;
    filter: brightness(0) invert(0.6);
}

/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-setwin .layui-layer-close2 {
    right: -10px;
    top: -10px;
    background-image: none;
}

body .custom-skin .layui-layer-setwin .layui-layer-close2:after {
    content: "×";
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    color: #c4c4c4;
    font-weight: bold;
}

/*公用*/
.indexBg{ background-color: #F7F7F7 !important; background-position: bottom center !important; background-size: 100% auto !important; background-repeat: no-repeat !important;}
.indexConBox{ background: rgba(255,255,255,0.65); padding-bottom: 34px; margin-bottom: 46px;}
.indexConBox .w1550{ width: 93%;}
.indexTitle {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    padding-bottom: 14px;
    border-bottom: 1px #DAE3E7 solid;
    margin-bottom: 20px;
	border-image: -webkit-linear-gradient(90deg,#025FC3,#E3C012) 3 3;
	   	border-image: -moz-linear-gradient(90deg,#025FC3,#E3C012) 3 3;
	    border-image: linear-gradient(90deg,#025FC3,#E3C012) 3 3;
}

.indexTitle span {
    position: relative;
    font-weight: bold;
}

/* .indexTitle span::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #025FC3;
} */

.indexTitle .more {
    font-size: 14px;
    color: #C2AF11;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indexTitle .more i {
    position: relative;
    top: -1px;
    padding-left: 10px;
}

.indexTitle .more:hover {
    color: #025FC3;
}

.indexList ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
    overflow: hidden;
}

.indexList ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px #979797 solid;
    box-sizing: border-box;
    margin-top: -5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.indexList ul li a p {
    color: #000000;
    width: calc(100% - 100px);
    height: 36px;
}

.indexList ul li a p i {
    color: #BEBEBE;
}

.indexList ul li a:hover p {
    color: #025FC3;
    text-indent: 0.5em;
}

.indexList ul li a:hover::before {
    border-color: #025FC3;
}

/*part1*/
.part {
    padding-top: 34px;
    overflow: hidden;
}

.partOne {
    height: 412px;
}

.partOne .left {
    width: 65.55%;
    height: 100%;
}

.partOne .left .picBox {
    position: relative;
    width: 563px;
    overflow: hidden;
    height: 100%;
}

.partOne .left .picBox .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.partOne .left .picBox a {
    display: block;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.partOne .left .picBox a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.partOne .left .picBox .btn {
    bottom: 25px;
    text-align: right;
    padding: 0 24px;
    box-sizing: border-box;
}

.partOne .left .picBox .btn span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 6px !important;
    transform: 0.3s;
}

.partOne .left .picBox .btn span.swiper-pagination-bullet-active {
    opacity: 0.5;
}

.partOne .left .textBox {
    height: 100%;
    width: calc(100% - 563px);
    background-image: url(../images/part1Bg.jpg);
    padding: 30px 24px;
    box-sizing: border-box;
}

.partOne .left .textBox .indexTitle {
    color: #fff;
}

.partOne .left .textBox .indexTitle .more {
    color: #fff;
}

.partOne .left .textBox .indexTitle .more:hover {
    color: #fff;
    opacity: 0.7;
}
.partOne .left .textBox .indexTitle{ border-image: none;}

.partOne .left .textBox .indexTitle span::before {
    background: #fff;
}

.partOne .left .textBox .indexList ul li a p {
    color: #fff;
}

.partOne .left .textBox .indexList ul li a i {
    color: rgba(255, 255, 255, 0.6);
}

.partOne .left .textBox .indexList ul li a::before {
    border-color: rgba(255, 255, 255, 0.6);
}

.partOne .left .textBox .indexList ul li a:hover::before {
    border-color: #fff;
}

.partOne .right {
    width: 31.2%;
    padding-top: 30px;
}

/*part2*/
.partTwo > .fl {
    width: 31.2%;
}

.partTwo > .fl:first-child {
    margin-right: 3.23%;
}

.partTwo .partTwoSwiper-box {
    position: relative;
    margin-bottom: 18px;
}

.partTwo .partTwoSwiper {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.partTwo .partTwoSwiper .swiper-slide {
    display: block;
    text-align: center;
}

.partTwo .partTwoSwiper .swiper-slide p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    height: 44px;
}

.partTwo .partTwoSwiper .swiper-slide:hover p {
    color: #025FC3;
}

.partTwo .swiper-button-next, .partTwo .swiper-button-prev {
    width: 8px;
    height: 14px;
    background: url(../images/next.png) no-repeat 0 0;
}

.partTwo .swiper-button-next {
    right: 0;
}

.partTwo .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}

.partTwo .fr .indexList {
    border-top: 1px #D5D5D5 dashed;
    padding-top: 16px;
}

/*part3*/
.partThree {
    display: flex;
    justify-content: space-between;
}
.partThreeM{ display: none;}

.partThree .item {
    display: block;
    width: 23.6%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border: 1px #025FC3 solid;
    box-sizing: border-box;
    font-size: 20px;
    color: #025FC3;
}

.partThree .item img {
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -1px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.partThree .item:hover {
    background: #025FC3;
    color: #fff;
}

.partThree .item:hover img {
    filter: brightness(0) invert(1);
}

/*part4*/
.partFour {
    margin-bottom: 0;
}

.partFour .fr .box {
	max-height:200px;
    font-size: 0;
    margin: -8px 0 0 -8px;
}

.partFour .fr .box a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    border: 1px #B0B0B0 solid;
    border-radius: 4px;
    margin: 8px 0 0 8px;
    font-size: 14px;
    transition: 0.3s;
    -weblit-transition: 0.3s;
    box-sizing: border-box;
}

.partFour .fr .box a:hover {
    background: #025FC3;
    border-color: #025FC3;
    color: #fff;
}

/*footer*/
.footer {
    background: #025FC3;
}

.footer .footerT {
    padding: 34px 30px 24px 30px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.footer .footerT .w1550 {
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer .footerT .item {
    position: relative;
    width: 42%;
    padding-right: 5.8%;
    box-sizing: border-box;
}

.footer .footerT .item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 132px;
    background: rgba(255, 255, 255, 0.2);
}

.footer .footerT .item .indexTitle {
    color: #fff;
    border-bottom: none;
}

.footer .footerT .item .indexTitle span::before {
    display: none;
}

.footer .footerT .item .indexTitle .more {
    color: #fff;
}

.footer .footerT .item .box {
	max-height:98px;
	overflow: hidden;
    font-size: 0;
    margin: -24px 0 0 -16px;
}

.footer .footerT .item .box a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    margin: 27px 0 0 16px;
    transition: 0.3s;
	line-height: 22px;
}

.footer .footerT .item .box a:hover {
    opacity: 0.6;
    cursor: pointer;
}

.footer .footerT .company {
    padding-left: 6%;
    color: #fff;
}

.footer .footerT .company .p {
    overflow: hidden;
    line-height: 34px;
    margin-top: 2px;
}

.footer .footerT .company .p:first-child {
    margin-top: 0;
}

.footer .footerT .company .p p {
    float: right;
    width: calc(100% - 36px);
    font-size: 16px;
	color: #fff !important;
}

.footer .footerT .company .p img {
    vertical-align: middle;
}

.footer .footerT .ma {
    text-align: center;
}

.footer .footerT .ma img {
    max-width: 132px;
}

.footer .footerT .ma p {
    font-size: 15px;
    line-height: 15px;
    margin-top: 13px;
    color: #fff;
}

.footer .footerB {
    text-align: center;
    padding: 22px 0;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.footer .footerB a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    margin-left: 10px;
}

.footer .footerB a:hover {
    opacity: 0.6;
}

/*内页公用*/
.inpageCon {
    background: #f4f4f4;
    padding: 40px 0;
}

.inpageBox {
    overflow: hidden;
}

.menu {
    width: 250px;
    background: #fff;
    text-align: center;
    line-height: 60px;
}

.menu h3 {
    background: #025FC3;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
}

.menu ul li a {
    display: block;
    height: 60px;
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.menu ul li {
    border-bottom: 1px #F4F4F4 solid;
}

.menu ul li:last-child {
    border-bottom: none;
}

.menu ul li a:hover {
    background: #E5EDF6;
}

.menu ul li.on a {
    background: #E5EDF6;
}

.inpageBox .content {
    width: calc(100% - 290px);
    background: #fff;
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
    min-height: 400px;
}

.inpageBox .content .inpageTit {
    position: relative;
    height: 68px;
    line-height: 68px;
    border-bottom: 2px #DEE6EA solid;
    box-sizing: border-box;
}

.inpageBox .content .inpageTit span {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #025FC3;
    font-weight: bold;
}

.inpageBox .content .inpageTit span .logoTitpng {
    margin-right: 17px;
    display: none;
}

.inpageBox .content .searchClib .inpageTit span .logoTitpng {
    display: inline-block;
}

.inpageBox .content .inpageTit span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #025FC3;
}

.inpageBox .content .inpageTit .clib {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #B2B2B2;
    height: 100%;
}

.inpageBox .content .inpageTit .clib a {
    color: #B2B2B2;
    display: inline-block;
    transition: 0.3s;
    padding-right: 4px;
}

.inpageBox .content .inpageTit .clib i {
    float: left;
    display: inline-block;
    background: url(../images/svg/home.svg) no-repeat center;
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 10px;
    margin-top: -1px;
}

.inpageBox .content .inpageTit .clib a:hover {
    color: #025FC3;
}

.inpage {
    margin-top: 34px;
}

.word {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
	text-indent: 2em;
}
.word p,.word span,.word font{ line-height: 30px;}

.word img {
    max-width: 100%;
    height: auto !important;
}

/*分页*/
.page {
    font-size: 0;
    text-align: center;
    margin: 64px 0 14px 0;
}

.page > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 36px;
    padding: 0 .9em;
    margin: 0 4px;
    background-color: #fff;
    border: 1px solid #D6D5D5;
    font-size: 16px;
    line-height: 34px;
    color: #5C5C5C;
    transition: 0.3s;
}

.page input {
    width: 40px;
    padding: 0;
    text-align: center;
}

.page input:focus {
    border-color: #025FC3;
}

.page .text {
    width: auto;
    padding: 0 1em;
}

.page .no-border {
    padding: 0 .5em;
    border-color: transparent;
}

.page > a:hover, .page > a.on {
    background-color: #025FC3;
    border-color: #025FC3;
    color: #fff;
}

.contTitle {
    text-align: center;
    margin-bottom: 16px;
}

.contTitle h3 {
    font-size: 20px;
    color: #eb1717;
    margin-bottom: 6px;
}
.contTitle h5{ font-size: 16px; color: #888; }

.contTitle h4 {
	margin-top: 16px;
    padding: 12px 0;
    line-height: 22px;
    font-weight: normal;
    border-top: 1px #E2E2E2 solid;
    border-bottom: 1px #E2E2E2 solid;
}

.contTitle h4 span {
    display: inline-block;
    font-size: 16px;
    color: #3E3E3E;
    padding: 0 8px;
}
.contTitle h4 span a{ text-decoration: underline; transition: 0.3s; color: #025FC3;}
.statement{
	padding-top: 30px;
	margin-top: 36px;
	border-top: 1px #E2E2E2 solid;
	color: #666;
}
.inpageLink {
    height: 26px;
    line-height: 26px;
    padding-top: 36px;
    margin-top: 34px;
    border-top: 1px #E2E2E2 solid;
    font-size: 18px;
    color: #000;
}

.inpageLink a {
    color: #000;
}

.inpageLink .item {
    position: relative;
    display: block;
    max-width: 48%;
    height: 100%;
    box-sizing: border-box;
}

.inpageLink .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    background: url(../images/right.png) no-repeat center center;
    filter: brightness(0);
    margin-top: -7px;
    transition: 0.3s;
}

.inpageLink .item.fl {
    padding-left: 20px;
}

.inpageLink .item.fl::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.inpageLink .item.fr {
    padding-right: 20px;
}

.inpageLink .item.fr::before {
    left: auto;
    right: 0;
}

.inpageLink .item:hover {
    color: #025FC3;
}

.inpageLink .item:hover a {
    color: #025FC3;
}

.inpageLink .item:hover::before {
    filter: none;
}

/*左侧高级搜索*/
.leftBox {
    background: none;
}

.leftBox .leftSearch {
    border: 1px #DEE6EA solid;
    background: #F5FAFF;
    padding-bottom: 25px;
}

.leftBox .leftSearch .item {
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    margin-top: 17px;
}

.leftBox .leftSearch .item .text {
	position: relative;
    float: right;
    width: calc(100% - 54px);
    height: 38px;
    line-height: 36px;
    border: 1px #D9D9D9 solid;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    margin-left: 0;
}


.leftBox .leftSearch .item .text .th2List{ display: none; position: absolute; top: 38px; left: 0; width: 100%; z-index: 10; background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.1);}
.leftBox .leftSearch .item .text .th2List li a{display: block; line-height: 36px; height: 36px; font-size: 15px; text-align: left; padding-left: 14px;}
.leftBox .leftSearch .item .text .th2List li{ position: relative;}
.leftBox .leftSearch .item .text .th2List li ul{display: none;  position: absolute; top: 0; left: 100%; width: 200px; background: #fff; border: 1px #eee solid; box-shadow: 0 0 6px rgba(0,0,0,0.1);}
.leftBox .leftSearch .chooseBox{ text-align: left;}
.leftBox .leftSearch .chooseBox em{ position: relative; display: block; color: #333; height: 38px; }
.leftBox .leftSearch .chooseBox .txt{display: block; width: 100%; color: #333; height: 38px; background: none; padding-right: 10px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.leftBox .leftSearch .chooseBox .id{ width: 0; opacity: 0;}
.leftBox .leftSearch .chooseBox .hasSon{ position: relative;}
.leftBox .leftSearch .chooseBox .hasSon::after{ content: ""; position: absolute; top: 50%; right: 10px; width: 0; height: 0;
 border-top: 4px solid transparent; border-left: 5px solid #999; border-bottom: 4px solid transparent; transform: translateY(-50%);}

.leftBox .leftSearch .item span {
    font-size: 16px;
    color: #000000;
}

.leftBox .leftSearch .item .layui-input-block.text {
    padding: 0;
}

.leftBox .leftSearch .item .layui-input-block.text input {
    border: none;
    background: none;
}

.leftBox .leftSearch .item .layui-form-select dl {
    max-height: 200px;
}

.leftBox .leftSearch .item .layui-form-select dl dd.layui-this {
    background: #025FC3;
}

.leftBox .leftSearch .item .time {
    background: #fff url(../images/down.png) no-repeat 94% center;
}

.leftBox .leftSearch .item .layui-form-select .layui-edge {
    border: none;
}

.leftBox .leftSearch .btn {
    width: 100%;
    height: 42px;
    border: 1px #025FC3 solid;
    background: none;
    border-radius: 4px;
    font-size: 18px;
    color: #025FC3;
    font-weight: normal;
}

.leftBox .leftSearch .btn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/svg/search.svg) no-repeat center center;
    margin-right: 2px;
    position: relative;
    top: 2px;
    transition: 0.3s;
}

.leftBox .leftSearch .btn:hover {
    background: #025FC3;
    color: #fff;
}

.leftBox .leftSearch .btn:hover i {
    filter: brightness(0) invert(1);
}


.leftBox .boxTwo {
    margin-top: 40px;
    background: #fff;
}

.leftBox .box .list {
    margin: 0 10px;
    text-align: left;
}

.leftBox .box .list a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    border-bottom: 1px #D5D5D5 dashed;
    padding-left: 22px;
    height: 56px;
    line-height: 56px;
}

.leftBox .box .list a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border: 1px #979797 solid;
    border-radius: 50%;
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.leftBox .box .list a:last-child {
    border-bottom: none;
}

.leftBox .box .list a:hover {
    color: #025FC3;
}

.leftBox .box .list a:hover::before {
    border-color: #025FC3;
}

/*研究团队*/
.teamBox {
    margin-top: 44px;
    font-size: 0;
}

.paddingBtm .content {
    padding-bottom: 0;
}

.teamBox a {
    line-height: 26px;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 60px;
    transition: 0.3s;
	vertical-align: text-top;
}

.teamBox a:hover {
    color: #025FC3;
}

/*文字列表*/
.newsBox {
    margin-top: 18px;
}

.newsBox ul li a {
    position: relative;
    padding-left: 24px;
    display: block;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px #D5D5D5 dashed;
    z-index: 0;
}

.newsBox ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 100%;
    background: #F9F9F9;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
}

.newsBox ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px #979797 solid;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.newsBox ul li a p {
    height: 100%;
    width: calc(100% - 160px);
    color: #000000;
    font-size: 16px;
}

.newsBox ul li a i {
    font-size: 16px;
    color: #B2B2B2;
}

.newsBox ul li a:hover::after {
    opacity: 1;
}

.newsBox ul li a:hover p {
    color: #025FC3;
}

/*图片列表*/
.picList {
    margin-top: 0;
}

.picList ul {
    padding-top: 7px;
}

.picList ul li {
    float: left;
    width: 23%;
    margin-top: 30px;
    margin-right: 2.66666%;
}

.picList ul li:nth-child(4n) {
    margin-right: 0;
}

.picList ul li a {
    display: block;
    text-align: center;
    padding: 18px 20px 8px 20px;
    border: 1px #DCDCDC solid;
    background: #fff;
    box-sizing: border-box;
}

.picList ul li a h3 {
    position: relative;
    height: 26px;
    line-height: 26px;
    color: #000;
    font-size: 18px;
    padding: 0 ;
    font-weight: normal;
}

/* .picList ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #979797;
    margin-top: -1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.picList ul li a h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #979797;
    margin-top: -1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
} */

.picList ul li a h4 {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    color: #5C5C5C;
    font-weight: normal;
    margin-top: 6px;
}

.picList ul li a img {
    margin-top: 13px;
    height: 80px;
}

.picList ul li a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    border-color: #fff;
    transform: translateY(-8px);
}

.picList ul li a:hover h3 {
    color: #025FC3;
}

.picList ul li a:hover h3::before, .picList ul li a:hover h3::after {
    background: #025FC3;
}

/*动态资源库*/
.libraryBox .libraryTab {
    display: flex;
}

.libraryBox .libraryTab .left a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    border: 1px #E2E4E5 solid;
    background: #F8F8F8;
    padding: 0 34px;
    font-size: 16px;
    color: #707070;
    margin-right: 28px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.libraryBox .libraryTab .left a.on {
    background: #025FC3;
    color: #fff;
}

.libraryBox .libraryTab .left a:hover {
    background: #025FC3;
    color: #fff;
}

.libraryBox .libraryTab .form {
    display: block;
    flex: 1;
    height: 46px;
    line-height: 46px;
    border: 1px #E3E3E3 solid;
    text-align: left;
}

.libraryBox .libraryTab .form .text {
    background: none;
    width: 86%;
    line-height: 46px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #707070;
}

.libraryBox .libraryTab .form .submit {
    width: 14%;
    background: url(../images/svg/search.svg) no-repeat center center;
    background-size: 20px;
    height: 100%;
    filter: brightness(0) invert(0.7);
}

.libraryBox .libraryB {
}

.libraryTitle {
    line-height: 26px;
    padding: 38px 0 28px 0;
    border-bottom: 2px #DEE6EA solid;
    position: relative;
    z-index: 2;
}

.libraryTitle > span {
    font-size: 18px;
    color: #025FC3;
}

.libraryTitle a {
    font-size: 14px;
    color: #BCBCBC;
    transition: 0.3s;
}

.libraryTitle a:hover {
    color: #025FC3;
}

.libraryTitle .itemBox .item {
    position: relative;
	cursor: pointer;
	width: 114px;
	text-align: right;
}

.libraryTitle .itemBox .item i {
    font-size: 16px;
    color: #BCBCBC;
    padding-right: 6px;
   /* background: url(../images/down.png) no-repeat right center; */
    cursor: pointer;
}

.libraryTitle .itemBox .item em{ position: relative; display: inline-block; height: 16px; width: 10px; top: 2px;}
.libraryTitle .itemBox .item em img{ position: absolute; bottom: 0; left: 0; filter: brightness(0) invert(0.6);}
.libraryTitle .itemBox .item em img.upImg{ bottom: auto; top: 0; transform: rotate(180deg);}
.libraryTitle .itemBox .item.up i{ color: #f0211c;}
.libraryTitle .itemBox .item.up em img.upImg{filter: none;}
.libraryTitle .itemBox .item.down i{ color: #f0211c;}
.libraryTitle .itemBox .item.down em img.downImg{filter: none;}


.libraryTitle .itemBox .item ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.libraryTitle .itemBox .item ul li {
    cursor: pointer;
    color: #BCBCBC;
    transition: 0.3s;
}

.libraryTitle .itemBox .item ul li:hover {
    color: #025FC3;
}

.searchType {
    border: 1px #EAEAEA solid;
    line-height: 28px;
    border-bottom: none;
}

.searchType .item {
    position: relative;
    padding: 10px 0;
    min-height: 30px;
}

.searchType .item i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    width: 234px;
    background: #F8F8F8;
    font-size: 18px;
    color: #9E9E9E;
}

.searchType .item i em {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    padding-left: 38px;
    box-sizing: border-box;
}

.searchType .item .fr {
    width: calc(100% - 234px);

}

.searchType .item .fr a {
    display: block;
    float: left;
    cursor: pointer;
    min-width: 25%;
    font-size: 18px;
    color: #242424;
    padding-left: 38px;
    box-sizing: border-box;
}

.searchType .item .fr a span {
    position: relative;
    padding-right: 16px;
}

.searchType .item .fr a.down ul {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 0;
}

.searchType .item .fr a.down ul li {
    display: inline-block;
    font-size: 18px;
    color: #242424;
    background: #EAEAEA;
    z-index: 2;
}

.searchType .item .fr a.down span::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #000000;
    border-bottom: 5px solid transparent;
    transition: 0.3s;
}

.searchType .item .fr a.on {
    color: #025FC3;
}

.searchType .item .fr a.on span::after {
    border-left: 8px solid #025FC3;
    transform: rotate(90deg);
}

.searchType .box .third {
    background: #f5faff;
    border-bottom: 1px #EAEAEA solid;
}

.searchType .box .third .thirdItem {
    display: none;
    text-align: center;
}

.searchType .box .third .thirdItem a {
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    color: #242424;
    margin: 0 10px;
}

.searchType .box .third .thirdItem a.act {
    color: #025FC3;
}

/*联系我们*/
.inpageCon .contactBox .content {
    width: 100%;
}

.inpageCon .contactBox .content .contact {
    height: 523px;
}

.inpageCon .contactBox .content .contact .fl {
    width: calc(100% - 525px);
    height: 100%;
}

.inpageCon .contactBox .content .contact .fl iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.inpageCon .contactBox .content .contact .fr {
    width: 525px;
    height: 100%;
    background: #025FC3;
    padding: 56px 42px;
    box-sizing: border-box;
}

.inpageCon .contactBox .content .contact .fr .text {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    color: #fff;
    font-weight: 300;
}

.inpageCon .contactBox .content .contact .fr .text a {
    color: #fff;
}

.inpageCon .contactBox .content .contact .fr .btnBox {
    margin-top: 18px;
}

.inpageCon .contactBox .content .contact .fr .btnBox .btn {
    float: left;
    width: 46%;
    text-align: center;
    height: 66px;
    line-height: 66px;
    background: #fff;
    font-size: 18px;
    color: #025FC3;
    transition: 0.3s;
}

.inpageCon .contactBox .content .contact .fr .btnBox .btn i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/svg/zhenji.svg) no-repeat center;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -2px;
    background-size: cover;
    transition: 0.3s;
}

.inpageCon .contactBox .content .contact .fr .btnBox .btn:nth-child(2) {
    float: right;
}

.inpageCon .contactBox .content .contact .fr .btnBox .btn:nth-child(2) i {
    background: url(../images/svg/shenbao.svg) no-repeat center;
}

.inpageCon .contactBox .content .contact .fr .btnBox .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

/*表单*/
.formCon .text {
    font-size: 18px;
    line-height: 2;
    color: #000000;
    text-align: justify;
    margin-bottom: 32px;
}

.inpageBtn .btn {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px #025FC3 solid;
    background: #F5FAFF;
    box-sizing: border-box;
    padding: 0 45px;
    font-size: 18px;
    color: #025FC3;
    transition: 0.3s;
}

.inpageBtn .btn i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../images/svg/down.svg) no-repeat 0 0;
    margin: -2px 10px 0 0;
}

.inpageBtn .btn:hover {
    transform: translateX(8px);
}

.formCon form {
    display: block;
    margin-top: 42px;
}

.formBox {
    background: #F5FAFF;
    border: 1px solid #DEE6EA;
    padding: 27px 30px 7px 30px;
    margin-bottom: 30px;
}

.formBox .item {
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}

.formBox .item .txt {
    float: right;
    width: calc(100% - 116px);
    background: #fff;
    border: 1px #D9D9D9 solid;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 36px;
    padding: 0 14px;
    color: #222;
    font-size: 16px;
}

.formBox .item span {
    float: left;
    width: 116px;
    display: block;
    font-size: 18px;
    color: #222222;
}

.formBox .itemBox .item {
    float: left;
    width: 47.5%;
}

.formBox .itemBox .item:nth-child(2n) {
    float: right;
}

.formBox .itemBox .item .layui-input-block {
    margin-left: 0;
    padding: 0;
}

.formBox .itemBox .item .layui-input-block .layui-form-select .layui-input {
    border-radius: 4px;
    border: none;
    font-size: 16px;
    background: no-repeat;
}

.formBox .itemBox .item .layui-form-select dl dd.layui-this {
    background: #025FC3;
}

.formBox .itemBox .item .down {
    background: #fff url(../images/down.png) no-repeat 98% center;
}

.formBox .itemBox .item .layui-form-select .layui-edge {
    border: none;
}

.formBox .textareaItem {
    height: auto;
}

.formBox .textareaItem .txt {
    height: 205px;
    resize: none;
}

.formBox p {
    font-size: 18px;
    color: #222222;
}

.formBox .btnItem .txt {
    background: none;
    border: none;
    padding: 0;
}

.formBox .btnItem .inpageBtn .t:first-child {
    margin-right: 32px;
}

.formBox .btnItem .inpageBtn .btn {
    width: 100%;
    text-align: center;
    padding: 0;
}

.formBox .btnItem .inpageBtn .btn i {
    background: url(../images/svg/up.svg) no-repeat 0 0;
}

.formBox .btnItem .inpageBtn .t {
    display: inline-block;
    vertical-align: top;
    width: 268px;
}

.formBox .btnItem .inpageBtn .t .name {
    display: none;
    position: relative;
    padding-right: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    color: #333;
}

.formBox .btnItem .inpageBtn .t .name.on {
    display: block;
}

.formBox .btnItem .inpageBtn .t .name p {
    font-size: 14px;
}

.formBox .btnItem .inpageBtn .t .name b {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.formBox .btnItem .inpageBtn .t .name b:hover {
    color: #025FC3;
}

.formBox .btnItem .inpageBtn label {
    display: block;
    position: relative;
}

.formBox .btnItem .inpageBtn label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.formBoxBtm {
    padding-bottom: 44px;
}

.formBox .yanItem {
    padding-top: 18px;
    margin-bottom: 0;
}

.formBox .yanItem .txt {
    background: none;
    border: none;
    padding: 0;
}

.formBox .yanItem .txt input {
    width: 200px;
    height: 36px;
    line-height: 34px;
    border: 1px #D9D9D9 solid;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 36px;
    padding: 0 14px;
    color: #222;
    font-size: 16px;
}

.formBox .yanItem .txt img {
    width: 150px;
    height: 34px;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: top;
}

.formCon .submit {
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #025FC3;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

.formBox .textareaItem-c .txt {
    height: 140px;
}

.formBox .flexItem {
    display: flex;
}

.formBox .flexItem span {
    width: auto;
}

.formBox .flexItem .right {
    flex: 1;
    margin-left: 0;
    padding-left: 10px;
}

.formBox .flexItem .right .layui-form-radio {
    margin-top: 0;
}

.formBox .flexItem .right .layui-form-radio > i {
    color: #025FC3;
}

.formBox .flexItem .right em {
    display: inline-block;
    font-size: 18px;
    color: #828282;
    line-height: 36px;
    position: relative;
    top: 2px;
}

.formBox .flexItem .right .radio {
    display: inline-block;
}

.formBox .tip2 {
    display: none;
}

.inpageBox .searchContent{
	width: 100%;
}

.libBox{}
.libBox ul li a p{ width: calc(100% - 450px);}
.libBox ul li a .fr i{ padding-left: 10px; display: inline-block; min-width: 114px; box-sizing: border-box; text-align: right;}


/*登录*/
.maskBg{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.57); z-index: 30;}
.maskBg.on{display: block;}
.registerBox{display: none; justify-content: space-between; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 1200px; background: #fff; z-index: 31;}
.register,.sign{display: none;}
.register.on,.sign.on,.forget.on{display: flex;}

.registerBox .left{ width: 687px; padding: 44px 78px; box-sizing: border-box;}
.registerBox .left .tit{display: flex; align-items: center; height: 40px; line-height: 40px; font-size: 28px; color: #000000;}
.registerBox .left .tit img{margin-right: 14px; display: block;}
.registerBox .left .tit i{color: #025FC3; padding-left: 6px;}
.registerBox .left .form{ margin-top: 28px;}
.registerBox .left .form .item{display: flex; justify-content: space-between; height: 50px; line-height: 50px; margin-bottom: 14px;}
.registerBox .left .form .item span{font-size: 16px; color: #000000;}
.registerBox .left .form .item .text{width: calc(100% - 134px); border-radius: 5px; box-sizing: border-box;}
.registerBox .left .form .item input.text{ padding: 0 16px; font-size: 16px; background: #F4F8F9; height: 50px; line-height: 50px;}
.registerBox .left .form .item.radioItem{ height: auto;}
.registerBox .left .form .item.radioItem .text{padding-top: 5px; padding-left: 10px;}
.registerBox .left .form .item.radioItem .p{line-height: 40px; display: flex; overflow: hidden; align-items: center;}
.registerBox .left .form .item.radioItem label{display: inline-block; line-height: 40px; height: 40px; font-size: 16px; cursor: pointer;}
.registerBox .left .form .item.radioItem label .radio{ margin-right: 12px;}
.registerBox .left .form .item.radioItem .p .file{display: none; position: relative; margin-left: 26px;}
.registerBox .left .form .item.radioItem .p .file.on{display: inline-block;}
.registerBox .left .form .item.radioItem .p .file input{position: absolute; top: 0; left: 0; opacity: 0; cursor: pointer; height: 28px; width: 58px;}
.registerBox .left .form .item.radioItem .p .file em{ display: block; width: 58px; height: 28px; line-height: 26px; border: 1px #025FC3 solid; border-radius: 5px; color: #025FC3; text-align: center; box-sizing: border-box;}
.registerBox .left .form .item.radioItem .p .name{flex: 1; padding-left: 10px; box-sizing: border-box;}
.registerBox .left .form .item.yanItem .text input{background: #F4F8F9; height: 50px; line-height: 50px; width: 60%; border-radius: 5px; padding: 0 16px; box-sizing: border-box; font-size: 16px;}
.registerBox .left .form .item.yanItem .text img{ width: 118px; height: 50px; cursor: pointer; margin-left: 12px;}
.registerBox .left .form .emailTip{ height: auto; line-height: 14px; margin-top: -5px; color: #d61818;}
.registerBox .left .form .tip{ display: flex; align-items: center; justify-content: space-between; font-size: 16px; margin-top: 6px;}
.registerBox .left .form .tip input{ margin-right: 6px;}
.registerBox .left .form .tip span a{ color: #025FC3;}
.registerBox .left .form .tip span a:hover{text-decoration: underline;}
.registerBox .left .form .tip .goSign{transition: 0.3s;}
.registerBox .left .form .tip .goSign:hover{ color: #025FC3;}
.registerBox .left .form .submit{width: 100%; height: 52px; line-height: 52px; background: #025FC3; font-size: 16px; color: #fff; border-radius: 5px; margin-top: 14px;}

.registerBox .right{position: relative; flex: 1;}
.registerBox .right .close{position: absolute; top: 10px; right: 10px; cursor: pointer;}
.registerBox .right em{ display: block; height: 100%;}

.sign .left .form{ margin-top: 120px;}
.sign .left .form .submit{ margin-top: 80px;}
.sign .left .form .option{ display: flex; justify-content: space-between; margin-top: 26px; padding-bottom: 30px;}
.sign .left .form .option a{transition: 0.3s; font-size: 16px; color: #000;}
.sign .left .form .option a:hover{color: #025FC3;}


/*个人中心*/
.personForm{ width: 500px; max-width: 100%;}
.personForm .item{display: flex; justify-content: space-between; line-height: 50px; margin-bottom: 20px;}
.personForm .item .text{ width: calc(100% - 102px); line-height: 50px; box-sizing: border-box;}
.personForm .item input.text{background: #F4F8F9; border-radius: 5px; padding: 0 25px; font-size: 18px;}
.personForm .item .textBox input.text{ width: 100%;}
.personForm .item .textBox .tip{line-height: 16px; margin-top: 10px; color: #DD2121;}
.personForm .item input.disabled{color: #B2B2B2;}
.personForm .item span{font-size: 18px;}
.personForm .item.zl .text{ width: calc(100% - 145px); font-size: 18px;}
.personForm .submit{ width: 120px; height: 52px; line-height: 52px; text-align: center; color: #fff; font-size: 18px; border-radius: 5px; background: #025FC3; margin-top: 40px;}
.personForm .item.yan .text input{ width: 60%; line-height: 52px; background: #F4F8F9; border-radius: 5px; padding: 0 25px; box-sizing: border-box; font-size: 18px;}
.personForm .item.yan .text img{height: 52px; width: 110px; cursor: pointer; margin-left: 20px; }


@media screen and (max-height: 810px) {
	.registerBox .left .form .item{height: 42px; line-height: 42px;}
	.registerBox .left .form .item input.text{height: 42px; line-height: 42px;}
	.registerBox .left .form .item.radioItem .p{ height: 36px;}
	.registerBox .left .form .item.radioItem label{ height: 36px; line-height: 36px;}
	.registerBox .left .form .submit{ height: 46px; line-height: 46px;}
}

@media screen and (max-height: 736px) {
	.registerBox .left .form .item{ margin-bottom: 14px;}
	.registerBox .left .tit{ height: 30px; line-height: 30px; font-size: 24px;}
	.registerBox .left .form .itemBox{ overflow: hidden;}
	.registerBox .left .form .itemBox .item{ width: 48%; float: left;}
	.registerBox .left .form .itemBox .item:nth-child(2){ float: right;}
	.registerBox .left .form .itemBox .item .text{ width: calc(100% - 90px);}
	.registerBox .left .form .itemBox  .emailTip{float:left;width:96%;}
	.register .left .form .yanItem {justify-content: flex-start;}
	.registerBox .left .form .item.yanItem .text input{height:42px;line-height:42px;}
	.registerBox .left .form .item.yanItem .text img{height:42px;}
	.sign .left .form{ margin-top: 86px;}
	.sign .left .form .submit{ margin-top: 30px;}
}




@media screen and (max-width: 1810px) {
    /*part1*/
    .partOne .left .picBox {
        width: 500px;
    }

    .partOne .left .textBox {
        width: calc(100% - 500px);
    }

    /*part4*/
    .partFour .fr .box a {
        padding: 0 12px;
    }
}

@media screen and (max-width: 1600px) {
    /*part1*/
    .partOne .left .picBox {
        width: 460px;
    }

    .partOne .left .textBox {
        width: calc(100% - 460px);
    }

    /*part4*/
    .partFour .fr .box a {
        padding: 0 9px;
    }

    /*图片列表*/
    .picList ul li {
        width: 31%;
        margin-right: 3.5%;
    }

    .picList ul li:nth-child(4n) {
        margin-right: 3.5%;
    }

    .picList ul li:nth-child(3n) {
        margin-right: 0;
    }

    /*动态资源库*/
    .libraryBox .libraryTab .left a {
        padding: 0 20px;
        margin-right: 20px;
    }

}

@media screen and (max-width: 1550px) {
	.indexHeader .header .headerB{ padding: 0 43px;}
    .header .headerB {
        bottom: 28px;
    }

    .nav-box .nav > li > a {
        font-size: 18px;
    }

    /*part1*/
    .partOne {
        height: 390px;
    }

    .partOne .left .picBox {
        width: 420px;
    }

    .partOne .left .textBox {
        width: calc(100% - 420px);
    }

    /*part4*/
    .partFour .fr .box a {
        font-size: 13px;
        padding: 0 6px;
    }

    /*footer*/
    .footer .footerT .item .box a {
        font-size: 15px;
    }

    .footer .footerT .company .p p {
        font-size: 15px;
    }

    .footer .footerB {
        font-size: 15px;
    }

    /*高级搜索*/
    .searchType .item .fr a {
        padding-left: 24px;
    }
}
@media screen and (max-width: 1470px) {
	.header{padding-bottom: 12.2%;}
	.header .headerT .logo img{height: 80px;}
	
}

@media screen and (max-width: 1399px) {
	.indexHeader .header .headerB{ padding: 0 18px;}
    .header .headerT .logo img {
        height: 66px;
    }

    .header .headerT .searchBox {
        margin-top: 14px;
    }
	.header .headerT .proson{ margin-top: 18px;}
    .header .headerB {
        font-size: 32px;
        bottom: 20px;
    }

    .nav-box .nav > li > a {
        padding: 0 16px;
        min-width: auto;
    }

    /*part1*/
    .partOne {
        height: auto;
    }

    .partOne .left {
        width: 100%;
        height: 390px;
    }

    .partOne .left .picBox {
        width: 500px;
    }

    .partOne .left .textBox {
        width: calc(100% - 500px);
    }

    .partOne .right {
        width: 100%;
    }

    /*part2*/
    .partTwo > .fl:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 34px;
    }

    .partTwo > .fl:nth-child(2) {
        width: 50%;
    }

    .partTwo > .fr {
        width: 43%;
    }

    /*part3*/
    .partThree .item {
        height: 66px;
        line-height: 66px;
    }

    /*page*/
    .page > * {
        padding: 0 .7em;
    }

    /*动态资源库*/
    .libraryBox .libraryTab .left a {
        padding: 0 10px;
        margin-right: 10px;
    }

    .libraryBox .libraryTab .form .text {
        width: 80%;
    }

    .libraryBox .libraryTab .form .submit {
        width: 20%;
    }

    /*高级搜索*/
    .searchType .item i {
        width: 190px;
    }

    .searchType .item i em {
        padding-left: 20px;
    }

    .searchType .item .fr {
        width: calc(100% - 190px);
    }

    /*联系我们*/
    .inpageCon .contactBox .content .contact .fl {
        width: calc(100% - 420px);
    }

    .inpageCon .contactBox .content .contact .fr {
        width: 420px;
        padding: 40px 26px;
    }

    .inpageCon .contactBox .content .contact .fr .text {
        font-size: 16px;
        line-height: 34px;
    }
    .inpageBox .content .inpageTit .clib{
        font-size: 14px;
    }

}

@media screen and (max-width: 1260px) {
    .page > * {
        font-size: 14px;
        margin: 0 2px;
    }

    /*图片列表*/
    .picList ul li {
        width: 48%;
        margin-right: 0;
    }

    .picList ul li:nth-child(4n) {
        margin-right: 0;
    }

    .picList ul li:nth-child(2n) {
        float: right;
    }

    /*表单*/
    .formBox .flexItem {
        height: auto;
    }

    .formBox .flexItem .right em {
        font-size: 14px;
    }
    .inpageBox .content .inpageTit .clib{
        font-size: 12px;
    }
	
	/*登录*/
	.registerBox{ width: 90%;}
	.registerBox .left{ width: 560px; padding: 44px;}
}

@media screen and (max-width: 1200px) {
    .w1550 {
        width: 92%;
    }

    .header .headerT .logo img {
        height: 56px;
    }

    .header .headerT .searchBox {
        margin-top: 6px;
    }

    .header .headerB {
        font-size: 26px;
    }

    .nav-box {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    /*footer*/
    .footer .footerT .w1550 {
        padding: 0;
    }

    .footer .footerT .item:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 34px;
    }

    .footer .footerT .item::after {
        display: none;
    }
	.footer .footerT .item .box{max-height: 68px;}
    .footer .footerT .item .box a {
        margin-top: 12px;
		
    }

    .footer .footerT .company {
        padding-left: 0;
        width: 60%;
    }

    /*动态资源库*/
    .libraryBox .libraryTab .left a {
        padding: 0 6px;
        margin-right: 6px;
    }

    /*联系我们*/
    .inpageCon .contactBox .content .contact .fl {
        width: calc(100% - 380px);
    }

    .inpageCon .contactBox .content .contact .fr {
        width: 380px;
        padding: 40px 26px;
    }

}

@media screen and (max-width: 1023px) {
    .w1550 {
        width: 94%;
    }

    .header .headerT {
        padding-top: 26px;
    }

    .header .headerT .searchBox {
        display: none;
    }

    .header .headerB {
        font-size: 22px;
        bottom: 10px;
    }

    .searchIcon {
        display: block;
        margin-top: 14px;
    }

    /*part1*/
    .partOne .left .picBox {
        width: 400px;
    }

    .partOne .left .textBox {
        width: calc(100% - 400px);
    }

    /*part2*/
    .partTwo > .fr {
        width: 45%;
    }

    .partTwo .partTwoSwiper .swiper-slide p {
        font-size: 15px;
    }

    /*part4*/
    .partFour > .fl:nth-child(2) {
        width: 100%;
        margin-bottom: 34px;
    }

    .partFour > .fr {
        width: 100%;
    }

    /*内页公用*/
    .menu {
        display: none;
    }

    .inpageBox .content {
        width: 100%;
    }

    /*联系我们*/
    .inpageCon .contactBox .content .contact {
        height: auto;
    }

    .inpageCon .contactBox .content .contact .fl {
        width: 100%;
        height: 300px;
    }

    .inpageCon .contactBox .content .contact .fr {
        width: 100%;
        padding: 40px 26px;
        height: auto;
    }

    /*表单*/
    .formBox .btnItem .inpageBtn .t {
        width: 220px;
    }

    .formBox .btnItem .inpageBtn .t:first-child {
        margin-right: 10px;
    }

    .formBox .flexItem .right em {
        display: block;
        width: 100%;
    }
	
	/*登录*/
	.registerBox .left{ width: 100%;}
	.registerBox .right{ position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; z-index: 2;}
	.registerBox .right .close{ filter: brightness(0) invert(0.6);}
	.registerBox .right em{ display: none;}
	
	.header .headerT .proson{padding-right: 6px;}
	.header .headerT .proson span{ max-width: 112px;}
	
	
}

@media screen and (max-width: 767px) {
	.indexConBox{ width: 100%; padding-bottom: 0; margin-bottom: 0;}
	.indexConBox .w1550{ width: 94%;}
	
    .header {
        padding-bottom: 17%;
    }
	.indexHeader .header{
		padding-bottom: 26%;
	}

    .header .headerT {
        padding-top: 16px;
		position: relative;
		z-index: 1;
    }
	
    .header .headerB {
        font-size: 13px;
        line-height: 20px;
    }
	.indexHeader .header .headerB{ padding: 0;}
	.header .headerB span{ margin: 0 3px;}

    .header .headerT .logo img {
        height: 30px;
    }

    .searchIcon {
        margin-top: 6px;
		margin-left: 0;
		margin-right: 16px;
    }

    .menu-btn {
        margin-top: 2px;
    }

    /*公用*/
    .part {
        margin-top: 20px;
		padding-top: 0;
    }
	.partOne{ margin-top: 0; padding-top: 20px;}
	.partOne .right{ padding-top: 20px;}
    .indexTitle {
        margin-bottom: 14px;
    }

    .indexList ul li a {
        font-size: 14px;
    }

    /*part1*/
    .partOne .left {
        height: auto;
    }

    .partOne .left .picBox {
        width: 100%;
    }

    .partOne .left .picBox a {
        height: auto;
        padding-bottom: 72%;
    }

    .partOne .left .textBox {
        width: 100%;
        padding: 20px;
    }

    /*part2*/
    .partTwo > .fl:first-child {
        margin-bottom: 20px;
    }

    .partTwo > .fl:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }

    .partTwo > .fr {
        width: 100%;
    }

    /*part3*/
    .partThree {
        display: block;
    }
	.partThreePc{ display: none;}
	.partThreeM{ margin-bottom: 0; padding-bottom: 10px;}

    .partThree .item {
        float: left;
        width: 48%;
        margin-bottom: 14px;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    .partThree .item img {
        width: 18px;
        margin-right: 6px;
    }

    .partThree .item:nth-child(2n) {
        float: right;
    }

    /*part4*/
    .partFour {
        margin-bottom: 20px;
    }

    /*footer*/
    .footer .footerT {
        padding: 20px 0;
    }

    .footer .footerT .item:first-child {
        margin-bottom: 16px;
    }
	.footer .footerT .item .box{
		max-height: 78px; overflow: hidden;
	}
    .footer .footerT .item .box a {
        font-size: 14px;
        margin-top: 6px;
		line-height: 20px;
    }

    .footer .footerT .ma {
        display: none;
    }

    .footer .footerT .company {
        width: 100%;
        padding-right: 0;
    }

    .footer .footerT .company .p {
        line-height: 22px;
    }

    .footer .footerT .company .p p {
        font-size: 14px;
        margin-top: 0;
    }

    .footer .footerB {
        font-size: 13px;
        padding: 12px 0;
    }
	

    /*内页公用*/
    .inpageCon {
        padding: 24px 0;
    }

    .inpageBox .content .inpageTit .clib {
        display: none;
    }

    .inpageBox .content {
        padding: 0 20px 20px 20px;
        min-height: 200px;
    }

    .inpage {
        margin-top: 14px;
    }

    .inpageBox .content .inpageTit {
        height: 50px;
        line-height: 50px;
    }

    .inpageBox .content .inpageTit span {
        font-size: 18px;
    }

    .word {
        font-size: 15px;
        line-height: 30px;
    }

    .contTitle {
        margin-bottom: 20px;
    }

    .contTitle h4 {
        padding: 6px;
    }

    .contTitle h4 span {
        font-size: 13px;
    }
	.statement{
		margin-top: 20px;
		padding-top: 20px;
	}
    .inpageLink {
        margin-top: 20px;
        padding-top: 14px;
    }

    .inpageLink .item {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
    }

    .inpageLink .item::before {
        display: none;
    }

    .inpageLink .item.fl {
        padding-left: 0;
    }

    .inpageLink .item.fr {
        padding-right: 0;
    }

    /*研究团队*/
    .teamBox a {
        font-size: 15px;
        margin-bottom: 10px;
		width: auto; margin-right: 10%;
    }

    /*page*/
    .page {
        margin: 30px 0 10px 0;
    }

    .page > * {
        display: none;
        padding: 0 0.8em;
        margin: 0 4px;
        height: 32px;
        line-height: 30px;
    }

    .page > .act, .page .on {
        display: inline-block;
    }

    /*文字列表*/
    .newsBox ul li a {
        height: 46px;
        line-height: 46px;
    }

    .newsBox ul li a p {
        font-size: 15px;
        width: calc(100% - 90px);
    }

    .newsBox ul li a i {
        font-size: 13px;
    }
	.libBox ul li a{ height: auto; overflow: hidden;}
	.libBox ul li a .fr{ float: initial; line-height: 32px;}
	.libBox ul li a .fr span{padding: 0 10px 0 0;}
	.libBox ul li a p{ width: 100%;}
	
    /*图片列表*/
    .picList ul li {
        width: 100%;
        margin-top: 20px;
    }

    .picList ul li a h3 {
        font-size: 16px;
    }

    .picList ul li a h4 {
        font-size: 14px;
    }

    /*动态资源库*/
    .libraryBox .libraryTab {
        display: block;
    }

    .libraryBox .libraryTab .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 0;
    }

    .libraryBox .libraryTab .left a {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        margin-right: 0;
        padding: 0 3px;
    }

    .libraryBox .libraryTab .form {
        width: 100%;
        margin-top: 10px;
        height: 36px;
        line-height: 36px;
    }

    .libraryBox .libraryTab .form .text {
        line-height: 36px;
        width: 86%;
    }

    .libraryBox .libraryTab .form .submit {
        width: 14%;
    }

    .libraryTitle {
        padding: 20px 0 12px 0;
        font-size: 16px;
    }

    .libraryTitle .itemBox {
        width: 100%;
        margin-top: 10px;
    }

    .libraryTitle .itemBox .item i {
        font-size: 14px;
    }

    .libraryTitle .itemBox .item {
        margin-left: 14px;
    }

    .libraryTitle .itemBox .item:first-child {
        margin-left: 0;
    }

    .libraryTitle .itemBox .item ul li {
        font-size: 14px;
    }

    /*高级搜索*/
    .searchType .item {
        padding: 0;
    }

    .searchType .item i {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 40px;
        font-size: 15px;
    }

    .searchType .item i em {
        padding-left: 10px;
    }

    .searchType .item .fr {
        width: 100%;
        padding: 10px 0;
    }

    .searchType .item .fr a {
        font-size: 15px;
        padding-left: 10px;
    }

    .searchType .box .third .thirdItem a {
        font-size: 15px;
        margin: 0 4px;
        min-width: auto;
        padding: 4px 0;
    }

    .searchType .item .fr a.down span::after {
        top: 4px;
    }

    /*联系我们*/
    .inpageCon .contactBox .content .contact .fr {
        padding: 20px;
    }

    .inpageCon .contactBox .content .contact .fr .text {
        font-size: 15px;
        line-height: 28px;
    }

    .inpageCon .contactBox .content .contact .fr .btnBox .btn {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    /*表单*/
    .formCon .text {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .inpageBtn .btn {
        font-size: 15px;
    }

    .formCon form {
        margin-top: 24px;
    }

    .formBox {
        padding: 14px 10px 0 10px;
    }

    .formBox .item {
        margin-bottom: 14px;
    }

    .formBox .item span {
        font-size: 14px;
        width: 92px;
    }
    .formBox .item .txt {
        width: calc(100% - 94px);
        font-size: 14px;
    }
	.formBox .yanItem span{
		width: 68px;
	}
	.formBox .yanItem .txt{
		width: calc(100% - 74px);
	}

    .formBox .itemBox .item .layui-input-block .layui-form-select .layui-input {
        font-size: 14px;
    }

    .formBox .itemBox .item {
        width: 100%;
    }

    .formBox .textareaItem .txt {
        height: 150px;
    }

    .formBox p {
        font-size: 15px;
    }

    .formBox .item .inpageBtn {
        width: 100%;
    }

    .formBox .btnItem {
        height: auto;
    }

    .formBox .btnItem .inpageBtn .t {
        margin-bottom: 14px;
    }

    .formBox .yanItem .txt input {
        width: 90px;
    }

    .formBox .yanItem .txt img {
        width: 90px;
        margin-left: 0;
    }

    .formBox .yanItem {
        padding-top: 0;
    }

    .formCon .submit {
        margin-top: 0;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }

    .formBox .flexItem span {
        width: auto;
    }

    .formBox .flexItem .right em.tip1 {
        display: none;
    }

    .formBox .tip2 {
        display: block;
        margin-bottom: 14px;
        color: #828282;
        margin-top: -10px;
    }
	
	/*登录*/
	.registerBox .left{padding: 20px;}
	.registerBox .left .tit{ font-size: 20px;}
	.registerBox .left .form .item .text{ width: calc(100% - 90px);}
	.registerBox .right .close{ width: 26px;}
	.registerBox .left .form .item{ height: 30px; line-height: 30px; margin-bottom: 10px;}
	.registerBox .left .form .item span{ font-size: 14px;}
	.registerBox .left .form .item input.text{ height: 30px; line-height: 30px; font-size: 14px;}
	.registerBox .left .form .itemBox .emailTip{ height: auto; line-height: 20px;}
	.registerBox .left .form .itemBox .item{ width: 100%; margin-bottom: 8px;}
	.registerBox .left .form{ margin-top: 14px;}
	.registerBox .left .form .item.radioItem .p{ line-height: 28px; height: 28px;}
	.registerBox .left .form .item.radioItem .text{ padding-top: 0;}
	.registerBox .left .form .item.radioItem label{ font-size: 14px;}
	.registerBox .left .form .item.radioItem .p .file{ margin-left: 10px;}
	.registerBox .left .form .tip{ font-size: 14px; display: block;}
	.registerBox .left .form .tip .goSign{ display: block; margin-top: 4px;}
	.registerBox .left .form .item.yanItem .text input{ height: 30px; line-height: 30px; font-size: 14px; width: 90px;}
	.registerBox .left .form .item.yanItem .text img{ width: 80px; height: 30px;}
	.sign .left .form .option a{font-size: 14px;}
	
	.header .headerT .proson{position: absolute; top: 20px; right: 23px; margin-top: 3px;}
	.header .headerT .proson span{ display: none;}
	.header .headerT .proson .downTex{top: 28px; width: 90px;}
	.header .headerT .proson .downTex .change{ display: block;}
	
	/*个人中心*/
	.personForm{ width: 100%;}
	.personForm .item{ line-height: 42px;}
	.personForm .item span{ font-size: 14px;}
	.personForm .item .text{ width: calc(100% - 90px); }
	.personForm .item input.text{ font-size: 14px; padding: 0 10px; line-height: 42px;}
	.personForm .item.zl .text{ width: calc(100% - 110px); font-size: 14px; line-height: 42px;}
	.personForm .submit{height: 46px; line-height: 46px; font-size: 14px; margin-top: 10px;}
	.personForm .item.yan .text input{line-height: 42px; font-size: 14px; padding: 0 10px; width: 42%;}
	.personForm .item.yan .text img{ height: 42px; width: 96px; margin-left: 10px;}
	
	
}

@media screen and (max-width: 350px) {
    .header .headerT .logo img {
        height: 26px;
    }
	.header .headerB{ font-size: 12px; text-align: center; width: 100%;}
	.header .headerB span{ margin: 0 1px;}
}





