/* CSS reset */
html,body{height:100%; width:100%;padding:0;margin:0;}
* {margin: 0; padding: 0; outline: none; }
body, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {list-style: none; text-decoration: none; margin: 0; }
h1, h2, h3, h4, h5, h6 {font-weight: normal; padding: 0; margin: 0;font-size: 100%; }
table {border-collapse: collapse; border-spacing: 0; }
input, textarea {border: none; background: none; font-size: 14px; vertical-align: middle; }
select {font-size: 12px; vertical-align: middle; cursor: pointer; }
input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none; }
label {font-weight: normal; margin: 0; }
em, i {font-style: normal; }
a:focus, input, select {outline: none; }
body {
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	font-size: 18px;
	font-family: "微软雅黑", Microsoft YaHei;
    min-width: 1440px;
}
a {text-decoration: none; outline: none; color: #333; }
a:hover {text-decoration: none; }
a:focus {text-decoration: none; color: inherit; }
/* CSS common */
.fl {float: left; }
.fr {float: right; }
.al {text-align: left; }
.ac {text-align: center; }
.ar {text-align: right; } 
.box{-webkit-box-sizing: border-box;box-sizing: border-box}
.fixed{position: fixed;}
.absolute{position: absolute;}
.inner_index {width: 100%; max-width: 1920px; min-width: 1440px; margin: 0 auto; } 
.w1600{width:1600px;margin: 0 auto;}
.w1200{width:1200px;margin: 0 auto;}
.w100{width: 100%}
.w1527{width: 1527px;margin: auto;}
.w1080{width: 1080px;margin: auto;}
.bgf789{background-color: #f7f8f9;}
.mar0{margin-right: 0 !important;}
.wrap{width: 100%;margin: auto;}
.bgSize{
	background-size: cover;
-webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;
-ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}
/*header*/
.header{width: 100%;background-color: #000;height: 60px;padding-left: 250px;box-sizing: border-box;font-size: 16px;display: flex;align-items: center;}
.header_n{width: 1440px;display: flex;align-items: center;}
.header_n ul{margin-left:172px;display: flex;align-items: center;}
.header_n ul li{margin-right: 117px;}
.header_n ul li a{color: #9c9c9c;padding-bottom: 18px;}
.header_n ul li a:hover{color: #fff;}
.activeo{color: #fff !important;border-bottom: 2px solid #fff;}
.header_n .tel{line-height: 33px;color: #fff;margin-top: 12px;}
.header_n .tel img{vertical-align: top;margin-right: 10px;}

/* section */
.section{width: 100%;height: 820px;background-color: #F2F6FB;}
.section-content{width: 1440px;margin: 0 auto;}
.margin-banner{padding-top: 121px;}
.section-title{color: #2A3B5A;text-align: center;display: flex;flex-direction: column;align-items: center;}
.section-title h1{font-size: 36px;font-weight: bold;}
.section-title h2{font-size: 18px;padding-top: 24px;}
.section-title .section-btn{display: flex;align-items: center;color: #1175EB;font-size: 18px;padding-top: 24px;}
.section-title .section-btn img{width: 7.5px;height: 13px;margin-left: 18px;}


/*footer*/
.footer{display: flex;color: #B4B4B4;padding-top: 80px;}
.footer .footer-info{margin-right: 120px;}
.footer .footer-info li{margin-bottom: 40px;}
.footer .footer-info li p:first-child{color: #9E9EA2;font-size: 16px;margin-bottom: 16px;}
.footer .footer-info li p{color: #FFFFFF;font-size: 18px;}
.footer-info-logo img{width: 168.1px;height: 41.15px;}
.footer .footer-info li div{display: flex;}
.footer .footer-info li div img{width: 32px;height: 32px;margin-right: 20px;}
.footer .list{margin-right: 180px;}
.footer .list .list-title{color: #fff;font-size: 16px;padding-bottom: 24px;}
.footer .list li{margin-bottom: 16px;}

.footer-bottom{height: 60px;background-color: #18181F;border-top: 1px solid #2B2C33;}
.footer-bottom-info{text-align: center;line-height: 60px;font-size: 14px;color: #B4B4B4;}