/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;

    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;

    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);

    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;

    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */

    /*width:200px;
    height: 100px;*/
}

.swiper-slide {
    /* Specify Slides's Size: */

    /*width: 100%;
    height: 100%;*/
}

.swiper-slide-active {
    /* Specific active slide styling: */

}

.swiper-slide-visible {
    /* Specific visible slide styling: */

}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */

}

.swiper-active-switch {
    /* Specific active button style: */

}

.swiper-visible-switch {
    /* Specific visible button style: */

}




@charset "utf-8";

@font-face {
    font-family: "fe-icons";
    src: url('../fonts/fe-icons.eot');
    src: url('../fonts/fe-icons.eot?#iefix') format('eot'),
        url('../fonts/fe-icons.woff2') format('woff2'),
        url('../fonts/fe-icons.woff') format('woff'),
        url('../fonts/fe-icons.ttf') format('truetype'),
        url('../fonts/fe-icons.svg#fe-icons') format('svg');
}

.fe-icon:before {
    font-family: "fe-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    text-decoration: none;
    text-transform: none;
}


.fe-icon-github:before {
    content: "\E001";
}

.fe-icon-home:before {
    content: "\E002";
}

@charset "utf-8";

html {
    font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei", Simsun, "宋体", Arial, Helvetica, sans-serif;
    color: #323641;
    ;
    background-position: 116% 460px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
}

ul,
ol,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
select,
button,
textarea {
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei";
    color: #323641;
}

a {
    text-decoration: none;
    color: #585858 !important;    
	text-decoration:none !important;
}

a:hover {
    color: #337ab7 !important;
}

img {
    display: block;
   /* width: 100%;*/
}

.menu{ float: right;    padding-top: 36px; }

.row {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

.main {
    padding-bottom: 120px;
    overflow: hidden;
}

.main-nobg {
    background: #ffffff;
}

.bg-f8f8f8,
.bg-f8f8f8 .main-nobg {
    background-color: #f8f8f8;
}

/* header start */

.header {
    width: 100%;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}

.header a {
    color: #ffffff;
}

.top-nav {
    height: 100%;
}

.top-nav .wrapper {
    position: relative;
    height: 100%;
}

.logo {
    width: 462px;
    height: 100%;
    float: left;
	display: flex;
}
.logo p{
	    margin-top: 42px;
		font-size:12px;
}
.logo p a{
     color: #fff !important;
}
.logo a {
    width: 100%;
    height: 100%;
}

.nav-list {
    width: 100%;
}

.nav-list li {
    float: left;
    position: relative;
    width: 116px;
}

.nav-list li a.top {
    display: block;
    font-size: 14px;
    height: 100%;
}

.nav-list li a.parent {
    display: block;
    font-size: 14px;
    line-height: 64px;
    height: 64px
}

.nav-list li a.parent:hover {
    color: #ffffff;
    font-size: 18px;
    line-height: 61px;
    height: 61px
}

.nav-li-line {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: none;

}

.nav-list li :hover>.nav-li-line {
    background-color: purple;
    display: none;
}


.nav-list li :hover>a {
    font-size: 18px;
}


.nav-list li:hover .header-sub-nav {
    display: block;
    /*margin-top: -50px;*/
}

.nav-list li:hover .nav_menut p {
    display: block;
    /*margin-top: -50px;*/
    font-size: 20px;
    color: #fff !important;
}


.nav-li a {
    text-decoration: none;
	color: #fff !important;
}


.nav-list li.current a {
    color: #ffffff;
}

.nav-list li .header-sub-nav {
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.5;
    margin-top: -2px;
}

/*.header-sub-nav{*/
/*margin-top: 10px;*/
/*}*/


.nav-list li .header-sub-nav dd {
    padding: 8px 0;
    text-align: center;
}

.nav-list li .header-sub-nav dd:hover a {
    color: #ffffff;
    font-size: 18px;
}

.nav-list li .header-sub-nav dd a {
    color: #ffffff !important;
    font-size: 14px;
}

.nav-li-title {
    height: 30px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}
.nav-li-title a{ color:#fff !important;}
.nav-li-title a : hover{ color:#fff !important;}
.header{ height: 100% !important; }
.nav-list li:hover a{transition: all 300ms ease-in-out;}
.index-banner{width: 100%; height: 100%;}
.banner{ width: 100%; height: 100%; cursor: grab; }
.home_about{position: relative;height: 100%;width: 100%;background-color: white; padding-top: 50px;}
.about_script{overflow: hidden;}
.about_script h2{  color:#c0c0c0}
.tit_bg{height:60px;width: 240px ;margin-top: 10px}
.about_tit{margin-top: -40px;color:#6c6a6b !important;}
.about_script_con{ padding: 40px 0;  width: 53%; font-size: 16px; line-height: 30px;border-bottom:1px dashed lightgray;}
.home_about_more{ margin-top: 40px; }
.more_box{background-color: #EA5404;width: 100px;height: 30px;border-radius: 15px;float: left;z-index: 99999;}
.more_box span{line-height: 30px;height: 30px;padding-left: 20px;padding-right: 10px;font-size: 13px;color: #ffffff}
.more_box img{width: 15px;height: 15px;display: inline-block}
.about_video{width: 100%;height: auto;bottom: 0;position: absolute}
.about_video_bg{width: 100%;height: 430px;background-color: #EEEEEE;opacity: 0.7; position: absolute;}
.about_video_img{text-align: right;opacity: 0.1; margin: 45px 0;width: 605px;height: 340px;border-radius: 10px; overflow: hidden;}
.about_ringt_img{position: absolute;bottom: 0;right: 0;width: 40%}
.about_ringt_img img{width: 90%;height:auto ;float: right}
.Bussiness{position: relative;height: 100%;width: 100%;background-color: #fafafa;padding-top: 80px;}

.more2{ margin-left: 40px; }

.news_box{height: 100%; }
.News{position: relative;height: 100%;width: 100%;background-color: white; padding-top: 50px; background: url(sfpsrq_news_bg.png); background-size: 100% 100%;}
.news_con{height: calc(100% - 100px); display: flex; align-items: center;}
.news_script{height: 560px;width: 100%;}
.news_left{ width: 520px;float: left;}
.news_right{  width:580px;float:right ; height: 100%;}
.toutiao_con{overflow: hidden; padding-top: 20px;}
.toutiao_img img{ width:517px;}
.toutiao_time{ font-size: 16px; color: #333; line-height: 30px; }
.toutiao_tit{font-size: 24px; color: #333;line-height: 60px; margin-bottom: 10px;}
.toutiao_script{ font-size: 12px; color: #999; line-height: 28px;}
.news_list{display: flex;flex-direction: column; height: 100%; }
.news_list li{ border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding:25px ; padding-right: 0px; }
.news_list_time{font-size: 16px; color: #333; line-height: 30px; }
.news_list_tit{font-size: 16px; color: #333;line-height: 40px;}
.news_list_script{ font-size: 12px; color: #999; line-height: 28px;}



.Bussiness_left{width: 25%; float: left;position: relative;}
.Bussiness_right{ width: 75%;  float: right;position: relative;}
.Bussiness_list{text-align: center;;width: 200px;padding:50px 0;background-color:#f1f1f1;margin-top: 30px;border-radius: 15px}
.Bussiness_list li{padding-top: 30px;border-bottom: 1px solid white}
.Bussiness_list_img{width:30px;height: 30px;margin: 0 auto}
.Bussiness_list_tit {color: #008bed !important;font-size: 20px;}
.Bussiness_list_tit:hover{color: #008bed !important;text-decoration:none;}
.Bussiness_list_ext{visibility: hidden}
.Bussiness_list_logo{border-bottom: 1px solid lightgray;width: 400px;height: 20px}
.logo_small{ width: 40px; height: 20px;float: right }
.logo_small img{display: inline-block}
.Bussiness_list_line{width: 100%;height: 1px;background-color: gray}

.industrial-img1{position: absolute; width: 800px; height: 600px; }
.industrial-img2,.industrial-img3{position: absolute;display: none;margin-top: 17px;}


.IR_content{position: relative;height: 100%;width: 100%;background-color: white; padding-top: 80px !important;}
.IR_buttons_box{position: absolute;bottom: 0;right: 0;margin-bottom: 680px}
.IR_buttons{float: right;margin-right: 200px !important;margin-top: 100px !important;}
.rightBtnRes{cursor: pointer}
.rightBtnRes img{width: 50px;height: 50px;display: inline-block;margin: 10px !important;}
.IR_parent_box{position: absolute;bottom: 0;width: 100%;height: 600px;}

.IR_img_ul li{position: relative}
.IR_left_box{position: absolute ;top: 0;width: 440px;height: 100%;}
.ir_li_div{margin: 0 auto;width: 50% !important;height: 100% !important;}
.ir_img_title{margin: 0 auto;margin-top: -33px !important;width: 80% !important;}
.ir_img_title img{width: 100% !important;height: auto !important;}
.ir_more_box{background-color: #EA5404;width: 110px;height: 30px;border-radius: 15px;margin-left: 10%;margin-top: 30px}
.ir_more_box span{line-height: 30px;height: 30px;padding-left: 30px;padding-right: 10px;font-size: 13px;color: #ffffff}
.ir_more_box span : hover{ text-decoration:none}
.ir_more_box img{width: 15px !important;height: 15px !important;display: inline-block}
.ir_more_box_a{ cursor: pointer; }
.ir_next_btn{cursor:pointer}
.ir_next_btn > div{ width: 100px;height: 100px;position: absolute;left: 0;top:45%; }

.ir_data_l{position: absolute ;bottom: 0;left: 0;width: 150px;height: 100px;}
.ir_data_r{position: absolute ;bottom: 0;right: 0;width: 150px;height: 100px;}
.ir_left_line{display: inline-block;width: 100px}
.ir_left_line p{width: 100%;height:2px;background-color: white}
.ir_left_data{display: inline-block;}
.ir_left_data p{font-size:50px;width: 20px;-webkit-text-stroke: 1px white;-webkit-text-fill-color: transparent;}
.ir_right_line{display: inline-block}
.ir_right_line p{font-size:50px;width: 20px;color: white}
.ir_right_data{display: inline-block;margin-left: 30px}
.ir_right_data p{width:70px;height:2px;background-color: white}


#footer{ width:100%;height: 325px; background:#1e1e22 ; clear:both;padding: 30px 0;overflow: hidden;}
.foot-contact{  width:1200px; height: 100%;  margin: 0 auto;line-height:30px; color: #c2c2c2;}
#foot{ height:120px !important; line-height:120px; font-size:14px; text-align:center; background:#1e1e22; color:#999999; clear:both;}
#foot a{ color: #999999 !important;}
.foot_con{float: right;  height: 100%; display: flex; flex-direction: column;  height: 100%;  justify-content: center;}
.foot_img{float: right ; margin-right: 40px;height: 100%; display: flex; align-items: center;}
.foot-contact p{ font-size:14px;line-height: 25px; color: #d8d8d8;}
.foot-contact p a{ color: #d8d8d8 !important;}
.foot_logo{ float: left;height: 100%; display: flex; align-items: center;}
.tall1{ background:url(sfpsrq_foot_icon01.png) left no-repeat; padding-left:35px;}
.tall2{ background:url(sfpsrq_foot_icon02.png) left no-repeat; padding-left:35px;}
.tall3{ background:url(sfpsrq_foot_icon03.png) left no-repeat; padding-left:35px;}
.tall4{ background:url(sfpsrq_foot_icon04.png) left no-repeat; padding-left:35px;}

#foot_links{background:#121212 ; height: 65px; line-height: 65px;}
.foot_links_contact{width:1200px; height: 100%;  margin: 0 auto;line-height:30px; display: flex; align-items: center; justify-content: space-between; }
.foot_links_contact a:hover{ text-decoration: none;color: #fff !important; }
.foot_links_contact a{ color: #fff !important;}
.foot_links_contact img{ width: 16px; height: 16px; margin-right: 8px; }
.foot_links_contact li{display: flex; align-items: center; justify-content:center;}




.nei_header{position: absolute !important; top: 0 !important; height: 280px !important;}

.menu_top_bg{ width:100% ;height:700px;background-repeat:no-repeat; background-size: cover;}
.menu_top_text{width: 100%;height: auto;position: absolute;margin-top: 300px;top: 0;z-index: 1; text-align: center;}
.menu_top_zh{font-size: 60px;color: white}
.menu_top_en{font-size: 40px;color: white;margin-top: -10px}
.nei_box{width: 100%;;background-color: #f1f1f1;text-align: center;}

.nei_menu{margin-top: -60px;background: #fff; display: flex; align-items: center;justify-content: space-between;box-shadow:0px 3px 3px #b3b3b3 ;z-index: 2; width: 100%;}
.normal{ width: calc(100% / 5); }
.normal-cont{ margin-top:0px !important; display: flex !important;  color: darkgray; width: 100%; flex-direction: column; align-items: center; justify-content: center;}
.normal-img { width: 16px; height: 16px; margin: 5px auto; background: url(../images/sfpsrq_xiajiantou-kong.png); background-size: 100% 100%;}

.currentcol{width: calc(100% / 5);}
.currentcol .normal-cont {  height: 120px; background-color: #0E6E2F;  background: url("../images/sfpsrq_business_select.jpg") no-repeat;
     margin: 0; padding: 0;    margin-top: 0px; position: relative; display:flex;  background-size: cover;}
.currentcol .normal-line { background-color: #0E6E2F;height: 1px; width: 40%; margin-left: 20%; visibility: hidden;}
.currentcol .normal-title {font-size: 20px; color: #ffffff}
.currentcol .normal-img { width: 16px; height: 16px; margin: 5px auto; background: url(../images/sfpsrq_xiajiantou-s.png); background-size: 100% 100%;}
.currentcol .normal_bottom_line { width: 100%; height: 5px; background-color: #EA5404;  bottom: 0; position: absolute }

.nei_con{margin-top: 4px}
.nei_article{width: auto;height: auto;background-color: #ffffff;padding-top: 50px;padding-bottom: 50px; min-height: 600px;}
.nei_article_con{margin-top: 50px;padding: 0 50px; font-size: 15px; letter-spacing: 1px;  text-align: justify; color: #585858;line-height: 30px;}
.nei_article_con img{max-width: 1000px;margin: 0 auto;}

.nei_article_list li{color: #000; font-size: 16px; width: 100%; height: 80px; border-bottom: 1px dashed darkgray;align-items: center; padding: 0 20px; display: flex;  flex-direction: row; justify-content: space-between; }
.nei_article_list li:hover{cursor: pointer; background: #f1f1f1; text-decoration:none;}
.nei_article_list li a:hover, .nei_article_list li a:focus{ text-decoration:none;}
.nei_article_list li a{ color: #000;}


.title{ padding-bottom:20px;padding-top:10px; border-bottom:1px #CCCCCC dotted;}
.title p{ text-align:center; }
.title .fubiao{  font-size:14px;font-weight:bold; line-height:30px;}
.title .zhubiao{ color:#000; font-size:20px; font-weight:bold;line-height:60px;}

.fujian{color: #585858;line-height: 32px;}
.fujian:hover{color: #23527c;}

/*fanye*/
#pagegro{ margin:0px auto; display:table; padding-left:110px;width: 100%; margin-bottom:20px; text-align:center;  background: #f1f0ee; line-height:45px;    margin-top: 30px;}
#pagegro a{ padding: 3px 5px; border:#9f9f9f 1px solid; margin: 0 2px; color:#000;}
#pagegro a:hover{text-decoration:none; background:#36a4dc; color: #fff !important; border:none !important;border:#36a4dc 1px solid !important;}
.page_act{background:#36a4dc; color:#fff !important; border:none !important;border:#36a4dc 1px solid !important;}
#pagegro input{padding: 5px 8px; border:#9f9f9f 1px solid; margin: 0 2px;background:#f1f0ee;line-height: initial; }
#pagegro input:hover{ cursor: pointer; background:#36a4dc; color:#fff;}
#pagegro #page{background:#fff;}
#pagegro #page:hover{cursor: text;background:#fff; }

/*图片概览*/
.nei_article_imgcon{margin-top: 50px;font-size: 15px; letter-spacing: 1px;  text-align: justify; color: #585858;line-height: 30px;}
.img_list{  overflow:hidden;    display: flex;  flex-wrap: wrap; justify-content: space-around;}
.img_list li{     padding: 20px 39px; float:left; }
.img_list li img{width:260px; height:180px;}
.img_list p{ text-align:center; line-height:30px;}
.img_list img{ border:#ccc 1px solid; padding:3px;}

/*图片细览*/
.new-neirong-con{ padding:0 20px; overflow:hidden; }
/*新闻细览*/
#inside_mian_newscon{ width:1200px; margin:0 auto; overflow:hidden; padding:20px 0; font-size:14px; }
.new-neirong-con{ padding:0 20px; overflow:hidden; margin-top:25px; width:1130px; background:#fff;}


/* 缩略图文章列表 */
.nei_article_imgTestcon {margin-top: 50px; padding: 0 20px; font-size: 15px;letter-spacing: 1px; text-align: justify; color: #585858; line-height: 30px;}
.nei_article_imgTest {display: flex; justify-content: space-between; flex-wrap: wrap;}
.nei_article_imgTest li{ width: calc((100% - 20px)/2);  height: 180px;padding: 20px; background-color: #f5f5f5;  margin-bottom: 20px;   overflow: hidden;}
.contentBox { display: flex;  overflow: hidden;    height: 100%;}
.picBox{width: 40%;   overflow: hidden;}
.content{width: calc((100% - 43%)/1); margin-left: 3%; }
.picBox img{ width: 100%; height: 100%; }
.title{margin-bottom: 6px;padding-bottom: 0 !important;  border: 0px;  padding-top: 0px !important;}
.title a{font-size: 18px; line-height: 33px; overflow: hidden; color: #000; text-overflow: ellipsis; white-space: nowrap; }
.title a:hover{ color: #337ab7 !important ;text-decoration: none !important; }
.sumrry{font-size: 14px; color: #999; line-height: 22px;}
.content .time{  font-size: 12px; color: #999; }


@font-face{font-family:ywsf; src:url(../images/ywsf.ttf);}
.ywsf{font-family: "宋体" !important;}


/* 友情链接 */
.nei_article_link{display: flex;  flex-wrap: wrap;}
.nei_article_link li{width: calc(100% / 3 - 30px); float: left; margin:0 15px; color: #000; font-size: 16px; height: 80px; border-bottom: 1px dashed darkgray;align-items: center; padding: 10px; display: flex;  flex-direction: row; justify-content: space-between; }
.nei_article_link li:hover{cursor: pointer; background: #f1f1f1;}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*添加三角*/

.header-index {
    height: 1080px;
    position: relative;
}

.header-index .top-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    background: url( ../images/sfpsrq_nav_bg.png);
    background-size: cover;
    height: 88px;
    /* background: rgb(0,0,0,0.4);*/
}

/* header end */

.crumbs {
    height: 26px;
    text-align: right;
    color: #999999;
    font-size: 14px;
    padding: 30px 0;
    position: relative;
    right: -1920px;
    opacity: 0;
}





.hide {
    display: none;
}

.index-banner img {
    height: 100%;
    display: block;
    opacity: 0;
}

.index-banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.index-banner-img .texts {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -700px;
    padding-left: 50px;
}

.index-banner-img .texts h2 {
    width: 100%;
    float: left;
    clear: both;
    font-size: 72px;
    font-weight: normal;
    margin-bottom: 40px;
}

.index-banner-img .texts h3 {
    width: 100%;
    float: left;
    clear: both;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 10px;
}

.index-banner-img .texts .en {
    width: 100%;
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: normal;
}

.index-banner-img .texts .char {
    float: left;
    opacity: 0;
}

.index-banner-img .texts h2 .char {
    margin-right: 6px;
}

.index-banner-img .texts h3 .char {
    margin-right: 3px;
}

.index-banner-img .texts .en .char {
    margin-right: 6px;
}

.index-banner .new-banner-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.index-banner .swiper-slide {
    position: relative;
    cursor: default;
}

.index-banner .swiper-slide-active .new-text {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 1.5s;
}

.index-banner .swiper-slide-active .new-banner-img {

    /*transform: translateZ(0) scale3d(1.2,1.2,0);*/
    /*-moz-transform: translateZ(0) scale3d(1.2,1.2,0);  !* Firefox *!*/
    /*-webkit-transform: translateZ(0) scale3d(1.2,1.2,0); !* Safari 和 Chrome *!*/
    /*-o-transform: translateZ(0) scale3d(1.2,1.2,0);  !* Opera *!*/

    /*-webkit-transition: all 15s ease-in-out;*/
    /*-o-transition: all 15s ease-in-out;*/
    /*-moz-transition: all 15s ease-in-out;*/
    /*transition: all 15s ease-in-out;*/
    /*
    -webkit-transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -moz-transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 15s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    */
}

.index-banner .swiper-slide-active .new-banner-img {}

.index-banner .new-text {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*margin: -140px 0 0 -700px;*/
    z-index: 9;
    width: 100%;
    height: 100%;
}

.index-banner .new-text .new-text-con {
    max-width: 1400px;
    margin: 18% auto 0;
}

.index-banner .new-text .t1 {
    font-size: 72px;
    margin-bottom: 40px;
}

.index-banner .new-text .t2 {
    font-size: 34px;
    margin-bottom: 10px;
}

.index-banner .new-text .t3 {
    font-size: 16px;
}

@media screen and (max-width: 1400px) {
    .index-banner .new-text .t1 {
        font-size: 48px;
    }

    .index-banner .new-text .t2 {
        font-size: 28px;
    }

    .index-banner .new-text .new-text-con {
        max-width: 1200px;
    }

    .information .hgroup {
        width: 24%;
        padding-left: 0;
    }

    .information-list {
        width: 72%;
        margin-left: 4%;
    }
}

@media screen and (max-width: 1200px) {
    .index-banner .new-text .new-text-con {
        padding: 0 20px;
        margin: 22% auto 0;
        font-size: 12px;
    }

    .index-banner .new-text .t1 {
        font-size: 30px;
    }

    .index-banner .new-text .t2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    .investment-sliders .arrow-left,
    .investment-sliders .arrow-right {
        width: 40px;
        height: 40px;
    }

    .investment-sliders .arrow-left {
        background-size: 12px;
    }

    .investment-sliders .arrow-right {
        background-size: 12px;
    }

    .index-banner .new-text .t1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .index-banner .new-text .t2 {
        font-size: 14px;
    }

    .index-banner .new-text .t3 {
        font-size: 14px;
    }
}


.top-nav-wrapper {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}


