@charset "utf-8";
/* 效果CSS开始 */
body { background:none;}
.web { width: 100%; height: 620px; background: #cb5412; margin: 0px auto; }
.con { width: 110%; height: 435px; background: #fff; padding-left: 15px; margin-top:27px;}
.con ul li { width: 282px; height: 198px; float: left; margin-right: 15px; margin-bottom: 15px; position: relative; overflow: hidden; cursor: pointer; }
.txt1 { width: 282px; height: 45px; background:#333; background: rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/ position: absolute; left: 0; bottom: 0; color: #fff; font-family: "微软雅黑"; }
.txt1 h3 { font-size: 20px; font-weight: 100; height: 45px; text-align: center; line-height: 45px; }
.txt1 p { font-size: 14px; text-align: center; line-height:110px; }

*{margin:0; padding:0; font-family:"Microsoft YaHei";}
a{color:#555; font-size:14px; text-decoration:none;transition:0.4s;}
a:hover{color:#055FAD; font-size:14px; text-decoration:none;}
li,ul{list-style-type:none;}
i,em{font-style:normal;}
.p10{padding:0 10px;}
.p20{padding:20px; padding-bottom:0px;}
/*header*/
.w1200{width:1200px; clear:both;}
.w100{width:1200px; clear:both; margin-top:60px; margin-bottom:50px;}
.clear,.c{clear:both; height:0px; font-size:0px; overflow:hidden;}
.c10{clear:both; height:10px; font-size:0px; overflow:hidden; background:#fff;}
.c20{clear:both; height:20px; font-size:0px; overflow:hidden;}
.c30{clear:both; height:30px; font-size:0px; overflow:hidden;}
.c50{clear:both; height:50px; font-size:0px; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/*优势*/
.kb{display:block;}
.kb_top a em { display:block; font-size:20px; color:#333; padding:10px 0 0;}

.kb_con { margin:37px 0 0px;}
.kb_con ul li { float:left; width:294px; margin-right:7px; margin-bottom:30px;}
.kb_con ul li a { display:block; width:294px; height:400px; background:#0699e7; position:relative; text-align:center;}
.kb_con ul li a i { background:url(../images/kb_szbg01.png) no-repeat; width:71px; height:80px; display:block; font-size:35px; color:#fff; text-align:center; position:absolute; top:-40px; left:113px; font-family:"宋体"; padding:20px 0 0;}
.kb_con ul li a:hover i { background:url(../images/kb_szbg02.png) no-repeat;}
.kb_con ul li a b { display:block; padding:25px 0 0; font-size:20px; color:#fff;}
.kb_con ul li a span { display:block; font-size:15px; color:#fff; line-height:25px; width:212px; margin:15px auto;}
.kb_con ul li a em { display:block; width:128px; height:30px; line-height:30px; border:solid 2px #fff; text-align:center; font-size:14px; color:#fff; margin:0 auto; border-radius:50px;}
.kb_con ul li a:hover { background:#f5703f; }
.kb_con ul .nobor { margin:0 0 0;}

/* 效果CSS结束 */

/**********************************/
/********** General CSS ***********/
/**********************************/
*,
*::before,
*::after {
    box-sizing: border-box;
}


pp {
    padding: 0;
    margin: 0 0 15px 0;
    color: #454545;
    font-weight: 400;
	line-height:25px;
}


h1 {
    font-weight: 900;
}
.credit {
	padding: 30px 15px 0 15px;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
}

.credit a {
	font-weight: 900;
	color: #000000;
	text-decoration: underline;
}



/**********************************/
/***** Layout & Section Title *****/
/**********************************/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	margin-top:30px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.section-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: #eeeeee;
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}


/**********************************/
/********** Effect #3 CSS *********/
/**********************************/
.effect-3 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-3 .effect-img {
    font-size: 0;
    overflow: hidden;
}

.effect-3 .effect-img img {
    width: 100%;
    height: auto;
    transition: .3s;
}

.effect-3:hover .effect-img img {
    transform: scale(1.2);
}

.effect-3 .effect-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    transform: scale(0);
    opacity: 0;
}

.effect-3:hover .effect-text {
    transform: scale(1);
    opacity: 1;
}

.effect-3 .effect-text h2 {
    height: 45px;
    color: #ffffff;
    font-size: 25px;
    margin: 0;
}

.effect-3 .effect-text p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
	line-height:25px;
}


.effect-3 .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 15px;
    color: #ffffff;
    background: #0699e7;
	border-radius: 10px;
	text-decoration: none;
}