/*@font-face {
	font-family: "yahei";
	src: url("../fonts/yahei.ttf");
}*/

html, body, .wrapper {
	height: 100%;
}

body {
	font-family: "Microsoft YaHei"!important;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px!important;
	font-weight: 600!important;
}

ul {
	display: inline-block;
	margin: 0px!important;
	padding: 0px;
	width: 100%;
}

a {
	text-decoration: none!important;
}

a:hover {
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m-s {
	margin: 5px 0px!important;
}

.m-m {
	margin: 15px 0px!important;
}

.m-l {
	margin: 30px 0px!important;
}

.ta-c {
	text-align: center!important;
}

.ta-l {
	text-align: left!important;
}

.ta-r {
	text-align: right!important;
}

.ta-c-m {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.dis_no {
	display: none!important;
}

.w-100 {
	width: 100%;
}

.opacity {
	opacity: 0.7;
	margin: 0px;
}

.p_format {
	text-align: justify;
	text-indent: 2em;
	color: #000;
}

/* header */
.h {
	background: url(../images/first/bg_header.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    height: 81px;
    border-bottom: 1px solid #999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.navbar-fixed-top {
	/*width: 1500px;*/
	margin: 0px auto;
}

#logo {
	float: left;
	text-align: right;
	padding-right: 5px;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
}

#logo img {
	margin: 0px 2px;
}

#bs-navbar {
	float: left;
	background-color: #3e4967;
	height: 80px!important;
}

#bs-navbar li.byt-nav-li {
	float: left;
    width: 100px;
    text-align: center;
    border-right: 1px solid #666;
}

#bs-navbar li.byt-nav-li:last-child {
	border: none;
}

#bs-navbar li.byt-nav-li a.byt-nav-li-a:hover, #bs-navbar li.byt-nav-li.active {
	background-color: #0054a3;
}

#bs-navbar li.byt-nav-li a.byt-nav-li-a {
	text-align: center;
	display: inline-block;
	color: #fff;
	width: 100%;
	height: 80px;
    padding: 20px 0px;
}

#bs-navbar li.byt-nav-li p {
	margin: 0px;
	color: #fff;
}

#bs-navbar li.byt-nav-li a.byt-nav-li-a p:first-child {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}

#bs-navbar li.byt-nav-li a.byt-nav-li-a p:last-child {
	font-size: 12px;
	transform: scale(0.8);
}
#li-soultions a.byt-nav-li-a:visited, #li-soultions a.byt-nav-li-a:hover, #li-soultions a.byt-nav-li-a:focus, #li-soultions a.byt-nav-li-a:active {
	background-color: #337ab7;
	color: #fff;
}
#li-soultions > ul.byt-xs-dropdown-menu > li > a:hover {
	background-color: #337ab7 !important;
	color: #fff;
}
.aboutus {
	width: 125px!important;
}

.whjry {
	width: 140px!important;
}

.cxjal {
	width: 145px!important;
}

.lxfs {
    color: #fff;
    font-size: 16px;
    width: auto!important;
    top: 20px;
    text-align: left!important;
    padding-left: 5px;
}

/* index */
.wrapper {
	padding-top: 80px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.i-top {
	background: url("../images/first/bg.jpg") no-repeat 100% 100%;
	background-size: 100% 100%;
	color: #ffffff!important;
	padding: 40px 0px 40px 140px;
	text-align: left;
    min-width: 1200px;
}

.i-top-content {
	width: 40%;
	opacity: 0.8;
	text-indent: 2em;
	text-align: justify;
}

.i-bottom {
	text-align: center;
	width: 1200px;
	margin: 40px 0px;
	padding-left: 100px;
	display: inline-block;
}

.i-bottom>div:first-child {
	background: url("../images/first/news_index.png") no-repeat 60% 100%;
    background-size: 80% 100%;
	height: 260px;
}

.news_index {
	background-color: #ffffff;
	opacity: 0.8;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding: 2px 10px;
	font-size: 18px;
}

.news_index p {
	margin: 0px;
}

.news_index_bg {
	background: url(../images/first/33.png) no-repeat 50% 80%;
    background-color: #666;
    padding: 0px;
    color: #fff;
    height: 60px;
    line-height: 50px;
}

.news_main {
	display: inline-block;
	color: inherit;
	width: 100%;
	margin-bottom: 10px;
}

.news_main.active {
	color: #006dbc;
}

.news_main.active .news_index_bg {
	background-color: #006dbc;
}


/* about */
.about_index {
	width: 1100px;
	margin: 0px auto 50px;
	display: inline-block;
}

.a-i-img {
	width: 65%;
}

.about_index ul {
	margin: 20px 0px!important;
}

.about_index li {
	float: left;
}

.about_index li a {
	border: 1px solid #ccc;
	padding: 3px 15px;
	margin-right: 6px;
	color: #aaa;
}

.about_index li:last-child a {
	margin-right: 0px;
}

.about_index li.active a {
	color: #fff;
	background-color: #006dbc;
}

.about_index_min>div.active_i {
	display: inline-block;
}

.about_index_min>div {
	display: none;
}

.more {
	background-color: #fe9631;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 3px 10px!important;
}

.ad_left {
	width: 30%;
	height: 101%;
	background: url(../images/second/ad_l.png) no-repeat 100% 100%;
    background-size: 100% 100%;
	text-align: center;
	color: #fff;
	float: left;
	padding-top: 50px;
}

.ad_left ul {
	margin-top: 50px!important;
}

.ad_left li a {
	padding: 8px 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: 600;
}

.ad_left li.active, .ad_left li:hover {
	background-color: #004683;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.gywm {
    width: 30%;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.ad_right {
	width: 70%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.cd_ad_right {
    width: 70%;
    float: left;
    height: 100%;
}

.cd_ad_right>div {
	display: none;
	width: 100%;
	height: 100%;
}

.cd_ad_right>div.active {
	display: inline-block;
}

.ad_right>div {
	height: 100%;
    overflow: auto;
}

#gsjj {
    background: url(../images/second/ad_bg1.png) no-repeat 0 150px;
    background-size: 100% 150px;
    padding-top: 50px;
}

#gsjj .gsjj {
	padding: 0px 20px;
	margin-top: -20px;
}

#fzlc {
	/*background: url(../images/second/fzlc.png) no-repeat 100% 50%;*/
	background: url(../images/about2019/fzlc.png) no-repeat 50% 50%;
    /*background-size: 100% 80%;*/
    background-size: contain;
    margin-top: 72px;
}

#zzjg {
    /*background: url(../images/second/zzjg.png) no-repeat 50% 50%;*/
    background: url(../images/about2019/zzjg.png) no-repeat 50% 50%;
    /*background-size: 90% 55%;*/
    background-size: contain;
}

#cyjg {
    background: url(../images/second/cyjg.png) no-repeat 0% 50%;
    /*background-size: 80% 80%;*/
    background-size: contain;
}

#cyjg>div {
	position: relative;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}

#jssl {
	background: url(../images/second/jssl.png) no-repeat 100% 50%;
    /*background-size: 100% 55%;*/
    background-size: contain;
    margin: 0px 20px;
}

#jssl .a {
    width: 20%;
    position: relative;
    top: 50%;
    transform: translateY(-110%);
}

#jssl .b {
    width: 10%;
    position: absolute;
    top: 60%;
    display: none;
}

#jssl .c {
    width: 9%;
    position: absolute;
    top: 52%;
    left: 90%;
    display: none;
}

#tdhz {
    /*background: url(../images/second/tdhz.png) no-repeat 50% 50%;*/
    background: url(../images/about2019/tdhz.png) no-repeat 50% 50%;
    /*background-size: 90% 55%;*/
    background-size: contain;
}


/* culture */
.culture_index {
	width: 1100px;
	margin: 0px auto;
	display: inline-block;
}

.culture_list {
	width: 69.5%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 50px;
}

.culture_list li {
	width: 25%;
	height: 218px;
	float: left;
	background: url(../images/third/c_bg.png) no-repeat;
}

.culture_list li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.culture_list li p {
	color: #fff;
	margin-bottom: 0px;
}

.culture_list li p:first-child {
	margin-top: 60px;
}

.culture_list li p:last-child {
	margin-top: 10px;
}

.culture_list b {
	word-break: break-all;
}

#one {
	background-position: 0px 0px;
}

#two {
	background-position: -201px 0px;
}

#two:hover, #four:hover, #five:hover, #seven:hover {
    opacity: 0.7;
}

#three {
	background-position: -402px 0px;
}

#four {
	background-position: -603px 0px;
}

#five {
	background-position: 0px -217px;
}

#six {
	background-position: -201px -217px;
}

#seven {
	background-position: -402px -217px;
}

#eight {
	background-position: -603px -217px;
}


.cd_left {
	width: 30%;
	height: 101%;
	background: url(../images/third/cd_bg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
	text-align: center;
	color: #fff;
	float: left;
	padding-top: 50px;
}

.cd_left ul {
	margin-top: 50px!important;
}

.cd_left li a {
	padding: 8px 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: 600;
}

.cd_left li.active, .cd_left li:hover {
	background-color: #006600;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#qyyj {
	background: url(../images/third/qyyj.png) no-repeat 100% 50%;
    background-size: 50% 100%;
}

#qyyj div {
	width: 40%;
    height: 166px;
    position: relative;
    top: 50%;
    transform: translate(10%, -50%);
    padding: 30px;
    background-color: #005ba6;
    color: #fff;
}

#tdjs {
	/*background: url(../images/third/tdjs.png) no-repeat 100% 100%;
    background-size: 100% 100%;*/
}

#tdjs img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

#qyzz {
    padding: 0px 20px;
}

#qyzz div {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#qyzz div img {
	width: 100%;
}

#qyzz ul {
    position: relative;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}

.zz_1 {
	background: url(../images/third/1.png) no-repeat 100% 100%;
}

.zz_2 {
	background: url(../images/third/2.png) no-repeat 100% 100%;
}

.zz_3 {
	background: url(../images/third/3.png) no-repeat 100% 100%;
}

.zz_4 {
	background: url(../images/third/4.png) no-repeat 100% 100%;
}

.zz_5 {
	background: url(../images/third/5.png) no-repeat 100% 100%;
}

.zz_6 {
	background: url(../images/third/6.png) no-repeat 100% 100%;
}

.zz_7 {
	background: url(../images/third/7.png) no-repeat 100% 100%;
}

.zz_8 {
	background: url(../images/third/8.png) no-repeat 100% 100%;
}

.zz_9 {
	background: url(../images/third/9.png) no-repeat 100% 100%;
}

.zz_10 {
	background: url(../images/third/10.png) no-repeat 100% 100%;
}

.zz_11 {
	background: url(../images/third/11.png) no-repeat 100% 100%;
}

.zz_12 {
	background: url(../images/third/12.png) no-repeat 100% 100%;
}

.zz_13 {
	background: url(../images/third/13.png) no-repeat 100% 100%;
}

.zz_14 {
	background: url(../images/third/14.png) no-repeat 100% 100%;
}

.zz_15 {
	background: url(../images/third/15.png) no-repeat 100% 100%;
}

#qyzz ul li {
    background-size: 100% 100%;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0px 100px 0px 25px;
    margin: 5px 0px;
}

#qyry {
    background: url(../images/third/qyry.png) no-repeat 100% 50%;
    background-size: 30% 50%;
}

#qyry>div {
    width: 580px;
    position: relative;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.ry_2014 {
    background: url(../images/third/2014.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding: 32px 150px 20px 35px;
    margin-bottom: 0px;
    height: 115px;
    font-size: 18px;
    font-weight: 600;
    color: #225a69;
}

.ry_2015 {
    background: url(../images/third/2015.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding: 45px 0px 0px 105px;
    margin-bottom: 0px;
    height: 115px;
    font-size: 18px;
    font-weight: 600;
    color: #225a69;
}

.ry_2016 {
    background: url(../images/third/2016.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding: 32px 150px 20px 30px;
    margin-bottom: 0px;
    height: 115px;
    font-size: 18px;
    font-weight: 600;
    color: #225a69;
}
.ry_2017 {
    background: url(../images/third/2017.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding: 45px 0px 0px 105px;
    margin-bottom: 0px;
    height: 115px;
    font-size: 18px;
    font-weight: 600;
    color: #225a69;
}
.ry_2017_2 {
    background: url(../images/third/2017_2.png) no-repeat 100% 100%;
    background-size: 100% 100%;
	padding: 32px 150px 20px 35px;
    margin-bottom: 0px;
    height: 115px;
    font-size: 18px;
    font-weight: 600;
    color: #225a69;
}

/* cases */

.cases_head {
	width: 100%;
	height: 40%;
    background: url(../images/fourth/cases_head.jpg) no-repeat 100% 100%;
    background-size: 100% 100%;
}

.cases_head p {
	color: #fff;
	font-weight: 600;
	position: relative;
	top: 75%;
}

.cases_list {
    margin: 0px 15px;
    margin-bottom: 50px;
}

span.c_mark {
    background: url(../images/fourth/c_mark.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    width: 60%;
    height: 24px;
    line-height: 24px;
    position: relative;
    border-radius: 5px;
    top: 106px;
    float: right;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.cases_index {
	background: url(../images/fourth/c_bg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}

#zhpt {
	// background: url(../images/fourth/xmal.png) no-repeat 50% 50%;
    // background-size: 60% 80%;
}

#zhpt>div {
    margin: 0px 20px;
    display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#zhpt p {
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
}

#zhpt p span:first-child {
    width: 330px;
    font-size: 20px;
    line-height: 50px;
    margin-left: 120px;
    float: left;
    color: #fff;
    text-align: left;
}

#zhpt p span:last-child {
    // float: right;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.xmal_br {
	height: 25px!important;
	line-height: 25px!important;
}

.ic_1 {
    background: url(../images/fourth/ic_1.png) no-repeat 0% 100%;
    background-size: 54% 100%;
}

.ic_2 {
    background: url(../images/fourth/ic_2.png) no-repeat 0% 100%;
    background-size: 45% 100%;
}

.ic_3 {
    background: url(../images/fourth/ic_3.png) no-repeat 0% 100%;
    background-size: 50% 100%;
}

.ic_4 {
    background: url(../images/fourth/ic_4.png) no-repeat 0% 100%;
    background-size: 45% 100%;
}

.ic_5 {
    background: url(../images/fourth/ic_5.png) no-repeat 0% 100%;
    background-size: 46% 100%;
}

.ic_6 {
    background: url(../images/fourth/ic_6.png) no-repeat 0% 100%;
    background-size: 47% 100%;
}


.cases_one {
	/*background: url(../images/fourth/cases_two.png) no-repeat 30% 30%;*/
}

.cases_two {
	/*background: url(../images/fourth/cases_one.png) no-repeat 100% 100%;*/
}

.cases_three {
	/*background: url(../images/fourth/cases_one.png) no-repeat 100% 100%;*/
}

.cases_one, .cases_two, .cases_three {
    background-size: 100% 70%;
    height: 30px;
    width: 100%;
    margin-top: 130px;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
}

.cases_one a, .cases_two a, .cases_three a {
	color: #000;
}

#zhyq>div, #zhxz>div {
	width: 100%;
	display: inline-block;
	/*height: 100%;*/
	position: relative;
	top: 50%;
}

#zhyq>div>div{
	height: 200px;
}

#zhyq img {
	width: 80%;
	height: 140px;
}

/* solutions */

.s_head {
    background: url(../images/fifth/s_head.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    height: 150px;
    width: 100%;
}

.solutions_index {
	width: 1000px;
	margin: 0px auto 80px;
	display: inline-block;
}

.si_img1 {
	width: 70%;
}

.si_img2 {
	width: 50%;
}

.s_b {
	border-radius: 10px!important;
	box-shadow: 10px 10px 5px #888888;
}

.s_1, .s_2 {
    margin-bottom: 40px;
}

.s_1, .s_2 {
	display: inline-block;
}

.s_1>div, .s_2>div {
	width: 220px;
	float: left;
	padding: 0px 30px;
	text-align: justify;
}

.sd_index {
	width: 1200px;
	margin-bottom: 50px;
	display: inline-block;
	padding: 50px 100px;
}

.sd_index>div {
    width: 160px;
    height: 135px;
    float: left;
    margin: 20px;
}

.sd_index>div>img {
	width: 100%;
	height: 100%;
}

div.sd_c {
	width: 360px;
    background: url(../images/fifth/sd_c.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-left: 24px;
    padding-top: 70px;
    text-align: justify;
    text-indent: 2em;
    margin: 10px 20px;
    height: 140px;
}

.sd_d {
    width: 1100px;
    margin: 30px auto 0px;
    display: inline-block;
}

.sd_d>div {
    height: 200px;
    font-size: 14px;
    font-weight: 600;
    color: #225a69;
}

#page1>div, #page2 img {
	height: 200px;
}

#page2>div {
	height: 250px;
}

.sd_d>div img {
	width: 100%;
    height: 150px;
}

.sd_for div{
	margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 17px;
}

.sd_research div{
	height: 652px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.solutions_list {
    margin-bottom: 10px;
}

span.s_mark {
	background: url(../images/fourth/c_mark.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    width: 70%;
    height: 24px;
    line-height: 24px;
    position: relative;
    border-radius: 5px;
    top: 106px;
    float: right;
    text-align: right;
    padding-right: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}


/* news */

.news_head {
	width: 1100px;
	margin: 20px auto;
	display: inline-block;
}

.news_head>p:first-child {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}

#news_form {
	width: 25%;
}

#news_form input {
	height: 30px;
}

.category {
	color: #000;
	border-bottom: 1px solid #0094e0;
    padding: 5px 10px;
}

.category.active {
	color: #fff;
	font-weight: 600;
	border: none;
	background-color: #5bc0de;
	border-radius: 5px;
}

.news_body {
	width: 1100px;
	display: inline-block;
}

.news_block {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
}

.news_block:last-child {
	margin-bottom: 0px;
}

.slide_title {
	margin-top: -40px;
	font-size: 16px;
	background-color: #ccc;
	opacity: 0.7;
}

.news_date {
	background-color: #5bc0de;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 3px 5px;
}

.news_title {
	font-size: 16px;
}

.news_hover {
	height: 80px;
}

.news_hover:hover {
	border: 1px dashed #5bc0de;
    border-radius: 5px;
}

.news_content {
	padding: 0px 30px;
    margin: 0px auto 50px;
	max-width: 1000px;
}


/* contact */
.map {
	min-width: 1000px;
	margin-bottom: 30px;
    display: inline-block;
}

#map {
	min-height: 400px;
    margin: 0px auto;
    float: none;
}

.map-win {
	width: 100%;
	height: 180px;
}

.BMap_pop>img {
	width: 20px!important;
	height: 20px!important;
	top: 15px!important;
	left: 216px!important;
}

.contact_content {
    width: 1000px;
    display: inline-block;
    margin-bottom: 5%;
}

.xinxi_head {
    width: 193px;
    text-align: center;
    letter-spacing: 11px;
    text-indent: 11px;
    margin: 0px auto 15px;
    border-top: 1px solid #000;
}

.xinxi>div {
	width: 75%;
    margin: 0px auto;
    text-align: left;
}

.rexian img {
	float: left;
    margin-right: 3px;
}

.phone_num {
	font-size: 24px;
	font-weight: bold;
}

.wx, .form {
	height: 408px;
}

.wx img {
	width: 70%;
}

.wx>div, .form>form {
	width: 100%;
	position: relative;
	top: 50%;
	transform:translateY(-50%);
}

#contact_form label {
	margin-bottom: 0px;
    height: 34px;
    line-height: 34px;
}

#contact_form .form-group {
	display: inline-block;
    width: 100%;
}

#contact_form .form-group>div {
	padding: 0px 5px!important;
}



/* pagination */

.pager li {
	display: inline-block!important;
    margin: 0px 5px;
}

.pager li>a, .pager li>span {
	padding: 0px 10px!important;
	border-radius: 5px!important;
}

#news_pages {
	margin-top: 15px;
	margin-bottom: 50px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5bc0de!important;
    border-color: #5bc0de!important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #5bc0de!important;
}

.pagination>li>a, .pagination>li>span {
	color: #5bc0de!important;
}

.pagination>li.active>a, .pagination>li.active>span {
	color: #fff!important;
}





/* major */
.major-list-outer{
	overflow: hidden;
	text-align:  center;
	display:  inline-block;
}

.major-list{
	margin-right: -32px;
	margin-bottom: -30px;
	display:  inline-block;
}

.major-list li a, .major-list li a>span{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.major-list li a{
	overflow: hidden;
}
.major-list li:hover a .back-face{
	z-index: 3;
}

.front-face {
	z-index: 2;
}

.back-face {
	z-index: 1;
}


#cases_one, #cases_two, #cases_three {
	width: 200px;
	height: 130px;
	float: left;
	position: relative;
}

#cases_one .front-face{
	background: url(../images/fourth/cases1.png) no-repeat 0 0;
}

#cases_one .back-face{
	background: url(../images/fourth/cases1_bg.png) no-repeat 0 0;
}

#cases_two .front-face{
	background: url(../images/fourth/cases2.png) no-repeat 0 0;
}

#cases_two .back-face{
	background: url(../images/fourth/cases3_bg.png) no-repeat 0 0;
}
#cases_three .front-face{
	background: url(../images/fourth/cases3.png) no-repeat 0 0;
}

#cases_three .back-face{
	background: url(../images/fourth/cases2_bg.png) no-repeat 0 0;
}



#solutions_one, #solutions_two, #solutions_three, #solutions_four, #solutions_five {
	width: 200px;
	height: 130px;
	float: left;
	position: relative;
}

#solutions_one .back-face{
	background: url(../images/fifth/solutions_bg.png) no-repeat 0 0;
}

#solutions_two .back-face{
	background: url(../images/fifth/solutions_bg.png) no-repeat 0 0;
}

#solutions_three .back-face{
	background: url(../images/fifth/solutions_bg.png) no-repeat 0 0;
}

#solutions_four .back-face{
	background: url(../images/fifth/solutions_bg.png) no-repeat 0 0;
}

#solutions_five .back-face{
	background: url(../images/fifth/solutions_bg.png) no-repeat 0 0;
}

#solutions_one .front-face{
	background: url(../images/fifth/solutions_one.png) no-repeat 0 0;
}

#solutions_two .front-face{
	background: url(../images/fifth/solutions_two.png) no-repeat 0 0;
}

#solutions_three .front-face{
	background: url(../images/fifth/solutions_three.png) no-repeat 0 0;
}

#solutions_four .front-face{
	background: url(../images/fifth/solutions_four.png) no-repeat 0 0;
}

#solutions_five .front-face{
	background: url(../images/fifth/solutions_five.png) no-repeat 0 0;
}



#solutions_one .front-face, #solutions_one .back-face, #solutions_two .front-face, #solutions_two .back-face {
	background-position: 0px 0px;
	background-size: 90% 100%;
}

#cases1 .front-face, #cases1 .back-face, #cases2 .front-face, #cases2 .back-face, #cases3 .front-face, #cases3 .back-face {
	background-position: 0px 0px;
	background-size: 100% 100%;
}

.solutions-major .front-face, .solutions-major .back-face {
	background-size: 90% 100%!important;
}

.solutions-major span.s_mark, .solutions-major span.c_mark {
	margin-right: 20px;
}

/* bottom */
.navbar-fixed-bottom {
	text-align: center;
	background-color: #ffffff;
	height: 30px;
    line-height: 30px;
    border-top: 1px solid #999;
}

.vertial {
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#image_logo {width: 196px;}


.subdiv {
    float: left;
    width:18%;
    margin-right: 2%;
}

.sd_d>div img {width: 100%; height: auto}

.news_link {
	width: 100%;
	height: 80px;
	display: inline-block;
}

.news_imgs {
	width: 100%;
    height: auto;
	border-radius: 5px;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}

#bdshare_weixin_qrcode_dialog {
    width: 250px!important;
    height: 290px!important;
}

@media only screen and (max-height: 712px) {
	.ta-c-m {
		top: 65% !important;
	}
} 
