﻿
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}
@font-face {
	font-family:"Oswald";
	src: url(../font/OSWALD-REGULAR.TTF);
}

body {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: arial, "microsoft yahei"
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0;
    border: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline: 0;
    color: #666;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance: none
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.clear {
    clear: both;
}

.continer1 {
    width: 1520px;
    margin: 0 auto;
}

.g-container {
  padding-top: 0;
}



.header1, .footer{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* 右侧浮动框 */

.m-confirm { 
	width: 67px; 
	position: fixed; 
	top: 50%; 
	right: 20px; 
	font-size: 12px; 
	color: #fff; 
	transform: translate(0,-50%);
	z-index: 9999; 
}
.m-confirm .i-sprite { 
	background: url("../image/icon-sprite.png") no-repeat; 
	display: inline-block; 
	zoom: 1; 
	width: 67px; 
	height: 30px; 
	margin-top: 28px; 
	overflow: hidden; 
}
.m-confirm .online { 
	height: 99px; 
	text-align: center; 
	border-bottom: 1px solid #8dc7ff; 
	cursor: pointer; 
	background-color: #00AEEF; 
	position: relative;
}
.m-confirm .online .i-sprite-1 { background-position: 20px -56px; }
.m-confirm .tel {
	height: 99px; 
	text-align: center; 
	position: relative; 
	cursor: pointer; 
	background-color: #00AEEF; 
}
.m-confirm .tel .i-sprite-2 { background-position: 20px -28px; }
.m-confirm .tel .content { 
	background: #fff;
	padding: 0 30px;
	height: 43px; 
	line-height: 43px; 
	position: absolute; 
	display: none; 
	top: 27px; 
	right: 75px; 
	z-index: 9999; 
	font-size: 14px; 
	color: #000; 
	box-shadow: 0px 9px 36px rgba(47, 56, 111, 0.16);
	white-space: nowrap;
}
.m-confirm .online .pic { 
	background: #fff;
	/* padding:20px; */
	position: absolute; 
	display: none; 
	top: -48px;
	right: 75px; 
	z-index: 9999; 
	box-shadow: 0px 9px 36px rgba(47, 56, 111, 0.16);
	width: 258px;
}
.m-confirm .tel:hover .content,.m-confirm .online:hover .pic{
	display: block;
}

.m-confirm .online:hover,.m-confirm .tel:hover{
	 background-color: #378fe5; 
}


/* 侧边栏 */
.g-side{
	position: fixed;
	right: 25px;
	bottom: 10%;
	display: none;
	z-index: 999;
}
.g-side .g-side-content{
	width: 70px;
	height: 70px;
	background: #0081CC;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	margin-bottom: 10px;
	cursor: pointer;
}

/*新闻详情*/
.inner_newsshow {
    overflow: hidden;
}

.inner_fr_newsshow {
    margin: 31px 0 50px 0;
    overflow: hidden;
}

.show_title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}

.show_title h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #616161;
    text-align: center;
    padding-bottom: 15px;
    line-height: 28px;
}

.show_title span {
    color: #949494;
    margin: 0px 10px;
    font-size: 14px;
    padding-left: 20px;
}

.browse {
    background: url(../image/browse.png) no-repeat left center;
}

.date {
    background: url(../image/date.png) no-repeat left center;
}

.show_content {
    line-height: 30px;
    color: #4b4b4b;
    padding: 45px 0px;
   
    font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}
.show_content p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #616161;
	line-height: 30px;
}

.show_content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.show_back {
    padding-top: 20px;
	 border-top: 1px dashed #bfbfbf;
}

.show_back_fl {
    float: left;
    width: 70%;
    overflow: hidden;
}

.show_back_fl li {
    margin-bottom: 2px;
    line-height: 25px;
    color: #4d4d4d;
    width: 100%;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: 15px;
}
.news_x_a{
	width:80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.show_back_fl li a {
    color: #868686;
    font-size: 15px;
}

.show_back_fl li a:hover {
    color: #2668A2;
}

.show_back_fr {
    overflow: hidden;
    float: right;
    width: 13%;
	background:#0081CC;
	border-radius: 5px;
}

.show_back_fr a {
    display: block;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    background:url(../image/return.png) no-repeat right 20px center;
    padding-left: 25px;
    text-align: left;
	border-radius: 5px;
}

.phone {
    display: none;
}

.computer {
    display: block;
}




.amap-info-content {
  height: auto !important;
}
#mapcomname {
  text-align: center;
}
.pagination {
    text-align: center;
    color: #666;
    clear: both;
	width: 100%;
	margin: 40px 0 0;
}
.pagination a {
    display: inline-block;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 10px;
    line-height: 28px;
	color: #000; 
	border: 1px solid  #ddd;
    margin: 0px 1px 10px 1px;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color:  #009FE8;
	border: 1px solid  #009FE8;
}



/*首页开始*/

.showc {
    height: 137px;
}

.in-header {
	position: fixed;
	left: 0;
    top: 0px;
    z-index: 9;
    width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: 0px 0px 47px 2px rgba(221,221,221,0.5800);
}
.in-header-top{
	height: 46px;
	background: #075DE6;
	line-height: 46px;
}
.in-header-top .in-header-left{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.in-header-top .in-geader-right{
	width: 240px;
	height: 46px;
	background: #0190FF;
	line-height: 46px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.in-header-top .in-geader-right input{
	height: 46px;
	width: 192px;
	line-height: 46px;
	border: none;
	padding:0 26px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D2E4FF;
	background: #0190FF;
}
.in-header-top .in-geader-right input::-webkit-input-placeholder {
	color: #D2E4FF;
	font-size: 14px;
}
.in-header-top .in-geader-right input:-moz-placeholder  {
	color: #D2E4FF;
	font-size: 14px;
}
.in-header-top .in-geader-right input::-moz-placeholder  {
	color: #D2E4FF;
	font-size: 14px;
}
.in-header-top .in-geader-right input:-ms-input-placeholder  {
	color: #D2E4FF;
	font-size: 14px;
}
.in-header-top .in-geader-right  .in-geader-right-ss{
	width: 48px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.in-header .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.in-header .yuyan-con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.in-header .yuyan-con .text1 {
    display: flex;
    align-items: center;
}

.in-header .yuyan-con .text1 .text1-icon {
    background-image: url("../image/nav-7.png");
    background-size: 17px 18px;
    width: 17px;
    height: 18px;
    margin-right: 8px;
    opacity: 0.5;
}

.in-header .yuyan-con .text1 .text1-1 {
    color: #9EBFE5;
    font-size: 14px;
}

.in-header .yuyan-con .text1 .text1-2 {
    color: #fff;
    font-size: 14px;
}

.in-header .yuyan-con .text2 {
    display: flex;
    align-items: center;
    position: relative;
}

.in-header .yuyan-con .text2 .text2-icon1 {
    background-image: url("../image/index-3.png");
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    opacity: 0.5;
    margin-left: 30px;
}

.in-header .yuyan-con .text2 .text2-1 {
    color: #fff;
    font-size: 14px;
}

.in-header .yuyan-con .text2 .text2-icon2 {
    background-image: url("../image/index-5.png");
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin-right: 8px;
    opacity: 0.5;
}

.in-header .yuyan-con .text2 .text2-hover {
    position: absolute;
}

.in-header .yuyan-con .fdj {
    background-image: url("../image/index-7.png");
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
/*    margin-left: 25px; */
}

.in-header .search {
    z-index: 9;
    position: relative;
}

.in-header .search .btn-search-max {
    z-index: 2;
    -webkit-transition: All 0.2s ease-in-out;
    transition: All 0.2s ease-in-out;
    position: relative;
}

.in-header .search .btn-search-max * {
    display: inline-block;
    vertical-align: middle;
}

.in-header .search .search-main {
    top: 45px;
    right: -20px;
    z-index: 9;
    width: 360px;
    display: none;
    padding: 18px 30px 18px 19px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 1s;
    border-radius: 4px;
}

.in-header .search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}

.in-header .search-container .form-control {
    text-align: left;
    border: 1px solid #0081CC;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}

.in-header .search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}

.in-header .search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #0081CC url(../image/index-7.png) no-repeat center center;
}

.in-header #search-closed {
    right: 5px;
    top: 27.5px;
    max-width: 18px;
    position: absolute;
    cursor: pointer;
}

#index .in-header .in-left-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 81px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(183, 183, 183, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.in-header .in-left-nav .icon1 {
    margin-top: 21px;
}

.in-header .in-left-nav .text2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.in-header .in-left-nav .text2 .icon2 {
    transition: 0.5s;
}

.in-header .in-left-nav .text2:hover .icon2 {
    transform: rotate(90deg);
}

.in-header .in-left-nav .text2 .text2-1 {
    width: 41px;
    height: 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}

@keyframes myani {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }

}

.in-header .in-left-nav .text3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    margin-bottom: 21px;
    position: relative;
}

.in-header .in-left-nav .text3 .text3-img {
    position: absolute;
}

.in-header .in-left-nav .icon3 {
    background-image: url("/static/web/images/index/index-4.png");
    background-size: 57px 57px;
    width: 57px;
    height: 57px;
    animation: myani 5s linear infinite;
}

.in-header .zhankai {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    top: 0px;
    opacity: 0;
    left: -100%;
    transition: 0.5s;
    z-index: 9;
}

.in-header .zhankai .in-top {
    height: 87px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.in-header .zhankai .in-top .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.in-header .zhankai .in-top .right .text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 42px;
    background: #CC1D24;
    border-radius: 21px;
}

.in-header .zhankai .in-top .right .text1 .text1-icon {
    background-image: url("../image/nav-7.png");
    background-size: 17px 18px;
    width: 17px;
    height: 18px;
    margin-right: 8px;
}

.in-header .zhankai .in-top .right .text1 .text1-1 {
    color: #fff;
    font-size: 14px;
}

.in-header .zhankai .in-top .right .text1 .text1-2 {
    color: #fff;
    font-size: 14px;
}

.in-header .zhankai .in-top .right .text2 {
    width: 159px;
    height: 42px;
    background-color: #1D386D;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 19px;
}

.in-header .zhankai .in-top .right .text2 .text2-icon1 {
    background-image: url("../image/nav-6.png");
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.in-header .zhankai .in-top .right .text2 .text2-1 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.in-header .zhankai .in-top .right .text2 .text2-icon2 {
    background-image: url("../image/index-5.png");
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin-left: 18px;
}

.in-header .zhankai .in-top .right .text2 .text2-hover {
    position: absolute;
}

.in-header .zhankai .in-top .right .cuowu {
    width: 43px;
    height: 43px;
    background-color: #E3E3E3;
    border-radius: 50%;
    background-image: url("../image/nav-5.png");
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 18px;
    background-size: 17px 17px;
}

.in-header .zhankai .in-top .right .cuowu:hover {
    background-color: #ccc;
    background-image: url("../image/nav-5-1.png");
}

.in-header .zhankai .in-center {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.in-header .zhankai .in-center .left-in {
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.in-header .zhankai .in-center .left-in .block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.in-header .zhankai .in-center .left-in .block1 .text1 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    cursor: pointer;
}

.in-header .zhankai .in-center .left-in .block1 .text2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #868686;
    line-height: 48px;
    cursor: pointer;
}

.in-header .zhankai .in-center .left-in .block1 .text2:hover {
    color: #1D386D;
}

.in-header .zhankai .in-center .left-in .block1 .text1:hover {
    color: #1D386D;
}

.in-header .zhankai .in-center .right-in {
    width: 27%;
    position: absolute;
    bottom: 20vh;
    right: 0px;
}

.in-header .zhankai .in-center .right-in .share {
    width: 100%;
}

.in-header .zhankai .in-center .right-in .share a {
    text-decoration: none;
}

.in-header .zhankai .in-center .right-in .share .line2 {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.2;
}

.in-header .zhankai .in-center .right-in .share .btn1 {
    width: 138px;
    height: 50px;
    border: 1px solid #5BC1D1;
    border-radius: 25px;
    font-size: 16px;
    color: #5BC1D1;
    line-height: 50px;
    margin: 5vh auto;
    display: block;
}

.in-header .zhankai .in-center .right-in .share .btn1:hover {
    background: rgba(91, 193, 207, 0.1);
    color: #5BC1D1;
}

.in-header .zhankai .in-center .right-in .share .share-icon {
    flex-direction: row;
    flex-wrap: wrap;
    width: 200px;
    display: flex;
    text-align: right;
}

.in-header .zhankai .in-center .right-in .share .share-icon .bshare-qzone {
    background: none;
}

.in-header .zhankai .in-center .right-in .share .share-icon #bsBox {
    height: 423px !important;
    width: 560px !important;
}

.in-header .zhankai .in-center .right-in .share .share-icon .bshare-custom a {
    padding-left: 0px;
}

.in-header .zhankai .in-center .right-in .share .share-icon .bshare-sinaminiblog {
    background: none;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon-hover {
    position: absolute;
    width: 120px;
    height: 118px;
    border: 1px solid #eee;
    border-radius: 5px;
    left: -124px;
    top: 6px;
    opacity: 0;
    transition: 0.5s;
    display: none;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon1 {
    background-image: url("../image/nav-2.png");
    background-repeat: no-repeat;
    width: 47px;
    height: 47px;
    border: 1px solid #E0E0E0;
    background-position: center center;
    border-radius: 50%;
    margin-right: 23px;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon1:hover {
    background-image: url("../image/nav-2.png");
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon2 {
    width: 47px;
    height: 47px;
    border: 1px solid #E0E0E0;
    background-position: center center;
    border-radius: 50%;
    background-image: url("../image/nav-3.png") !important;
    background-repeat: no-repeat;
    display: block;
    margin-right: 23px;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon2:hover {
    background-image: url("../image/nav-3.png") !important;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon3 {
    width: 47px;
    height: 47px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    background-position: center center;
    background-image: url("../image/nav-4.png") !important;
    background-repeat: no-repeat;
}

.in-header .zhankai .in-center .right-in .share .share-icon .icon3:hover {
    background-image: url("../image/nav-4.png") !important;
}

.in-header .zhankai .in-center .right-in .share #weixin:hover .icon-hover {
    width: 120px;
    opacity: 1;
    display: block;
}

.in-header .zhankai .in-center .right-in .text-con {
    font-size: 16px;
    color: #838383;
    line-height: 36px;
    margin-top: 38px;
}

.in-header .zhankai .in-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 82px;
}

.in-header .zhankai .in-bot {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.in-header .zhankai .zk-soso {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.in-header .zhankai .zk-soso input {
    width: 501px;
    height: 50px;
    background: #E3E3E3;
    border-radius: 25px;
    padding-left: 1em;
    padding-right: 1em;
}

.in-header .zhankai .zk-soso button {
    width: 23px;
    height: 23px;
    background-image: url("../image/nav-1.png");
    background-color: transparent;
    position: relative;
    left: -46px;
    top: -4px;
}
.g-footer-top{
	width: 100%;
	height: 64px;
	background: #E7E7E7;
	cursor: pointer;
}
.g-footer-top .fotter-top-column{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 64px;
	padding: 5px 0;
}
.g-footer-top .fotter-top-column .name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.top_footer{
	padding-top: 30px;
	background: #F3F3F3;
}
.top_footer .top_footer_row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}
.top_footer .top_footer_row img{
	margin-bottom: 30px;
}
.top_footer .top_footer_row p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #383838;
	margin: 0 10px;
	margin-bottom: 30px;
}
.top_footer .top_footer_row a{
	padding-right: 15px;
	margin-right: 15px;
	border-right:1px solid #989898;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #989898;
	line-height: 1;
	margin-bottom: 30px;
}
.top_footer .top_footer_row a:last-child{
	border-right:none;
}
.footer-in {
    background: #F3F3F3;
    padding-top: 60px;
}

.footer-in .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	/* align-items: center; */
}

.footer-in .in-block1 {
    width: 24%;
    display: flex;
    flex-direction: row;
	align-items: baseline;
}
.footer-in .in-block1 a{
	margin-right: 10px;
}
.footer-in .in-block1 .in-block1-column{
	display: flex;
	flex-direction: column;
}
.footer-in .in-block1 .in-block1-column h2{
	font-size: 30px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	/*color: #0081CC;*/
    color: #000;
}
.footer-in .in-block1 .in-block1-column h4{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	/*color: #979797;*/
    color: #000;
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
	margin-top: 5px;
}
.footer-in .in-block2 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 70px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.footer-in .in-block2 li{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 33.3%;
	margin-bottom: 40px;
}
.footer-in .in-block2 li .in-block2-top{
	font-size: 18px;
	font-family: Oswald;
	font-weight: bold;
	color: #434343;
	margin-bottom: 15px;
}
.footer-in .in-block2 li.shu{
	height: 15px;
	width: 1px;
	background: #202E4E;
}
.footer-in .in-block2 li >a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	line-height: initial;
}
.footer-in .in-block2 li >a:hover,.footer-in .in-block3 .in-block3-text:hover,.footer-in .in-block3 .in-block3-text1:hover,
.top_footer .top_footer_row a:hover{
	color: #0081CC;
}

.footer-in .in-block3{
	width: 30%;
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: flex-start;
	border-right: 1px solid #DDDDDD;
}
.footer-in .in-block3 .in-block3-text{
	padding-left: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	margin-bottom: 20px;
}
.footer-in .in-block3 .in-block3-text.dh{
	background: url(../image/dh.png) no-repeat left center;
	background-size: 19px 20px;
}
.footer-in .in-block3 .in-block3-text.yx{
	background: url(../image/yx.png) no-repeat left center;
	background-size: 19px 15px;
}
.footer-in .in-block3 .in-block3-text.dz{
	background: url(../image/dz.png) no-repeat left center;
	background-size: 21px 21px;
}
.footer-in .in-block4 {
    width: 8%;
    text-align: right;
}

.footer-in .in-block4 .text1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #737373;
    line-height: 36px;
	text-align: center;
}


/* .footer-in .in-block4 {
    width: 10%;
} */
.in-gzwm{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E9EDF4;
	text-align: center;
	margin-top: 16px;
}

.beizhu {
	margin-top: 35px;
}

.footer-in .beizhu .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	border-top: 1px solid #DDDDDD;
    padding-top: 30px;
    padding-bottom: 30px;
}

.beizhu .continer1 .left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	width: 70%;
}

.beizhu .continer1 .left .text1 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
	line-height: 32px;
	margin-right: 25px;
}
.beizhu .continer1 .left .text1 a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #737373;
}
.beizhu .continer1 .left .text1 a:hover,.beizhu .continer1 .right .text1:hover{
	color: #0081CC;
}

.beizhu .continer1 .left .icon1 {
    margin-right: 2px;
}

.beizhu .continer1 .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
	width: 30%;
}

.beizhu .continer1 .right .text1 {
   font-size: 14px;
   font-family: Microsoft YaHei;
   font-weight: 400;
   color: #737373;
    line-height: 35px;
}

.beizhu .continer1 .right .line1 {
    height: 14px;
    width: 1px;
    border-left: 1px solid #737373;
    margin-left: 20px;
    margin-right: 20px;
}





/*首页结束*/

/*内页框架开始*/

.sp_header {
    display: flex;
    flex-direction: row;
    align-items: center;
	width: 90%;
	margin: 0 auto;
}

.sp_logo {
    padding-top: 0px;
}

.sp_logo a{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sp_logo a .sp_column{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 20px;
	text-align: left;
}
.sp_logo a .sp_column h2{
	font-size: 18px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.sp_logo a .sp_column p{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}
.header1,
.footer {
    height: 80px;
	border-bottom:none
}

.sp_header {
    justify-content: space-between;
}

.showc .ac .text1 .text1-icon {
    background-image: url(../image/nav-7-1.png);
}

.showc .ac .text2 .text2-icon1 {
    background-image: url(../image/nav-6-1.png);
}

.showc .ac .text1 .text1-2 {
    color: #414141;
}

.showc .ac .text1 .text1-1 {
    color: #414141;
}

.showc .ac .text2 .text2-1 {
    color: #414141;
}

.showc .ac .fdj {
    background-image: url(../image/index-7-1.png);
}


.in-header .in-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 10;
}

.in-header .in-nav .caidan1 {
    font-size: 16px;
    color: #000000;
}

.in-header .in-nav .caidan1:hover {
    color: #0081CC;
}

.in-header .li-block {
	position: relative;
	text-align: center;
	/* display: inline-block; */
	margin-right: 60px;
	display: flex;
	align-items: center;
	/* height: 30px; */
	/* line-height: 84px; */
	line-height: 137px;
}
.in-header .li-block .caidan1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:#3F3F3F;
}
	

.in-header .li-block:first-child .caidan1{
	background:none;
}
.in-header .li-block .caidan1.act{
	color:#0081CC ;
}
.in-header .li-block2 {
    position: absolute;
    left: 50%;
    top: 137px;
    transform: translate(-50%,0);
    z-index: 9;
    transition: all 0.15s linear;
    height: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 115px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 0px 47px 2px rgba(221,221,221,0.5800);
}
.in-header .li-block:hover .li-block2{
	display: block;
}
/* .in-header .li-block:hover .li-block2 .shuzhi{
	background: #0081CC;
} */
.in-header .li-block2 em{
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
/* 	border-bottom: 6px solid #0081CC; */
	font-size: 0;
	line-height: 0;
	display: none;
}
.in-header .li-en{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;
	margin-left: 20px;
}
.in-header .li-en a{
	color: #0081CC;
}


.in-header .arrow {
    position: relative;
    top: 6px;
}

.in-header .li-block2 .shuzhi {
	width: 100%;
	height: 100%;
	line-height: 35px;
	text-align: center;
	/* background: #0081CC; */
	background: #fff;
/* 	border-radius: 10px;
	padding: 5px 0; */
}





.in-header .li-block2 .shuzhi .caidan2 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 100%;
    display: block;
}
.in-header .li-block2 .shuzhi .caidan2:hover{
	background: #0081CC;
}


	
.in-header .li-block2 .shuzhi .caidan2:last-child{
	margin-right: 0px;
}
.in-header .li-block2 .shuzhi .caidan2:hover  .text1{
	color:#fff;
}

.in-header .li-block2 .shuzhi .caidan2 .text1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #808080;
}

.in-header .li-block2 .shuzhi .caidan2 .circle {
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    opacity: 1;
}

.in-header .li-block2 .shuzhi .caidan2 .arrow1 {
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 14px;
    margin-right: 7px;
    transition: all .5s;
}

.in-header .li-block2 .shuzhi .caidan2:hover .circle {
    display: none;
}

.in-header .li-block2 .shuzhi .caidan2:hover .arrow1 {
    border-left: 5px solid #fff;
}

.in-header .li-block:hover .li-block2 {
    height: auto;
}
.in-header .in-logo{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.in-header .in-logo img {
    height: auto;
}
.in-header .in-logo .in-logo-column{
	margin-left:20px ;
	display: flex;
	flex-direction: column;
}
.in-header .in-logo .in-logo-column h2{
	font-size: 24px;
	font-family: Source Han Sans SC;
	font-weight: bold;
	/*color: #0081CC;*/
    color: #000;
    letter-spacing: 0.8px;
}
.in-header .in-logo .in-logo-column h4{
	font-size: 12px;
	font-weight: bold;
	/*color: #979797;*/
    color: #000;
	margin-top: 5px;
    text-transform: uppercase;
}

.in-header .li-block .select{
	border: none;
	background: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #868585;
/* 	padding-right: 10px;
	background: url(../../images/en_1.png) no-repeat right center;
	background-size: 9px 6px; */
	margin-left: 5px;
}


#index .banner .swiper-pagination-bullet{
	background: #fff;
	opacity: 9;
}
#index .banner .swiper-pagination-bullet-active{
	background: #075DE6;
}


/*内页框架结束*/

@media (max-width: 1801px) {

}

@media (max-width: 1721px) {
   

}

@media (max-width: 1521px) {
	.continer1 {
       width: 90%;
       margin: 0 auto;
   }
   .in-header .in-logo .in-logo-column h2{
	   font-size: 22px;
   }
   .in-header .in-logo .in-logo-column h4{
	   font-size: 13px;
   }
	.in-header .li-block{
		margin-right: 50px;
	}
	.in-header .li-block .caidan1{
		font-size: 17px;
	}
	
	.in-header .li-block2 .shuzhi .caidan2 .text1{
		font-size: 14px;
	}
}

@media (max-width: 1501px) {

	
}

@media (max-width: 1401px) {
	.in-header .in-logo .in-logo-column h2 {
	  font-size: 20px;
	}
	.in-header .li-block{
		margin-right: 40px;
	}
	
	.in-header .li-block .caidan1 {
	  font-size: 16px;
	}
	.in-header .li-en {
	  font-size: 13px;
	}
	.footer-in .in-block1 .in-block1-column h2{
		font-size: 25px;
	}
	.footer-in .in-block1 .in-block1-column h4 {
	  font-size: 10px;
	  margin-top: 8px;
	}
	.footer-in .in-block2{
		padding: 0 30px;
	}
	.footer-in .in-block2 li > a {
	  font-size: 15px;
	}
   .footer-in .in-block3 .in-block3-text{
	  font-size: 15px;
   }
   .footer-in .in-block3 .in-block3-text1 {
     font-size: 14px;
	}
	.footer-in .in-block4 .text1 {
	  font-size: 14px;
	}
	
	
	.shuzhi_right .shuzhi_column .shuzhi_content {
	  margin-top: 30px;
	}
	.shuzhi_right .shuzhi_column .shuzhi_content h2 {
	  font-size: 27px;
	  margin-bottom: 20px;
	}
	.shuzhi_right .shuzhi_column .shuzhi_content p {
	  font-size: 14px;
	  line-height: 27px;
	}
}

@media (max-width: 1280px) {
	.in-header .in-logo img{
		max-width: 63%;
	}
	.footer-in .in-block1{
		width: 20%;
	}
	.footer-in .in-block1 .in-block1-column h2 {
	  font-size: 22px;
	}
	.showc {
	  height: 76px;
	}
	.in-header .li-block {
	  /* height: 76px;
	  line-height: 76px;
		margin-right: 75px; */
		margin-right: 34px;
		line-height: 76px;
	}
	.in-header .li-block .caidan1 {
	  font-size: 14px;
	}
	.in-header .li-block2{
		top: 76px;
		width: 100px;
	}
	.in-header .li-block2 .shuzhi .caidan2{
		margin-right: 48px;
	}
	.in-header .li-block2 .shuzhi .caidan2 .text1,.in-header .yuyan-con input{
		font-size: 12px;
	}
	.in-header .li-en {
	  font-size: 12px;
	}
	
	.footer-in .in-block1 .foot-top-ipone {
	  width: 230px;
	  height: 50px;
	  line-height: 50px;
	}
	.footer-in .in-block1 .foot-top-ipone .ipone_text {
	  font-size: 18px;
	}
	.footer-in .in-block1 .foot-top-text {
	  margin-top: 12px;
	}
	.footer-in .in-block2 li .in-block2-top {
	    font-size: 16px;
	}
	.footer-in .in-block2 li > a {
	  font-size: 14px;
	}
	.in-header .li-block2 .shuzhi .shuzhi_left {
	  margin-top: 36px;
	}
	.shuzhi_left .shuzhi_name {
	  font-size: 25px;
	 }
	.shuzhi_left .shuzhi_wrap .shuzhi_a {
	  margin-bottom: 15px;
	  font-size: 14px;
	  padding-bottom: 9px;
	}
	.in-header .li-block2 .shuzhi .shuzhi_right {
	  padding: 36px 5% 36px 60px;
	}
	.shuzhi_left .shuzhi_wrap {
	  margin-top: 30px;
	}
	.shuzhi_right .shuzhi_column .shuzhi_content {
	  margin-top: 20px;
	}
	.shuzhi_right .shuzhi_column .shuzhi_content h2 {
	  font-size: 24px;
	  margin-bottom: 15px;
	}
	.shuzhi_right .shuzhi_column .shuzhi_content p {
	  font-size: 12px;
	  line-height: 24px;
	}
	.footer-in {
	  padding-top: 40px;
	}
	.footer-in .in-block3 {
	  width: 35%;
	}
	.footer-in .in-block3 .in-block3-text {
	/*  font-size: 20px; */
		font-size: 14px;
	}
	.footer-in .in-block3 .in-block3-text1 {
	  font-size: 12px;
	  line-height: 21px;
	}
	#index .beizhu .continer1{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.beizhu .continer1 .left .text1{
		margin-right: 20px;
	}
	.beizhu .continer1 .left .text1,.beizhu .continer1 .left .text1 a{
		font-size: 12px;
	}

	.beizhu .continer1 .right .text1 {
	    font-size: 12px;
	    line-height: 21px;
	}
	.beizhu .continer1 .right .line1 {
	  height: 10px;
	}
	
	
	
	.show_back_fr {
	  width: 16%;
	}
}

@media (max-width: 1201px) {
	.in-header .li-block .caidan1{
		font-size: 14px;
	}
	

    .beizhu .continer1 {
        flex-direction: column;
    }

    .beizhu {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.footer-in .in-block1 .part1 .text1, .footer-in .in-block1 .part2 .text1 {
	  font-size: 16px;
	}
}

@media (max-width: 992px) {
.g-side{
	display: none !important;
}
    .phone {
        z-index: 9999;
/*        position: fixed; */
		display: block;
		width: 100%;
    }


    .in-header {
        display: none;
    }



    #index .in-header .in-left-nav {
        display: none;
    }

    .computer {
        display: none;
    }

/*    .inner_newsshow {
        margin-top: 30px;
        margin-bottom: 30px;
    } */
	.show_title h3{
		margin-top: 30px;
	}
    .footer-in .in-block2 {
        display: none;
    }

    .footer-in .in-block2 .text1 {
        padding-left: 10px;
    }
	.footer-in .in-block1 {
	  width: 30%;
	}
	.footer-in .in-block1 .in-block1-column h2 {
	  font-size: 20px;
	}
	
	.footer-in .in-block3 {
	  width: 50%;
	}
	.footer-in .in-block4 {
	    width: 13%;
		border-left:none
	}
	
/* 	.g-footer-top {
	  height: 70px;
	  line-height: 70px;
	} */
	.footer-top-content .footer-left {
	  font-size: 20px;
	}
	.footer-top-content .footer-left span {
	  font-size: 15px;
	}
	.footer-in .in-block1 .part1 {
	  height: 70px;
	  margin-bottom: 20px;
	}
	.footer-in .in-block1 .part1 img{
		max-width: 50%;
	}
	.footer-in .in-block1 .part1 .text1, .footer-in .in-block1 .part2 .text1 ,.in-gzwm{
	  font-size: 14px;
	}
	.footer-in .in-block3 .text1 img{
		max-width: 70%;
	}
	#index .beizhu .continer1 {
	
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	.beizhu .continer1 .left .text1 ,.beizhu .continer1 .left .text1 a,.beizhu .continer1 .right .text1{
	  font-size: 12px;
	  line-height: 28px;
	}
	.show_back_fr {
	  width: 20%;
	}
	.beizhu .continer1 .right .line1 {
	  height: 11px;
	  margin-left: 15px;
	  margin-right: 15px;
	}
	



}

@media (max-width: 768px) {
	
/*    .inner_newsshow {
        margin-top: 30px;
        margin-bottom: 30px;
    }
 */
	.show_title h3{
		margin-top: 20px;
	}
    #index .beizhu .continer1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .beizhu .continer1 .left .text1 {
        font-size: 12px;
        line-height: 25px;
    }

    .beizhu .continer1 .right .text1 {
        font-size: 12px;
        line-height: 25px;
    }


    .footer-in {
        padding-top: 20px;
        /* padding-bottom: 20px; */
    }

	.footer-in .in-block3 {
	  width: 50%;
	}

	
}

@media (max-width: 600px) {
	
	
	.m-confirm {
		display: none;
	}
	.pagination {
	  margin: 20px 0 0;
	}
	
	
	
	.header1, .footer {
	  height: 64px;
	}
	
	.footer-in .in-block3 {
	  width: 63%;
	}
	.footer-in .in-block3 .in-block3-text {
	  font-size: 14px;
	  line-height: 22px;
	}
	.footer-in .in-block3 .in-block3-text1 {
	  font-size: 9px;
	  line-height: 13px;
	}
	.footer-in .in-block1 .foot-top-row {
	  margin-top: 28px;
	}
	.footer-in .in-block1 .foot-top-row a img{
		max-width: 72%;
	}
	.beizhu {
	  margin-top: 10px;
	}
	.beizhu .continer1 .left{
		width: 100%;
		justify-content: center;
		padding-top: 10px;
	}
	.beizhu .continer1 .right{
		display: none;
	}

	.g-footer-top {
	  height: 50px;
	}
	.g-footer-top .fotter-top-column{
		height: 50px;
	}
	.g-footer-top .fotter-top-column .name {
	  font-size: 12px;
	}
	.footer-top-content .footer-left {
	  font-size: 14px;
	}
	.footer-top-content .footer-left span {
	  font-size: 10px;
	}
	.footer-top-content .footer-right {
	  width: 155px;
	  height: 25px;
	  border-radius: 20px;
	  line-height: 25px;
	}
	.footer-top-content .footer-right input {
	  width: 120px;
	  height: 25px;
	  line-height: 25px;
	  padding: 0 10px;
	  font-size: 10px;
	}
	.footer-top-content .footer-right .footer-right-ss {
	  width: 35px;
	  height: 25px;
	  line-height: 25px;
	}
	.footer-top-content .footer-right .footer-right-ss img{
		max-width: 20%;
	}
	/* .footer-in {
	  display: none;
	} */
	#index .beizhu .continer1 {
	  padding-top: 0px;
	  padding-bottom: 0px;
	}
	.beizhu .continer1 .left .text1 {
		font-size: 12px;
		line-height: 25px;
	}
	
	.show_title h3{
		font-size: 16px;
		line-height: 22px;
	}
	.show_content {
	  line-height: 28px;
	  padding: 25px 0px;
	  font-size: 14px;
	}
	.show_back {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.show_back_fl {
	  width: 66%;
	}
	.show_back_fl li {
	  line-height: 22px;
	  font-size: 12px;
	}
	.show_back_fl li a {
	  font-size: 12px;
	}
	.show_back_fr {
	  width: 30%;
	}
	.show_back_fr a {
	  line-height: 40px;
	  font-size: 13px;
	  padding-left: 15px;
	}
	
	
	
	.footer-in .in-block1 .foot-top-ipone {
	  width: 166px;
	  height: 40px;
	  line-height: 40px;
	  padding: 0 15px;
	  margin: 18px 0 10px;
	}
	.footer-in .in-block1 .foot-top-ipone .ipone_text {
	  font-size: 14px;
	}
	.footer-in .in-block1 .foot-top-text {
	  font-size: 11px;
	  padding-left: 28px;
	}


	.sp_logo img{
		max-width: 16%;
	}
	.sp_logo a .sp_column {
	  margin-left: 13px;
	}
	.sp_logo a .sp_column h2 {
	  font-size: 15px;
	}
	.sp_logo a .sp_column p {
	  font-size: 9px;
	}
	.footer-in .in-block1 {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.footer-in .in-block3 {
	  width: 70%;
	  padding-right: 20px;
	}
	.footer-in .in-block3 .in-block3-text {
	  font-size: 12px;
	  line-height: 16px;
	}
	.footer-in .in-block3 .in-block3-text.dh{
		background-size: 12px 14px;
	}
	.footer-in .in-block3 .in-block3-text.yx {
	  background-size: 14px 10px;
	}
	.footer-in .in-block3 .in-block3-text.dz {
	  background-size: 15px 15px;
	}
	.footer-in .in-block4 {
	  width: 24%;
	}
	.top_footer{
		padding-top: 20px;
	}
	.top_footer .top_footer_row img,.top_footer .top_footer_row p,.top_footer .top_footer_row a{
		margin-bottom:20px;
	}
	.footer-in .beizhu .continer1{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 375px) {
	.top_footer .top_footer_row a {
	  padding-right: 12px;
	  margin-right: 10px;
	}
}













