﻿@charset "utf-8";

/*原有*/
.mtb20{ margin: 20px auto; }
.mtb30{ margin: 30px auto;}
.mt118 {
    margin-top: 120px;
}
.fontsize12{
	font-size: 12px;
}
.fontsize14{
	font-size: 14px;
}
.fontsize18{
	font-size: 18px;
}
.indexLan {
    min-width: 1200px;
}

.indexBanner {
    width: 100%;
    min-width: 1200px;
}

.indexBanner .carousel-control {
    background: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.indexBanner .carousel-inner .item>div {
    margin: 0;
    padding: 0;
    border: 0;
    height: 400px;
}

.indexBanner .carousel-inner .item>div img {
    opacity: 0;
}

.indexTitle {
    text-align: center;
}

.indexTitle h2 {
    height: 50px;
    line-height: 50px;
    color: #a7541e;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.indexTitle p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.indexTitle p i {
    padding: 0 10px;
    word-spacing: 0px;
    letter-spacing: -2px;
}

.aboutZZ {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    overflow: hidden;
    background: #666;
    padding: 26px 0;
}

.aboutZZ ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aboutZZ li {
    width: 33.33%;
    float: left;
    padding-left: 5%;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.aboutZZ li .aboutZZImg {
    width: 68px;
    overflow: hidden;
    background: #FFF;
    border-radius: 34px;
    float: left;
    margin-right: 10px;
}

.aboutZZ li .aboutZZImg img {
    display: block;
}

.aboutZZ li h5 {
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.aboutZZ li p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.aboutZZ:hover li {
    opacity: 0.45;
}

.aboutZZ:hover li:hover {
    opacity: 1;
}

.indexPro {
    background: url(../images/indexprobg.jpg) center top no-repeat;
}


.indexPro {
    overflow: hidden;
}

.indexPro .carousel-control {
    height: 420px;
    background: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.indexPro .carousel-control span {}

.indexPro .carousel {}

.indexPro .carousel-inner .item>div {
    margin: 0;
    padding: 0;
    border: 0;
}

.indexPro .carousel-inner .item>div a {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 730px;
}

.indexPro .carousel-indicators .active {
    background: none;
    border: 2px solid #FFF;
}

.indexPro .carousel-indicators {
    float: right;
    text-align: right;
}

.indexPro .carousel-indicators li.active {
    border: 0;
    background: #666;
}

.indexPro .carousel-indicators li {
    border: 2px solid #666;
    background: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
/*原有*/


/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.top-nav {
    background: #0b53d2;
    color: #fff;
    font-size: 14px;
    height: 50px;
}

.nav-logo {
    margin: 20px auto;
    float: left;
}

.nav-logo img {
    width: 250px;
    /*height: 44px;*/
}

.nav-logo span {
    font-family: 'fangZheng';
    font-weight: normal;
    font-size: 24px;
    color: #000;
    margin-left: 20px;
    line-height: 44px;
}

.nav-text {
    margin-left: 900px;
}

.nav-text ul li {
	position: relative;
    font-size: 16px;
    margin: 20px 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.nav-text ul li .second-menu{
	position: absolute;
	top: 46px;
	left: 0;
	display: none;
	width: 100%;
    line-height: 40px;
	background: #fff;
	z-index: 100;
}

.second-menu a{
	display: block;
	height: 40px;
    font-size: 14px;
}

.second-menu a:hover{
	color: #fff;
	background: #666;
}

.nav-text ul li:hover .second-menu {
	display: block;
}

.nav-text ul li .first-menu {
    display: block;
    padding: 0 15px;
    height: 100%;
}

.nav-text ul li:hover .first-menu {
    color: #fff;
    background: #02043f;
}


/*header*/

/*footer*/
.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.copyright a {
    color: #fff;
}

.copyright a:link,
.copyright a:visited {
    color: #fff;
}

.copyright a:hover,
.copyright a:active {
    color: #fff;
}

.footer-info {
    height: 250px;
    background: #02043f;
}

.foot-content-top {
    height: 100%;
}

.info-left {
    position: relative;
    width: 250px;
    height: 100%;
	margin-left: 35px;
}

.info-left img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-right {
    box-sizing: border-box;
    width: 855px;
    height: 100%;
    padding-top: 5px;
}

.info-right .info-top {
    height: 46px;
    line-height: 46px;
    font-size: 0;
    margin-left: 35px;
}

.info-top li {
    display: inline-block;
    padding: 0 21px;
    height: 46px;
    font-size: 16px;
    text-align: center;
}

.info-top li a:link,
.info-top li a:visited {
    color: #fff;
}

.info-top li a:hover,
.info-top li a:active {
    color: #fff;
    text-decoration: none;
}

.dashed-line {
    width: 767px;
    margin-top: 10px;
    margin-left: 53px;
    border-top: 1px dashed #fff;
}

.info-bottom {
    margin-left: 10px;
    margin-top: 85px;
}

.bottom-left .left-item {
    height: 50px;

    color: #fff;
    letter-spacing: 2px;
}

.bottom-left .left-item a{
	color: #fff;
}

.item-img {
    margin-right: 16px;
}

.item-img img {
    width: 33px;
    height: auto;
}

.bottom-right {
    margin-right: 10px;
}

.bottom-right .code-wrap {
    width: 95px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}

.bottom-right .code-wrap .code-img {
    width: 95px;
    height: 95px;
}

.bottom-right .code-wrap:first-child {
    margin-right: 25px;
}

.bottom-right .code-wrap:first-child .code-img {
    background: url(../images/weixin.jpg) no-repeat center;
    background-size: 100% 100%;
}

.bottom-right .code-wrap:last-child .code-img {
    background: url(../images/tianmao.jpg) no-repeat center;
    background-size: 100% 100%;
}
/*footer*/

/*about*/
.about{
	padding: 70px 0;
}

.about-img{
	width: 400px;
	height:270px;
}

.about-img{
	background: url(../images/about-img.jpg) no-repeat;
	background-size: 100% 100%;
}

.about-text{
	margin-left: 450px;
}

.about-text-tit2{
	color: #848484;
	margin: 15px 0;
}

.about-text-p{
	color: #848484;
}

.more{
	display: block;
	width: 100px;
	height: 35px;
	background: url(../images/jiantou1.png) no-repeat center;
	border: 1px solid #dfdfdf;
	margin-top: 20px;
}

.more:hover{
	background: url(../images/jiantou2.png) no-repeat center;
}
/*about*/

/*新闻资讯*/
.indexTJimg {
    padding: 0 10px;
}

.indexTJimg a {
    position: relative;
    display: block;
    overflow: hidden;
}

.indexTJimg a span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.25);
    color: #a7541e;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
}

.indexTJimg a span b {
    font-weight: normal;
}

.indexTJimg a img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.indexTJimg a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.75;
}

.indexTJInfo {
    padding: 0;
}

.indexTJInfoAc li {
    padding: 0;
}

.indexTJInfoAc a img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.indexTJInfoAc a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.75;
}

.indexTJInfoContent li {
    height: 85px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

.indexTJInfoContent li:last-child {
    border: 0;
}

.indexTJInfoContent a {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.indexTJInfoContent img {
    border: 1px solid #CCC;
    margin-right: 10px;
}

.indexTJInfoContent h5 {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    color: #333;
}

.indexTJInfoContent p {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #999;
}
/*新闻资讯*/

.changhe{
	background: #f2f2f2;
	padding: 50px 0;
}

/*合作伙伴*/
.tit {
    text-align: center;
    font-size: 29px;
    color: #333;
    line-height: 40px;
    font-weight: 100;
    padding: 40px 0 40px 0;
}
/*partners*/
.container {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.all_title1 {
    text-align: center;
}
.all_title1 .title {
    font-size: 35px;
    color: #333;
}
.all_title1 .text {
    color: #818181;
}

.partners {
    margin-top: 40px;
    margin-bottom: 0px;
    background: #fff;
}
.partners_content {
    text-align: center;
    font-size: 0;
}
.partners_content_list {
    display: inline-block;
    margin: 20px 10px;
    height: 170px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
}
.partners_content_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);    
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 -ms-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0)
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
/*合作伙伴*/