/*-----------------[初始化]--------------*/

*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    border: none;
}

input, textarea, select {
    font-size: 14px;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border: none;
}

input[type='submit'], input[type='reset'], input[type='button'], input[type='radio'], input[type='checkbox'], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

select::-ms-expand {
    display: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0C3551;
}

/*布局*/

.wp {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

/*******************************
    -------[=头部]-------
********************************/

/*******************************
    -------[=导航]-------
********************************/

/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
/* g-more */
.g-more{
	display: inline-block;
	font-size: 14px;
	color: #0C3551;
}
.g-more:hover{
	text-decoration: underline;
}
/* g-more end */

/* cur */
.cur {
    
}

.cur, .cur a {
    font-size: 14px;
    color: #262626;
}

.cur a:hover {
    color: #0C3551;
}
/* cur end */

/* body-padding */
.body-padding{
    padding-top: 100px;
}
/* body-padding end */

/* ban-inner */
.ban-inner{

}
.ban-inner .item{
    min-height: 200px;
    height: 20.83333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.ban-inner .txt{
    padding-top: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #FFFFFF;
}
.ban-inner .txt h3{
    margin-bottom: 14px;
    height: 1.5em;
    font-size: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ban-inner .txt .desc{
    height: 4em;
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/* ban-inner end */

.main{
    padding: 90px 0 100px;
}

/* g-tit01 */
.g-tit01{
    margin-bottom: 60px;
    text-align: center;
}
.g-tit01 h2{
    margin-bottom: 2px;
    font-size: 38px;
    color: #303233;
}
.g-tit01 em{
    margin: 0 auto;
    width: 114px;
    height: 3px;
    background: #0C3551;
    border-radius: 1px;
    display: block;
}
.g-tit01 .desc{
    padding-top: 13px;
    font-size: 24px;
    color: #4d4d4d;
}
/* g-tit01 end */

/* g-tit02 */
.g-tit02{
    margin-bottom: 45px;
    border-bottom: 2px solid #F2F2F2;
}
.g-tit02 h2{
    font-size: 36px;
    line-height: 94px;
    color: #303233;
}
/* g-tit02 end */

/* m-support-service */
.m-support-service{
	padding-top: 70px;
	padding-bottom: 110px;
}

/* ul-support-service */
.ul-support-service{
	
}
.ul-support-service li{
    padding: 30px 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.ul-support-service li:hover{
    background: #f7f7f7;
}
.ul-support-service .icon{
	width: 120px;
	margin: 0 auto 40px;
}
.ul-support-service h3{
	margin-bottom: 20px;
	height: 1.5em;
	text-align: center;
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.ul-support-service .desc{
	height: 3em;
	font-size: 14px;
	color: #808080;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	text-align: center;
}
/* ul-support-service end */

/* m-support-service end */

.g-row:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.g-col {
    float: left
}

.g-col-6 {
    width: 16.666666%
}

.g-col-5 {
    width: 20%
}

.g-col-4 {
    width: 25%
}

.g-col-3 {
    width: 33.333%
}

.g-col-2 {
    width: 50%
}

.g-col-1 {
    width: 100%;
    overflow: hidden
}
@media (max-width:1600px) {
    /* body-padding */
    .body-padding{
        padding-top: 80px;
    }
    /* body-padding end */
    .ban-inner .txt{
        padding-top: 0;
    }
    .ban-inner .txt h3{
        margin-bottom: 10px;
        font-size: 30px;
    }
    .ban-inner .txt .desc{
        font-size: 16px;
        line-height: 1.5;
        height: 3em;
    }
    .main{
        padding: 60px 0;
    }
    .g-tit01{
        margin-bottom: 50px;
    }
    .g-tit01 h2{
        font-size: 32px;
    }
    .g-tit01 em{
        width: 80px;
    }
    .g-tit02 h2{
        font-size: 30px;
        line-height: 2;
    }
    .g-tit01 .desc{
        font-size: 20px;
    }
	.m-support-service{
		padding-top: 50px;
	}
	.ul-support-service .icon{
		width: 100px;
	}
	.ul-support-service li{
		padding: 20px 20px;
	}
	.ul-support-service h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
    .m-support-service{
        padding-bottom: 60px;
    }
}
@media (max-width:1400px) {
    .g-tit02 h2{
        font-size: 25px;
    }
    .ul-support-service li{
        margin-bottom: 30px;
        padding: 10px 10px;
    }
    .ul-support-service .icon{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:1199px) {
    /* body-padding */
    .body-padding{
        padding-top: 50px;
    }
    /* body-padding end */
    .g-col.g-col-md-6 {
        width: 16.666666%;
        float: left
    }
    .g-col.g-col-md-5 {
        width: 20%;
        float: left
    }
    .g-col.g-col-md-4 {
        width: 25%;
        float: left
    }
    .g-col.g-col-md-3 {
        width: 33.333%;
        float: left
    }
    .g-col.g-col-md-2 {
        width: 50%;
        float: left
    }
    .g-col.g-col-md-1 {
        width: 100%;
        float: none
    }

    .ban-inner .txt h3{
        font-size: 26px;
        font-weight: normal;
    }
    .ban-inner .txt .desc{
        font-size: 14px;
    }
    .main {
        padding: 40px 0;
    }
    .g-tit01{
        margin-bottom: 30px;
    }
    .g-tit01 h2{
        font-size: 26px;
    }
    .g-tit01 em{
        width: 60px;
    }
    .cur{
        display: none;
    }
    .ul-support-service li{
        
    }
    .ul-support-service h3{
        font-size: 18px;
    }
    .ul-support-service .icon{
        width: 80px;
    }
    .m-support-service{
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:991px) {
    .g-col.g-col-sm-6 {
        width: 16.666666%;
        float: left
    }
    .g-col.g-col-sm-5 {
        width: 20%;
        float: left
    }
    .g-col.g-col-sm-4 {
        width: 25%;
        float: left
    }
    .g-col.g-col-sm-3 {
        width: 33.333%;
        float: left
    }
    .g-col.g-col-sm-2 {
        width: 50%;
        float: left
    }
    .g-col.g-col-sm-1 {
        width: 100%;
        float: none
    }
    .ban-inner .txt h3{
        margin-bottom: 5px;
        font-size: 22px;
    }
	.g-tit02 h2{
		font-size: 24px;
	}
    .g-tit02{
        margin-bottom: 20px;
        border-width: 1px;
    }
    .g-tit01 .desc{
        font-size: 18px;
    }
    .m-support-service{
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .g-col.g-col-xs-6 {
        width: 16.666666%;
        float: left
    }
    .g-col.g-col-xs-5 {
        width: 20%;
        float: left
    }
    .g-col.g-col-xs-4 {
        width: 25%;
        float: left
    }
    .g-col.g-col-xs-3 {
        width: 33.333%;
        float: left
    }
    .g-col.g-col-xs-2 {
        width: 50%;
        float: left
    }
    .g-col.g-col-xs-1 {
        width: 100%;
        float: none
    }
    .ban-inner .txt .desc br{
        display: none;
    }
    .main{
        padding: 30px 0;
    }
    .g-tit01{
        margin-bottom: 20px;
    }
    .g-tit01 h2{
        font-size: 22px;
    }
    .g-tit01 em{
        width: 40px;
    }
	.g-tit02 h2{
        font-size: 18px;
	}
	.m-support-service{
		padding-top: 30px;
	}
    .g-tit01 .desc{
        font-size: 14px;
    }
    .ul-support-service .icon{
        margin-bottom: 10px;
        width: 60px;
    }
    .ul-support-service h3{
        margin-bottom: 5px;
    }
    .ul-support-service {
        margin: 0;
    }
    .ul-support-service li{
        padding: 10px 10px;
        margin-bottom: 20px;
    }
    .ul-support-service .desc{
        font-size: 12px;
    }
}

@media all and (orientation : landscape) {

}
@media all and (orientation : portrait) {
    
}