

*{padding: 0;margin: 0;text-decoration: none;list-style: none;outline: none;}
h1,h2,h3,h4,h5,h6,p,ul{margin: 0;padding: 0;}
a,a:focus, a:hover{text-decoration: none;}
.pl{float: left;}
.pr{float: right;}

/*头部开始*/
.header{}
.header_01{height: 80px;position: relative;background-color:#fff}
.header_01 .logo{float: left;width: 20%;line-height: 80px;}
.header_01 .logo img{}
.header_01 .nav-pc{float: right;width: 75%;}
.header_01 .nav-pc ul{overflow: hidden;}
.header_01 .nav-pc ul li{float: left;line-height: 80px;margin: 0 2.5%;}
.header_01 .nav-pc ul li a{font-size: 18px;color:#18365A;font-weight: bold;}
.header_01 .nav-pc ul li a:hover{color: #bedeff;}

.header .b-txt{text-align: center;margin-top: 400px;color: #fff;}
.header .b-txt h3{font-size: 60px;margin-bottom: 20px;}
.header .b-txt h5{font-size: 24px;letter-spacing: 3px;margin-bottom: 60px;}
.header .b-txt p{font-size: 30px;line-height: 30px;}

.header_01 .nav-pc .n-list{display: none;background: #fff;width: 100%;position: absolute;top: 100%;left: 0;height: 50px;text-align: center;line-height: 50px;z-index: 10}
.header_01 .nav-pc .n-list a{color: #3e3e3e;padding: 0 20px;font-size: 18px;line-height: 50px;display: inline-block;}
.header_01 .nav-pc .n-list a:hover{color: #fff;background: #0b58cc;}
.header_01 .nav-pc ul li:hover .n-list{display: block;}
.header_01 .nav-pc ul li img{cursor: pointer;}

.search-box{position: absolute;top: 100%;width: 30%;left: 40%;text-align: center;margin-top: -20px;display: none;}
.search-box label{width: 100%;}
.search-box input{width: 100%;height: 50px;border-radius: 50px;outline: none;border: 2px solid #05507d;background: rgba(255,255,255,.6);padding-left: 30px;font-size: 16px;}

.nav-mo{display: none;}




.nav{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.nav img{margin-left: -40px;margin-top: 30px;z-index: 2;}

.nav a{
    color: #fff;
    width: 102px;
    text-align: center;

}

.bot{
    height: 44px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #e1e1e1;
    margin-top: 30px;
    margin-right: 15px;
}

.bot>.xian{
    width: 18px;
    height: 1px;

    background: #fff;
    transition: all .1s;
    /* 旋转中心点 */
    transform-origin: left center;

}
.bot .xian:nth-child(1){
    position: absolute;
    left: calc(50% - 9px);
    top: 12px;
}
.bot .xian:nth-child(2){
    position: absolute;
    left: calc(50% - 9px);
    top: 24px;
}

/* 移动端导航开始 */

.nav_2{
    display: flex;
    width: 100vw;
    height: 0vh;
    transition:all .5s;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;

}
.nav_2 .nav_nr{
    width: 100vw;
}
/* 移动端导航结束 */

@media only screen and (max-width:768px){
    .bot{
        display: flex;
        position: relative;
        z-index: 100;
    }
    .nav .logo{
        z-index: 100;
        position: relative;
    }

    .bot>.xian{
        display:block;
    }

    .nav .text,.nav .search{
        display: none;
    }

    .nav{
        justify-content: space-between;
    }

    .nav a,.nav label{
        width: 36px;
    height: 36px;
    margin-top: 10px;
    }

    .nav .bot{
        order: 1;
    }

    .nav .logo{
        order: 2;
    }

    .nav .buy{
        order: 3;
    }

    #dianji:checked~ .bot .xian:nth-child(1){
        transform: rotate(45deg);
    }

    #dianji:checked~ .bot .xian:nth-child(2){
        transform: rotate(-45deg);
    }

    /* 移动端导航开始 */

    /* 设定复选框为选中状态时:导航页面显示 */

    #dianji:checked~.nav_2{
        display: flex;
        /*
        vw 视窗的宽度单位 width: 100vw; = 100% 视窗的宽度
        vh 视窗的高度单位 height: 100vh; = 100% 视窗的高度
        */
        width: 100vw;
        height: 100vh;
        background: #4c9bec;
        position: fixed;
        top: 0;
        left: 0;
        color: #fff;
        flex-direction: column;
        padding-top: 60px;
        z-index: 5;
    }

    .shusuo{
        margin: 0 28px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 36px;
        border-radius: 5px;
        color: #ccc;
        background-color: rgba(255,255,255,0.4);
    }
    .shusuo .icom{
        width: 32px;
        height: 36px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 18px 72px;
    }
    .shusuo .icom img{margin: 5px;}
    .shusuo input{
        flex: 1;
        margin: 0 10px;
        height: 100%;
        background: none;
        border: none;
        outline: none;
        color: #fff;


    }

    .xiahxian{
        border-color:#4d6786;
        margin: 0 28px;
        margin-top: 15px;

    }

    .navlist{
        margin: 0 28px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .navlist a{
        width: 100%;
        height: 44px;
        color: #fff;
        border-bottom: 1px solid #4d6786;
        text-align: left;
        line-height: 44px;
        font-size: 18px;
        padding-left: 8px;
    }
    .navlist a:last-child{
        border-bottom: none;
    }

    /* 移动端导航结束*/
	
	.header_01{height: 50px;}

}


@media (max-width: 1400px){
    .header_01 .nav-pc{float: right;width: 75%;}
    .header_01 .nav-pc ul li{float: left;line-height: 80px;margin: 0 2.5%;}
}


@media (max-width: 1200px){
    .header_01 .nav-pc ul li{float: left;line-height: 80px;margin: 0 1.8%;}
}


@media (max-width: 992px){
    .header_01 .nav-pc ul li{float: left;line-height: 80px;margin: 0 1%;}
}


@media (max-width: 768px){
    .header .b-txt h3 {font-size: 30px;}
    .header .b-txt h5 {font-size: 14px;margin-bottom: 36px;}
    .header .b-txt p {font-size: 20px;}

    .f1 .n-list ul li {padding: 0 5px;}

    .nav-pc{display: none;}
    .nav-mo{display: block;}
    .logo{display: none;}

	.header{padding: 0 0 580px 0;}

}



/*头部结束*/










/*关于同创开始*/
.gy-list{background: rgba(0,0,0,.5);margin-top: 520px;}
.gy-list a{font-size: 20px;line-height: 60px;padding: 0 40px;display: inline-block;color: #fff;}
.gy-list a.active{
	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
    background: -webkit-linear-gradient(111deg, #f3dcbf, #c5ac8a);
    background: -moz-linear-gradient(111deg, #f3dcbf, #c5ac8a);
    background: -o-linear-gradient(111deg, #f3dcbf, #c5ac8a);
    background: -ms-linear-gradient(111deg, #f3dcbf, #c5ac8a);
    background: linear-gradient(111deg, #f3dcbf, #c5ac8a);
     color: #333;*/
/*    background-color: #0b58cc;*/
	background: url(../../picture/ywfl-bg.png) no-repeat center center;
	    color: #fff;
	}

/*关于同创结束*/

@media (max-width: 1400px){

}


@media (max-width: 1200px){

}


@media (max-width: 992px){
    .gy-list a {font-size: 16px;line-height: 40px;font-weight: bold;padding: 8px 9px;}
}


@media (max-width: 768px){
    .gy-list {    margin-top: 524px;}

}









/*底部开始*/
.footer_bg{background: #434343;padding-top: 50px;color: #d8d8d8;}
.f1{border-bottom: 1px solid #676767;padding-bottom: 60px;}
.f1 .n-list{text-align: center;}
.f1 .n-list ul{overflow: hidden;display: inline-block;}
.f1 .n-list ul li{float: left;padding: 0 10px;}
.f1 .n-list ul li a{color: #d8d8d8;font-size: 16px;line-height: 30px;font-weight: bold;}
.f1 p{font-size: 14px;color: #a6a6a6;text-align: center;}
.f1 .logo-2{margin: 32px 0;text-align: center;}

.f2{}
.f2 p.copyright{color: #999999;font-size: 14px;line-height: 50px;text-align: center;}

/*底部*/
.footer{padding: 80px 0;background: #272727;}

.f-left{float: left;width: 80%;border-left: 1px solid #fff;padding-left: 15px;margin-top: 10px;}
.f-left img{}
.f-left p{font-size: 16px;color: #fff;line-height: 16px;margin-top: 20px;}
.f-right{float: left;width: 20%;text-align: right;}
.f-right img{width: 150px;}
.f-right p{text-align: right;margin-top: 8px;font-size: 16px;color: #fff;line-height: 16px}


/*屏幕 大于等于 1400*/
@media (max-width: 1400px){

}

/*屏幕  1200 - 1400*/
@media (max-width: 1200px){

}

/*屏幕 大于等于 992*/
@media (max-width: 992px){

}

/*屏幕 大于等于 768*/
@media (max-width: 768px){
	.nav{    height: 50px;}
	.nav img{margin-top: 0;}
    .f1 .n-list ul li {padding: 0 5px;}
}

/*屏幕 大于等于 576*/
@media (min-width: 576px){}

/*底部结束*/



/*返回顶部*/
    .arrow{
        border: 9px solid transparent;
        border-bottom-color: #3DA0DB;
        width: 0px;
        height: 0px;
        top:0px
    }
    .stick{
        width: 8px;
        height: 14px;
        border-radius: 1px;
        background-color: #3DA0DB;
        top:15px;
    }
    #back_top div{
        position: absolute;
        margin: auto;
        right: 0px;
        left: 0px;
    }
    #back_top{
        background-color: #dddddd;
        height: 38px;
        width: 38px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        position: fixed;
        right: 120px;
        bottom: 100px;
        display: none;
    }


@media (max-width: 768px){
    #back_top{
        background-color: #dddddd;
        height: 38px;
        width: 38px;
        border-radius: 3px;
        display: block;
        cursor: pointer;
        position: fixed;
        right: 60px;
        bottom: 60px;
        display: none;
    }
      /*底部*/
    .footer {padding: 40px 0;}
    .f-left,.f-right{width: 100%;float: none;}

    .f-left{margin-bottom: 20px;}
    .f-left p {font-size: 1.5rem;color: #fff;line-height: 2.2rem;margin-top: 20px;}
    .f-right,.f-right p{text-align: center;}

}





























