@import url("grid.css");
@import url("layout.css");
@import url("icon.css");
@import url("ie.css");
@import url("animate.css");
@import url("page.css");
@import url("kefu.css");
@import url("navi_02.css");
@import url("navi_01.css");




*{
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}
html {
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}



.header{ width:100%; background:none; }
.header .navbar{ width:100%;}
.header .navbar .pc_menu{ margin:0 auto; transition: all 0.3s 0s ease-in-out ;
 transition: all 0.2s linear -1ms;}
.header .pc_title{text-align: center;background: #000;}
.header .pc_title p{text-align: center;color: #fff;font-size: 13px;line-height: 40px;}
.header .navbar .pc_menu .pc_logo{ height:100%;align-items:center; width: 100%;text-align: center;padding: 25px 0 10px;background: #fff;}
.header .navbar .pc_menu .pc_logo a { display:block; height:37%;}
.header .navbar .pc_menu .pc_logo a img{ height:100% !important;}

.header .navbar .pc_menu .pc_menu_right li{ float:left; margin-left:1.5%; margin-right:1.5%;}
.header .navbar .pc_menu .pc_menu_right>li .t{display:block; line-height:65px; font-size:14px; color:#333;position: relative;}

.header .navbar .pc_menu .pc_menu_right .active>a{ color:#000 !important;position: relative;}
.header .navbar .pc_menu .pc_menu_right>li:hover .t::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 5px;
	background: url(../image/arrow-black.png) no-repeat;
	background-size: 100% auto;
	left: calc(50% - 5px);
	top: 48px;
}
.Big-index{
	display: inline-block;
	width: 100%;
    background: #fff;
}


.header .navbar .pc_fixed{ transition: all 0.2s linear -1ms; -webkit-transition: all 0.2s linear -1ms; -moz-transition: all 0.2s linear -1ms; -ms-transition: all 0.2s linear -1ms; -o-transition: all 0.2s linear -1ms; }
.header.on .navbar {
	position: fixed;
	z-index: 99;
	width: 100%;
}
.header.on .navbar .pc_title,.header.on .navbar .pc_logo {
	display: none;
}
.header.on .Big-index{
    background: #323232;
}
.header.on .navbar .pc_menu .pc_menu_right>li>a{
    color: #fff !important;
}
.header.on .navbar .pc_menu .pc_menu_right>li:hover .t::after{
	background: url(../image/arrow-white.png) no-repeat;
	background-size: 100% auto;
}

.header-link{
    position: absolute;
    left: 0;
    top: 0;
}
.header-link a,.header-link span{
    color: #fff;
    font-size: 12px;
}





.search{
	position: absolute;
	z-index: 99;
    right: 2%;
    top: 125px;
}
.header.on .search {
    top: 18px;
}
.search-btn{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/search-open.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.search-open{
    position: fixed;
    right: 0;
    background: #fff;
    display: none;
}
.header.on  .search-open{
    top: 65px;
}
.search-box{
    margin: 18px 28px 30px 40px;
}
.search-inp{
    margin-bottom: 20px;
    background: url(../image/search.png) no-repeat center left;
}
.search-inp input{
    display: inline-block;
    width: 500px;
    line-height: 50px;
    outline: none;
    border: none;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 10px 0 30px;
    caret-color: #157efa;
    font-family: Futura,sans-serif;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #333;
    color: #333;
    background: transparent;
}
.search-other{
    display: flex;
    justify-content: space-between;
}
.search-other>div{
    display: inline-block;
    width: 40%;
}
.search-other .search-left{
    border-right: 1px solid #ededed;
    padding-right: 5%;
    margin-right: 5%;
}
.search-other .search-right{
    border: none;
    margin-left: 5%;
}
.search-other>div>h1{
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 17px;
    margin-top: 0;
    letter-spacing: -1px;
    line-height: 16px;
    text-transform: uppercase;
}
.search-other>div p{
    padding-left: 20px;
    background: url(../image/serach-h.png) no-repeat left top;
    background-size: 16px;
    margin-bottom: 15px;
}
.search-other>div p:last-child{
	margin-bottom: 0;
}
.search-other>div p a{
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
    color: #000;
}

.search-active .search-open{
    display: block;
}
.search-active  .search-btn{
    background: url(../image/seach-close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.search-inp{
    position: relative;
}
.search-inp a{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    background: #323232;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}

@media(max-width:1500px){
    .header .pc_title p{
        font-size: 12px;
        line-height: 35px;
    }
    .header .navbar .pc_menu .pc_logo {
        padding: 20px 0 8px;
    }
    .search {
        top: 115px;
    }
}
@media(max-width:1360px){
    .header .navbar .pc_menu .pc_logo a img{
        width: 120px;
    }
    .header .navbar .pc_menu .pc_menu_right>li .t {
        line-height: 50px;
    }
    .header .navbar .pc_menu .pc_menu_right li {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .search {
        top: 96px;
    }
    .header.on .search {
        top: 10px;
    }
    .header.on .search-open {
        top: 50px;
    }
}

@media(max-width:960px){
    .header.on .search-open {
        top: 90px;
    }
    .header{
        position: fixed;
        z-index: 99;
        background: #fff;
    }
    .header.on{
        background: #fff !important;
    }
    .header.on .navbar .pc_title,.header.on .navbar .pc_logo {
        display: block;
    }
    .header .navbar .pc_menu .pc_logo {
        padding: 15px 0 15px;
    }
    .search {
        right: 60px;
        top: 54px;
    }
    .header.on .search {
        top: 54px;
    }
    .search-open {
        width: 100%;
    }
    .search-inp input{
        width: calc(100% - 10px);
        font-size: 16px;
    }
    .header-link{
       display: none;
    }
}






.part_one,.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	display: inline-block;
	width: 100%;
}

@media(max-width:960px){
    .part_one, .banner {
        margin-top: 95px;
    }
}





.footer{
    background: #eeeeee;
    padding: 4% 0 2%;
}
    .footer-container{
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 5%;
    }
    .foot_top{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 3%;
        border-bottom: 1px solid #dcdcdc;
    }
    .foot_top .foot_left{
        display: inline-block;
        width: 50%;
    }
    .foot_top .foot_center{
        display: inline-block;
        width: 15%;
    }
    .foot_top .foot_right{
        display: inline-block;
        width: 30%;
    }
    .foot_title{
        padding-bottom: 16px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dcdcdc;
    }
    .foot_title p{
        font-size: 14px;
        color: #333;
    }
    .foot_left ul{
        display: flex;
        flex-wrap: wrap;
    }
    .foot_left ul>li{
        display: inline-block;
        width: 25%;
        margin-bottom: 20px;
    }
    .foot_left ul>li>a{
        display: inline-block;
        font-size: 14px;
        font-weight: lighter;
        color: #121212;
    }
    .foot_left a:hover{
        color: #157efa !important;
    }

    .foot_center ul li a {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .foot_center ul li a p {
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        font-weight: lighter;
        color: #121212;
    }
    .foot_center ul li:hover a p {
        color: #1e90ff;
    }
    .foot_center ul li a img{
        display: inline-block;
        width: 20px;
        filter:brightness(0);
        -webkit-filter:brightness(0);
    }
    .foot_center ul li a:hover img{
        filter: brightness(1);
        -webkit-filter: brightness(1);
    }
    .foot_right  .foot_right_txt p{
        padding-right: 25%;
        font-size: 14px;
        line-height: 24px;
        font-weight: lighter;
        color: #666;
        margin:6% 0 10%;
    }
    .foot_right  .foot_join form{
        display: flex;
        align-items: center;
    }
    .foot_right  .foot_join form input{
        display: inline-block;
        outline: none;
        border: none;
        background: #fff;
        padding: 0 2%;
        width: calc(96% - 125px);
        line-height: 50px;
        color: #666;
        font-size: 14px;
    }
    .foot_right  .foot_join form .submit{
        display: inline-block;
        width: 125px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #625f61;
        font-size: 14px;
    }
    .foot_bottom{
        text-align: center;
        padding: 2% 0 0;
    }
    .foot_bottom p{
        font-size: 14px;
        line-height: 24px;
        color: #121212;
        font-weight: lighter;
    }


    @media(max-width:960px){
        .foot_top .foot_left{
            width: 100%;
            margin-bottom: 20px;
        }
        .foot_top .foot_center{
            width: 30%;
        }
       .foot_top .foot_right{
            width: 65%;
        }
        .foot_right .foot_join form input {
            line-height: 40px;
        }
        .foot_right .foot_join form .submit{
            line-height: 40px;
        }
        .foot_title {
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .foot_bottom p {
            font-size: 12px;
            line-height: 20px;
        }
    }
    @media(max-width:580px){
        .foot_center ul li a img {
            display: inline-block;
            width: 16px;
        }
        .foot_center ul li a{
            margin-bottom: 10px;
        }
        .foot_right .foot_right_txt p{
            padding-right: 0;
            font-size: 12px;
            line-height: 22px;
        }
        .foot_right .foot_join form .submit {
            width: 65px;
            font-size: 12px;
        }
        .foot_right .foot_join form input{
            width: calc(96% - 65px);
            font-size: 12px;
        }
        .foot_left ul>li>a {
            font-size: 12px;
        }
    }