@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
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;
}
@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibri.woff') format('woff'),
    url('../fonts/calibri.ttf') format('truetype'),
    url('../fonts/calibri.svg#minijianyaya') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family:"微软雅黑;";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1187px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:88px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 17px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.tel{
    float: right;
    margin-top: 24px;
    padding-right: 20px;
    font-size: 22px;
    background: linear-gradient(to right, #02388b, #4d9cde);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Arial";
    font-weight: bold;
    display: none;
}
.tel i{
    color: #b5b5b5 !important;
    display: inline-block;
    margin-right: 11px;
    font-size: 26px;
    font-weight: normal;
}
.navdaohang {
	float:right;
    margin-right: 50px;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:88px;
    z-index: 9;
    position:relative;
}
.menupc li:hover a{
    color: #02388b;
}
.menupc li:hover a:after{
    width:37px;
}
.menupc li a{
    display:block;
    color: #333;
    font-size: 15px;
    padding: 0px 20px;
    z-index: 999;
    position: relative;
}
.menupc li:last-child a{
    padding-right: 0;
}
.menupc li a:after{
    position:absolute;
    bottom:-2px;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 4px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #184999 , #4d9cde);
    background: -o-linear-gradient(right, #184999, #4d9cde);
    background: -moz-linear-gradient(right, #184999, #4d9cde);
    background: linear-gradient(to right, #184999 , #4d9cde);
    margin:0 auto;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li a:hover:after{
    width:37px;
}
.menupc li a:hover{
    color: #02388b;
}
.menupc li .current{
    color: #02388b;
}
.menupc li .current:after{
    width:37px;
}
.menupc ul{
    background:rgba(0,0,0,.3) !important;
    position: absolute;
    display:none;
    left: 0;
    overflow: hidden;
    z-index: 999;
    width:100%;
    padding: 12px 0px;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 35px;
    width:100%;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    position:relative;
    color:#fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0px;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #4e9de0 !important;
}
.menupc ul li .current{
    color: #4e9de0 !important;
}
.menupc ul.subnav {
    display: block;
}



/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: none;
    font-size: 30px;
    color: rgba(255,255,255,0.6);
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    color: rgba(255,255,255,1);
}
.home-banner .swiper-button-prev{
    left: 15%;
    right: auto;
    transform: rotateY(-180deg);
}
.home-banner .swiper-button-next{
    right: 15%;
    left: auto;
}


@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .yx a{
        padding-top: 12px;
    }
    .yx img{
        height: 36px;
    }
    .tel{
        margin-top: 10px;
        padding-right: 40px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
}


footer{
    width: 100%;
    margin: 0 auto;
}
.footer1{
    background-color: #f3f3f3;
    padding: 24px 0;
    overflow: hidden;
}
.footer1_t{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    line-height: 25px;
    padding: 0 24px;
    margin-bottom: 5px;
}
.footer1_t span{
    color: #aaa;
    font-weight: normal;
    font-family: "Arial";
}
.footer1_b{
    padding: 0 24px;
    overflow: hidden;
}
.footer1_b_fl{
    float: left;
    width: 80%;
}
.footer1_b_fl li{
    float: left;
    color: #666;
    line-height: 25px;
    width: 50%;
    margin-top: 5px;
}
.footer1_b_fl li i{
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    margin-right: 10px;
    width: 22px;
    text-align: center;
}
.footer1_b_fl li i.icon-dizhi{
    font-size: 22px;
}
.footer1_b_fl li i.icon-bianmubianma{
    font-size: 22px;
}
.footer1_b_fl li i.icon-phone{
    font-size: 16px;
}
.footer1_b_fl li i.icon-youxiang{
    font-size: 18px;
}
.footer1_b_fr{
    float: right;
    width: 18%;
}
.footer1_b_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.footer2{
    background-color: #5b5f65;
    padding: 7px 0;
    overflow: hidden;
}
.footer2 p{
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #4e9de0;
}


.home-about{
    width: 100%;
    margin: 32px auto;
    overflow: hidden;
}
.index_title{
    overflow: hidden;
    line-height: 25px;
}
.index_title p{
    float: left;
    font-size: 15px;
    color: #02388b;
    font-weight: bold;
}
.index_title p span{
    font-size: 14px;
    color: #aaa;
    font-weight: normal;
    text-transform: uppercase;
}
.index_title a{
    float: right;
    font-size: 13px;
    color: #aaa;
}
.index_title a:hover{
    color: #02388b;
}
.about_con{
    margin-top: 20px;
    overflow: hidden;
}
.about_con_fl{
    float: left;
    width: 30%;
}
.about_con_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about_con_fr{
    float: right;
    width: 67%;
    color: #333;
    line-height: 25px;
    padding-top: 10px;
}

.home-mp{
    width: 100%;
    margin: 0 auto 32px auto;
    overflow: hidden;
}
.media_fl{
    float: left;
    width: 48%;
}
.media_fl_con{
    margin-top: 12px;
    overflow: hidden;
}
.media_fl_con li{
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    padding: 10px 0;
    line-height: 25px;
}
.media_fl_con li a{
    display: block;
}
.media_fl_con li a span{
    float: left;
    color: #aaa;
    font-family: "Arial";
}
.media_fl_con li a p{
    margin-left: 100px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media_fl_con li a:hover p{
    color: #02388b;
}
.project_fr{
    float: right;
    width: 48%;
}
.project_fr_con{
    overflow: hidden;
}
.project_fr_con li{
    margin-top: 12px;
    overflow: hidden;
}
.project_fr_con li a{
    display: block;
    position: relative;
    border: 7px solid #eee;
}
.project_img{
    overflow: hidden;
}
.project_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.project_txt{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project_txt p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.project_fr_con li a:hover .project_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.inner-main{
    width: 100%;
    margin: 32px auto;
    overflow: hidden;
    min-height: 490px;
}
.inner_fl{
    float: left;
    width: 176px;
}
.inner_fl_title{
    background-color: #02388b;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.inner_fl_title p{
    margin-bottom: 5px;
}
.inner_fl_title span{
    text-transform: uppercase;
}
.inner_fl_con{
    border: 1px solid #ced4da;
    overflow: hidden;
}
.inner_fl_con li{
    border-bottom: 1px solid #ced4da;
    overflow: hidden;
}
.inner_fl_con li:last-child{
    border-bottom: none;
}
.inner_fl_con li a{
    display: block;
    color: #333;
    padding: 25px 5px;
    overflow: hidden;
    text-align: center;
}
.inner_fl_con li a:hover{
    background-color: #eee;
}
.inner_fl_con li a.current{
    background-color: #eee;
}
.inner_fr{
    margin-left: 210px;
}
.inner_fr_title{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 25px;
    color: #666;
}
.inner_fr_title i{
    display: inline-block;
    font-size: 20px;
    margin-right: 11px;
    color: #999;
    vertical-align: bottom;
}
.inner_fr_title a{
    color: #666;
}
.inner_fr_title span{
    color: #02388b;
}
.inner_fr_about{
    margin: 25px 0;
    overflow: hidden;
    color: #666;
    line-height: 25px;
}
.inner_fr_about img{
    max-width: 100%;
    height: auto;
}

/*组织架构*/
.inner_fr_idea{
    margin: 20px 0;
    overflow: hidden;
    color: #333;
    line-height: 25px;
}
.inner_fr_idea span{
    font-size: 15px;
    font-weight: bold;
    color: #02388b;
}
.iidea_b h3{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.iidea_b li{
    float: left;
    width: 50%;
    padding: 0 5px;
    text-align: center;
}
.iidea_b_txt{
    margin-top: 25px;
    padding: 0 20px;
}

/*进入页*/
.entry{
    background-color: #f5f5f5;
}
.home-entry{
    width: 100%;
    margin: 0 auto;
}
.entry_t{
    margin-top: 8%;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
    color: #333;
    padding: 45px 20px;
    height: 500px;
    overflow-y: scroll;
    font-size: 15px;
    line-height: 25px;
}
.entry_t h3{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.entry_b{
    margin-top: 33px;
}
.entry_b ul{
    display: flex;
    justify-content: center;
}
.entry_b li{
    margin: 0 5px;
}
.entry_b li a{
    display: block;
    line-height: 42px;
    padding: 0 38px;
    color: #fff;
    text-align: center;
}
.entry_b li:nth-child(1){
    background-color: #14538e;
}
.entry_b li:nth-child(2){
    background-color: #444;
}

/*联系方式*/
.inner_fr_contact{
    margin: 15px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icontact_fl{
    float: left;
    width: 63%;
}
.icontact_fl img{
    display:block;
    max-width:100%;
    height:auto;
    margin: auto;
}
.icontact_fr{
    float: right;
    width: 33%;
    color: #333;
}
.icontact_fr h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.icontact_fr p{
    line-height: 30px;
}

/*留言反馈*/
.inner_fr_feedback{
    margin: 30px 0;
    overflow: hidden;
}
.inner_fr_feedback h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 40px;
}
.inner_fr_feedback h3 span{
    font-size: 14px;
    color: #888;
    font-weight: normal;
    text-transform: uppercase;
}
.ifeedback_t{
    overflow: hidden;
}
.lx{
    width: 48%;
}
.lx1{
    margin-bottom: 24px;
    overflow: hidden;
}
.lx label{
    float: left;
    width: 20%;
    font-size: 15px;
    color: #333;
    line-height: 45px;
}
.lx label b{
    color: #ff0000;
}
.lx1 input{
    float: right;
    width: 80%;
    height: 45px;
    line-height: 43px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding-left: 15px;
    color: #666;
}
.lx1 textarea{
    float: right;
    width: 80%;
    height: 117px;
    line-height: 25px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    color: #666;
    resize: none;
}
.inner_fr_feedback input::-webkit-input-placeholder,.inner_fr_feedback textarea::-webkit-input-placeholder {
    color:#999;
}
.inner_fr_feedback input:-moz-placeholder,.inner_fr_feedback textarea:-moz-placeholder {
    color:#999;
}
.inner_fr_feedback input::-moz-placeholder,.inner_fr_feedback textarea::-moz-placeholder  {
    color:#999;
}
.inner_fr_feedback input:-ms-input-placeholder,.inner_fr_feedback textarea:-ms-input-placeholder{
    color:#999;
}
.lx2 input{
    float: left;
    width: 50%;
    height: 45px;
    line-height: 43px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding-left: 15px;
    color: #666;
}
.lx2 a{
    float: left;
    width: 30%;
    height: 45px;
    padding-left: 2%;
}
.lx2 a img{
    max-width: 100%;
    height: auto;
}
.ifeedback_b{
    margin-top: 35px;
    text-align: center;
}
.ifeedback_b input{
    width: 225px;
    line-height: 47px;
    background-color: #e26306;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}


/*招聘信息*/
.job_bottom1{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 0 35px;
}
.job_bottom1 li{
    float: left;
    width: 33.3%;
    line-height:25px;
    color:#333;
    font-weight: bold;
    padding: 25px 0;
}
.job_bottom2{

}
.job_bottom2 dl {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.zp-title{
    cursor: pointer;
    outline:none;
    overflow: hidden;
    transition: 0.5s;
}
.zp-title a{
    color:#333;
    display:block;
    min-height: 75px;
    padding: 25px 35px;
    line-height: 25px;
    position: relative;
}
.zp-title a:after{
    content: '';
    display: block;
    background: url(../images/fr.png) no-repeat right center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 30px;
    top: 31.5px;
    transition: .5s;
}
.zp-title a:hover:after{
    background: url(../images/frhover.png) no-repeat right center;
}
.zp-title li{
    float: left;
    width: 33.3%;
}
.zp-title li:nth-child(1){
    color: #02388b;
    font-weight: bold;
}
.zp-content {
    overflow: hidden;
    display:none;
    border-top: 1px solid #ddd;
}
.zp-info-text {
    margin: 23px 35px;
    color:#333;
    line-height:30px;
}
#open .zp-content{
    display:block;
    overflow:hidden;
}
#open .zp-title a:hover:after{
    background: url(../images/frhover.png) no-repeat right center;
}


/*团队建设*/
.inner_fr_team{
    margin: 24px 0;
    overflow: hidden;
    color: #333;
    line-height: 25px;
}
.inner_fr_team img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*剑星资讯*/
.inner_fr_news{
    margin: 20px 0 55px 0;
    overflow: hidden;
}
.inner_fr_news li{
    overflow: hidden;
}
.inner_fr_news li a{
    display: block;
    line-height: 25px;
    padding: 9px 13px;
    overflow: hidden;
}
.inner_fr_news li:nth-child(odd) a {
    background: #fff;
}
.inner_fr_news li:nth-child(even) a{
    background: #f3f3f3;
}
.inner_fr_news li a p{
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 13px;
    background: url("../images/jt.png") no-repeat left center;
}
.inner_fr_news li a span{
    float: right;
    color: #666;
}
.inner_fr_news li a:hover p{
    color: #e26306;
    background: url("../images/jt_h.png") no-repeat left center;
}
.inner_fr_news li a:hover span{
    color: #e26306;
}
/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#efefef;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#666;
}
.pagination a.active {
    color: #fff;
    background-color: #666;
}

/*资讯详情*/
.inner_fr_newsshow{
    overflow: hidden;
    margin: 30px 0;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:30px;
    color:#4c4c4c;
    padding:20px 0px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 70%;
}
.show_back_fl li{
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#02388b;
}
.show_back_fr{
    float: right;
    width: 15%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    background: #02388b url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*行业研究*/
.inner_fr_faq{
    margin: 25px 0;
    overflow: hidden;
}
.inner_fr_faq li{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_fr_faq li a{
    display: block;
}
.faq1{
    font-size: 15px;
    color: #02388b;
    background: url("../images/faq.png") no-repeat left center;
    padding-left: 23px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq2{
    color: #333;
    line-height: 25px;
}


/*投资策略*/
.inner_fr_pro{
    overflow: hidden;
}
.ipro1{
    margin-bottom: 25px;
    overflow: hidden;
}
.ipro1 li{
    float: left;
    width: 50%;
    padding: 0 11px;
}
.ipro2 h3{
    font-size: 16px;
    color: #02388b;
    font-weight: bold;
    margin-bottom: 10px;
}
.ipro2 p{
    color: #333;
    line-height: 25px;
}


/*产品资讯*/
.inner_fr_pronews{
    margin: 26px 0;
    overflow: hidden;
}
.inner_fr_pronews li{
    margin-bottom: 26px;
    overflow: hidden;
}
.inner_fr_pronews li a{
    display: block;
}
.inner_fr_pronews li a .tp{
    float: left;
    width: 48%;
}
.pronews_txt{
    float: right;
    width: 50%;
}
.pronews_txt1{
    font-size: 16px;
    color: #02388b;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pronews_txt2{
    color: #333;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.inner_fr_pronews li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}






@media (min-width:1501px) and (max-width:1600px){
    .home-banner .swiper-button-prev{
        left: 10%;
    }
    .home-banner .swiper-button-next{
        right: 10%;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .home-banner .swiper-button-prev{
        left: 5%;
    }
    .home-banner .swiper-button-next{
        right: 5%;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
}


@media (min-width:1201px) and (max-width:1279px){
    .home-banner .swiper-button-prev{
        left: 3%;
    }
    .home-banner .swiper-button-next{
        right: 3%;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        right: 15px;
    }
    .footer1_b_fl li:nth-child(odd){
        width: 60%;
    }
    .footer1_b_fl li:nth-child(even){
        width: 40%;
    }
    .footer1_t{
        padding: 0;
    }
    .footer1_b{
        padding: 0;
    }
    .about_con_fr{
        padding-top: 0;
    }
    .media_fl_con li{
        padding: 8px 0;
    }
    .inner_fr_about img{
        display: block;
        margin: auto;
    }
    .entry_t h3{
        font-size: 20px;
    }
    .icontact_fr h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .lx label{
        width: 22%;
    }
    .lx1 input{
        width: 78%;
    }
    .lx2 input{
        width: 48%;
    }
    .lx1 textarea{
        width: 78%;
    }
    .job_bottom1{
        padding: 0 25px;
    }
    .zp-title a{
        padding: 25px;
    }
    .zp-info-text{
        margin: 23px 25px;
    }
    .show_back_fr{
        width: 20%;
    }
}

@media(max-width:768px) {
    .about_con_fr{
        height: 125px;
    }
    .media_fl_con li{
        padding: 5px 0;
    }
    .icontact_fr h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .icontact_fl{
        width: 57%;
    }
    .icontact_fr{
        width: 40%;
    }
    .icontact_fr p{
        line-height: 25px;
    }
    .lx{
        width: 100%;
    }
    .lx.fl{
        margin-bottom: 24px;
    }
    .ifeedback_b{
        margin-top: 10px;
    }
    .job_bottom1 li{
        padding: 15px 0;
    }
    .job_bottom1{
        padding: 0 15px;
    }
    .zp-title a{
        padding: 15px;
        min-height: 55px;
    }
    .zp-info-text{
        margin: 20px 15px;
    }
    .zp-title a:after{
        top: 21.5px;
        right: 15px;
    }
    .show_back_fr{
        width: 25%;
    }
    .show_title h3{
        font-size: 18px;
    }
    .inner_fr_faq li{
        margin-bottom: 20px;
    }
    .ipro1 li{
        padding: 0 5px;
    }
}

@media(max-width:600px) {
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        font-size: 20px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .tel{
        display: none;
    }
    .footer1_b_fl{
        float: none;
        width: 100%;
    }
    .footer1_t{
        margin-bottom: 0;
    }
    .footer1_b_fr{
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 10px 0;
    }
    .footer1_b_fl li{
        float: none;
    }
    .footer1_b_fl li:nth-child(odd){
        width: 100%;
    }
    .footer1_b_fl li:nth-child(even){
        width: 100%;
    }
    .home-about{
        margin: 30px auto 20px auto;
    }
    .about_con_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .about_con_fr{
        float: none;
        width: 100%;
        height: auto;
    }
    .home-mp{
        margin: 0 auto 30px auto;
    }
    .media_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .project_fr{
        float: none;
        width: 100%;
    }
    .project_txt p{
        font-size: 16px;
    }
    .inner-main{
        margin: 30px auto;
    }
    .inner_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .inner_fr{
        margin-left: 0;
    }
    .inner_fl_title{
        padding: 10px 5px;
    }
    .inner_fl_con li a{
        padding: 10px 5px;
    }
    .inner_fr_about{
        margin: 20px 0 0 0;
    }
    .inner_fr_idea{
        margin: 20px 0 0 0;
    }
    .iidea_b li{
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .iidea_b li:last-child{
        margin-bottom: 0;
    }
    .iidea_b_txt{
        margin-top: 15px;
        padding: 0;
    }
    .entry_t{
        padding: 25px 15px;
    }
    .entry_t h3{
        font-size: 18px;
    }
    .entry_b li a{
        padding: 0 15px;
    }
    .inner_fr_contact{
        margin: 20px 0 0 0;
        display: inherit;
        justify-content: inherit;
        align-items: inherit;
    }
    .icontact_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .icontact_fr{
        float: none;
        width: 100%;
    }
    .inner_fr_feedback{
        margin: 30px 0 0 0;
    }
    .inner_fr_feedback h3{
        margin-bottom: 15px;
    }
    .lx1{
        margin-bottom: 20px;
    }
    .lx.fl{
        margin-bottom: 20px;
    }
    .lx label{
        width: 25%;
    }
    .lx1 input{
        width: 75%;
    }
    .lx2 a{
        width: 27%;
    }
    .lx1 textarea{
        width: 75%;
    }
    .ifeedback_b{
        margin-top: 0;
    }
    .ifeedback_b input{
        width: 200px;
    }
    .job_bottom1{
        padding: 0;
    }
    .zp-title a{
        padding: 15px 0;
    }
    .zp-title a:after{
        right: 0;
    }
    .zp-info-text{
        margin: 15px 0;
        line-height: 25px;
    }
    .inner_fr_news{
        margin: 20px 0;
    }
    .inner_fr_news li a p{
        width: 70%;
    }
    .inner_fr_newsshow{
        margin: 20px 0 0 0;
    }
    .show_title h3{
        font-size: 16px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .inner_fr_faq{
        margin: 20px 0 0 0;
    }
    .inner_fr_pro{
        margin: 20px 0 0 0;
    }
    .ipro1{
        margin-bottom: 5px;
    }
    .ipro1 li{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .inner_fr_pronews{
        margin: 20px 0 0 0;
    }
    .inner_fr_pronews li:last-child{
        margin-bottom: 0;
    }
    .inner_fr_pronews li a .tp{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .pronews_txt{
        float: none;
        width: 100%;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .project_fr_con li a{
        border: 5px solid #eee;
    }
    .project_txt p{
        font-size: 14px;
    }
    .show_back_fr a{
        background: #02388b url(../images/return.png) no-repeat 10px center;
        padding-right: 15px;
    }
}














