/*
 .Header
 */
.header {
    background: #fff;
    position: relative;
    height: 120px;
    box-shadow: 0 0 15px #ddd;
    z-index: 3;
}

.header .logo {
    float: left;
    padding:  25px 0;
    width: 20%;
    max-width: 237px;
}

.header .ul {
    margin: 0 auto;
    padding-left: 5%;
    width: 65%;
}

.header li {
    position: relative;
    float: left;
    width: 16.666%;
    text-align: center;
}

.header li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 117px;
    border-bottom: 3px solid transparent;
}

.header li a:hover,
.header li a.aon {
    color: #0a6ded;
    border-color: #0a6ded;
}

.header li dl {
    background: #fff;
    position: absolute;
    display: none;
    width: 100%;
    transition: 0.3s;
}

.header li:hover dl {
    display: block;
}

.header li dl dd a {
    font-size: 15px;
    line-height: 4;
    transition: 0.3s;
    border: none;
}

.header li dl dd a:hover {
    background: #0a6ded;
    color: #fff;    
}

.header .tel {
    float: right;
    padding:  30px 0 0;
}

.header .tel span{
    background: url(../images/header_tel.png) no-repeat left center;
    display: block;
    padding-left: 30px;
    font-size: 20px;
    color: #0a6ded;
}

.header .tel span:last-child{    
    background: url(../images/header_phone.png) no-repeat left 8px;
    padding-top: 5px;
    font-size: 19px;
}

.header .menu{
    display: none;
}

@media(max-width:1280px){
    .header li a{
        font-size: 15px;
    }
    
    .header .tel span{
        font-size: 18px;
    }
    .header .tel span:last-child{
        font-size: 17px;
    }
    .header li dl dd a{
        font-size: 14px;
        line-height: 3;
    }
}

@media(max-width:920px){
    .header .logo{
        width: auto;
    }
    .header .ul{
        background: #0a6ded;
        position: absolute;
        top: 100%;
        right: 0;
        padding-left: 0;
        width: 20%;
    }
    .header li{
        display: none;
        float: none;
        width: 100%;
    }
    .header li:hover dl{
        display: none;
    }
    .header li a{
        color: #fff;
        line-height: 3.25;
        border: none;
    }
    .header li a:hover,
    .header li a.aon {
        background: #fff;
        color: #0a6ded;
    }
    .header .tel{
        display: none;
    }
    .header .menu{
        background: url(../images/header_menu.png) no-repeat center;
        position: absolute;
        right: 3%;
        display: block;
        width: 30px;
        height: 120px;
        content: '';
        cursor: pointer;
    }
}


/*
 .Banner 
 */
.Banner {
    position: relative;
    z-index: 1;
}

.Banner ul li img {
    display: block;
    width: 100%;
}

.Banner .bx-wrapper .bx-pager {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.Banner .bx-wrapper .bx-pager .bx-pager-item,
.Banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.Banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    background: url(../images/Banner-controls.png) no-repeat -27px -144px;
}

.Banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-position: -9px -144px;
}

.Banner .bx-wrapper .bx-prev {
    left: 0;
    background: url(../images/Banner-controls.png) no-repeat 0 0;
}

.Banner .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/Banner-controls.png) no-repeat -70px 0px;
}

.Banner .bx-wrapper .bx-prev:hover {
    background-position: 0 -65px;
}

.Banner .bx-wrapper .bx-next:hover {
    background-position: -70px -65px;
}

.Banner .bx-wrapper .bx-controls-direction {
    display: none;
}


/*
 .Floor_about 
 */
.Floor_about {
    position: relative;
    padding: 3% 0;
}

.Floor_about .pic {
    float: right;
    padding-top: 3%;
    padding-left: 8%;
}

.Floor_about .title {
    position: relative;
}

.Floor_about .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Floor_about .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Floor_about .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Floor_about article {
    padding-top: 1.5%;
    padding-bottom: 70px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 2;
}

.Floor_about .ul {
    display: block;
    max-width: 645px;
}

.Floor_about .ul li {
    position: relative;
    top: 0;
    margin-bottom: 50px;
    padding-left: 75px;
    padding-right: 35px;
    float: left;
    width: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.Floor_about .ul li:hover {
    top: -10px;
}

.Floor_about .ul li:nth-child(2n) {
    padding-right: 0;
}

.Floor_about .ul li img {
    position: absolute;
    top: 0;
    left: 0;
}

.Floor_about .ul li p {
    margin: 0 0 10px;
    font-size: 18px;
    color: #0a6ded;
    font-weight: bold;
}

.Floor_about .ul li span {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}


/*
 .Floor_product
 */
.Floor_product {
    position: relative;
    padding: 1% 0 0;
}

.Floor_product .title {
    position: relative;
    margin-bottom: 3%;
    text-align: center;
}

.Floor_product .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: 0;
    width: 300px;
    height: 5px;
    content: '';
}

.Floor_product .title::after {
    background: url(../images/right_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    height: 5px;
    content: '';
}

.Floor_product .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Floor_product .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Floor_product a {
    background-position: center;
    position: relative;
    display: block;
    text-align: center;
}

.Floor_product a article {
    background: rgba(0,0,0,0.7);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}

.Floor_product a:hover article {
    opacity: 1;
}

.Floor_product a article h3 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.Floor_product a article p {
    margin: 20px 0;
    font-size: 16px;
    color: #fff;
}

.Floor_product a article span {
    background: #0a6ded;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 99px;
}

.Floor_product .left {
    float: left;
    width: 34%;
    max-width: 640px;
}

.Floor_product .left a article {
    padding-top: 55%;
}

.Floor_product .left a {
    padding-bottom: 776px;
}

.Floor_product .right {
    float: left;
    width: 66%;
    max-width: 1280px;
}

.Floor_product .right .top a {
    float: left;
    width: 50%;
    max-width: 640px;
    padding-bottom: 350px;
}

.Floor_product .right .top a article {
    padding-top: 20%;
}

.Floor_product .right .bottom a {
    float: left;
    width: 33.333%;
    max-width: 426px;
    padding-bottom: 426px;
}

.Floor_product .right .bottom a article {
    padding-top: 40%;
}


/*
 .Floor_process
 */
.Floor_process {
    background: url(../images/Floor_process_bg.jpg) no-repeat center;
    position: relative;
    padding: 5% 0;
}

.Floor_process .title {
    position: relative;
    margin-bottom: 6%;
    text-align: center;
}

.Floor_process .title::before {
    background: url(../images/left_line_white.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: 0;
    width: 300px;
    height: 5px;
    content: '';
}

.Floor_process .title::after {
    background: url(../images/right_line_white.png) no-repeat center;
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    height: 5px;
    content: '';
}

.Floor_process .title em {
    font-style: normal;
    font-size: 60px;
    color: #548eec;
    font-weight: bold;
}

.Floor_process .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.Floor_process .ul li {
    position: relative;
    float: left;
    width: 13.35%;
    padding-right: 6%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.Floor_process .ul li:last-child {
    padding-right: 0;
    width: 6.5%;
}

.Floor_process .ul li::after {
    background: url(../images/Floor_process_arrow.png) no-repeat center;
    position: absolute;
    top: 30%;
    right: 15%;
    width: 25px;
    height: 25px;
    content: '';
    opacity: 0.5;
}

.Floor_process .ul li:last-child::after {
    display: none;
}

.Floor_process .ul li img {
    position: relative;
    top: 0;
    max-width: 80px;
    transition: 0.3s;
}

.Floor_process .ul li p {
    position: relative;
    top: 0;
    margin: 0 0 5px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
}

.Floor_process .ul li span {
    position: relative;
    top: 0;
    font-size: 14px;
    color: #a8c2f4;
    transition: 0.3s;
}

.Floor_process .ul li:hover img,
.Floor_process .ul li:hover p,
.Floor_process .ul li:hover span {
    top: -10px;
}


/*
 .Floor_news
 */
.Floor_news {
    background: url(../images/Floor_news_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 4% 0;
}

.Floor_news .title {
    position: relative;
    margin-bottom: 3%;
}

.Floor_news .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Floor_news .title em {
    font-style: normal;
    font-size: 60px;
    color: #e7e7e7;
    font-weight: bold;
}

.Floor_news .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Floor_news ol {
    background: #fff;
    float: left;
    width: 46%;
    max-width: 580px;
    transition: 0.3s;
}

.Floor_news ol:hover {
    background: #0a6ded;
}

.Floor_news ol article {
    position: relative;
    padding: 5% 3% 5% 23%;
}

.Floor_news ol article time {
    background: url(../images/Floor_news_time_left.jpg) no-repeat right center;
    position: absolute;
    left: 4%; 
    top: 25%;
    padding: 1% 3% 2% 0;
    font-size: 16px;
    color: #999;
    line-height: 1;
    text-align: center;
}

.Floor_news ol:hover article time {
    background: url(../images/Floor_news_time_left_hover.jpg) no-repeat right center;
}

.Floor_news ol article time i {
    display: block;
    font-style: normal;
    font-size: 50px;
    font-weight: lighter;
}

.Floor_news ol article p {
    margin: 8px 0 15px;
    font-size: 20px;
    color: #333;
}

.Floor_news ol article span {
    font-size: 15px;
    color: #999;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}

.Floor_news dl {
    float: right;
    width: 52%;
    transition: 0.3s;
}

.Floor_news dl dd {
    background: #fff;
    position: relative;
    margin-bottom: 3%;
    padding: 4% 3% 4% 20%;
    box-shadow: 0 0 10px #eee;
    transition: 0.3s;
}

.Floor_news dl dd:hover {
    background: #0a6ded;
    color: #fff;
}

.Floor_news dl dd a {
    display: block;
}

.Floor_news dl dd time {
    background: url(../images/Floor_news_time.jpg) no-repeat right center;
    position: absolute;
    left: 4%; 
    top: 25%;
    padding-right: 3%;
    font-size: 16px;
    color: #999;
    line-height: 1;
    text-align: center;
}

.Floor_news dl dd:hover time {
    background: url(../images/Floor_news_time_hover.jpg) no-repeat right center;
}

.Floor_news dl dd time i {
    display: block;
    font-style: normal;
    font-size: 46px;
    font-weight: lighter;
}

.Floor_news dl dd p {
    margin: 0 0 15px;
    font-size: 18px;
    color: #333;
}

.Floor_news dl dd span {
    font-size: 16px;
    color: #999;
}

.Floor_news ol:hover time,
.Floor_news ol:hover p,
.Floor_news ol:hover span,
.Floor_news dl dd:hover time,
.Floor_news dl dd:hover p,
.Floor_news dl dd:hover span {
    color: #fff;
}


/*
 .footer
 */
footer {
    background: #212121;
    padding: 4% 0;
}

footer .logo {
    float: left;
    width: 30%;
    max-width: 330px;
    margin-right: 20%;
}

footer .logo img {
    display: block;
}

footer .logo p {
    margin:  12% 0 0;
    padding-top: 10%;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: justify;
    border-top: 1px solid #333;
}

footer .nav {
    float: left;
}

footer .nav em {
    font-style: normal;
    font-size: 28px;
    color: #999;
}

footer .nav h3 {
    margin: 10px 0 20px;
    font-size: 18px;
    color: #999;
    font-weight: normal;
}

footer .nav h3::after {
    background: #0a6ded;
    display: block;
    margin-top: 15px;
    width: 32px;
    height: 1px;
    content: '';
}

footer .nav dd a {
    font-size: 16px;
    color: #666;
    line-height: 2.5;
    transition: 0.3s;
}

footer .contact {
    float: right;
    text-align: right;
}

footer .contact .tel p,
footer .contact .address {
    margin: 0 0 10px;
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}

footer .contact .tel span {
    display: block;
    font-size: 28px;
    color: #0a6ded;
}

footer .contact .tel span:last-child {
    font-size: 27px;
}

footer .contact .address {
    padding: 20px 0;
}

footer .contact .address::after {
    background: #0a6ded;
    display: inline-block;
    width: 62px;
    height: 1px;
    content: '';
}

footer .contact .link {
    
}

footer .contact .link a {
    font-size: 14px;
    color: #666;
    transition: 0.3s;
}

footer .contact .link a:hover,
footer .nav dd a:hover {
    color: #fff;
}


footer .contact .link em {
    display: inline-block;
    padding: 0 8px;
    font-style: normal;
    color: #666;
}

@media(max-width:1280px){
    footer .logo{
        margin-right: 10%;
    }
}

@media(max-width:1050px){
    footer .logo{
        display: none;
    }
}

@media(max-width:768px){
    footer .nav{
        display: none;
    }
    footer .contact{
        padding: 2% 4%;
        float: none;
        text-align: justify;
    }
}

/*
 .Column_ban
 */
.Column_ban .pc {
    width: 100%;
}

@media(max-width:920px){
    .Column_ban .pc {
        width: 200%;
    }
    .Column_ban .pc img {
        margin-left: -25%;
    }
}


/*
 .Sidebar
 */
.Sidebar {
    position: fixed;
    top: 40%;
    right: 5px;
    z-index: 2;
}

.Sidebar .ul li {
    background: #343434;
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.Sidebar .ul li:hover {
    background: #0a6ded;
}

.Sidebar .ul li.qq i,
.Sidebar .ul li.tel i,
.Sidebar .ul li.top i {
    background: url(../images/Sidebar_qq.png) no-repeat center;
    display: block;
    height: 100%;
    content: '';
}

.Sidebar .ul li.tel i {
    background: url(../images/Sidebar_tel.png) no-repeat center;
}

.Sidebar .ul li.top {
    background: #0a6ded;
}

.Sidebar .ul li.top i {
    background: url(../images/Sidebar_top.png) no-repeat center;
}

.Sidebar .ul li.tel .txt {
    background: #fff;
    position: absolute;
    top: 0;
    right: 60px;
    display: none;
    width: 230px;
    padding: 0 10px 5px;
    clear: both;
    box-shadow: 0 0 3px #ddd;
}

.Sidebar .ul li.tel:hover .txt {
    display: block;
}

.Sidebar .ul li.tel .txt img {
    float: left;
    margin-right: 15px;
}

.Sidebar .ul li.tel .txt p {
    margin: 0;
    padding-top: 10px;
    font-size: 15px;
    color: #333;
}

.Sidebar .ul li.tel .txt span {
    font-size: 17px;
    color: #0a6ded;
    font-weight: bold;
}


/*
 .Column_menu
 */
.Column_menu {
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 10px #ddd;
}

.Column_menu nav {
    font-size: 0;
}

.Column_menu nav a {
    display: inline-block;
    padding: 2.5% 4%;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: 0.3s;
}

.Column_menu nav a:hover,
.Column_menu nav a.aon {
    background: #0a6ded;
    color: #fff;
}

.Column_menu .lacation {
    background: url(../images/Column_menu_lacation.png) no-repeat left center;
    padding: 2.5% 0 2.5% 25px;
    float: right;
    color: #999;
}

.Column_menu .lacation a {
    color: #999;
}

.Column_menu .lacation em {
    display: inline-block;
    padding: 0 5px;
    font-style: normal;
}

.Column_menu .lacation span {
    color: #0a6ded;
}

@media (max-width:800px){
    .Column_menu .lacation {
        display: none;
    }
}



/*
 .Column_about
 */

.Column_about {
    position: relative;
    padding: 4% 0 0;
}

.Column_about .title {
    position: relative;
    margin-bottom: 4%;
}

.Column_about .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_about .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Column_about .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Column_about article {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.Column_about article p span {
    color: #0a6ded;
    font-weight: bold;
}

.Column_about article dl {
    padding: 2% 0;
}

.Column_about article dl dd {
    background: #f3f8fe;
    position: relative;
    top: 0;
    margin-right: 2.5%;
    padding: 3%;
    float: left;
    width: 23%;
    height: 234px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.Column_about article dl dd:last-child {
    margin-right: 0;
}

.Column_about article dl dd:hover {
    top: -15px;
}

.Column_about article dl dd h2 {
    margin: 5px 0;
    font-size: 18px;
    color: #0a6ded;
}

.Column_about article dl dd p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.Column_about article .fr {
    margin-top: -80px;
}

.Column_about article .ul li {
    line-height: 2.5;
}

.Column_about article .ul li b {
    color: #0a6ded;
}

.Column_about .honor {
    background: url(../images/Column_about_honor_bg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 5%;
    padding: 4% 0;
}

.Column_about .honor .title {
    position: relative;
    margin-bottom: 5%;
    text-align: center;
}

.Column_about .honor .title::before {
    background: url(../images/left_line_white.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: 0;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_about .honor .title::after {
    background: url(../images/right_line_white.png) no-repeat center;
    position: absolute;
    top: 55px;
    right: 0;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_about .honor .title em {
    font-style: normal;
    font-size: 60px;
    color: #548eec;
    font-weight: bold;
}

.Column_about .honor .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.Column_about .honor dl {
    
}

.Column_about .honor dl dd {
    position: relative;
    top: 0;
    float: left;
    width: 32%;
    max-width: 410px;
    margin-right: 2%;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.Column_about .honor dl dd:last-child {
    margin-right: 0;
}

.Column_about .honor dl dd:hover {
    top: -15px;
}

.Column_about .honor dl dd img {
   box-shadow: 5px 5px 10px #246fcd;
}

.Column_about .honor dl dd h2 {
    font-size: 20px;
    color: #fff;
}

@media(max-width:1024px){
    .Column_about article dl dd{
        width: 48%;
        margin-bottom: 2.5%;
    }
    .Column_about article dl dd:nth-child(2n){
        margin-right: 0;
    }
    .Column_about article .fr,
    .Column_about .honor .title::before,
    .Column_about .honor .title::after{
        display: none;
    }
    .Column_about .honor dl dd{
        float: none;
        width: 100%;
        max-width: none;
        max-width: none;
        margin-right: 0;
    }
}

@media(max-width:480px){
    .Column_about article dl dd{
        margin-right: 0;
        width: 100%;
    }
}


/*
 .Column_organization
 */

.Column_organization {
    background: url(../images/Column_organization_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 4% 0;
}

.Column_organization .title {
    position: relative;
    margin-bottom: 4%;
}

.Column_organization .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_organization .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Column_organization .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Column_organization article {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

/*
 .Column_product
 */

.Column_product {
    background: #fafafa;
    position: relative;
    padding: 3% 0 1%;
}

.Column_product .title {
    position: relative;
    margin-bottom: 4%;
}

.Column_product .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_product .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Column_product .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Column_product .menu {
    position: relative;
    padding-top: 3%;
    float: right;
    width: 70%;
    max-width: 960px;
    text-align: right;
    z-index: 2;
}

.Column_product .menu a {
    background: #eee;
    display: inline-block;
    margin-left: 2%;
    padding: 1.25% 4% 1.35%;
    font-size: 12px;
    color: #999;
    border-radius: 99px;
    transition: 0.3s;
}

.Column_product .menu a:hover,
.Column_product .menu a.aon {    
    background: #0a6ded;
    color: #fff;
}

.Column_product .ul li {
    background: #fff;
    float: left;
    margin-right: 5.45%;
    margin-bottom: 5.45%;
    padding-bottom: 3%;
    width: 32%;
    max-width: 380px;
    box-shadow: 5px 5px 15px #ddd;
    transition: 0.3s;
}

.Column_product .ul li:nth-child(3n) {
    margin-right: 0;
}

.Column_product .ul li:hover {
    background: #0a6ded;
}

.Column_product .ul li h2 {
    margin: 0;
    padding: 8% 8% 3%;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.Column_product .ul li p {
    margin: 0 0 5%;
    padding: 0 8%;
    height: 48px;
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    text-align: justify;
    overflow: hidden;
}

.Column_product .ul li span {
    padding: 0 8%;
    color: #0a6ded;
}

.Column_product .ul li:hover h2,
.Column_product .ul li:hover p,
.Column_product .ul li:hover span {
    color: #fff;
}

.Column_product .info {
    background: #fff;
    position: relative;
    margin-bottom: 5%;
    padding: 4% 3% 0 55%;
    height: 490px;
    box-shadow: 0 0 10px #ddd;
}

.Column_product .info .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-width: 640px;
    height: 100%;
}

.Column_product .info .img img {
    display: none;
}

.Column_product .info h2 {
    margin: 0 0 5%;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.Column_product .info h2::after {
    background: #0a6ded;
    display: block;
    margin-top: 15px;
    width: 40px;
    height: 3px;
    content: '';
    border-radius: 9px;
}

.Column_product .info dl dt {
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 2.5;
}

.Column_product .info dl dd {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 2.5;
    vertical-align: bottom;
    height: 40px;
    overflow: hidden;
}

.Column_product .info span {
    display: block;
    margin-top: 5%;
    font-size: 16px;
    color: #0a6ded;
}

.Column_product .info p {
    background: #0a6ded;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 99px;
}

.Column_product .info p b{
   font-size: 18px;
}

.Column_product .textarea {
    background: #fff;
    position: relative;
    margin-bottom: 5%;
    padding: 2% 5%;
    box-shadow: 0 0 10px #ddd;
}

.Column_product .service p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.Column_product .service p b {
    font-size: 17px;
    color: #333;
}

.Column_product .service p span {
    color: #0a6ded;
    font-weight: bold;
}

.Column_product .service dl {
    padding: 1% 0 3%;
}

.Column_product .service dl dt {
    padding-bottom: 3%;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.Column_product .service dl dd {
    background: url(../images/Column_product_arrow.png) no-repeat 80% center;
    float: left;
    width: 13%;
    padding-right: 6%;
    text-align: center;
}

.Column_product .service dl dd:last-child {
    background: none;
    padding-right: 0;
    width: 7%;
}

.Column_product .service dl dd h3 {
    margin: 0;
    font-size: 18px;
    color: #0a6ded;
}

.Column_product .service dl dd p {
    margin: 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}

@media(max-width:1300px){
    .Column_product .ul li {
        width: 29%;
    }
}

@media(max-width:1200px){
    .Column_product .title{
        display: none;
    }
    .Column_product .menu {
        float: none;
        width: 100%;
        padding-bottom: 5%;
        text-align: center;
    }
    .Column_product .menu a {
        margin-bottom: 2%;    
        padding: 1.5% 4%;
    }
}

@media(max-width:1366px){
    .Column_product .info {
        padding: 6% 3% 0 55%;
    }
    .Column_product .info dl dt,
    .Column_product .info dl dd {
        font-size: 14px;
        height: 35px;
    }
    .Column_product .info span{
        font-size: 14px;
    }
}

@media(max-width:1024px){
    .Column_product .ul li {
        width: 48%;
        max-width: none;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .Column_product .ul li:nth-child(2n){
        margin-right: 0;
    }
    .Column_product .ul li:nth-child(3),
    .Column_product .ul li:nth-child(5){
        margin-right: 4%;
    }
    .Column_product .ul li img {
        width: 100%;;
    }    
    .Column_product .info {
        padding: 0 0 3%;
        height: auto;
    }
    .Column_product .info .img {
        background-image: none;
        position: relative;
        width: 100%;
        max-width: none;
    }
    .Column_product .info .img img {
        display: block;
        width: 100%;
        margin-bottom: 3%;
    }
    .Column_product .info h2 {
        margin-bottom: 3%;
        padding: 0 3%;
        font-size: 24px;
    }
    .Column_product .info dl {
        padding: 0 3%;
    }
    .Column_product .info dl dt,
    .Column_product .info dl dd {
        font-size: 15px;
    }
    .Column_product .info span {
        margin-top: 3%;
        padding: 0 3%;
    }
    .Column_product .info p {
        margin-left: 3%;
    }
    .Column_product .info p b {
        font-size: 16px;
    }
    .Column_product .textarea {
        padding: 0;
    }
}

@media(max-width:640px){
    .Column_product .ul li {
        width: 100%;
        margin-right: 0;
        padding-bottom: 6%;
    }
    .Column_product .ul li h2 {
        padding: 4% 4% 2%;
    }
    .Column_product .ul li p,
    .Column_product .ul li span{
        margin-bottom: 2%;
        padding: 0 4%;
        height: auto;
    }
}


/*
 .Column_news
 */

.Column_news {
    background: #fafafa;
    padding: 3% 0 2%;
}

.Column_news .title {
    position: relative;
    margin-bottom: 4%;
}

.Column_news .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_news .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Column_news .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Column_news .ul li {
    background: #fff;
    position: relative;
    margin-bottom: 3%;
    padding: 2.5% 3% 2.5% 425px;
    box-shadow: 0 0 10px #ddd;
}

.Column_news .ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.Column_news .ul li time {
    font-size: 16px;
    color: #0a6ded;
    font-weight: bold;
}

.Column_news .ul li h2 {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.Column_news .ul li:hover h2 {
    color: #0a6ded;
}

.Column_news .ul li p {
    margin:  0 0 35px;
    height: 48px;
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    text-align: justify;
    overflow: hidden;
}

.Column_news .ul li span {
    display: inline-block;
    padding: 8px 24px;
    font-size: 12px;
    color: #0a6ded;
    border: 1px solid #0a6ded;
    border-radius: 99px;
    transition: 0.3s;
}

.Column_news .ul li:hover span{
    background: #0a6ded;
    color: #fff;
}

.Column_news article {
    background: #fff;
    margin-bottom: 3%;
    padding: 4%;
    box-shadow: 0 0 10px #ddd;
}

.Column_news article .tit {
    padding-bottom: 1%;
    text-align: center;
}

.Column_news article .tit h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #333;
}

.Column_news article .tit time {
    font-size: 14px;
    color: #999;
}

.Column_news article p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

@media(max-width:1150px){
    .Column_news .ul li{
        padding: 2.5% 3% 2.5% 350px;
    }
}

@media(max-width:920px){
    .Column_news .ul li{
        padding: 0 0 4.5% 0;
    }
    .Column_news .ul li img{
        position: relative;
        width: 100%;
        margin-bottom: 2.5%;
    }
    .Column_news .ul li time,
    .Column_news .ul li h2,
    .Column_news .ul li p{
        padding: 0 2.5%;
    }
    .Column_news .ul li p{
        margin-bottom: 2.5%;
    }
    .Column_news .ul li span{
        margin-left: 2.5%;
    }
}


/*
 .Column_join
 */

.Column_join {
    background: #fafafa;
    padding: 3% 0;
}

.Column_join .title {
    position: relative;
    margin-bottom: 4%;
}

.Column_join .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_join .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Column_join .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Column_join .ul {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.Column_join li {
    background: #fff;
    position: relative; 
}

.Column_join li h2 {
    margin: 0;
    padding: 30px 40px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.Column_join li.select h2 {
    background: #0a6ded;
    color: #fff;
}

.Column_join li.select,
.Column_join li:last-child h2 {
    border-bottom: none;
}

.Column_join li time {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 16px;
    color: #999;
}

.Column_join li.select time {
    color: #fff;
}

.Column_join li dl {
    background: #fff;
    display: none;
    padding: 30px 40px;
    line-height: 2;
    text-align: justify;
    border-bottom: 1px solid #eee;
}

.Column_join li dl dt {
    font-size: 16px;
    color: #0a6ded;
}

.Column_join li dl dd {
    padding: 10px 0 20px;
    font-size: 14px;
    color: #666;
}

.Column_join li dl dd a {
    background: #0a6ded;
    display: inline-block;
    margin-top: 20px;
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 99px;
}

@media(max-width:1280px){
    .Column_join .title {
        
    }
}



/*
 .Column_contact
 */

.Column_contact {
    background: #fafafa;
    padding: 5% 0;
}

.Column_contact .map {
    float: right;
    padding-top: 2.25%;
}

.Column_contact .title {
    position: relative;
    margin-bottom: 4%;
}

.Column_contact .title::before {
    background: url(../images/left_line.png) no-repeat center;
    position: absolute;
    top: 55px;
    left: -320px;
    width: 300px;
    height: 5px;
    content: '';
}

.Column_contact .title em {
    font-style: normal;
    font-size: 60px;
    color: #eee;
    font-weight: bold;
}

.Column_contact .title h2 {
    margin: -42px 0 0;
    font-size: 32px;
    color: #333;
    font-weight: normal;
}

.Column_contact .ul {
    background: #fff;
    float: left;
    width: 40%;
    max-width: 400px;
    box-shadow: 0 0 10px #ddd;
}

.Column_contact .ul li {
    position: relative;
    padding: 30px 0 30px 100px;
    border-bottom: 1px solid #eee;
}

.Column_contact .ul li img {
    position: absolute;
    left: 6%;
    top: 32px;
}

.Column_contact .ul li p {
    margin: 0 0 5px;
    font-size: 16px;
    color: #999;
}

.Column_contact .ul li span {
    font-size: 20px;
    color: #0a6ded;
    font-weight: bold;
}

.Column_contact .ul li:first-child span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

@media(max-width:1366px){
    .Column_contact .auto_1280 {
        position: relative;
    }
    .Column_contact .map{
        position: absolute;
        right: 0;
        bottom: 0;
        padding-top: 0;
        float: none;
        width: 60%;
    }
}

@media(max-width:1180px){
    .Column_contact .title {
        
    }
    .Column_contact .map,
    .Column_contact .ul{
        position: relative;
        float: none;
        width: 100%;
        max-width: none;
    }
    .Column_contact .map img {
        width: 100%;
    }
    .Column_contact .ul li img {
        left: 2%;
    }
}


/*
 .Pager
 */

.Pager {
    background: #fafafa;
    padding: 0 0 5%;
    text-align: center;
}

.Pager a {
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 8px 15px 10px;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: 0.3s;
}

.Pager a:hover,
.Pager a.aon {
    background: #0a6ded;
    color: #fff;
    border-color: #0a6ded;
}




