li{list-style:none;}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.fl {
  float: left;
}
.fr {
	float: right;
}

.language-left {
    color: #061828;
}
.loginbar-login, .loginbar-register {
    color: #061828;
}
/* .loginbar-box {
    border: solid 1px #061828;
} */
.banner {
    height: 330px;
}
.nav-item {
    padding: 0 10px;
    color: #061828;
}
.nav-item img {
    width: 15px;
}
.language-box .language-right {
    width: 16px;
    height: 16px;
}
.language-box .language-right img {
    width: 100%;
    height: 100%;
}
.banner-center-con {
    margin-top: 170px;
}
.banner {
    height: 360px;
    background: #f7f7f7;
}
.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    padding-bottom: 120px;
}

.banner-position {
    /* font-family: PingFangSC-Light; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
    color: #061828;
    text-align: left;
    opacity: 0.6;
    margin-bottom: 40px;
}
h1 {
    /* font-family: FZLTHJW--GB1-0; */
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 3px;
    color: #061828;
    text-align: left;
}
.banner-center-con p {
    /* font-family: FZLTHJW--GB1-0; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #061828;
    opacity: 0.75;
    margin-top: 29px;
    text-align: left;
}
.banner-position a {
	color: #061828;
}

.banner-position a:active {color: #061828;} 
.banner-position a:visited  {color: #061828;} 


.subject-header {
    background: #ffffff;
}
.subject-header-box {
    width: 1200px;
    margin: 0 auto;
    padding: 79px 0 70px;
}
.subject-header-left {
    width: 621px;
	height: 350px;
	background-color: rgba(0,0,0,.1);
	border-radius: 2px;
    /* opacity: 0.1; */
    position: relative;
}
.video {
    width: 100%;
    height: 100%;
    position: relative;
}
.video .poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
}
.video .poster img {
    width: 100%;
    height: 100%;
}
.video .play {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    cursor: pointer;
    z-index: 2;
}
.video .play img {
    width: 100%;
    height: 100%;
}
.video video {
    width: 100%;
    height: 100%;
}
.subject-header-right {
    margin-left: 50px;
    width: 500px;
}
.subject-header-right .title {
	font-family: PingFang-SC-Regular;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #061828;
    margin-top: 50px;
    text-align: left;
}
.subject-header-right .text {
    /* font-family: PingFang-SC-Regular; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
    color: #061828;
    margin-top: 28px;
    text-align: left;
    opacity: .9;
} 
.subject-header-right .link {
    /* font-family: PingFang-SC-Regular; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #061828;
    text-align: left;
    margin-top: 49px;
    opacity: .9;
}
.subject-header-right .link a {
    /* font-family: PingFang-SC-Regular; */
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #0086f1;
    text-align: left;
}



.subject-content {
    background: #f7f7f7;
    padding-bottom: 60px;
}
.subject-content-box {
    width: 1200px;
    margin: 0 auto;
}
.subject-content-box .title {
    padding-top: 48px;
}
.subject-content-box .title h3 {
    /* font-family: PingFang-SC-Regular; */
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #061828;
}
.subject-product {
    margin-top: 10px;
}
.subject-product-row {
    margin-top: 30px;
}
.subject-product-list {
    width: 585px;
    height: 206px;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0px rgba(44, 55, 65, 0.05);
    padding: 30px 50px 30px 40px;
    transition: all .3s;
}
.subject-product-list:hover {
    box-shadow: 0px 10px 15px 0px rgba(44, 55, 65, 0.08);
}
.product-list-left {
    width: 378px;
}
.product-list-title h3 {
    /* font-family: PingFang-SC-Regular; */
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #061828;
    text-align: left;
    margin: 0;
    transition: all .3s;
}
.subject-product-list:hover h3 {
    color: #0086f1;
}
.product-list-describe {
    /* font-family: PingFang-SC-Regular; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #061828;
    opacity: 0.75;
    text-align: left;
    margin-top: 19px;
}
.product-list-bot,
.product-list-bot2 {
    display: block;
	width: 122px;
	height: 40px;
	background-color: #00ccff;
    border-radius: 2px;
    /* font-family: PingFang-SC-Regular; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 28px;
    transition: all .3s;
}
.product-list-bot:hover,
.product-list-bot2:hover {
    background-color: #2386ee;
}
.product-list-right .icon {
    width: 64px;
    margin-top: 40px;
}
.product-list-right .icon  img {
    width: 100%;
    height: 100%;
}

.subject-footer {
    background: #ffffff;
}
.subject-footer-box {
    width: 1200px;
    margin: 0 auto;
}
.subject-footer-box h2 {
    /* font-family: PingFang-SC-Regular; */
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #061828;
    padding-top: 70px;
    margin: 0;
}
.resources {
    margin-top: 40px;
    padding-bottom: 82px;
}
.resources-list {
    display: block;
    width: 380px;
	height: 136px;
    background-color: #ffffff;
    padding: 40px;
    margin-left: 30px;
    transition: all .3s;
}
.resources-list:hover {
    box-shadow: 0px 10px 15px 0px rgba(44, 55, 65, 0.05);
}
.resources-list:first-child{
    margin-left: 0;
}
.resources-list-icon {
    margin-top: 4px;
}
.resources-list-icon img {
    width: 100%;
    height: 100%;
}
.resources-text {
    margin-left: 40px;
}
.resources-text-title h3 {
    /* font-family: PingFang-SC-Regular; */
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #061828;
    margin: 0;
    text-align: left;
}
.resources-text-describe {
    /* font-family: PingFang-SC-Regular; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #061828;
    opacity: 0.75;
    margin-top: 19px;
    text-align: left;
}

/* 视频 */

.popVideo {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.popVideo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
    margin: 0 auto;
}

.popVideo-core {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.popVideo-core video {
    width: 100%;
}

.popVideo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 3;
    background: url('../images/public/close.png') no-repeat center;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}

.popVideo-close:hover {
    opacity: 1;
}
.subject-product-list.fl:nth-child(2n+0){
    float: right;
}

@media screen and (max-width:1200px) {
    .content,
    .subject-header-box,
    .subject-content-box,
    .subject-footer-box {
        width: 90%;
    }
    .subject-header-left {
        width: 48%;
    }
    .subject-header-right {
        width: 48%;
        margin-left: 0;
        float: right;
    }
    .subject-product-list {
        width: 48%;
        height: auto;
        padding: 15px;
    }
    .product-list-left {
        width: 80%;
    }
    .product-list-right .icon {
        width: 48px;
        height: 48px;
    }
    .product-list-title h3 {
        font-size: 18px;
        text-align: 18px;
    }
    .product-list-describe {
        font-size: 12px;
        text-align: 12px;
    }
    .resources-list {
        width: 30%;
        height: auto;
        padding: 15px;
    }
    .resources-list-icon {
        width: 36px;
        height: 36px;
    }
    .resources-text {
        margin-left: 20px;
    }
    .resources-text-title h3 {
        font-size: 18px;
        text-align: 18px;
    }
    .resources-text-describe {
        font-size: 12px;
        text-align: 12px;
        margin-top: 10px;
    }
}