﻿
		.btn{
            display: inline-block;
            width: 146px;
            height: 48px;
            background: #1A68D2;
            border-radius: 51px;
            text-align: center;
            line-height: 48px;
            font-size: 18px;
            font-weight: 700;
            color: #FFFFFF;
        }

		.title-top{
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			display: flex;
			align-items: center;
			height: 60px;
			background: #FFFFFF;
			box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
			padding: 0 40px;
		}
		.title-top img{
			width: 48px;
		}
		.title-top span{
			font-size: 18px;
			font-weight: 300;
			line-height: 32px;
			margin-left: 10px;
			flex: 1;
		}

        .top-title{
            min-height: 100vh;
            background: linear-gradient(180deg, #F9F9FA 0%, #EEF4FE 100%);
            background: #FDFDFD;
            text-align: center;
            padding: 95px 0 24px 0;
            margin-bottom: 77px;
            box-sizing: border-box;
        }
        .top-title img{
            max-width: 100%;
        }
        .top-title .cont-title{
			line-height: 88px;
            margin: 10px 0 15px;
            font-size: 60px;
            font-weight: 700;
        }
        .top-title p{
            color: #3C4043;
			margin: 22px 0 20px;
            line-height: 22px;
            font-size: 14px;
        }
        
        .top-alone {
            display: flex;
            text-align: center;
            justify-content: center;
        }
        
        .top-alone>h1 {
            line-height: 55px;
            font-size: 60px;
            padding-left: 15px;
            color: #454545;
        }
        
        
        .list{
            overflow: hidden;
            padding-bottom: 20px;
        }
        .item-list{
            display: flex;
            align-items: center;
            max-width: 1200px;
            width: 96%;
            margin: 0 auto 110px;
        }
        .item-list img{
            max-width: 100%;
            vertical-align: middle;
        }
        .item-img{
            margin-right: -114px;
        }
        .item-list:nth-child(even) .item-img{
            margin-right: 0;
            margin-left: -114px;
        }
        .item-cont{
            flex: 1;
            box-sizing: border-box;
            display: flex;
        }
        .item-list:nth-child(even) .item-cont{
            order: 1;
            justify-content: flex-end;
        }
        .item-cont > div span{
            font-size: 14px;
            font-weight: 300;
            line-height: 21px;
        }
        .item-cont > div em{
            display: block;
            font-style: normal;
        }
        .cont-text {
            text-align: center;
        }
        .cont-title {
            font-weight: 700;
            color: #454545;
        }
        .item-cont > div div{
            font-size: 47px;
            line-height: 58px;
            margin: 7px 0 16px;
        }
        .item-cont > div p{
            font-size: 20px;
            font-weight: 400;
            color: #595959;
            line-height: 32px;
            margin-bottom: 14px;
        }
        .item-cont > div a{
            display: inline-block;
            font-size: 18px;
            font-weight: 300;
            color: #1967D2;
            line-height: 32px;
            padding-right: 20px;
            transition: padding-right .2s ease;
            background: url(./img/icon1.png) right center no-repeat;
        }
        .item-cont > div a:hover{
            padding-right: 23px;
        }

        .bt-wrap{
            height: 600px;
            background: url(../img/tu6.png) right center no-repeat #FDFDFD;
        }
        .bt-wrap > .bt-wrap-outer{
            max-width: 1192px;
            margin: 0 auto;
            padding-top: 170px;
        }
        .bt-wrap .msg{
            font-size: 56px;
            line-height: 65px;
        }
        .bt-wrap .btn2{
            display: inline-block;
            font-weight: 300;
            margin-top: 30px;
            
            width: 146px;
            height: 48px;
            background: #1A68D2;
            border-radius: 51px;
            text-align: center;
            line-height: 48px;
            font-size: 18px;
            color: #FFFFFF;
        }
        /*.bt-wrap .btn2:hover{*/
        /*    background: #e8f0fe;*/
        /*}*/

        @media (max-width:1200px) {
            .bt-wrap{
                background: #FDFDFD;
                text-align: center;
               
            }
            .bt-wrap span {
                 width: 100% !important;
            }
            .item-list{
                flex-wrap: wrap;
                justify-content: center;
            }
            .item-cont{
                flex: 0 0 100%;
                display: block;
            }
            .item-list:nth-child(even) .item-cont{
                order: 0;
            }
            .item-cont > div {
                width: 90%;
                margin: 0 auto;
            }
            .item-cont > div em{
                display: inline;
            }
            .item-img{
                margin-right: 0;
            }
            .item-list:nth-child(even) .item-img{
                margin-left: 0;
            }
        }
		.footer {
            height: 120px;
            text-align: center;
            padding-top: 17px;
            background: #FAFAFA;
            color: #595959;
        }

        .footer p {
            display: block;
            text-align: center;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #595959;
            line-height: 15px;
            margin: 16px 0 8px;
        }

        .footer a {
            display: inline-block;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #595959;
            line-height: 15px;
            text-decoration: none;
        }

            .footer a:hover {
                color: #000;
            }

        /*.footer p i {*/
        /*    display: inline-block;*/
        /*    background-color: #FFFFFF;*/
        /*    width: 2px;*/
        /*    height: 10px;*/
        /*}*/