body,
html {
    width: 100%;
    min-width: 1200px;
}

.header {
    height: 120px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header .logo {
    font-size: 32px;
    color: #3083eb;
    font-weight: bold;
    margin-left: 50px;
}

.header .logo img{
	width: 300px;
}

.header .mani_nav {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.mani_nav a {
    width: 100px;
    height: 120px;
    margin: 0 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    color: #2b2b2b;
    text-decoration: none;
    font-size: 16px;
}

.mani_nav a.a_on,
.mani_nav a:hover {
    background: rgb(48, 131, 235);
    color: #fff;
}

.conter {
    margin: 0 auto;
    min-width: 1200px;
}

.banner {
    background: #ccc;
}

.cont_box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 100px 50px;
}

.cont_box div:first-child{
    margin-right: 100px;
}

.cont_title {
    font-size: 36px;
    line-height: 150%;
}

.cont_text {
    font-size: 18px;
    color: #666;
    line-height: 180%;
    margin-top: 30px;
}

.cont_bgblack {
    background: #eee;
}

.cont_bgblue {
    background: rgb(48, 131, 235);
}

.cont_bgblue .cont_title,
.cont_bgblue .cont_text {
    color: #fff;
}

.cont_box_clu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 100px 50px;
    flex-direction: column;
}

.cont_box_clu .cont_title,
.cont_box_clu .cont_text {
    text-align: center;
}

.cont_box_clu .cont_subtitle {
    font-size: 18px;
    text-align: center;
}

.cont_box_bom {
    min-width: 1100px;
    padding: 0 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.cont_box_clu ul,
.aboutus_box ul {
    display: flex;
    width: 100%;
    margin-top: 80px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.cont_box_clu ul li {
    text-align: center;
    min-width: 33%;
}

.cont_box_clu ul li p {
    font-size: 20px;
    margin-top: 20px;
    color: #333;
}

.cont_box_clu ul li span {
    font-size: 16px;
    display: block;
    color: #666;
    margin-top: 10px;
}

.cont_box_bom div {
    width: 33%;
}

.cont_box_bom p {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: rgb(48, 131, 235);
}

.cont_box_bom span {
    font-size: 18px;
    color: #666;
    display: block;
    text-align: center;
}

.wkp_bottom_box ul{
	width: 1200px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.wkp_bottom_box ul li{
	width: 200px;
	min-width: 200px;
	height: 220px;
	border-radius: 8px;
	background: #1e7ff4;
	color: #fff;
	padding: 10px;
}

.wkp_bottom_box ul li p{
	color: #fff;
	margin-bottom: 20px;
}

.wkp_bottom_box ul li i{
	font-style: normal;
}

.footer {
    background: #2b2b2b;
    padding: 50px 0;
    min-width: 1200px;
}

.footer_ul {
    min-width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
    color: rgb(153, 153, 153);
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.footer_li {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 14px;
    width: 30%;
}

.footer_li div {
    border-left: solid 1px #4c4c4c;
    padding: 0 0 0 20px;
    margin-left: 20px;
}

.footer_li img {
    width: 40px;
    height: 40px;
}

.copyright {
    border-top: solid 1px #4c4c4c;
    margin-top: 30px;
    padding: 30px 0 0 0;
    color: rgb(153, 153, 153);
    text-align: center;
}

.banner_innder {
    height: 300px;
    background: url(/wp-content/uploads/2019/06/banner_img.jpg) center;
    background-size: cover;
}

.banner_innder2 {
    height: 300px;
    background: url(/wp-content/uploads/2019/06/banner_img2.jpg) center;
    background-size: cover;
}

.banner_innder3 {
    height: 300px;
    background: url(/wp-content/uploads/2019/06/banner_img3.jpg) center;
    background-size: cover;
}


.banner_innder4 {
    height: 300px;
    background: url(/wp-content/uploads/2019/06/banner_img4.jpg) center;
    background-size: cover;
}

.img_box li {
    position: relative;
    width: 365px;
    height: 285px;
    overflow: hidden;
    cursor: pointer;
}

.img_box img {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.img_box img:hover {
    left: -7px;
}

.news_cont_ul {
    min-width: 1100px;
    padding: 50px;
}

.news_cont_li {
    border-bottom: dashed 1px #ccc;
    padding: 40px 0;
}

.news_cont_li:last-child {
    border-bottom: none;
}

.news_cont_li a {
    line-height: 150%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: #333;
    font-size: 18px;
}

.news_cont_li a:hover {
    color: #3083eb;
}

.news_cont_li p {
    font-size: 14px;
    color: #666;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_inner {
    width: 1100px;
    padding: 40px 50px;
}

.news_inner_title {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 40px 0;
}

.news_inner_title p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.news_inner_text {
    padding: 50px 0 0 0;
    line-height: 200%;
}

.aboutus_box {
    min-width: 1100px;
    padding: 50px 50px 0;
}

.aboutus_title {
    font-size: 30px;
    color: 333;
}

.aboutus_subtitle {
    font-size: 16px;
    color: #666;
    margin: 10px 0 30px 0;
}

.aboutus_text {
    font-size: 14px;
    color: #666;
    line-height: 200%;
}

.about_box_bom {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 50px;
}

.about_box_bom div {
    width: 25%;
    text-align: center;
    margin: 0 20px;
}

.about_box_bom p {
    color: #3083eb;
    font-size: 20px;
    margin-bottom: 20px;
}

.about_box_bom span {
    line-height: 200%;
    color: #666;
}

.kp_cont_box {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 100px 50px;
}

.wkp_cont_box{
	border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 30px 50px;
}

.kp_cont_box img {
    width: 420px;
    margin-right: 120px;
}

.kp_border_top {
    border-top: 1px solid #e0e0e0;
    padding-top: 50px;
}

.kp_border_right {
    border-right: 1px solid #e0e0e0;
}

.kp_down_box {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 70px 50px;
    background: #dddddd;
}

.kp_down_warp {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.kp_title {
    font-size: 28px;
    color: #333;
}

.kp_cont {
    font-size: 20px;
    color: #979797;
    line-height: 200%;
}

.kp_dwon_soft {
    background: url(/wp-content/uploads/2018/04/btn_down.jpg);
    width: 220px;
    display: block;
    height: 63px;
    background-size: 100% 100%;
    margin: 20px 0;
}

.kp_dwon_other {
    color: #3685e8;
    font-size: 20px;
    list-style: disc;
    display: list-item;
    margin: 10px 25px;
}

.kp_dwon_other:hover {
    text-decoration: underline;
}

.kp_down_warp img {
    width: 402px;
    height: 247px;
}

.wkp_adbox img{
	width: 700px;
	height: 330px;
}

.kp_icon {
    background: #2474d8;
    width: 88px;
    height: 88px;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 88px;
}

.conter_sm {
    width: 1100px;
    margin: 20px auto;
    border: 1px solid #d7dade;
    border-radius: 5px 5px 0 0;
}

.sm_title {
    font-size: 26px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #d7dade;
    margin: 0 0 0 0;
    padding: 20px 0;
    position: relative;
}

.sm_sub_title {
    font-size: 20px;
    margin: 20px;
}

.sm_cont_box {
    font-size: 16px;
    margin: 10px 60px;
    line-height: 200%;
}

.sm_cont_box img {
    margin-bottom: 20px;
}

.sm_title a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    color: #3685e8;
    display: block;
    text-decoration: underline;
}

.sm_sub_q {
    color: #3685e8;
    font-size: 20px;
    margin: 50px 60px 10px;
    border-top: dashed 1px #dcdcdc;
    padding-top: 30px;
}

.border_top_no {
    border-top: none;
}

.conter_sm img {
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
}

.conter_sm a {
    color: #3685e8;
    text-decoration: underline;
}

.hy_cont_box{
	line-height: 40px;
	background: #0099ff;
	border-radius: 8px;
	width: 1000px;
	padding: 30px 50px;
	color: #fff;
	margin-bottom: 30px;
}

@media screen and (max-width:800px) {
    body,
    html,
    .conter,
    .footer,
    .footer_ul,
    .cont_box_bom,
    .news_cont_ul {
        width: 100%;
        min-width: auto;
    }

    .header {
        width: 100%;
        height: 28vw;
        flex-direction: column;
    }
    .header .logo {
    	margin: 0;
    	line-height: 14vw;
        font-size: 18px;
    }

    .header .logo img {
	width:40vw;}

	.mani_nav{
		width: 100%;
	}
    .mani_nav a {
        height: 14vw;
        font-size: 14px;
        text-align: center;
        width: 16vw;
    }
    .banner {
        height: auto;
    }
    .cont_box {
        padding: 20px;
        flex-direction: column;
    }
    .cont_box div {
        width: 100%;
        margin-right: 0!important;
    }
    .cont_title {
        font-size: 20px;
    }
    .cont_text {
        font-size: 14px;
        margin: 10px 0;
    }
    .cont_box img {
        width: 100%;
    }

    .cont_bgblack img {
        margin-bottom: 10px;
    }
    .cont_box_clu {
        padding: 20px 10px;
    }
    .cont_box_clu ul {
        margin-top: 10px;
        flex-direction: column;
    }
    .cont_box_clu ul li {
        margin-bottom: 20px;
        width: 100%;
    }

    .wkp_bottom_box ul li{
    	width: 200px;
    	min-width: 200px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer_ul {
        flex-direction: column;
        padding: 10px 0;
    }
    .footer_li {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 20px;
        border-bottom: dashed 1px #4c4c4c;
        padding-bottom: 20px;
    }
    .footer_li img {
        margin-left: 30px;
    }
    .copyright {
        margin-top: 0;
        border-top: none;
        padding: 0;
    }

    .cont_box_bom,
    .img_box {
        padding: 0;
        flex-direction: column;
    }
    .cont_box_bom div,
    .img_box li {
        width: 100%;
        margin: 20px 0;
    }
    .news_cont_ul {
        padding: 0;
    }
    .news_cont_li {
        padding: 20px;
    }
    .aboutus_box,
    .news_inner {
        padding: 20px;
        width: auto;
        min-width: auto;
    }
    .img_box,
    .cont_box_clu ul,
    .aboutus_box ul {
        margin-top: 0;
    }
    .about_box_bom {
        flex-direction: column;
        margin-top: 20px;
    }
    .about_box_bom div {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: dashed 1px #4c4c4c;
        padding: 0 0 30px 0;
    }
    .about_box_bom p {
        margin-bottom: 0;
    }
    .banner_innder,
    .banner_innder2,
    .banner_innder3,
    .banner_innder4 {
        height: 150px;
    }
    .news_inner_title {
        padding-bottom: 20px;
    }
    .news_inner_text {
        padding-top: 20px;
    }
    .kp_down_box {
        padding: 0;
    }
    .kp_down_warp,
    .kp_cont_box {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px;
    }
    .kp_cont_box img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .kp_cont_box .cont_title {
        text-align: center;
    }
    .conter_sm {
        width: 90%;
        margin: 20px auto;
        border: 1px solid #d7dade;
        border-radius: 5px 5px 0 0;
    }
    .sm_title a {
        display: none;
    }
    .wkp_adbox img{
    	width: 100%;
    	height: auto;
    }
    .wkp_cont_box{
    	flex-direction: column;
    }
    .wkp_cont_box img{
    	width: 100%;
    }
 .wkp_bottom_box ul { width:100%}
}



