﻿@charset "utf-8";
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url("../fonts/SourceHanSansCN-Normal.otf");
}    
body {
	margin:0;
	font-family:'SourceHanSansCN-Normal';
	font-size:14px;
	background:#fff;
	color:#505050;
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figure {
	margin:1em 40px
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	overflow:visible
}
a {
	-webkit-text-decoration-skip:objects;
	background-color:transparent
}
abbr[title] {
	border-bottom:none;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted
}
b,strong {
	font-weight:bolder
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
audio:not([controls]) {
	display:none;
	height:0
}
img {
	border-style:none
}
svg:not(:root) {
	overflow:hidden
}
button,input,optgroup,select,textarea {
	line-height:1.42857143;
	margin:0;
	outline:none
}
body,button,input,select,textarea {
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-moz-font-feature-settings:"liga","kern"
}
button,input {
	overflow:visible
}
button,select {
	text-transform:none
}
button,html [type=button],[type=reset],[type=submit] {
	-webkit-appearance:button
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style:none;
	padding:0
}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline:1px dotted ButtonText
}
form select{
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;  
}
fieldset {
	padding:.35em .75em .625em
}
legend {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
textarea {
	overflow:auto
}
[type=checkbox],[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
summary {
	display:list-item
}
article,aside,footer,header,nav,section,figcaption,figure,main,details,menu {
	display:block
}
pre,code,kbd,samp {
	font-family:monospace,monospace;
	font-size:1em
}
audio,video,canvas {
	display:inline-block
}
template,[hidden] {
	display:none
}
.clearfix {
	zoom:1
}
.clearfix:before,.clearfix:after {
	display:table;
	line-height:0;
	content:""
}
.clearfix:after {
	clear:both
}
a {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#015cb5
}
ul {
	margin:0;
	list-style:none;
	padding:0
}
.main_flex{
	display: flex;
	flex-wrap: wrap;
}
.index_content{
	width: 100%;
	height: auto;
	min-height: 300px;
	background:url(../images/topbg.jpg) top center repeat-x;
}
.inner_content{
	width: 1500px;
	height: auto;
	margin: 0 auto;
	padding:50px 0;
	display: flex;
}
.active_btn{
	background: linear-gradient(to right, #105BBE,#0A77E1);
	color:#ffffff;
}
.active_btn a{
	color:#ffffff;
}
.active_btn a:hover{
	color:#ffffff;
}
.no_border{
	border:none;
}

.margin-top{
	margin-top:30px;
}
.margin-bottom{
	margin-bottom:30px;
}
.margin-top-xxl{
	margin-top:110px;
}


.footer{
    width:100%;
    height:auto;
    margin:0px;
    background-color: #2F3130;
    color:#979797;
    padding-top:50px;
}
.footer_white{
	background-color: #ffffff;
	color:#212121;
}
.footer .footer_main{
    width:1500px;
    height:auto;
    min-height: 350px;
    margin:0px auto;
    display: flex;
    justify-content: space-around;
}
.footer .footer_main .footer_logo{
    width:445px;
    height:250px;
    border-right: 1px solid #4D4F4E;
}
.footer .footer_main .footer_logo_white{
    border-right: 1px solid #D3D3D3;
}

.footer .footer_main .footer_logo img{
    width:357px;
    height:96px;
    padding-right:60px;
    padding-top:80px;
}
.footer .footer_main .footer_logo_img{
    width:357px;
    height:96px;
}
.footer .footer_main .footer_menu{
    width:275px;
    height:250px;
    margin:0px 30px;
}
.footer a{
	color:#979797;
}
.footer a:hover{
	color:#979797;
}
.footer .footer_main .footer_menu_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    color:#ffffff;
}
.footer .footer_main .footer_menu_title_white{
	color:#212121;
}

.footer .footer_main .footer_menu_list{
    width:100%;
    height:auto;
}
.footer .footer_main .footer_menu_item{
    width:50%;
    height:35px;
   	line-height: 35px;
   	float: left;
}

.footer .footer_main .footer_contact{
    width:420px;
    height:260px;
    margin:0px;
}
.footer .footer_main .footer_contact_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    color:#ffffff;
}
.footer .footer_main .footer_contact_title_white{
	color:#212121;
}
.footer .footer_main .contact_item{
    width:100%;
    height:auto;
    margin:0px;
    display: flex;
    align-items: center;

}
.footer .footer_main .contact_icon{
    width:25px;
    height:25px;
    margin:0px 20px 0 0;
}
.footer .footer_main .contact_icon img{
    width:25px;
    height:25px;
    margin:0px 50px 0 0;
}
.footer .footer_main .contact_phonenumber{
    font-size: 32px;
    font-weight: bold;
}
.footer .footer_main .contact_mail{
    width:100%;
    height:35px;
    line-height: 35px;
    margin:0px;
}
.footer .footer_main .contact_address{
    width:100%;
    height:50px;
    line-height: 50px;
    margin:0px;
}
.footer .footer_main .footer_qrcode{
    width:180px;
    height:250px;
    text-align: center;
}
.footer .footer_main .qrcode_top{
    width:100%;
    height:50px;
    line-height: 50px
    margin:10px 0;
    color:#ffffff;
    font-size: 20px;
    text-align: center;
}
.footer .footer_main .qrcode_top_white{
	color:#212121;
}
.footer .footer_main .qrcode_top img{
    width:140px;
    height:140px;
    margin:0px auto;
}
.footer .footer_main .footer_qrcode_img{
    width:140px;
    height:140px;
    margin:0px auto;
}
.footer .footer_main .qrcode_content{
    width:100%;
    height:80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
}
.footer .footer_link{
    width:1500px;
    height:81px;
    border-top: 1px solid #4D4F4E;
    border-bottom: 1px solid #4D4F4E;
    display: flex;
    margin:0 auto;
    overflow: hidden;
}
.footer .footer_link_white{
	border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}
.footer .link_left{
    width:240px;
    height:61px;
    text-align: center;
    margin:10px 0;
    border-right: 1px solid #4D4F4E;
}
.footer .link_left_white{
    border-right: 1px solid #D3D3D3;
}
.footer .link_left_entitle{
	font-size: 18px;
	font-style: italic;
	width: 100%;
	height:25px;
	margin-top:0px;
	color:#414342;
}
.footer .footer_line{
	width: 100%;
	height:80px;
	clear: both;
}
.footer .link_left_title{
    font-size: 24px;
	width: 100%;
	height:35px;
}
.footer .link_left_title_white{
    color:#979797;
}
.footer .link_content{
    padding-left:50px;
}
.footer .link_content span{
    padding:0 10px;
    line-height: 80px;
}
.footer_copyright{
    width:100%;
    height:60px;
    background-color: #2A2A2A;
    margin:0px;
    color:#979797;
}
.footer_copyright_white{
	background-color: #F2F2F2
}

.copyright_main{
    width:1200px;
    height:60px;
    line-height:60px;
    margin:0px auto;
    display: flex;
    justify-content: space-around;
}
.copyright_item{
    text-align: center;
}
.footer_copyright a{
	color:#979797;
}
.footer_copyright a:hover{
	color:#979797;
}




















