* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    min-height: 100%;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
}

ul, li {
    list-style: none outside none;
}

input[type=button], input[type=text], input[type=password], input[type=date], input[type=number], input[type="search"], input[type="submit"], textarea {
    -webkit-appearance: none;
    outline: none;
}

input[type=date] {
    background: #fff;
}

@keyframes bgmove {
    0% {
        background-position: -300px -4px
    }
    25% {
        background-position: -600px -4px
    }
    75% {
        background-position: 0 -4px
    }
    100% {
        background-position: -300px -4px
    }
}

@-webkit-keyframes bgmove {
    0% {
        background-position: -300px -4px
    }
    25% {
        background-position: -600px -4px
    }
    75% {
        background-position: 0 -4px
    }
    100% {
        background-position: -300px -4px
    }
}

.pagespictitle_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 500;
    padding: 35px 0;
}

.pagespictitle {
    display: inline-block;
    width: 56px;
    height: 12px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px;
}

.pagespictitleL {
    background: url(../img/pagespictitleL.png) no-repeat;
}

.pagespictitleR {
    background: url(../img/pagespictitleR.png) no-repeat;
}


/* nav */

.nav_wrap {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.nav_content {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_content img {
    width: 173px;
    height: 60px;
}

.nav_list_wrap {
    display: flex;
		align-items: center;
}

.nav_list_wrap .nav_list {
    display: block;
    margin-left: 50px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.nav_list_wrap .nav_list:hover {
    border-bottom: 2px solid #6372fd;
}

.nav_list_wrap .nav_list:hover .nav_list_hover {
    display: flex;
}

.nav_list_wrap .nav_list:hover .nav_hover_activeIcon {
    display: block;
}
.nav_list_wrap .vip_btn{
	color: #6b3d1e;
	font-size: 13px;
	text-indent: 35px;
	width: 98px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: url(../../../yasuotu/home/images/vip_btn01.png) no-repeat;
	margin-left: 40px;
}

.nav_list_hover {
    display: none;
    position: absolute;
    width: 432px;
    height: auto;
    padding: 32px 20px 20px;
    background: #fff;
    box-shadow: 0 0 15px #fff;
    top: 51px;
    right: 0;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

.nav_list_hover a {
    display: block;
    width: 33%;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

.nav_list_hover a:hover {
    color: #6372fd;
}

.nav_hover_activeIcon {
    display: none;
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid #6372fd;
    z-index: 2;
}

.banner_wrap {
    width: 100%;
    min-width: 1200px;
    height: 495px;
    background: url(../img/bannerbg.png) center center;
}

.banner_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_content p:first-child {
    font-size: 48px;
    color: #fff;
}

.bannerpic {
    width: 617px;
    height: 337px;
}

.banner_content li img {
    display: block;
    width: 573px;
    height: 149px;
}

.banner_content a {
    display: block;
    width: 218px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 20px;
    background: url(../img/btnbg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 35px;
}

.banner-info{
    color: #ffffff;
}
.banner-info h1{
    font-size: 40px;
}
.banner-info p{
    font-size: 24px;
    margin-top: 30px;
}

/* content_page1_wrap */

.content_page1_wrap {
    width: 100%;
    min-width: 1200px;
    height: 480px;
}

.content_page1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 343px;
    margin: 0 auto;
    padding: 68px 0;
}

.content_page1 li.content_page1_list {
    width: 284px;
    height: 342px;
    box-shadow: 0 0 10px #f2f2f2;
    text-align: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.content_page1 li.content_page1_list:nth-child(2) {
    padding: 30px 50px;
}

.content_page1 li.content_page1_list img {
    width: 88px;
    height: 74px;
    margin: 25px auto 40px;
}

.content_page1 li.content_page1_list p:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
}

.content_page1 li.content_page1_list p:nth-child(3) {
    font-size: 18px;
    margin: 25px 0;
    line-height: 30px;
    color: #666;
}

.content_page1 div.content_page1_data {
    width: 284px;
    height: 342px;
    background: url(../img/pagepic1_4.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.content_page1_data ul {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: url(../img/pagepic1_4_1.png) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: -300px -4px;
    animation: bgmove 18s ease-in-out infinite both;
    -webkit-animation: bgmove 18s ease-in-out infinite both;
    color: #fff;
}

.content_page1_data_title {
    font-size: 18px;
    text-align: left;
}

.content_page1_data_content {
    text-align: right;
    font-size: 18px;
    margin: 10px 0;
}

.content_page1_data_content span {
    font-size: 36px;
}

.content_page1_data_hint {
    font-size: 14px;
}


/* content_page2_wrap */

.content_page2_wrap {
    width: 100%;
    min-width: 1200px;
    height: 620px;
    background: #f4f9fe;
}

.content_page2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_page2 li {
    width: 362px;
    height: 463px;
    box-shadow: 0 0 20px #e1eefe;
    padding: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.content_page2 li img {
    width: 218px;
    height: 205px;
}

.content_page2 li p:nth-child(2) {
    font-size: 24px;
    color: #1375fe;
    margin: 15px auto 20px;
    font-weight: 600;
}

.content_page2 li p:nth-child(3) {
    line-height: 30px;
    font-size: 15px;
}


/* content_page3_wrap */

.content_page3_wrap {
    width: 100%;
    min-width: 1200px;
    height: 430px;
    background: #fff;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_page3 {
    width: 1200px;
    padding-bottom: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* content_page4_wrap */

.content_page4_wrap {
    width: 100%;
    min-width: 1200px;
    height: 620px;
    background: #f4f9fe;
}

.content_page4 {
    width: 1200px;
    padding-bottom: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.content_page4 a {
    display: block;
    width: 364px;
    height: 175px;
    border: 5px solid #d3e8fe;
    border-radius: 20px;
    padding: 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.content_page4 a div {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
}

.content_page4 span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #1375fe;
    margin-right: 10px;
}

.content_page4 a > p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 25px;
}


/* content_page5_wrap */

.content_page5_wrap {
    width: 100%;
    min-width: 1200px;
    height: 165px;
    background: #5a87f7;
}

.content_page5 {
    width: 1200px;
    margin: 0 auto;
}

.content_page5 p {
    font-size: 30px;
    text-align: center;
    padding: 30px 0 20px;
    color: #fff;
    font-weight: bold;
}

.content_page5 a {
    display: block;
    width: 165px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #5a87f7;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}


/* footer */

.footer {
    width: 100%;
    height: 100px;
    min-width: 1200px;
    background: #1f1f24;
}

.footer_pages_content {
    width: 1200px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    /*padding: 28px 15px*/
    ;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_pages_content li {
    font-size: 15px;
    color: #b5b5b5;
    margin-bottom: 15px;
}

.footer_pages_content li a {
    color: #b5b5b5;
    padding: 0 10px;
}

.footer_pages_content p {
    font-size: 13px;
    color: #646465;
}

.question {
    width: 165px;
    margin: 0 auto;
}

.question a {
    display: block;
    width: 165px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #5a87f7;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
}

.btysxx {
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}