﻿*{
    transition: all .3s linear;
}
*:hover{
    transition: all .3s linear;
}
*::after{
    transition: all .3s linear;
}
.fac p{
    font-size: 20px;
    font-weight: 600;
}

/* 搜索css */
/* 鎼滅储 */
.search {
    margin-right: 20px;
}

#sousuo {
    width: 150px;
    height: 100%;
    margin: 0;
    border: 1px solid white;
    padding-left: 10px;
    outline: medium;
    font-size: 10px;
}
#sousuo::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #999; 
    } 
    #sousuo:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #999; 
    } 
    #sousuo::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #999; 
    } 
    #sousuo:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #999; 
    } 

#tijiao {
    width: 40px;
    height: 100%;
    float: left;
    margin: 0;
    background: #ffffff;
    border: 1px solid white;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#tijiao i {
    display: inline-block;
    width: 26px;
    height: 24px;
    background-size: 99%;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
}

.tupian {
    margin-top: 5px;
}

#tijiao2 {
    width: 50px;
    height: 30px;
    float: right;
    margin: 0;
    background: #ffffff;
    border: 1px solid white;
    border-radius: 0px 50px 50px 0px;
}

#tijiao2 p {
    font-size: 10px;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 4px;
    margin: 1px;
    color: #5eadff;
    background: #64b0ff29;
}

/* 搜索框的字体颜色 */
.search,
.search_blog input::placeholder {
    color: #999;
}
.search{
    height: 30px;
    overflow: hidden;
    display: none;
}
.search form{
    height: 100%;
}

/* 固定容器宽度 */
.root {
    min-width: 1280px;
    margin: 0 auto;
    width: 1280px;
    max-width: 1280px;
}

.root_list {
    min-width: 1400px !important;
    margin: 0 auto;
    width: 1400px !important;
    max-width: 1400px !important;
}


/* 轮播图优先级 */
.swiper-container {
    /* z-index: -1!important; */
}

/* 导航栏三角 */
.sanjiao {
    float: right;
    /* border-bottom: 1px solid #333; */
    /* display: block; */
    /* width: 3px; */
    /* height: 3px; */
    /* margin: 0; */
    margin-top: 10px;
    margin-right: 10px;
    border-left: 10px solid #5eadff;
    border-bottom: 10px dashed transparent;
    border-top: 10px dashed transparent;
    display: none;
}

.sub_nav li:hover.sub_itemlist span {
    display: block;
    
}

/* 通用的h1，h2，h3样式 */
h1 {
    text-align: center;
    color: #333;
    font-size: 3rem;
    line-height: 4.5rem;
    padding-top: 25px;
}

h1::after {
    content: '';
    border-bottom: 6px solid #5eadff;
    display: block;
    width: 6rem;
    margin: 0PX auto 10PX AUTO;
    height: 1rem;
}

h2 {
    text-align: center;
    color: #333;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    padding-top: 5px;
}

h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 3rem;
    color: #333;
}

h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #333;
}


/* 表单 */
.index_biaoge {
    width: 100%;
    max-width: 100%;
    min-width: 1280px;
    background: #0000004d;
    background: url(/style/img/from_back.jpg);
    background-size: 100%;
    background-position-y: 130px;
    background-repeat: no-repeat;
    padding-bottom: 1.5rem;
}

.index_biaoge_tag {
    text-align: center;
    padding: 2% 14%;
    color: #fff;
    background: #2681df;
}

.index_biaoge_tag h3 {
    color: #fff;
    line-height: 2rem;
}

.index_biaoge_tag p {
    margin-top: 10px;
    min-width: 650px;
}

.i6 {
    border-top: 3rem solid #2681df;
    border-left: 2rem dashed transparent;
    border-right: 2rem dashed transparent;
    position: relative;
    top: 5.5rem;
    /* right: 0.2rem; */
    margin: 0 auto;
}

#myname {
    float: left;
}

#myemail {
    float: right;
}

/* 下方 */
.index_map {
    width: 500px;
    height: 300px;
    /* border: 1px solid #fff; */
}

#dot {
    display: none;
}

.navpos {
    font-size: 20px;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.navpos img{
    margin-right: 10px;
    width: 16px;
}
.navpos a:nth-child(2){
    color: #333;
}

.navpos a {
    color: #2681df;
}

/* faq */
.root_list .faq_h1{padding-bottom: 10px;}
.root_list .faq_h1::after{margin-top: 10px;}
.faq_list{padding: 100px 0;}
.faq_list ul li+li{margin-top: 50px;}
.faq_list ul li h4{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);padding: 20px 0px;border-radius: 30px;position: relative;padding-left: 50px;margin-bottom: 50px;font-size: 20px;color: #333;font-weight: bold;}
.faq_list ul li h4 span{position: absolute;top: 50%;left: -2%;transform: translateY(-50%);background: #0074D7;color: white;border-radius: 50%;display: inline-block;width: 40px;height: 40px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;font-weight: bold;}
.faq_list ul li h6{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);padding: 30px 50px;border-radius: 30px;position: relative;font-size: 18px;line-height: 36px;color: #333;}
.faq_list ul li h6 span{position: absolute;top: 1%;right: -1%;transform: translateY(-50%);background: #0074D7;color: white;border-radius: 50%;display: inline-block;width: 40px;height: 40px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.faq_list ul li p{line-height: 36px;width: 98%;margin: 0 auto;margin-top: 10px;}
.faq_list ul li p b{margin-right: 10px;}
.faq_list ul li p+p{margin-top: 1rem;}
.faq_list ul li ul{padding-left: 20px;}
.faq_list ul li ul li{margin-top: 20px;}













