@charset "utf-8";

/* public */

body,html {
    font-family: 'microsoft yahei';
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff; text-align:left
}
/*@font-face {
         font-family: "PingFang SC" ;
    src: url('../font/PingFangE.ttf')format('truetype'), url('../font/PingFangE.woff') format('woff'),url('../font/PingFangE.svg') format('svg');


 @font-face {
 
	 font-family: "microsoft yahei" ;
    src: url('../font/qsfont.ttf')format('truetype'), url('../font/qsfont.woff') format('woff'),url('../font/qsfont.svg') format('svg');
}
 
  }*/

body, ul {
    margin: 0;
    padding: 0;
}

body,html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul li {
    list-style-type: none;
}
a{ text-decoration:none}
a:visited{ text-decoration:none}
a:hover{ text-decoration:none}





/* banner */
 
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}

.slides li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.prev, .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
    left: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    opacity: .49;
}

.prev:hover, .next:hover {
    opacity: .74;
}

.prev {
    background: url(../images/arrow_l2.png) no-repeat;
}

.next {
    left: auto;
    right: 30px;
    background: url(../images/arrow_r2.png) no-repeat;
}

.pagination {
    position: absolute;
    bottom: 26px;
    z-index: 99;
}

.pagination li {
    padding: 20px 5px;
    float: left;
    overflow: hidden
}

.pagination li a {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 1000px;
    border-radius: 15px;
    background: #fff;
    color: #fff;
}

.pagination .active {
    background: #f53117;
}

.banner_txt {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden
}

.banner_videobg {
    background: url(../images/video_bg.png) no-repeat;
    background-position: center center;
    position: absolute;
    background: rgba(0,0,0,.56);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99
}

.banner_txt video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99
}

.banner_txtcon {
    position: absolute;
    width: 1170px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -585px;
    z-index: 100;
}

.banner_txtbig {
    width: 100%;
    height: 100px;
    font-size: 64px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
}

.banner_txtsmall {
    width: 100%;
    height: 40px;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.banner_btn {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    margin-top: 50px;
}

.banner_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.banner_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.banner_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.banner_txt02 {
    position: absolute;
    width: 1170px;
    height: 217px;
    left: 50%;
    margin-left: -585px;
    top: 50%;
    margin-top: -136px;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    text-shadow: 0px 0px 5px rgba(0,0,0,.49);
}

.banner_txt02 span {
    width: 100%;
    height: 100px;
    display: block;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(0,0,0,.49);
}

/*topnav*/
.menu {
    width: 100%;
    height: 150px;
    background-image: url(../images/nav_bg.png);
    background-repeat: repeat-x;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99999;
    text-align: center;
}

.toplogo {
    width: 190px;
    height: 40px;
    margin: 22px 15px;
    float: left
}

.toplogo img {
    width: 190px;
    height: 40px;
}

.topuser {
    width: 74px;
    height: 40px;
    margin: 22px 10px;
    float: right;
    background-image: url(../images/user_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    line-height: 40px !important;
    color: #343536;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}

.topuser a {
    color: #ffffff;
    text-decoration: none
}

.topuser a:visited {
    color: #ffffff;
    text-decoration: none
}

.topuser a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.topcode {
    width: 74px;
    height: 40px;
    margin: 22px 10px;
    float: right;
    background-image: url(../images/code_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    position: relative
}

.topcodecon {
    width: 110px;
    height: 134px;
    position: absolute;
    top: 40px;
    left: 4px;
    z-index: 99999;
    display: none
}

.topcodecon img {
    width: 110px;
    height: 134px;
    border-radius: 5px
}

.topcode:hover {
    color: #f53117;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.topcode:hover .topcodecon {
    display: block
}

.toptell {
    width: 180px;
    height: 40px;
    margin: 22px 10px;
    float: right;
    background-image: url(../images/top_tell.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 26px;
    text-align: right;
    padding-left: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}

.menu .nav {
    width: 700px;
    height: 84px;
    margin: 0 auto;
}

.menu .nav li {
    float: left;
    list-style: none;
    width: 140px;
    height: 84px;
    padding: 0px;
    margin: 0px;
}

.topnav_item {
    width: 140px;
    height: 84px;
    margin: 0px;
}

.topnav_item a {
    display: block;
    height: 84px;
    text-align: center;
    text-indent: 0px;
    width: 140px;
    padding: 0px;
    line-height: 85px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    font-weight: normal;
}

.topnav_item a:hover,.topnav_item a.current {
    color: #f53117;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.menu .nav li .navbox {
    width: 100%;
    height: auto;
    position: absolute;
    top: 85px;
    left: 0;
    background: rgba(255,255,255,.99);
    display: none;
    text-align: center;
    padding: 64px 0px; padding-top:34px;
    z-index: 9999999;
    border-bottom: #eeeef0 1px solid;
    box-shadow: 0px 3px 10px rgba(0,0,0,.06)
}

.nav_dropcon {
    width: 1400px;
    margin: 0 auto;
}

.nav_dropconitem {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px;
}
.nav_dropconitem02 {
    width: -webkit-calc(33.333% - 30px);
    width: -moz-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
  
}

.nav_dropconitemt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px; margin-top:30px;
    font-weight: normal
}

.nav_dropconitemt a {
    color: #343536;
    text-decoration: none
}

.nav_dropconitemt a:visited {
    color: #343536;
    text-decoration: none
}

.nav_dropconitemt a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav_dropconitemt img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.navpro_item {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}

.navpro_item a {
    color: #646566;
    text-decoration: none
}

.navpro_item a:visited {
    color: #646566;
    text-decoration: none
}

.navpro_item a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.navpro_item span {
    width: 34px;
    height: 40px;
    float: left;
    display: block;
    background-image: url(../images/bg_icon02.png);
    font-weight: normal;
    line-height: 14px;
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    color: #646566;
    margin-right: 6px;
}

.navpro_itemp {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden
}

.navpro_itemp img {
    width: 100%;
    height: auto;
    float: left
}

.navpro_itemp:hover img {
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*content*/
 

/*pro*/
.pro_bg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0px;
    height: 700px;
    margin: 0px;
}

.index_title {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    height: 90px;
    margin: 0 auto;
    margin-top: 130px;
    font-size: 20px;
    color: #646566;
    line-height: 90px;
    text-align: left
}

.index_title span {
    display: inline-table;
    float: left;
    font-size: 74px;
    color: #343536;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: none
}

.pro_con {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    background-color: #ffffff;
}

.warpper {
    height: 700px;
    margin: 0 auto;
    width: 100%;
}

.wwwqirecom {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: relative
}

.qirepic {
    width: 100%;
    height: 700px;
}

.qirepic ul {
    width: 100%;
    height: 700px;
    margin: 0px;
    padding: 0px;
}

.qirepic ul li {
    width: 100%;
    height: 700px;
    position: relative;
    list-style: none
}

.adv_icon {
    width: -webkit-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: calc(100% - 700px);
    height: 700px;
    position: absolute;
    top: 0px;
    z-index: 9999;
    right: 0px;
}

.probg01 {
    background-color: #ffffff;
    position: relative
}

.probg02 {
    background-color: #ffffff;
    position: relative
}

.probg03 {
    background-color: #ffffff;
    position: relative
}

.probg04 {
    background-color: #ffffff;
    position: relative
}

.adv_icont1 {
    width: -webkit-calc(100% - 775px);
    width: -moz-calc(100% - 775px);
    width: calc(100% - 775px);
    height: 60px;
    line-height: 60px;
    margin: 75px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #343536;
    text-align: left;
    font-weight: normal;
    font-size: 56px;
}

.adv_icont2 {
    width: -webkit-calc(100% - 775px);
    width: -moz-calc(100% - 775px);
    width: calc(100% - 775px);
    height: 26px;
    line-height: 26px;
    margin: 75px;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    color: #646566;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.adv_icont2 span {
    display: block;
    width: 34px;
    height: 2px;
    background-color: #646566;
    float: left;
    margin: 12px;
    margin-left: 0px;
}

.adv_icont3 {
    width: -webkit-calc(100% - 775px);
    width: -moz-calc(100% - 775px);
    width: calc(100% - 775px);
    height: 50px;
    line-height: 25px;
    margin: 75px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 50px;
    color: #646566;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase
}

.adv_icont4 {
    width: -webkit-calc(100% - 775px);
    width: -moz-calc(100% - 775px);
    width: calc(100% - 775px);
    margin: 75px;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 0px;
    text-align: left;
    height: auto;
}

.pro_item {
    width: 100%;
    height: 50px;
    font-size: 22px;
    text-align: left
}

.pro_item a {
    color: #343536;
    text-decoration: none
}

.pro_item a:visited {
    color: #343536;
    text-decoration: none
}

.pro_item a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.pro_item span {
    width: 34px;
    height: 40px;
    float: left;
    display: block;
    background-image: url(../images/bg_icon02.png);
    font-weight: normal;
    line-height: 14px;
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    color: #343536;
    margin-right: 6px;
}

.adv_icont5 {
    width: -webkit-calc(100% - 775px);
    width: -moz-calc(100% - 775px);
    width: calc(100% - 775px);
    margin: 75px;
    margin-top: 30px;
    margin-right: 0px;
    text-align: left;
}

.pro_btn {
    width: 200px;
    height: 50px;
    margin: 0px;
}

.pro_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #343536;
    border: #343536 2px solid;
    text-decoration: none
}

.pro_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #343536;
    border: #343536 2px solid;
    text-decoration: none
}

.pro_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.adv_icont6 {
    width: 700px;
    height: 700px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background-color: #ffffff
}

.adv_icont6 img {
    width: 700px;
    height: 700px;
}

.pro_btitlecon {
    width: 100%;
    height: 175px;
    margin: 0 auto;
    background-color: #ffffff
}

.pro_btitle {
    width: 600px;
    height: 175px;
    margin: 0px;
    background-color: #f53117;
    text-align: left;
    color: #ffffff;
    z-index: 999;
    line-height: 175px;
    font-size: 56px;
    font-weight: normal;
    padding: 0 50px;
    text-transform: uppercase
}

.adv_nav {
    width: 700px;
    height: 700px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #f6f6fe;
}

.num {
    width: 700px;
    height: 700px;
    margin: 0px;
}

.num ul {
    width: 700px;
    height: 700px;
    margin: 0px;
    padding: 0px;
}

.num li {
    float: left;
    margin: 0;
    width: 350px;
    height: 350px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #646566;
    text-transform: uppercase
}

.num li  span {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #343536;
    font-size: 34px;
    font-weight: normal
}

.num li img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 50px;
}

.num li.on {
    cursor: pointer;
    color: #f53117;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-image: url(../images/pronav_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.num li.on span {
    cursor: pointer;
    color: #f53117;
}

.num li.on img {
    cursor: pointer
}
	
	/*solution*/
	
.solution_btitle {
    width: 100%;
    height: 175px;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
    z-index: 999;
    line-height: 175px;
    font-size: 74px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 99;
    text-shadow: 0px 0px 5px rgba(0,0,0,.20)
}

.solution_btitlee {
    width: 100%;
    height: 175px;
    margin: 0px auto;
    text-align: center;
    color: rgba(255,255,255,.18);
    z-index: 999;
    line-height: 175px;
    font-size: 116px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 90;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif
}

.warpper2 {
    height: 960px;
    background: #000000;
    margin: 0 auto;
    width: 100%;
}

.wwwqirecom2 {
    width: 100%;
    height: 960px;
    margin: 0 auto;
    position: relative;
}

.qirepic2 {
    width: 100%;
    height: 960px;
    text-align: center
}

.qirepic2 ul {
    width: 100%;
    height: 960px;
}

.qirepic2 ul li {
    width: 100%;
    height: 960px;
    position: relative;
    list-style: none;
}
 
  
  
/*图片导航*/
.adv_nav2 {
     width: -webkit-calc(100% - 81px);
    width: -moz-calc(100% - 81px);
    width: calc(100% - 81px);
    height: 640px;
    text-align: center;
    position: absolute;
    left: 81px;    
    bottom: 110px;
    z-index: 9999;
}

.num2 {
    width: 100%;
    height: 640px;
    margin: 0px auto;
}

.num2 ul {
    width: 100%;
    height: 640px;
    margin: 0px;
    padding: 0px;
    overflow: hidden
}

.num2 li {
    float: left;
    margin: 0;
     width: -webkit-calc(16.666666% - 2px);
    width: -moz-calc(16.666666% - 2px);
    width: calc(16.666666% - 2px);
    height: 580px;
    margin: 30px 1px;
    padding: 0px;
    list-style: none;
    text-align: center;
    background: rgba(0,0,0,.56);
    text-transform: uppercase
}

.num2 li .solnavicon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative
}

.num2 li .solnavicon img {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 0;
    left: 40px;
    top: 40px;
}

.num2 li.on .solnavicon {
    margin-top: 64px;
}

.yuanbox {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    display: none
}

.yuanbox:before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    background: url(../images/ydy-8.png) no-repeat 0 0;
}

.yuanbox:after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background: url(../images/ydy-9.png) no-repeat 0 0;
}

.yuanbox:before {
    -webkit-animation: yuanbox 5s linear 0s infinite;
    animation: yuanbox 5s linear 0s infinite;
}

.yuanbox:after {
    -webkit-animation: yuanbox1 5s linear 0s infinite;
    animation: yuanbox1 5s linear 0s infinite;
}

@-webkit-keyframes yuanbox {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes yuanbox {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes yuanbox1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes yuanbox1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.num2 li .solnavt1 {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    margin-top: -10px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
}

.num2 li.on .solnavt1 {
    margin-top: 30px;
}

.num2 li .solnavt2 {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase
}

.num2 li .solnavt3 {
    width: 80%;
    height:50px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255,255,255,.80);
    display: none
}

.num2 li.on .solnavt3 {
    display: block
}

.sol_btn {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    margin-top: 40px;
    display: none
}

.sol_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.sol_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.sol_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.num2 li.on .sol_btn {
    display: block
}

.num2 li.on {
    cursor: pointer;
    color: #ffffff;
    background:rgba(10,50,119,.90);
    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 1px;
    height: 640px;
}

.num2 li.on span {
    cursor: pointer;
    color: #ffffff;
}

.num2 li.on .yuanbox {
    display: block
} 

 
	 
 
 
 
 
 
 
 

 
	

	/*case*/
.case_btitlecon {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 160px;
    margin: 0 auto;
    position: relative;
    margin-top: 150px;
}

.case_btitle {
    width: 100%;
    height: 80px;
    margin: 0px auto;
    text-align: center;
    color: #343536;
    line-height: 80px;
    font-size: 74px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.case_btitlee {
    width: 100%;
    height: 120px;
    margin: 0px auto;
    text-align: center;
    color: #f6f6fe;
    line-height: 120px;
    font-size: 116px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 90;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif
}

.case_btitlspan {
    width: 80px;
    height: 160px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/case_tbg.jpg);
    background-size: 100% 100%;
}

.case_list {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto;
    height: auto
}

.case_listp {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto;
    height: auto
}

.div_clear {
    width: 100%;
    height: 0px;
    line-height: 0px;
    clear: both
}

.case_item {
    width: -webkit-calc(33.3333% - 30px);
    width: -moz-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
    height: auto;
    margin: 15px;
    float: left;
    position: relative;
    overflow: hidden
}

.case_itemp {
    width: -webkit-calc(33.3333% - 80px);
    width: -moz-calc(33.3333% - 80px);
    width: calc(33.3333% - 80px);
    height: auto;
    margin: 15px;
    float: left;
    position: relative;
    overflow: hidden; box-shadow:0px 0px 15px rgba(0,0,0,.08); padding:25px; padding-bottom:60px;
}

.case_item img {
    width: 100%;
    height: auto;
    float: left
}

.case_itempp{
    width: 100%;
    height: auto;
	 margin:0 auto; padding:0px; overflow:hidden
    
}

.case_itempp img{
    width: 100%;
    height: auto; float:left; margin:0px;
	 
    
}

.case_itempp:hover img {
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.case_lay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(245,49,21,.90);
    left: 0px;
    top: 0px;
    z-index: 9;
    opacity: 0.0;
}

.case_laycon {
    width: -webkit-calc(100% - 62px);
    width: -moz-calc(100% - 62px);
    width: calc(100% - 62px);
    height: -webkit-calc(100% - 62px);
    height: -moz-calc(100% - 62px);
    height: calc(100% - 62px);
    border: rgba(255,255,255,.0) 1px solid;
    margin: 30px;
    position: relative;
    background: rgba(255,255,255,.0)
}

.case_layconc {
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -75px;
}

.case_layt {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 34px;
    color: #ffffff; line-height:50px; overflow:hidden
}
.case_laytp {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 26px;
    color: #343536; line-height:50px; overflow:hidden; font-weight:bold; margin:15px auto;
}
.case_laytp a{
   
    color: #343536; text-decoration:none 
}

.case_laytp a:visited{
   
    color: #343536; text-decoration:none 
}

.case_laytp a:hover{
   
    color: #f53115; text-decoration:none; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}

.case_layip {
    width: 100%;
    height: 100px;
    text-align: left;
    font-size: 14px;
    color: #646566; line-height:25px; overflow:hidden; font-weight:normal;
}





.case_layt2 {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.case_item:hover .case_lay {
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer
}

.case_item:hover img {
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.case_btn {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    margin-top: 20px;
}

.case_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.case_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.case_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}



.case_btnp {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    margin-top: 49px;
}

.case_btnp a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #112e6b 2px solid;
	 background-color:#112e6b;
    text-decoration: none
}

.case_btnp a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
   color: #ffffff;
    border: #112e6b 2px solid;
	 background-color:#112e6b;
    text-decoration: none
}

.case_btnp a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #f53115 2px solid;
    text-decoration: none; background-color:#f53115;
     
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}





			
	/*about*/
.index_aboutbg {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background-image: url(../images/aboutbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.about_con {
    width: 50%;
    height: 600px;
    margin: 0;
    position: relative;
    float: left;
}

.about_conr {
    width: 50%;
    height: 600px;
    margin: 0;
    position: relative;
    float: right;
    text-align: left
}

.about_btitlecon {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 200px;
    margin: 0;
    margin-left: 50px;
    margin-top: 30px;
    position: relative
}

.about_btitle {
    width: 100%;
    height: 175px;
    margin: 0px auto;
    text-align: left;
    color: #ffffff;
    line-height: 175px;
    font-size: 74px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 99;
    text-shadow: 0px 0px 5px rgba(0,0,0,.20)
}

.about_btitlee {
    width: 100%;
    height: 175px;
    margin: 0px auto;
    text-align: left;
    color: rgba(255,255,255,.26);
    line-height: 175px;
    font-size: 116px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 90;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif
}

.abot_list {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0;
    margin-left: 50px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #ffffff;
    margin-top: 50px;
}

.abot_list2 {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 50px;
    margin-top: 50px;
    text-align: left;
}

.about_btn {
    width: 200px;
    height: 50px;
    margin: 0px;
}

.about_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.about_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.about_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.syfanganbg {
    width: 100%;
    height: 600px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/fangan-bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
}

.syfanganz {
    width: 38%;
    float: right
}

.syfanganz b {
    font-size: 48px;
    color: #0166ce;
    line-height: 1.2
}

.syfanganz p {
    color: #888888;
    margin-top: 5%;
}

.syfanganz .more {
    position: relative;
    display: block;
    margin-top: 20%;
    width: 45px;
    height: 45px;
    border: 1px solid #fff
}

.syfanganz .more:before, .syfanganz .more:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.syfanganz .more:before {
    background: url(../images/jiejue-jianh.png) no-repeat center center;
    z-index: 1
}

.syfanganz .more:after {
    background: #0166ce;
    transform: scale(0);
    z-index: 0
}

.syfanganz .more:hover:after {
    transform: scale(1);
}

.syfanganz .more:hover {
    border: none
}

.syfangany {
    width: 100%;
    overflow: hidden;
    list-style: none;
    height: 600px;
    overflow: hidden;
}

.syfangany li {
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    float: left;
    border: rgba(245,49,21,0.2) 1px solid;
    margin: 0px;
    border-left: 0px;
    border-top: 0px;
    text-align: center;
    color: #fff;
    position: relative;
    list-style: none;
    height: 245px;
    padding-top: 54px;
    background: rgba(255,255,255,0.07)
}

.syfangany2 {
    background: rgba(255,255,255,0.2) !important;
}

.syfangany li a {
    text-decoration: none
}

.syfangany li i {
    display: block;
    width: 73px;
    height: 68px;
    margin: 0 auto
}

.syfangany li p {
    font-size: 18px;
    width: 100%;
    text-align: center;
    text-indent: 0px;
    color: #e0e0e0;
    font-weight: normal;
    line-height: 22px;
}

.syfangany li p span {
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    line-height: 56px;
}

.syfangany li:after {
    content: "";
    display: block;
    width: 49px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f53117;
}

.syfangany li.noaf:after {
    display: none
}

.syfangany li:hover {
    background: rgba(245,49,21,0.8);
    border-color: rgba(245,49,21,0.8)
}

.syfangany2:hover {
    background: rgba(245,49,21,0.8)!important;
    border-color: rgba(245,49,21,0.8)!important;
}

.syfangany li:hover:after {
    width: 0
}

.syfangany li i.i1 {
    background: url(../images/fangan01.png) no-repeat center 0;
}

.syfangany li:hover i.i1 {
    background: url(../images/fangan01.png) no-repeat center -72px;
}

.syfangany li i.i2 {
    background: url(../images/fangan02.png) no-repeat center 0;
}

.syfangany li:hover i.i2 {
    background: url(../images/fangan02.png) no-repeat center -72px;
}

.syfangany li i.i3 {
    background: url(../images/fangan03.png) no-repeat center 0;
}

.syfangany li:hover i.i3 {
    background: url(../images/fangan03.png) no-repeat center -72px;
}

.syfangany li i.i4 {
    background: url(../images/fangan04.png) no-repeat center 0;
}

.syfangany li:hover i.i4 {
    background: url(../images/fangan04.png) no-repeat center -72px;
}

.syfangany li i.i5 {
    background: url(../images/fangan05.png) no-repeat center 0;
}

.syfangany li:hover i.i5 {
    background: url(../images/fangan05.png) no-repeat center -72px;
}

.syfangany li i.i6 {
    background: url(../images/fangan06.png) no-repeat center 0;
}

.syfangany li:hover i.i6 {
    background: url(../images/fangan06.png) no-repeat center -72px;
}

.syfangany li i.i7 {
    background: url(../images/fangan07.png) no-repeat center 0;
}

.syfangany li:hover i.i7 {
    background: url(../images/fangan07.png) no-repeat center -72px;
}

.syfangany li i.i8 {
    background: url(../images/fangan08.png) no-repeat center 0;
}

.syfangany li:hover i.i8 {
    background: url(../images/fangan08.png) no-repeat center -72px;
}

.syfangany li i.i9 {
    background: url(../images/fangan09.png) no-repeat center 0;
}

.syfangany li:hover i.i9 {
    background: url(../images/fangan09.png) no-repeat center -72px;
}

.syfangany li, .syfangany li i, .syfanganz .more:after {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
	 
	/*new*/
.new_bg {
    width: 100%;
    background-image: url(../images/adv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 150px;
}

.new_con {
    width: 1400px;
    height: 480px;
    margin: 0 auto;
}

.new_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-bottom: 14px;
    border-bottom: #e6e6ee 1px solid;
    font-size: 34px;
    color: #646566;
    text-align: left;
    font-weight: normal;
}

.new_title img {
    float: left;
    width: 36px;
    height: 35px;
    margin-right: 10px;
}

.new_more {
    width: 64px;
    height: 35px;
    float: right;
    background-image: url(../images/more_icon2.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    font-weight: normal
}

.new_more a {
    color: #989898;
    text-decoration: none;
    font-weight: normal
}

.new_more a:visited {
    color: #989898;
    text-decoration: none;
    font-weight: normal
}

.new_more a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: normal
}

.new_left {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    float: left;
    margin: 0px;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.news_stitle {
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 22px;
    color: #343536;
    text-transform: uppercase;
    line-height: 50px;
}

.news_stitle span {
    display: block;
    width: 64px;
    background-image: url(../images/hd_icon.png);
    background-position: right;
    float: right;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 14px 0px;
    padding-right: 25px;
    font-weight: normal;
    text-transform: uppercase
}

.news_stitle a {
    color: #f53117;
    text-decoration: none
}

.news_stitle a:visited {
    color: #f53117;
    text-decoration: none
}

.news_stitle a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.new_right {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    float: right;
    margin: 0px;
    height: 480px;
}

.new_rightitem {
    width: 100%;
    margin: 0px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.new_rightitempic {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    height: 200px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.new_rightitempic img {
    width: 100%;
    height: 200px;
}

.new_rightitempic:hover img {
    transform: scale(1.1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.new_righttxt {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    height: 200px;
    overflow: hidden;
    float: right;
}

.new_righttid {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #646566;
    text-align: left;
    font-weight: normal
}

.new_righttit {
    width: 100%;
    height: 50px;
    line-height: 25px;
    color: #343536;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.new_righttit a {
    color: #343536;
    text-decoration: none;
}

.new_righttit a:visited {
    color: #343536;
    text-decoration: none;
}

.new_righttit a:hover {
    color: #f53117;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.new_righttii {
    width: 100%;
    height: 100px;
    line-height: 25px;
    color: #989898;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 20px;
}

.new_rightitem02 {
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #989898
}

.new_rightitem02 a {
    color: #343536;
    text-decoration: none;
}

.new_rightitem02 a:visited {
    color: #343536;
    text-decoration: none;
}

.new_rightitem02 a:hover {
    color: #f53117;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.new_rightitem02 span {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #989898;
    text-align: right;
    float: right;
    font-weight: normal
}

.public_btn {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    margin-top: 74px;
}

.public_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none
}

.public_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none
}

.public_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none;
    background: rgba(245,49,21,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}	
	/*baojia*/
.baojia_con {
    width: 100%;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px; border-top:#eeeef0 1px solid
}

.baojia_conblock {
    width: 150px;
    height: 150px;
    float: right;
    background-image: url(../images/contact_block.jpg);
    background-size: 100% 100%;
}

.baojia_list {
    width: 1370px;
    height: 100px;
    margin: 25px auto;
}

.baojia_listl {
    width: 50%;
    height: 100px;
    font-size: 26px;
    line-height: 40px;
    color: #343536;
    font-weight: normal;
    float: left;
    text-align: left;
}

.baojia_listl span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #f53117;
    font-size: 47px;
    display: block;
    font-weight: normal
}

.baojia_listr {
    width: 340px;
    height: 100px;
    font-size: 22px;
    line-height: 40px;
    color: #646566;
    font-weight: normal;
    float: right;
    text-align: left;
}

.baojia_listr img {
    width: 40px;
    height: 40px;
    float: left;
}

.baojia_listr  span {
    width: 100%;
    height: 60px;
    color: #343536;
    display: block;
    text-align: left;
    font-weight: normal;
    line-height: 60px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif
}
	/*bottom*/
.bottom_bg {
    width: 100%;
    height: 490px;
    background-color: #f0f0f6;
    margin: 0px;
    padding: 50px 0px;-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}

.bottom_con {
    width: 1370px;
    height: 490px;
    margin: 0 auto;
}

.bottom_title {
    width: 100%;
    height: 70px;
    text-align: left;
    font-size: 52px;
    color: #343536;
    font-weight: normal;
}

.bottom_title2 {
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 26.5px;
    color: #646566;
    font-weight: normal;
    text-transform: uppercase
}

.bottom_list {
    width: 100%;
    height: 190px;
    margin-top: 30px;
}

.bottom_listi1 {
    width: 15%;
    height: 190px;
    float: left
}

.bottomit {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 22px;
    border-left: #f53117 4px solid;
    text-align: left;
    padding-left: 6px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
}

.bottomit a {
    color: #343536;
    text-decoration: none
}

.bottomit a:visited {
    color: #343536;
    text-decoration: none
}

.bottomit a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.bottomiti {
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

.bottomiti a {
    color: #343536;
    text-decoration: none
}

.bottomiti a:visited {
    color: #343536;
    text-decoration: none
}

.bottomiti a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.bottom_listi2 {
    width: 40%;
    height: 190px;
    float: left
}

.bottom_code {
    width: 111px;
    height: 111px;
    float: left;
    padding: 10px;
    border: #e0e0e6 1px solid;
    border-radius: 5px;
    background-color: #FFFFFF
}

.bottom_code img {
    width: 111px;
    height: 111px;
}

.bottom_add {
    width: -webkit-calc(100% - 153px);
    width: -moz-calc(100% - 153px);
    width: calc(100% - 153px);
    font-size: 16px;
    color: #343536;
    line-height: 27px;
    text-align: left;
    margin-left: 20px;
    float: left;
}

.bottom_add span {
    width: 100%;
    height: 27px;
    text-align: left;
    color: #989898;
    display: block
}

.bottom_link {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    border-bottom: #e0e0e6 1px solid;
    border-top: #e0e0e6 1px  solid;
    padding: 20px 0px;
    color: #989898;
    line-height: 20px; font-size:16px;
    text-align: left
}

.bottom_link a {
    color: #343536;
    text-decoration: none;
    padding: 0 15px;
}

.bottom_link a:visited {
    color: #343536;
    text-decoration: none;
    padding: 0 15px;
}

.bottom_link a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    padding: 0 15px;
}

.bottom_copright {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    padding: 20px 0px;
    color: #989898;
    line-height: 20px;
    text-align: left; font-size:16px;
}

.bottom_copright a {
    color: #343536;
    text-decoration: none;
    padding: 0 15px;
}

.bottom_copright a:visited {
    color: #343536;
    text-decoration: none;
    padding: 0 15px;
}

.bottom_copright a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    padding: 0 15px;
}
.page_banner01{ width:100%; height:400px; background-image:url(../images/pbanner02.jpg); text-align:center; padding-top:300px;}	
.page_banner02{ width:100%; height:400px; background-image:url(../images/pbanner01.jpg); text-align:center; padding-top:300px;}	
.page_banner03{ width:100%; height:400px; background-image:url(../images/pbanner03.jpg); text-align:center; padding-top:300px;}
.page_banner01t{ width:1370px; height:100px; line-height:100px; font-size:74px; margin:0 auto; color:#ffffff; text-align:left; font-weight:bold;}

.page_position{ width:100%; padding:20px 0px;  background-color:#ffffff; border-bottom:#e6e6ee 1px solid; margin:0 auto; text-align:center; margin-bottom:15px;}
	.page_positionc{ width:1370px; height:20px; line-height:20px; text-align:left; font-size:14px; color:#646566; margin:0 auto;}
	
	.page_positionc a{ color:#646566; text-decoration:none; }
	.page_positionc a:visited{ color:#646566; text-decoration:none; }
	.page_positionc a:hover{ color:#f53117; text-decoration:none;-webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }	
	.page_positionc img{ width:20px; height:20px; float:left; margin-right:15px;}	
	.page_topnav{ width:1370px; height:auto; margin:0 auto; margin-top:50px; }
	.page_topnavitem{ width:140px; height:40px; float:left; margin:0px; margin-right:12px; padding:0px;  text-align:left  }
	
	.page_topnavitem a{ display:inline-table;  height:37px;   border:0px;   font-size:22px;  text-align:left; color:#646566;text-decoration:none;}
	.page_topnavitem a:visited{display:inline-table;  height:37px;   border:0px;   font-size:22px;  text-align:left; color:#646566;text-decoration:none;}
	.page_topnavitem a:hover{display:inline-table;  height:37px;   border:0px;   font-size:22px;  text-align:left; color:#f53117; border-bottom:#f53117 3px solid;text-decoration:none; }
	
	#page_topnavitem{ display:inline-table; height:37px;   border:0px;   font-size:22px;  text-align:left; color:#f53117; border-bottom:#f53117 3px solid;text-decoration:none;}
			
			
			.sntopage_newitem{ width:1370px; height:260px; padding:49px 0px; margin:0 auto; border:0px; border-bottom:#e6e6ee 1px solid;}
			
			.sntopage_newitempic{ width:32%; height:260px; overflow:hidden; float:left; border-radius:5px; overflow:hidden}
			.sntopage_newitempic img{ width:100%; height:260px;}
			
			
			
.sntopage_newitempic img:hover{ transform:scale(1.05);-webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
			
			
			.sntopage_newitemtxt{ width:66%; height:260px; overflow:hidden; float:right;}
			
			.sntopage_newitemtit{ width:100%; height:60px; line-height:30px; font-size:26px; font-weight:bold; overflow:hidden; text-align:left}
			
			.sntopage_newitemtit a{ color:#131415; text-decoration:none }
			.sntopage_newitemtit a:visited{ color:#131415; text-decoration:none }
			.sntopage_newitemtit a:hover{ color:#f53117; text-decoration:none;-webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;  }
			
			.sntopage_newiteminfo{ width:100%; height:75px; margin-top:25px; line-height:25px; font-size:16px; font-weight:normal; overflow:hidden; text-align:left; color:#646566}
			
			.sntopage_newitemdate{ width:100%; height:20px; line-height:20px; margin-top:80px; text-align:left; color:#aaaaaa; font-size:16px;}
			.sntopage_newitemdate span{ color:#646566;  }
			
			.sntopage_newitemdate a{ color:#f53117; text-decoration:none  }
			.sntopage_newitemdate a:visited{ color:#f53117; text-decoration:none  }
			.sntopage_newitemdate a:hover{ color:#f53117; text-decoration:underline  }
			.snto_pagnavcon{ width:80%; height:56px; margin:49px auto; text-align:center;}		
			
		.snto_pagnavcon a{ display:inline-table; width:54px; height:54px;  background-color:#f0f0f6; text-align:center; font-size:14px; line-height:54px; border:#e6e6ee 1px solid; color:#343536; border-radius:50%; text-decoration:none; margin-right:7px;}
		.snto_pagnavcon a:visited{ display:inline-table; width:54px; height:54px;   background-color:#f0f0f6; text-align:center; font-size:14px; line-height:54px; border:#e6e6ee 1px solid; color:#343536; border-radius:50%; text-decoration:none; margin-right:7px;}
		.snto_pagnavcon a:hover{ display:inline-table; width:54px; height:54px; background-color:#f53117; text-align:center; font-size:14px; line-height:54px;border:#f53117 1px solid; color:#ffffff; border-radius:50%; text-decoration:none; margin-right:7px;}	
			.snto_pagnavcon span{display:inline-table; width:54px; height:54px;   background-color:#f53117; text-align:center; font-size:14px; line-height:54px; color:#ffffff; border-radius:50%;margin-right:7px;}
			#snto_pagnavactive{display:inline-table; width:54px; height:54px;   background-color:#f53117; text-align:center; font-size:14px; line-height:54px; color:#ffffff; border-radius:50%;}
			.snto_pagnavconfirst{ width:54px; height:54px; display:inline-table; margin-right:7px;}
			
			.snto_pagnavconfirst a{  width:54px; height:54px;  background-color:#f0f0f6; text-align:center; font-size:14px; line-height:54px; border:#e6e6ee 1px solid; color:#343536; border-radius:50%; text-decoration:none;}
		.snto_pagnavconfirst a:visited{  width:54px; height:54px;   background-color:#f0f0f6; text-align:center; font-size:14px; line-height:54px; border:#e6e6ee 1px solid; color:#343536; border-radius:50%; text-decoration:none;  }
		.snto_pagnavconfirst a:hover{  width:54px; height:54px; background-color:#f53117; text-align:center; font-size:14px; line-height:54px;border:#f53117 1px solid; color:#ffffff; border-radius:50%; text-decoration:none; }	
			
			
		.page_viewposition{ width:1170px; height:40px; margin:0 auto; font-size:14px; line-height:14px; text-align:left; overflow:hidden; color:#bbbbbb;}
			
			.page_viewposition a{ color:#646566; text-decoration:none}
			.page_viewposition a:visited{ color:#646566; text-decoration:none}
			.page_viewposition a:hover{ color:#646566; text-decoration:underline}
			
			.page_viewtcon{ width:100%; height:auto; margin:0 auto; padding:49px 0px; text-align:center; background-color:#f0f0f6; border-bottom:#eeeef0 1px solid;}
			
			.page_viewtcon01{ font-size:34px; font-weight:bold; text-align:left; width:1170px; line-height:40px; color:#000000; margin:0 auto;}
			 
			.page_viewtcon02{ font-size:16px; font-weight:normal; text-align:left; width:1170px; line-height:20px; color:#646566; margin:0px auto; margin-top:30px;}
			.page_viewtcon02 span{ font-weight:bold; color:#343536}
			
			
			.page_viewtcon03{ font-size:14px; font-weight:normal; text-align:left; width:1170px; line-height:20px; color:#bbbbbb; margin:0px auto; margin-top:30px;}
			.page_viewtcon03 span{color:#646566}
			.page_viewcon{ width:1170px; margin:49px auto; text-align:left; font-size:16px; color:#000000; line-height:30px;}
			
			.page_viewcon p{ padding:7px 0px;line-height:30px;}
			
			.page_viewcon img{ width:auto; max-width:100%;}
			.page_viewcon p img{width:auto; max-width:100%;}
			
	
	
	.page_viewlink{ width:100%; height:auto; margin:0 auto; padding:34px 0px; text-align:center; background-color:#f0f0f6; border-top:#eeeef0 1px solid;}
	
	
	.page_viewlinkc{ font-size:14px; font-weight:normal; text-align:left; width:1170px; line-height:20px; color:#aaaaaa; margin:0px auto; }
			.page_viewlinkc a{  color:#989898; text-decoration:none}
			.page_viewlinkc a:visited{  color:#989898; text-decoration:none}
			.page_viewlinkc a:hover{  color:#343536; text-decoration:none}
			
/*笔记本版本*/
@media only screen and (max-width:1680px) {

/* public */

body,html {
    font-family: 'microsoft yahei';
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff;
}
/*@font-face {
         font-family: "PingFang SC" ;
    src: url('../font/PingFangE.ttf')format('truetype'), url('../font/PingFangE.woff') format('woff'),url('../font/PingFangE.svg') format('svg');
}*/

  @font-face {
 
	 font-family: "microsoft yahei" ;
    src: url('../font/qsfont.ttf')format('truetype'), url('../font/qsfont.woff') format('woff'),url('../font/qsfont.svg') format('svg');
} 
 
  

body, ul {
    margin: 0;
    padding: 0;
}

body,html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul li {
    list-style-type: none;
}

/* banner */
 
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}

.slides li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.prev, .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
    left: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    opacity: .49;
}

.prev:hover, .next:hover {
    opacity: .74;
}

.prev {
    background: url(../images/arrow_l2.png) no-repeat;
}

.next {
    left: auto;
    right: 30px;
    background: url(../images/arrow_r2.png) no-repeat;
}

.pagination {
    position: absolute;
    bottom: 26px;
    z-index: 99;
}

.pagination li {
    padding: 20px 5px;
    float: left;
    overflow: hidden
}

.pagination li a {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 1000px;
    border-radius: 15px;
    background: #fff;
    color: #fff;
}

.pagination .active {
    background: #f53117;
}

.banner_txt {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden
}

.banner_videobg {
    background: url(../images/video_bg.png) no-repeat;
    background-position: center center;
    position: absolute;
    background: rgba(0,0,0,.56);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99
}

.banner_txt video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99
}

.banner_txtcon {
    position: absolute;
    width: 1170px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -585px;
    z-index: 100;
}

.banner_txtbig {
    width: 100%;
    height: 100px;
    font-size: 64px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
}

.banner_txtsmall {
    width: 100%;
    height: 40px;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.banner_btn {
    width: 200px;
    height: 50px;
    margin: 0px auto;
    margin-top: 50px;
}

.banner_btn a {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.banner_btn a:visited {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.banner_btn a:hover {
    display: block;
    width: 196px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.banner_txt02 {
    position: absolute;
    width: 1170px;
    height: 217px;
    left: 50%;
    margin-left: -585px;
    top: 50%;
    margin-top: -136px;
    z-index: 100;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    text-shadow: 0px 0px 5px rgba(0,0,0,.49);
}

.banner_txt02 span {
    width: 100%;
    height: 100px;
    display: block;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(0,0,0,.49);
}

/*topnav*/
.menu {
    width: 100%;
    height: 150px;
    background-image: url(../images/nav_bg.png);
    background-repeat: repeat-x;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99999;
    text-align: center;
}

.toplogo {
    width: 190px;
    height: 40px;
    margin: 22px 15px;
    float: left
}

.toplogo img {
    width: 190px;
    height: 40px;
}

.topuser {
    width: 74px;
    height: 40px;
    margin: 22px 10px;
    float: right;
    background-image: url(../images/user_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    line-height: 40px;
    color: #343536;
}

.topuser a {
    color: #ffffff;
    text-decoration: none
}

.topuser a:visited {
    color: #ffffff;
    text-decoration: none
}

.topuser a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.topcode {
    width: 74px;
    height: 40px;
    margin: 22px 10px;
    float: right;
    background-image: url(../images/code_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    position: relative
}

.topcodecon {
    width: 110px;
    height: 134px;
    position: absolute;
    top: 40px;
    left: 4px;
    z-index: 99999;
    display: none
}

.topcodecon img {
    width: 110px;
    height: 134px;
    border-radius: 5px
}

.topcode:hover {
    color: #f53117;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.topcode:hover .topcodecon {
    display: block
}

.toptell {
    width: 180px;
    height: 40px;
    margin: 22px 10px;
    float: right;
    background-image: url(../images/top_tell.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 26px;
    text-align: right;
    padding-left: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    position: relative
}

.menu .nav {
    width: 500px;
    height: 84px;
    margin: 0 auto;
}

.menu .nav li {
    float: left;
    list-style: none;
    width: 100px;
    height: 84px;
    padding: 0px;
    margin: 0px;
}

.topnav_item {
    width: 100px;
    height: 84px;
    margin: 0px;
}

.topnav_item a {
    display: block;
    height: 84px;
    text-align: center;
    text-indent: 0px;
    width: 140px;
    padding: 0px;
    line-height: 85px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
}

.topnav_item a:hover,.topnav_item a.current {
    color: #f53117;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.menu .nav li .navbox {
    width: 100%;
    height: auto;
    position: absolute;
    top: 85px;
    left: 0;
    background: rgba(255,255,255,.99);
    display: none;
    text-align: center;
    padding: 30px 0px; padding-top:15px;
    z-index: 9999999;
    border-bottom: #eeeef0 1px solid;
    box-shadow: 0px 3px 10px rgba(0,0,0,.06)
}

.nav_dropcon {
    width: 1200px;
    margin: 0 auto;
}


.nav_dropconitem {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px;
}
.nav_dropconitem02 {
    width: -webkit-calc(33.333% - 30px);
    width: -moz-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
  
}

.nav_dropconitemt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size:18px;
    text-align: left;
    margin-bottom: 15px;margin-top:15px;
    font-weight: normal
}

.nav_dropconitemt a {
    color: #343536;
    text-decoration: none
}

.nav_dropconitemt a:visited {
    color: #343536;
    text-decoration: none
}

.nav_dropconitemt a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav_dropconitemt img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.navpro_item {
    width: 100%;
    height: 30px;
    float: left;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}

.navpro_item a {
    color: #646566;
    text-decoration: none
}

.navpro_item a:visited {
    color: #646566;
    text-decoration: none
}

.navpro_item a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.navpro_item span {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    background-image: url(../images/bg_icon02.png);
    font-weight: normal;
    line-height: 14px;
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    color: #646566;
    margin-right: 6px;
}

.navpro_itemp {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden
}

.navpro_itemp img {
    width: 100%;
    height: auto;
    float: left
}

.navpro_itemp:hover img {
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*content*/
 

/*pro*/
.pro_bg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0px;
    height: 450px;
    margin: 0px;
}

.index_title {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    height: 90px;
    margin: 0 auto;
    margin-top: 130px;
    font-size: 20px;
    color: #646566;
    line-height: 90px;
    text-align: left
}

.index_title span {
    display: inline-table;
    float: left;
    font-size: 74px;
    color: #343536;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: none
}

.pro_con {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    background-color: #ffffff;
}

.warpper {
    height: 450px;
    margin: 0 auto;
    width: 100%;
}

.wwwqirecom {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative
}

.qirepic {
    width: 100%;
    height: 450px;
}

.qirepic ul {
    width: 100%;
    height: 450px;
    margin: 0px;
    padding: 0px;
}

.qirepic ul li {
    width: 100%;
    height: 450px;
    position: relative;
    list-style: none
}

.adv_icon {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
    height: 450px;
    position: absolute;
    top: 0px;
    z-index: 9999;
    right: 0px;
}

.probg01 {
    background-color: #ffffff;
    position: relative
}

.probg02 {
    background-color: #ffffff;
    position: relative
}

.probg03 {
    background-color: #ffffff;
    position: relative
}

.probg04 {
    background-color: #ffffff;
    position: relative
}

.adv_icont1 {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    height: 40px;
    line-height: 40px;
    margin: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #343536;
    text-align: left;
    font-weight: normal;
    font-size: 34px;
}

.adv_icont2 {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    height: 20px;
    line-height: 20px;
    margin: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #646566;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.adv_icont2 span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #646566;
    float: left;
    margin: 9px;
    margin-left: 0px;
}

.adv_icont3 {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    height: 40px;
    line-height: 20px;
    margin: 30px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    color: #646566;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase
}

.adv_icont4 {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    margin: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0px;
    text-align: left;
    height: auto;
}

.pro_item {
    width: 100%;
    height: 30px;
    font-size: 16px;
    text-align: left
}

.pro_item a {
    color: #343536;
    text-decoration: none
}

.pro_item a:visited {
    color: #343536;
    text-decoration: none
}

.pro_item a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.pro_item span {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    background-image: url(../images/bg_icon02.png);
    font-weight: normal;
    line-height: 14px;
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: left;
    color: #343536;
    margin-right: 6px;
}

.adv_icont5 {
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    margin: 30px;
    margin-top: 20px;
    margin-right: 0px;
    text-align: left;
}

.pro_btn {
    width: 150px;
    height: 40px;
    margin: 0px;
}

.pro_btn a {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #343536;
    border: #343536 2px solid;
    text-decoration: none
}

.pro_btn a:visited {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #343536;
    border: #343536 2px solid;
    text-decoration: none
}

.pro_btn a:hover {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.adv_icont6 {
    width: 450px;
    height: 450px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background-color: #ffffff
}

.adv_icont6 img {
    width: 450px;
    height: 450px;
}

.pro_btitlecon {
    width: 100%;
    height: 175px;
    margin: 0 auto;
    background-color: #ffffff
}

.pro_btitle {
    width: 600px;
    height: 175px;
    margin: 0px;
    background-color: #f53117;
    text-align: left;
    color: #ffffff;
    z-index: 999;
    line-height: 175px;
    font-size: 56px;
    font-weight: normal;
    padding: 0 50px;
    text-transform: uppercase
}

.adv_nav {
    width: 450px;
    height: 450px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #f6f6fe;
}

.num {
    width: 450px;
    height: 450px;
    margin: 0px;
}

.num ul {
    width: 450px;
    height: 450px;
    margin: 0px;
    padding: 0px;
}

.num li {
    float: left;
    margin: 0;
    width: 225px;
    height: 225px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #646566;
    text-transform: uppercase
}

.num li  span {
    width: 100%;
    display: block;
    height: 22px;
    line-height: 22px;
    color: #343536;
    font-size: 20px;
    font-weight: normal
}

.num li img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 15px;
}

.num li.on {
    cursor: pointer;
    color: #f53117;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-image: url(../images/pronav_bg02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.num li.on span {
    cursor: pointer;
    color: #f53117;
}

.num li.on img {
    cursor: pointer
}
	
	/*solution*/
	
.solution_btitle {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
    z-index: 999;
    line-height: 100px;
    font-size: 56px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 99;
    text-shadow: 0px 0px 5px rgba(0,0,0,.20); display:none
}

.solution_btitlee {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    text-align: center;
    color: rgba(255,255,255,.18);
    z-index: 999;
    line-height: 100px;
    font-size: 80px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 90;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif; display:none
}

.warpper2 {
    height: 740px;
    background: #000000;
    margin: 0 auto;
    width: 100%;
}

.wwwqirecom2 {
    width: 100%;
    height: 740px;
    margin: 0 auto;
    position: relative;
}

.qirepic2 {
    width: 100%;
    height: 740px;
    text-align: center
}

.qirepic2 ul {
    width: 100%;
    height: 740px;
}

.qirepic2 ul li {
    width: 100%;
    height: 740px;
    position: relative;
    list-style: none;
}
 
  
  
/*图片导航*/
.adv_nav2 {
     width: -webkit-calc(100% - 81px);
    width: -moz-calc(100% - 81px);
    width: calc(100% - 81px);
    height: 500px;
    text-align: center;
    position: absolute;
    left:81px;
   
    bottom: 120px;
    z-index: 9999;
}

.num2 {
    width: 100%;
    height: 500px;
    margin: 0px auto;
}

.num2 ul {
    width: 100%;
    height: 500px;
    margin: 0px;
    padding: 0px;
    overflow: hidden
}

.num2 li {
    float: left;
    margin: 0;
    width: -webkit-calc(16.66666% - 2px);
    width: -moz-calc(16.66666% - 2px);
    width: calc(16.66666% - 2px);
    height: 460px;
    margin: 20px 1px;
    padding: 0px;
    list-style: none;
    text-align: center;
    background: rgba(0,0,0,.64);
    text-transform: uppercase
}

.num2 li .solnavicon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative
}

.num2 li .solnavicon img {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 0;
    left: 40px;
    top: 40px;
}

.num2 li.on .solnavicon {
    margin-top: 40px;
}

.yuanbox {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    display: none
}

.yuanbox:before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    background: url(../images/ydy-8.png) no-repeat 0 0;
}

.yuanbox:after {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background: url(../images/ydy-9.png) no-repeat 0 0;
}

.yuanbox:before {
    -webkit-animation: yuanbox 5s linear 0s infinite;
    animation: yuanbox 5s linear 0s infinite;
}

.yuanbox:after {
    -webkit-animation: yuanbox1 5s linear 0s infinite;
    animation: yuanbox1 5s linear 0s infinite;
}

@-webkit-keyframes yuanbox {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes yuanbox {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes yuanbox1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes yuanbox1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.num2 li .solnavt1 {
    width: 100%;
    height: 22px;
    margin: 0 auto;
    margin-top: -10px;
    text-align: center;
    font-size:20px;
    color: #ffffff;
    line-height: 22px;
}

.num2 li.on .solnavt1 {
    margin-top: 20px;
}

.num2 li .solnavt2 {
    width: 100%;
    height: 15px;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    line-height: 15px;
    text-transform: uppercase; overflow:hidden
}

.num2 li .solnavt3 {
    width: 80%;
    height: 60px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,.80);
    display: none
}

.num2 li.on .solnavt3 {
    display: block
}

.sol_btn {
    width: 150px;
    height: 40px;
    margin: 0px auto;
    margin-top: 20px;
    display: none
}

.sol_btn a {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.sol_btn a:visited {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.sol_btn a:hover {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.num2 li.on .sol_btn {
    display: block
}

.num2 li.on {
    cursor: pointer;
    color: #ffffff;
    background:rgba(10,50,119,.90);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 1px;
    height: 500px;
}

.num2 li.on span {
    cursor: pointer;
    color: #ffffff;
}

.num2 li.on .yuanbox {
    display: block
} 

  
	

	/*case*/
.case_btitlecon {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 120px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}

.case_btitle {
    width: 100%;
    height: 60px;
    margin: 0px auto;
    text-align: center;
    color: #343536;
    line-height: 80px;
    font-size: 56px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.case_btitlee {
    width: 100%;
    height: 120px;
    margin: 0px auto;
    text-align: center;
    color: #f6f6fe;
    line-height: 100px;
    font-size: 80px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 90;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif
}


  


.case_btitlspan {
    width: 80px;
    height: 160px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/case_tbg.jpg);
    background-size: 100% 100%;
}

.case_list {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto
}

.div_clear {
    width: 100%;
    height: 0px;
    line-height: 0px;
    clear: both
}
.snto_clear {
    width: 100%;
    height: 0px;
    line-height: 0px;
    clear: both
}


.case_item {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    height: auto;
    margin: 10px;
    float: left;
    position: relative;
    overflow: hidden
}

.case_item img {
    width: 100%;
    height: auto;
    float: left
}

.case_lay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(245,49,21,.90);
    left: 0px;
    top: 0px;
    z-index: 9;
    opacity: 0.0;
}

.case_laycon {
    width: -webkit-calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: calc(100% - 42px);
    height: -webkit-calc(100% - 42px);
    height: -moz-calc(100% - 42px);
    height: calc(100% - 42px);
    border: rgba(255,255,255,.0) 1px solid;
    margin: 20px;
    position: relative;
    background: rgba(255,255,255,.0)
}

.case_layconc {
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -65px;
}

.case_layt {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 26px;
    color: #ffffff; line-height:30px; overflow:hidden
}

.case_layt2 {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.case_item:hover .case_lay {
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer
}

.case_item:hover img {
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.case_btn {
    width: 150px;
    height: 40px;
    margin: 0px auto;
    margin-top: 20px;
}

.case_btn a {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.case_btn a:visited {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.case_btn a:hover {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
			
	/*about*/
.index_aboutbg {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    background-image: url(../images/aboutbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.about_con {
    width: 50%;
    height: 450px;
    margin: 0;
    position: relative;
    float: left;
}

.about_conr {
    width: 50%;
    height: 450px;
    margin: 0;
    position: relative;
    float: right;
    text-align: left
}

.about_btitlecon {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 150px;
    margin: 0;
    margin-left: 30px;
    margin-top: 20px;
    position: relative
}

.about_btitle {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    text-align: left;
    color: #ffffff;
    line-height: 100px;
    font-size: 56px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 99;
    text-shadow: 0px 0px 5px rgba(0,0,0,.20)
}

.about_btitlee {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    text-align: left;
    color: rgba(255,255,255,.26);
    line-height: 100px;
    font-size: 80px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 90;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif
}

.abot_list {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0;
    margin-left: 30px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
    margin-top: 30px;
}

.abot_list2 {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 30px;
    margin-top: 30px;
    text-align: left;
}

.about_btn {
    width: 150px;
    height: 40px;
    margin: 0px;
}

.about_btn a {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.about_btn a:visited {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none
}

.about_btn a:hover {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #ffffff;
    border: #ffffff 2px solid;
    text-decoration: none;
    background: rgba(255,255,255,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.syfanganbg {
    width: 100%;
    height: 450px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/fangan-bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
}

.syfanganz {
    width: 38%;
    float: right
}

.syfanganz b {
    font-size: 48px;
    color: #0166ce;
    line-height: 1.2
}

.syfanganz p {
    color: #888888;
    margin-top: 5%;
}

.syfanganz .more {
    position: relative;
    display: block;
    margin-top: 20%;
    width: 45px;
    height: 45px;
    border: 1px solid #fff
}

.syfanganz .more:before, .syfanganz .more:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.syfanganz .more:before {
    background: url(../images/jiejue-jianh.png) no-repeat center center;
    z-index: 1
}

.syfanganz .more:after {
    background: #0166ce;
    transform: scale(0);
    z-index: 0
}

.syfanganz .more:hover:after {
    transform: scale(1);
}

.syfanganz .more:hover {
    border: none
}

.syfangany {
    width: 100%;
    overflow: hidden;
    list-style: none;
    height: 450px;
    overflow: hidden;
}

.syfangany li {
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
    float: left;
    border: rgba(245,49,21,0.2) 1px solid;
    margin: 0px;
    border-left: 0px;
    border-top: 0px;
    text-align: center;
    color: #fff;
    position: relative;
    list-style: none;
    height: 200px;
    padding-top: 24px;
    background: rgba(255,255,255,0.07)
}

.syfangany2 {
    background: rgba(255,255,255,0.2) !important;
}

.syfangany li a {
    text-decoration: none
}

.syfangany li i {
    display: block;
    width: 73px;
    height: 68px;
    margin: 0 auto
}

.syfangany li p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    text-indent: 0px;
    color: #e0e0e0;
    font-weight: normal;
    line-height: 20px;
}

.syfangany li p span {
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
}

.syfangany li:after {
    content: "";
    display: block;
    width: 34px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f53117;
}

.syfangany li.noaf:after {
    display: none
}

.syfangany li:hover {
    background: rgba(245,49,21,0.8);
    border-color: rgba(245,49,21,0.8)
}

.syfangany2:hover {
    background: rgba(245,49,21,0.8)!important;
    border-color: rgba(245,49,21,0.8)!important;
}

.syfangany li:hover:after {
    width: 0
}

.syfangany li i.i1 {
    background: url(../images/fangan01.png) no-repeat center 0;
}

.syfangany li:hover i.i1 {
    background: url(../images/fangan01.png) no-repeat center -72px;
}

.syfangany li i.i2 {
    background: url(../images/fangan02.png) no-repeat center 0;
}

.syfangany li:hover i.i2 {
    background: url(../images/fangan02.png) no-repeat center -72px;
}

.syfangany li i.i3 {
    background: url(../images/fangan03.png) no-repeat center 0;
}

.syfangany li:hover i.i3 {
    background: url(../images/fangan03.png) no-repeat center -72px;
}

.syfangany li i.i4 {
    background: url(../images/fangan04.png) no-repeat center 0;
}

.syfangany li:hover i.i4 {
    background: url(../images/fangan04.png) no-repeat center -72px;
}

.syfangany li i.i5 {
    background: url(../images/fangan05.png) no-repeat center 0;
}

.syfangany li:hover i.i5 {
    background: url(../images/fangan05.png) no-repeat center -72px;
}

.syfangany li i.i6 {
    background: url(../images/fangan06.png) no-repeat center 0;
}

.syfangany li:hover i.i6 {
    background: url(../images/fangan06.png) no-repeat center -72px;
}

.syfangany li i.i7 {
    background: url(../images/fangan07.png) no-repeat center 0;
}

.syfangany li:hover i.i7 {
    background: url(../images/fangan07.png) no-repeat center -72px;
}

.syfangany li i.i8 {
    background: url(../images/fangan08.png) no-repeat center 0;
}

.syfangany li:hover i.i8 {
    background: url(../images/fangan08.png) no-repeat center -72px;
}

.syfangany li i.i9 {
    background: url(../images/fangan09.png) no-repeat center 0;
}

.syfangany li:hover i.i9 {
    background: url(../images/fangan09.png) no-repeat center -72px;
}

.syfangany li, .syfangany li i, .syfanganz .more:after {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
	 
	/*new*/
.new_bg {
    width: 100%;
    background-image: url(../images/adv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 100px;
}

.new_con {
    width: 1200px;
    height: 364px;
    margin: 0 auto;
}

.new_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-bottom: 14px;
    border-bottom: #e6e6ee 1px solid;
    font-size: 34px;
    color: #646566;
    text-align: left;
    font-weight: normal;
}

.new_title img {
    float: left;
    width: 36px;
    height: 35px;
    margin-right: 10px;
}

.new_more {
    width: 64px;
    height: 35px;
    float: right;
    background-image: url(../images/more_icon2.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    font-weight: normal
}

.new_more a {
    color: #989898;
    text-decoration: none;
    font-weight: normal
}

.new_more a:visited {
    color: #989898;
    text-decoration: none;
    font-weight: normal
}

.new_more a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: normal
}

.new_left {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    float: left;
    margin: 0px;
    height: 364px;
    position: relative;
    overflow: hidden; 
}

.news_stitle {
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 18px;
    color: #343536;
    text-transform: uppercase;
    line-height: 30px;
}

.news_stitle span {
    display: block;
    width: 64px;
    background-image: url(../images/hd_icon.png);
    background-position: right;
    float: right;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin: 4px 0px;
    padding-right: 25px;
    font-weight: normal;
    text-transform: uppercase
}

.news_stitle a {
    color: #f53117;
    text-decoration: none
}

.news_stitle a:visited {
    color: #f53117;
    text-decoration: none
}

.news_stitle a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.new_right {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    float: right;
    margin: 0px;
    height: 364px;
}

.new_rightitem {
    width: 100%;
    margin: 0px;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.new_rightitempic {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 160px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.new_rightitempic img {
    width: 100%;
    height: 160px;
}

.new_rightitempic:hover img {
    transform: scale(1.1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.new_righttxt {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 160px;
    overflow: hidden;
    float: right;
}

.new_righttid {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #646566;
    text-align: left;
    font-weight: normal
}

.new_righttit {
    width: 100%;
    height: 40px;
    line-height: 20px;
    color: #343536;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px; overflow:hidden
}

.new_righttit a {
    color: #343536;
    text-decoration: none;
}

.new_righttit a:visited {
    color: #343536;
    text-decoration: none;
}

.new_righttit a:hover {
    color: #f53117;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.new_righttii {
    width: 100%;
    height: 80px;
    line-height: 20px;
    color: #989898;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 10px;
}

.new_rightitem02 {
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #989898
}

.new_rightitem02 a {
    color: #343536;
    text-decoration: none;
}

.new_rightitem02 a:visited {
    color: #343536;
    text-decoration: none;
}

.new_rightitem02 a:hover {
    color: #f53117;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.new_rightitem02 span {
    float: left;
    display: block;
    width: 100px;
    height: 35px;
    font-size: 14px;
    color: #989898;
    text-align: right;
    float: right;
    font-weight: normal
}

.public_btn {
    width: 150px;
    height: 40px;
    margin: 0px auto;
    margin-top: 34px;
}

.public_btn a {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none
}

.public_btn a:visited {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none
}

.public_btn a:hover {
    display: block;
    width: 146px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    color: #f53117;
    border: #f53117 2px solid;
    text-decoration: none;
    background: rgba(245,49,21,.16);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}	
	/*baojia*/
.baojia_con {
    width: 100%;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.baojia_conblock {
    width: 120px;
    height: 120px;
    float: right;
    background-image: url(../images/contact_block.jpg);
    background-size: 100% 100%;
}

.baojia_list {
    width: 1170px;
    height: 80px;
    margin: 20px auto;
}

.baojia_listl {
    width: 50%;
    height: 80px;
    font-size: 22px;
    line-height: 30px;
    color: #343536;
    font-weight: normal;
    float: left;
    text-align: left;
}

.baojia_listl span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #f53117;
    font-size: 40px;
    display: block;
    font-weight: normal
}

.baojia_listr {
    width: 260px;
    height: 100px;
    font-size: 18px;
    line-height: 30px;
    color: #646566;
    font-weight: normal;
    float: left;
    text-align: left;
}

.baojia_listr img {
    width: 30px;
    height: 30px;
    float: left;
}

.baojia_listr  span {
    width: 100%;
    height: 50px;
    color: #343536;
    display: block;
    text-align: left;
    font-weight: normal;
    line-height: 50px;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif
}
	/*bottom*/
.bottom_bg {
    width: 100%;
    height: 380px;
    background-color: #f0f0f6;
    margin: 0px;
    padding: 50px 0px;
}

.bottom_con {
    width: 1170px;
    height: 380px;
    margin: 0 auto;
}

.bottom_title {
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 40px;
    color: #343536;
    font-weight: normal;
}

.bottom_title2 {
    width: 100%;
    height: 26px;
    text-align: left;
    font-size: 20px;
    color: #646566;
    font-weight: normal;
    text-transform: uppercase
}

.bottom_list {
    width: 100%;
    height: 150px;
    margin-top: 30px;
}

.bottom_listi1 {
    width: 15%;
    height: 150px;
    float: left
}

.bottomit {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 22px;
    border-left: #f53117 4px solid;
    text-align: left;
    padding-left: 6px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

.bottomit a {
    color: #343536;
    text-decoration: none
}

.bottomit a:visited {
    color: #343536;
    text-decoration: none
}

.bottomit a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.bottomiti {
    width: 100%;
    height: 26px;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}

.bottomiti a {
    color: #343536;
    text-decoration: none
}

.bottomiti a:visited {
    color: #343536;
    text-decoration: none
}

.bottomiti a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.bottom_listi2 {
    width: 40%;
    height: 150px;
    float: left
}

.bottom_code {
    width: 111px;
    height: 111px;
    float: left;
    padding: 10px;
    border: #e0e0e6 1px solid;
    border-radius: 5px;
    background-color: #FFFFFF
}

.bottom_code img {
    width: 111px;
    height: 111px;
}

.bottom_add {
    width: -webkit-calc(100% - 153px);
    width: -moz-calc(100% - 153px);
    width: calc(100% - 153px);
    font-size: 16px;
    color: #343536;
    line-height: 25px;
    text-align: left;
    margin-left: 20px;
    float: left; font-size:14px;
}

.bottom_add span {
    width: 100%;
    height: 27px;
    text-align: left;
    color: #989898;
    display: block
}

.bottom_link {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    border-bottom: #e0e0e6 1px solid;
    border-top: #e0e0e6 1px  solid;
    padding: 20px 0px;
    color: #989898;
    line-height: 20px;
    text-align: left; font-size:14px;
}

.bottom_link a {
    color: #343536;
    text-decoration: none;
    padding: 0 10px;
}

.bottom_link a:visited {
    color: #343536;
    text-decoration: none;
    padding: 0 10px;
}

.bottom_link a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    padding: 0 10px;
}

.bottom_copright {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    padding: 20px 0px;
    color: #989898;
    line-height: 20px;
    text-align: left; font-size:14px;
}

.bottom_copright a {
    color: #343536;
    text-decoration: none;
    padding: 0 15px;
}

.bottom_copright a:visited {
    color: #343536;
    text-decoration: none;
    padding: 0 15px;
}

.bottom_copright a:hover {
    color: #f53117;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    padding: 0 15px;
}
.page_banner01{ width:100%; height:260px; background-image:url(../images/pbanner02.jpg); background-size:100% 100%; text-align:center; padding-top:260px;}	
.page_banner02{ width:100%; height:260px; background-image:url(../images/pbanner01.jpg); background-size:100% 100%;text-align:center; padding-top:260px;}	
.page_banner03{ width:100%; height:260px; background-image:url(../images/pbanner03.jpg); background-size:100% 100%;text-align:center; padding-top:260px;}
.page_banner01t{ width:1170px; height:60px; line-height:60px; font-size:56px; margin:0 auto; color:#ffffff; text-align:left; font-weight:bold;}			
.case_laytp {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 22px;
    color: #343536; line-height:40px; overflow:hidden; font-weight:bold; margin:15px auto;
}
}	