﻿@charset "utf-8";

:root {
    --link-color: #333;
    --link-hover-color: #1a9fff;
}

* {
	margin:0;
	padding:0;
	outline:none;
	outline:none; 
}

body, span, p, a, label, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd {margin: 0;padding: 0;font-family: "微软雅黑", Microsoft YaHei;color: #333;word-break:break-all;-ms-word-break:break-all;}
ul, ol, dl{list-style:none; text-decoration:none;}

img {border:none;	max-width: 100%;	width: auto\9;	height: auto;	-ms-interpolation-mode: bicubic;	_width:auto;}
input, textarea,select {
	outline:none;
}

a {
	text-decoration:none;
	outline: none;
	color:#333;
	
}
    a:hover, a:focus {
        text-decoration: none;
        color: #1a9fff;
    }


a:focus, input, select,button:focus {
	outline:none;
}

.clearfix {
*zoom:1;
}
.clearfix:after {
	content:"\200B";
	display: block;
	clear: both;
	height: 0;
}

/*input[type="submit"], input[type="reset"], input[type="button"], button, select {
	-webkit-appearance: none;
}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight: normal; padding: 0; margin: 0; font-size: 14px; word-break: break-all;}
p{ margin: 0;}

.head {
    height: 90px;
}

    .head .logo {
        float: left;
        margin-top: 20px;
    }

    .head .tel {
        float: right;
        margin-top: 20px;
    }
.navbar-nav li {
    padding: 22px 20px;
    margin-left: 6px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #007bff;
    }

.navbar-nav li a.nav-link {
    position: relative;
    font-size:1.25rem;
}

    .navbar-nav li a.nav-link:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 50;
        content: "";
        width: 0;
        height: 4px;
        background: #007bff;
        -moz-transition: width 300ms ease-in-out,left 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out,left 300ms ease-in-out;
        -webkit-transition: width 300ms ease-in-out,left 300ms ease-in-out;
        transition: width 300ms ease-in-out,left 300ms ease-in-out;
    }

.navbar-nav li:hover a.nav-link {
    color: #007bff;
}

    .navbar-nav li:hover a.nav-link:after {
        left: 0;
        width: 100%;
    }

.navbar-light .navbar-nav .active > .nav-link {
    color: #007bff;
}

.navbar-nav li.active a.nav-link:after {
    left: 0;
    width: 100%;
}
.navbar-brand{padding:0!important;}
    .navbar-brand img{max-height:66px;}
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 46px;
    }
}
    /*

.navbar{background-color:#1a9fff; color:#fff;}
.navbar-light .navbar-brand{color:#fff;}
.navbar-nav li {
    padding: 10px 20px;
    margin-left: 6px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    margin-left: 6px;
}
@media (min-width: 1600px) {
    .navbar-nav li {
        padding: 25px 40px;
    }
}

.navbar-nav li:hover {
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
}
.navbar-light .navbar-nav .active{background-color:#fff;}
    .navbar-light .navbar-nav .active .nav-link, .navbar-nav li:hover .nav-link, .navbar-light .navbar-nav .nav-link:hover {
        color: #1a9fff;
    }
@media (min-width: 992px) {
    .navbar {
        padding:0;
    }
}@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
    }

    .navbar-light .navbar-brand {
        color: #333;
        text-align: center;
        width: calc(100% - 60px);
        margin-right: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #666;
    }

    .navbar-nav li {
        border-bottom: 1px solid #f1f1f1;
        padding: 0 10px;
    }

        .navbar-nav li:last-child {
            border-bottom: 0;
        }
}*/
    .bg-fafafa {
        background-color: #fafafa;
    }
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-fefefe {
    background-color: #fefefe;
}

.bg-fff {
    background-color: #fff;
}

.p0{padding:0;}
.p60 {
    padding: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}
@media(max-width:576px) {
    .p60 {
        padding: 30px;
    }
    .pb60 {
        padding-bottom: 30px;
    }

    .pt60 {
        padding-top: 30px;

    }
    .pb30 {
        padding-bottom: 15px;
    }

    .pt30 {
        padding-top: 15px;
    }
    .footer .ps{display:none;}
}

    .pb30 {
        padding-bottom: 30px;
    }

    .pt30 {
        padding-top: 30px;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .c666 {
        color: #666;
    }

    .lh-2rem {
        line-height: 2rem;
    }

    .module .module-title {
        line-height: normal;
        font-weight: normal;
        color: #4d4d4d;
        text-align: center;
    }



        .module .module-title h2 {
            padding-bottom: 10px;
            font-size: 26px;
            /*background: url(../images/title_bg.png) no-repeat bottom center;*/
        }

     .more {
        text-align: center;
        margin-top: 30px;
    }

         .more a {
            color: #666;
            padding: 15px 60px;
            display: inline-block;
            border: 1px solid #999;
            border-radius: 10px;
            transition: all 0.5s ease 0s;
        }

           .more a:hover {
                border: 1px solid #1a9fff;
                background-color: #1a9fff;
                color: #fff;
                text-decoration: none;
            }



