body {
	overflow-x: hidden;
}
.layout {
	width: 75%;
	margin: 0 auto;
}
.layout-mobile {
	padding: 0;
}
.topimg{
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-attachment: fixed; */
    /*padding: 12% 0% 11% 0%;*/
    margin-top: 100px;
}
.block {
	padding: 30px 0 70px;
}
.block .position {
	width: 100%;
	font-family:"times"
}
.block .position i{
    font-size: 20px;
}
.block .position a {
	display: inline-block;
	padding-right: 5px;
	font-size: 20px;
	color: #333;
    text-transform: uppercase;
}
.block .classes {
	margin-top: 30px;
}


.block .about-top{
    background: rgba(50, 103, 255, 0.1);
    padding: 30px;
}
.block .about-bot{
    justify-content: space-between;
}
.block .about-bot img{
   width: 49%;
   margin-top: 20px;
}
.block .qywh h2{
    font-size: 60px;
    text-align: center;
    line-height: 2;
}
.block .qywh h3{
    font-size: 16px;
    color:#999;
    line-height: 1.5;
    text-align: center;
}
.block .qywh h3 span{
    margin: 0 10px;
}
.block .qywh .qywh-ul{
    justify-content: space-between;
    margin-top: 30px;
}
.block .qywh .qywh-item{
    width: 24%;
    background: #1b5aaf;
    text-align: center;
    color:#fff;
    padding: 70px 30px 100px;
} 
.block .qywh .qywh-item img{
   
}
.block .qywh .qywh-item h4{
    font-size: 20px;
    line-height: 2;
    margin: 20px 0;
}
.block .qywh .qywh-item p{
    font-size: 15px;
    line-height: 1.8;
    color:rgba(255, 255, 255, 0.8);
}
.block .ryzz h2{
    font-size: 50px;
    color:#18245a;
    text-align: center;
    line-height: 1.6;
    position: relative;
}
.block .ryzz h2:before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #0048fe;
}
.block .ryzz h3{
    font-size: 18px;
    color:#999;
    text-align: center;
    line-height: 2;
    margin: 10px 0;
}
.block .ryzz .ryzz-ul{
    margin-top: 50px;
    justify-content: space-between;
}
.block .ryzz .ryzz-item{
    width: 50%;
    margin-bottom: 20px;
    font-size: 24px;
}
.block .ryzz .w-100{
    width: 100%;
    font-size: 24px;
}
.block .ryzz .ryzz-p{
    font-size: 16px;
    line-height: 2;
    color:rgba(100, 116, 139, 1);
    text-align: center;
    margin-top: 20px;
}
.block .jszs-tit{
    border: 1px solid rgba(217, 217, 217, 1);
    border-top: none;
    margin-top: -11px;
    text-align: center;
    padding: 10px 0 5px;
}
.block .jszs-tit h5{
    font-size: 18px;
    color:rgba(54, 31, 31, 1);
    font-weight: 600;
    line-height: 2;
}
.block .jszs-tit p{
    font-size: 14px;
    line-height: 1.5;
    color:rgba(137, 121, 121, 1);
}
.block .shzr-ul{
    background: rgba(50, 103, 255, 0.1);
    margin-bottom: 30px;
}
.block .shzr-item{
    padding: 10px 10px 10px 20px;
    line-height: 2;
    border-bottom: 1px solid #c7c6c6;
    justify-content: space-between;
    align-items: center;
}
.block .shzr-item a{
    font-size: 16px;
    align-items: center;
}
.block .shzr-item a:first-child{
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}
/*.block .shzr-item:first-child a{*/
/*    font-size: 18px;*/
/*    justify-content: flex-end ;*/
/*}*/
.block .shzr-item span{
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block .shzr-item date{
    text-align: right;
}
.block .shzr-img{
    justify-content: space-between;
}
.block .shzr-img img{
    width: 23%;
}


.block .news-nav{
    justify-content: space-between;
    margin-bottom: 30px;
}
.block .news-nav a{
    width: 49%;
    color:#fff;
    font-size: 16px;
    line-height: 2;
    padding: 1% 0;
    background: #9d9fa4;
    text-align: center;
}
.block .news-nav a:hover{
    background: #3267ff;
}
.block .news-list{
    justify-content: flex-start;
}
.block .news-list .news-item{
    width: 32%;
    margin-right: 2%;
    background: rgba(50, 103, 255, 0.1);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}
.block .news-list .news-item:hover{
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 0.1);
}
.block .news-list .news-item:nth-child(3n){
    margin-right: 0;
}
.block .news-list .news-item time{
    color:#3267ff;
    font-size: 14px;
    line-height: 1.5;
}
.block .news-list .news-item time span{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.block .news-list .news-item h3{
    font-size: 16px;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 30px;
}
.block .news-list .news-item:hover h3 a,.block .news-list .news-item:hover time{
    color:rgba(50, 103, 255, 0.8);;
}
.block .news-list .news-item p{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}
.block .news-list .news-item .news-pdf{
    font-size: 14px;
    padding: 10px 40px;
    background: #3267ff;
    color:#fff;
    margin-top: 20px;
    display: inline-block;
}





.block .layout .page {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px; 
}
.block .layout .page li {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
}
.block .layout .page li a{
    display: block;
}
.block .layout .page a:hover {
	color: #fff;
	font-weight: 700;
	background-color: #3267ff;
}
.block .layout .page .active {
	display: inline-block;
	font-weight: 700;
	background-color: #3267ff;
}
.block .layout .page .active a{
    color: #fff;
}



.block .classes .contact{
    justify-content: space-between;
}
.block .classes .contact .contact-content,.block .classes .contact .contact-map,.block .classes .contact .contact-inquiry{
    width: 33%;
    background: rgba(50, 103, 255, 0.1);
    padding: 30px 10px;
    border-radius: 10px;
}
.block #contact-map{height:500px;margin-bottom:20px;}
.block .classes .contact .contact-tit{
    font-size: 32px;
    font-weight: 600;
    line-height: 2;
    color:rgba(15, 15, 16, 0.59);
}
.block .classes .contact .contact-subtit{
    color:rgb(149, 165, 166);
    font-size: 14px;
    line-height: 2;
}

.block .class-content .form .form-item label{
    font-size: 14px;
    color:rgba(18, 19, 23, 1);
    line-height: 2;
    margin-bottom: 10px;
}
.block .class-content .form .form-item label span{
    color:#ff0000;
}
.block .class-content .form .form-item textarea ,
.block .class-content .form .form-item input {
	box-sizing: border-box; 
	width: 100%;
	line-height: 2;
	padding: 5px 10px;
	border: none;
	background: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.block .class-content .form .form-item input::placeholder,.block .class-content .form .form-item textarea::placeholder {
    color: #999;
}

.block .class-content .form .form-item textarea {
	min-height: 100px;
	width: 100%;
	padding:0 10px;
	border-bottom: 1px solid #fff;
}
.block .class-content .form .form-double{
    justify-content: space-between;
}
.block .class-content .form .form-double .form-item{
    width: 45%;
}
.block .class-content .form .form-item:last-child{
    text-align: center;
}
#submit {
	background-color: #3267ff;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 5px 0;
	width: 150px;
}
#submit:hover {
	background-color: #3267ff;
}
.block .class-content .contact-info{
    margin-top: 20px;
}
.block .class-content .contact-info h3{
    font-size: 25px;
    font-weight: 600;
    color:rgba(31, 92, 224, 0.82);
}
.block .class-content .contact-wrap{
    justify-content: space-between;
}
.block .class-content .contact-wrap .contact-item{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.block .class-content .contact-wrap .contact-item span{
    color:rgba(31, 92, 224, 1);
    background: rgba(0,0,0,.3);
    font-size: 16px;
    width: 26px;
    flex-basis: 26px;
    height: 26px;
    text-align: center;
    padding: 5px 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block .class-content .contact-wrap .contact-item a{
    width: calc(100% - 36px);
    word-wrap: break-word;
}
.block .class-content .contact-map h3{
    font-size: 18px;
    font-weight: 600;
    color:#333;
    line-height: 2;
}
.block .class-content .contact-map p{
    font-size: 14px;
    line-height: 2;
}


.block .product-list{
    justify-content: flex-start;
}
.block .product-list .product-item {
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 30px;
}
.block .product-list .product-item:nth-child(4n){
    margin-right: 0;
}
.block .product-list .product-item .product-img {
	width: 100%;
}
.block .product-list .product-item .product-info{
    text-align: center;
}
.block .product-list .product-item .product-info span {
	display: block;
	font-size: 20px;
	font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    color:rgba(6, 6, 6, 0.59);
}

.block .product-list .product-item .product-info :hover span {
	background-color: #3267ff;
	color:#fff;
}
.block .product-nav{
    justify-content: space-between;
    margin-bottom: 30px;
}
.block .product-nav a{
    width: 24%;
    color:#fff;
    font-size: 16px;
    line-height: 2;
    padding: 1% 0;
    background: #9d9fa4;
    text-align: center;
}
.block .product-nav a:hover{
    background: #3267ff;
}
.product-box{
    margin-top: 30px;
}
.shown_products_a{
    justify-content: space-between;
}
.shown_products_a_left,
.shown_products_a_right {
    width: 49%;
}
.shown_products_a_right {
}

.shown_products_a_left {
	border: 1px solid #999;
	padding: 2px;
}
.shown_products_a_right h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.block .shown_products_a_right h3 {
	font-size: 14px;
	padding-top: 30px;
	color: #666;
	font-weight: normal;
	line-height: 2;
}

.block .shown_products_a_right h2 {
	font-size: 16px;
	line-height: 2;
	color:rgba(8, 8, 8, 0.41);
	margin-top: 30px;
}
.block .shown_products_a_right h2 span{
    background: rgba(115, 109, 109, 0.37);
    padding: 8px 15px;
}
.shown_products_a_right h4 {
	font-size: 16px;
	margin-top: 30px;
}
.shown_products_a_right h4 a {
	background-color: rgba(115, 109, 109, 0.37);
	padding: 15px 50px;;
	color: rgba(4, 4, 4, 0.67);
	line-height: 2;
}
.shown_products_a .current {
	background-color: inherit;
}
.shown_products_b {
	width: 100%;
	margin-top: 10px;
}
.shown_products_b_a {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.shown_products_b_a .op{
    border-bottom: 1px solid #999;
}
.shown_products_b_a h2 {
	font-weight: bold;
	background-color: rgba(42, 60, 125, 1);
	line-height: 1;
	font-size: 20px;
	padding: 15px 18px;
	color:#fff;
	display: inline-block;
}


.block .class-content h1 {
	text-align: center;
	line-height: 30px;
	font-size: 24px;
}
.prev-next{margin-top:30px;}.prev-next span,.prev-next a{display:inline-block;font-size:14px;line-height:20px;font-weight:700;}

.prev-next{
    margin-top:30px;
    
}
.prev-next span,.prev-next a{
    display:inline-block;
    font-size:14px;
    line-height:20px;
    font-weight:700;
}


.block .job-tit{
    position: relative;
    font-size: 48px;
    line-height: 2;
    color:#0c4c9b;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.block .job-tit:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    background: #838383;
    width: calc(50% - 120px);
}
.block .job-tit:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    background: #838383;
    width: calc(50% - 120px);
}
.block .jgw-ul{
    justify-content: space-between;
}
.block .jgw-item{
    width: 15%;
}
.block .jgw-item .jgw-img{
    border: 1px solid #ddd;
    text-align: center;
    padding: 17% 0;
}
.block .jgw-item .jgw-text{
    font-size: 26px;
    color:#000;
    margin-top: 20px;
    line-height: 1.6;
    text-align: center;
}
.block .jcontact-item{
    font-size:30px;
    line-height: 2;
    margin-bottom: 10px;
}