/* 初始化标签在所有浏览器中的margin、padding值 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}
html{ _background:url(about:blank);}
body{
    color: #75778b;
}
.flex_style{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.sub_title{
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #28313F;
	text-align: center;
}
.sub_text{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #5C6B80;
	line-height: 26px;
	text-align: center;
}
.top_menu{
    /* padding: 20px 20vw; */
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    /* width: 60vw; */
    background-color: #ffffff;
    z-index: 9999;
    color: #5e6077;
}
.top_menu .flex_style p{
    padding-bottom: 10px;
    cursor: pointer;
}


.select_tab{
    border-bottom: 2px solid #2468f2;
    color: #2468f2;
}
.index_style{
    background-image:url(../images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size:100% 100%;
    /* padding: 0 20vw 100px; */
    padding-bottom: 100px;
    margin-top: 80px;
    color: #ffffff;
}
.about_block{
    background-image:url(../images/jz_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size:100% 100%;
    /* padding: 50px 20vw; */
    padding-top: 50px;
    padding-bottom: 50px;

}
.about_info{
	flex-wrap: wrap;
}
.about_info .about_info_bg{
	background: #FFFFFF;
	box-shadow: 0px 6px 14px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	flex: 0 0 30%;
	display: flex;
	margin: 10px;
}
.about_info .about_info_img{
	width: 64px;
	height: 51px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.about_info .about_info_text{
	margin-top: 10px;
	margin-left: 20px;
	width: 118px;
	height: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #192332;
	line-height: 36px;
}
.about_info .about_info_text p{
	width: 126px;
	height: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #5C6B80;
	line-height: 36px;
}


.index_number{
    font-size: 30px;
    color: #2468f2;
    margin-top: 30px;
    margin-bottom: 10px;
}
.index_explain{
    font-size: 14px;
}
.todo_text{
    margin-bottom: 30px;
    font-size: 14px;
}
.todo_block{
	background-image:url(../images/mb_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size:100% 100%;
	padding-top: 50px;
    padding-bottom: 50px;
}
.todo_block .todo-img_text>p:first-child{
    text-align: center;
    font-weight: bold;
    color: #191c3d;
}
.todo_block .todo-img_text>p:last-child{
    text-align: center;
    font-size: 13px;
    margin-top: 0.5vw;
}
.todo_sub{
	width: 100%;
	height: 50px;
	
	border-bottom: 1px solid #5C6B80;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.todo_sub_key{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #28313F;
	line-height: 26px;
	cursor:pointer;
}
.todo_sub_this{
	color: #1880FF;
	border-bottom: 2px solid #407EFB;
}
.todo_model{
	display: flex;
	margin-top: 50px;;
}
.todo_model .todo_img{
	width: 35%;
}

.todo_model .todo_img img{
	width: 90%;
	
}
.todo_model .todo_text{
	width: 65%;
}
.todo_text_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.todo_text_item{
	flex: 0 0 18%;
	background: rgba(255,255,255,0.6);
	border-radius: 18px;
	border: 1px solid #CED8E6;
	width: 120px;
	height: 36px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.service_block{
    /* padding: 100px 20vw; */
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.service_bg{
    background-image:url(../images/fwbz_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size:100% 100%;
}
.service_bg .service-title{
    color: #ffffff !important;
}
.service_block .service-title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #191c3d;
}
.service_block .service-text{
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.service_block .service-img_block{
    /* background-color: #ffffff; */
    padding: 2vw 2vw 0;
    color: #75778b;
    flex-wrap: nowrap;
}
.service_block .service-img_block .service-img_bg{
	width: 210px;
	height: 300px;
	margin-left: 10px;
	background: linear-gradient(0deg, #FFFFFF 24%, #E7F8FF 100%);
	box-shadow: 0px 6px 14px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
}
.service_block .service-img_block .service-img_img{
	text-align: center;
	margin-top: 84px;
	margin-bottom: 48px;
}
.service_block .service-img_block .service-img_text{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #192332;
	text-align: center;
	line-height: 36px;
}
.service_block .service-img_title{
    margin: 15px 0 10px;
    color: #191c3d;
}
.service_block .service-img_text{
    font-size: 12px;
    line-height: 20px;
}
.case_block,.news_block,.contactus_block{
    color: #75778b  !important;
}
.news_block{
    background-image:url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size:100% 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.news_box{
	flex-direction: column;
	height: 450px;
	flex-wrap: wrap;
}
.news_box .news_item{
	cursor: pointer;
	width: 45%;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 6px 14px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.news_item .news_date{
	display: inline-block;
	float: left;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	width: 80px;
	border-right: 2px solid #8F98A5;
}
.news_date p{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #192332;
}
.news_date span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #192332;
}
.news_item .news_img{
	display: none;
}
.news_box .news_item .news_title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #192332;
	line-height: 36px;
	padding-left: 100px;
	box-sizing: border-box;
}
.news_box .news_item .news_text{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #5C6B80;
	line-height: 24px;
	padding-left: 20px;
	box-sizing: border-box;
	height: 50px;
	overflow: hidden;
}
.news_box .news_item:first-child{
	height: 450px;
	background: #FFFFFF;
	border-radius: 10px;
}
.news_box .news_item:first-child .news_img{
	display: block !important;
	min-width: 350px;
}

.contactus_block{
    background-image:url(../images/lianxiwomen.jpg);
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size:100% 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contactus_block .contactus_text{
    width: 706px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}
.contactus_block .contactus_qrcode{
    width: 100px;
	height: 100px;
}
.contactus_block .contactus_qrcode img{
    width: 100px;
	height: 100px;
}
.footer{
    background-color: #181a49;
    color: #c8c8d3;
}
.footer>div:first-child{
    /* padding: 30px 33vw; */
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    border-bottom: 1px solid #5e5f80;
}
.footer>div:last-child{
    /* padding: 10px 20vw; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.news-detail_block{
    /* padding: 20px 20vw; */
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-detail_block .bread-crumb{
    font-size: 12px;
    color: #666666;
}
.news-detail_left .news-detail_title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.news-detail_left .news-detail_content>p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
    margin-top: 10px;
}
.news-detail_left img{
width:95%;
}
.news-detail .news-detail_time{
    font-size: 14px;
    text-align: center;
    margin: 10px 0 30px;
}
.news-detail_right .news-list{
    background-color: #fafafa;
    color: #191c3d;
    font-size: 14px;
    padding: 15px;
    border-top: 3px solid #216dfd;
}
.news-detail_right .news-btn{
    background-color: #216dfd;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.news-detail_right p{
    margin: 10px 0;
}
.news-detail_right .news-list_title{
    border-left: 3px solid #216dfd;
    padding-left: 10px;
    font-size: 16px;
}
.news-detail_right .news-list_time{
    color:#75778b;
    font-size: 12px;
    margin-bottom: 25px;
}
.banner-show{
	width: 30%;
	height: 600px;
}

@media screen and (max-width: 1400px) {
	
	.about_info_bg{
		flex: 0 0 45% !important;
	}
	.service-img_bg{
		flex: 0 0 30% !important;
	}
	.flex_style{
	    flex-wrap: wrap !important;
	}
}

@media screen and (max-width: 1000px) {
	
	.about_info_bg{
		flex: 0 0 44% !important;
	}
	
    .padding-style{
        padding-left: 10vw;
        padding-right: 10vw;
    }
    .top_menu{
        width: calc(100vw - 40px);
        font-size: 12px;

    }
    .padding-menu{
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_menu .flex_style{
        flex: 6;
    }
    .top_menu>p:first-child{
        flex: 1;
    }
    .number-double>div{
        width: 48%;
    }
    .flex_style{
        flex-wrap: wrap !important;
    }
    .todo-image{
        height: 100%; 
        width: 100%;
    }
    .todo_block .todo-img_text{
        position: absolute;
        bottom: 15%;
        width: 100%;
    }
    .footer>div:first-child{
        padding-left: 20px;
        padding-right: 20px;
    }
    .service_block .service-img_block>div{
        width: 48%;
        text-align: center;
        margin-bottom: 2vw;
    }

    .about-image{
        display: none;
    }
    .news-detail{
        display: block;
    }
    .news-detail_block .news-detail_left{
        /* flex: 2; */
        /* padding: 50px 20px 30px 0; */
        margin-top: 50px;
        color: #75778b;
    }
    .news-detail_block .news-detail_right{
        /* flex: 1; */
        margin-top: 20px;
    }
    .index_style div>p:first-child{
        font-size: 18px;
        /* padding-top: 30px; */
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .index_style div>p{
        font-size: 12px;
        /*color: #eeaa66;*/
    }
    .index_style div>p:last-child{
        margin-top: 10px;
    }
    .index_style{
        background-image:url(../images/banner_bg.jpg);
        padding-bottom: 20px;
    }
    .banner-show{
        display: none;
    }
    .todo-phone{
        width: 100%;
    }
	
}
    @media screen and (max-width: 768px){
        .index_style div>p:first-child{
            font-size: 12px;
            /* padding-top: 30px; */
            margin-top: 40px;
            margin-bottom: 20px;
            /* text-shadow: #191c3d 3px 3px 3px; */
        }
        .index_style div>p{
            font-size: 12px;
            /*color: #eeaa66;*/
            /* text-shadow: #191c3d 3px 3px 3px; */
        }
		.flex_style{
		    flex-wrap: wrap !important;
		}
		.about_info_bg{
			flex: 0 0 100% !important;
		}
		.service-img_bg{
			flex: 0 0 100% !important;
		}
    }
    @media screen and (min-width: 1000px) {
    .padding-style{
        padding-left: 20vw;
        padding-right: 20vw;
    }
    .top_menu{
        width: 60vw;
    }
    .padding-menu{
        padding-left: 20vw;
        padding-right: 20vw;
    }
    .top_menu .flex_style{
        flex: 2;
    }
    .top_menu>p:first-child{
        flex: 1;
    }
    .todo-image{
        height: 15vw; 
        width: 17vw;
    }
    .todo_block .todo-img_text{
        position: absolute;
        bottom: 2vw;
        width: 17vw;
    }
    .footer>div:first-child{
        padding-left: 33vw;
        padding-right: 33vw;
    }
    .service_block .service-img_block>div{
        width: 30%;
        text-align: center;
        margin-bottom: 2vw;
    }
    .news-double>div{
        width: 24% !important;
        margin-top: 10px;
    }
    .news-detail_block .news-detail_left{
        flex: 2;
        padding: 50px 20px 30px 0;
        color: #75778b;
    }
    .news-detail_block .news-detail_right{
        flex: 0.8;
        margin-top: 50px;
    }
    .index_style div>p:first-child{
        font-size: 22px;
        /* padding-top: 30px; */
        margin-top: 120px;
        padding-bottom: 70px;
    }
    .index_style div>p:last-child{
        margin-top: 10px;
    }
    .index_style{
        background-image:url(../images/banner_bg.jpg);
    }
}