html{
    height: 100%;
}
body{
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    min-width: 1320px;
    min-height: 100%;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/*header*/
#header{
    width: 100%;
    height: 98px;
    background-color: #ffffff;
    overflow: hidden;
}
#header .logo{
    width: 430px;
    height: 100%;
    float: left;
    margin-left: 108px;
    position: relative;
}
.logo a{
    height: 100%;
    display: block;
    position: relative;
}
.logo a img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headMenu{
    height: inherit;
    float: right;
    margin-right: 110px;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.headMenu ul{
    width: 100%;
    height: 100%;
    line-height: 98px;
    margin-bottom: 0;
}
.headMenu ul li{
    width: 88px;
    height: inherit;
    font-size: 16px;
    float: left;
    line-height: 98px;
    text-align: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.headMenu ul li:last-child{
    margin-right: 0;
}
.headMenu ul li a{
    width: 100%;
    height: 100%;
    background: linear-gradient(#ad0000,#ad0000) bottom/100% 0% no-repeat;
    color: #333333;
    display: block;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.headMenu ul li a:hover{
    color: #ffffff;
    background: linear-gradient(#ad0000,#ad0000) bottom/100% 100% no-repeat;
}

/*header*/

/*banner*/
.banner{
    width: 100%;
    height: auto;
    box-sizing: border-box!important;
    position: relative;
    overflow: hidden;
}
.banMb{
    width: 100%;
    height: 31px;
    background-image: url('../images/banMb.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}
.banner > a{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: block;
    font-size: 50px;
    font-family: "宋体";
    padding: 0 15px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
}
.banner > a.prev{
    left: 4%;
}
.banner > a.next{
    right: 4%;
}
.banner > a:hover{
    background-color: rgba(0,0,0,.8);
}
.banner:hover > a.prev{
    left: 2%;
    opacity: 1;
}
.banner:hover > a.next{
    right: 2%;
    opacity: 1;
}
.banner .hd{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 35px;
    z-index: 99;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.banner .hd ul li{
    width: 12px;
    height: 12px;
    background-color: transparent;
    box-sizing: content-box!important;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 8px;
    position: relative;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .hd ul li a{
    width: 9px;
    height: 9px;
    background-color: #fff;
    display: block;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .hd ul li.on{
    background-color: #d0c2bf;
}
.banner .hd ul li.on a{
    background-color: #d0c2bf;
}

/*banner*/

/* about */
.about{
    width: 100%;
    height: 698px;
    background-color: #ffffff;
    position: relative;
}
.aboBox{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.aboImgs{
    width: 597px;
    height: 526px;
    float: left;
    margin-left: 12px;
    margin-top: 104px;
    overflow: hidden;
}
.aboImgs img{
    width: 100%;
    height: 100%;
}
.aboutDesc{
    width: 446px;
    height: inherit;
    float: right;
    margin-right: 30px;
    overflow: hidden;
}
.aboutDesc > span{
    width: 100%;
    box-sizing: content-box!important;
    background: linear-gradient(#003971,#003971) top left/46px 3px no-repeat;
    color: #4f4f4f;
    display: block;
    font-size: 40px;
    line-height: 40px;
    padding-top: 42px;
    margin-top: 146px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.aboutDesc > h4{
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 72px;
}
.aboutDesc > p{
    width: 100%;
    height: 140px;
    color: #444;
    display: -webkit-box;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 66px;
    text-align: justify;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.aboutMore{
    width: 140px;
    height: 40px;
    background: #ad0000;
    color: #fff!important;
    display: block;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

/* about */

/* product */
.product{
    width: 100%;
    height: 986px;
    background-image: url('../images/prodsBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.product > h3{
    width: 100%;
    height: 114px;
    background-image: url('../images/prodTit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 48px;
    margin-bottom: 32px;
}
.prodsLists{
    width: 1246px;
    height: 650px;
    background-image: url('../images/proMb.png');
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}
.prodsLists ul{
    width: 1200px;
    height: 616px;
    margin: 20px auto 0;
    overflow: hidden;
}
.prodsLists ul li{
    width: 290px;
    height: 298px;
    float: left;
    position: relative;
    margin-bottom: 20px;
    margin-right: 13px;
    overflow: hidden;
}
.prodsLists ul li:nth-child(4n){
    margin-right: 0;
}
.prodsLists ul li img{
    width: 100%;
    height: 100%;
}
.pDesc{
    width: 216px;
    height: 136px;
    background-image: url('../images/proBj.png');
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box!important;
    display: block;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
       -moz-transition: .5s;
        -ms-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    -webkit-transform: scaleY(.4);
       -moz-transform: scaleY(.4);
        -ms-transform: scaleY(.4);
         -o-transform: scaleY(.4);
            transform: scaleY(.4);
}
.pDesc h4{
    width: 100%;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 46px;
    margin-bottom: 12px;
}
.pDesc p{
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.sanJiao{
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 13px solid red;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    opacity: 0;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
    transform-origin: center top;
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
}
.prodsLists ul li:hover .pDesc{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.prodsLists ul li:hover .sanJiao{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

/* product */

/* advantage */
.advantage{
    width: 100%;
    height: 708px;
    background-image: url('../images/advantageBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.advantageCon{
    width: 1200px;
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.advImg{
    width: 960px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -360px;
    overflow: hidden;
}
.advImg img{
    width: 100%;
    height: 100%;
}
.advDesc{
    width: 526px;
    height: inherit;
    float: right;
    overflow: hidden;
}
.advDesc > h3{
    width: 100%;
    height: 103px;
    background-image: url('../images/advTit.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 80px;
    margin-bottom: 32px;
}
.advDesc > ul{
    width: 100%;
    height: 412px;
    margin-bottom: 0;
    overflow: hidden;
}
.advDesc > ul li{
    width: 218px;
    height: 188px;
    float: left;
    margin-bottom: 34px;
    overflow: hidden;
}
.advDesc > ul li:nth-child(even){
    float: right;
}
.advIco{
    width: 80px;
    height: 80px;
    background-color: #333333;
    background-image: url('../images/advIco.png');
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
}
.advDesc > ul li:nth-child(1) .advIco{
    background-position: 21px 24px;
}
.advDesc > ul li:nth-child(2) .advIco{
    background-position: -285px 24px;
}
.advDesc > ul li:nth-child(3) .advIco{
    background-position: 20px -200px;
}
.advDesc > ul li:nth-child(4) .advIco{
    background-position: -285px -200px;
}
.advDesc > ul li h4{
    width: 100%;
    box-sizing: content-box!important;
    background: linear-gradient(#ad0000,#ad0000) left bottom/17px 2px no-repeat;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.advDesc > ul li p{
    width: 100%;
    height: 40px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* advantage */

/* brandDesc */
.brandDesc{
    width: 100%;
    height: 752px;
    background-color: #ffffff;
    background-image: url('../images/advantageBg.png');
    background-position: right 430px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.brandDescCon{
    width: 1200px;
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.brandDescCon > img{
    position: absolute;
    left: -150px;
    top: 144px;
}
.brandInfo{
    width: 644px;
    height: inherit;
    float: right;
    position: relative;
    overflow: hidden;
}
.brandInfo h3{
    width: 100%;
    height: 129px;
    background-image: url('../images/brandTit.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 84px;
    margin-bottom: 80px;
}
.brandInfo > ul{
	width: 100%;
	height: 358px;
	margin-bottom: 0;
	overflow: hidden;
}
.brandInfo > ul li{
	width: 476px;
	height: 86px;
	background-position: left top;
	background-repeat: no-repeat;
	box-sizing: border-box!important;
	padding-left: 82px;
	margin-bottom: 52px;
	overflow: hidden;
}
.brandInfo > ul li:nth-child(1){
	background-image: url('../images/01.png');
}
.brandInfo > ul li:nth-child(2){
	background-image: url('../images/02.png');
	margin-left: 156px;
}
.brandInfo > ul li:nth-child(3){
	background-image: url('../images/03.png');
	margin-left: 60px;
}
.brandInfo > ul li a{
	cursor: context-menu;
}
.brandInfo > ul li h4{
	width: 100%;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 12px;
}
.brandInfo > ul li p{
	width: 100%;
	height: 48px;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* brandDesc */

/* case */
.case{
    width: 100%;
    height: 846px;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.case > h3{
	width: 100%;
	height: 114px;
	background-image: url('../images/caseTit.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 42px;
	margin-bottom: 34px;
}
.caseContent{
	width: 100%;
	height: 655px;
	background-image: url('../images/caseBg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.caseBox{
	width: 1200px;
	height: inherit;
	position: relative;
	margin: 0 auto;
}
.caseDesc{
	width: 578px;
	height: auto;
	margin-left: 42px;
	overflow: hidden;
}
.caseDesc > h4{
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 80px;
	margin-bottom: 4px;
}
.caseDesc > span{
	color: #ddd;
	display: block;
	font-size: 12px;
	margin-bottom: 40px;
}
.caseDesc > p{
	width: 100%;
	height: 44px;
	color: #eee;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 48px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.caseDesc > a{
	width: 26px;
	height: 9px;
	background-image: url('../images/jianTou.png');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}
.caseImg{
	width: 830px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 730px;
	overflow: hidden;
}
.caseImg img{
	width: 100%;
	height: 100%;
}

.caseList{
	width: 1100px;
	height: 240px;
	position: absolute;
	left: 5.6%;
	bottom: 34px;
	z-index: 999;
}
.caseList .bd{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.caseList .bd ul{
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.caseList .bd ul li{
	width: 354px;
	height: 240px;
	float: left;
	margin-right: 18px;
	overflow: hidden;
}
.caseList .bd ul li:last-child{
	margin-right: 0;
}
.caseList .bd ul li img{
	width: 100%;
	height: 100%;
}
.caseBtn{
	width: 92px;
	height: 122px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -64px;
	margin: auto;
	z-index: 99;
	overflow: hidden;
}
.caseBtn a{
	width: 100%;
	height: 58px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 6px;
}
.caseBtn a.prev{
	background-image: url('../images/qhJianTou.png');
	background-color: #a20000;
}
.caseBtn a.next{
	background-image: url('../images/jianTou.png');
	background-color: #201f1c;
}
.caseBtn a.prev:hover{
	background-color: #cc1212;
}
.caseBtn a.next:hover{
	background-color: #000;
}
.caseList,
.caseList .bd ul li img,
.caseBtn a{
	-webkit-transition: .4s;
	   -moz-transition: .4s;
	    -ms-transition: .4s;
	     -o-transition: .4s;
	        transition: .4s;
}
.caseList .bd ul li:hover img{
	-webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	     -o-transform: scale(1.08);
	        transform: scale(1.08);
}

/* case */

/* news */
.news{
    width: 100%;
    height: 595px;
    background-color: #ffffff;
    overflow: hidden;
}
.newsContent{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.newsLists{
	width: 578px;
	height: 384px;
	margin-top: 92px;
	overflow: hidden;
}
.newsTitle{
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #e6edea;
	margin-bottom: 40px;
	overflow: hidden;
}
.newsTitle > h3{
	color: #333;
	font-size: 24px;
	font-weight: 500;
	float: left;
	line-height: 24px;
}
.newsTitle > a{
	color: #ad0000!important;
	font-size: 14px;
	float: right;
	line-height: 30px;
}
.newsLists > ul{
	width: 100%;
	height: 290px;
	margin-bottom: 0;
	overflow: hidden;
}
.newsLists > ul li{
	width: 100%;
	height: 130px;
	margin-bottom: 28px;
	overflow: hidden;
}
.nImages{
	width: 200px;
	height: 130px;
	float: left;
	position: relative;
	overflow: hidden;
}
.nImages img{
	width: 100%;
	height: 100%;
}
.nText{
	width: 350px;
	height: 100%;
	float: left;
	margin-left: 12px;
	overflow: hidden;
}
.nText > h4{
	width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 12px;
	margin-bottom: 14px;
	overflow: hidden;
}
.nText > p{
    height: 48px;
	color: #777;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nText > span{
	color: #555;
	display: block;
	font-min-size: 14px;
}
.nImages strong{
    background: #1494d4;
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 999;
}
.nImages strong.tBor{
    width: 0%;
    height: 2px;
    top: 0;
}
.nImages strong.bBor{
    width: 0%;
    height: 2px;
    bottom: 0;
}
.nImages strong.rBor{
    width: 2px;
    height: 0%;
    right: 0;
    top: 0;
}
.nImages strong.lBor{
    width: 2px;
    height: 0%;
    left: 0;
    bottom: 0;
}

.nImages > strong,
.nText > p,
.nText > span{
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.newsLists > ul li:hover .nImages > strong.tBor,
.newsLists > ul li:hover .nImages > strong.bBor{
    opacity: 1;
    width: 100%;
}
.newsLists > ul li:hover .nImages > strong.lBor,
.newsLists > ul li:hover .nImages > strong.rBor{
    height: 100%;
    opacity: 1;
}
.newsLists > ul li:hover .nText > h4{
	color: #a20000;
	font-weight: 800;
}
.newsLists > ul li:hover .nText > p{
	color: #333;
}
.newsLists > ul li:hover .nText > span{
	color: #a20000;
}

/* news */

/* friendLink */
.friendLink{
	width: 100%;
	height: 133px;
	position: relative;
	overflow: hidden;
}
.friendLinkCon{
	width: 100%;
	height: 93px;
	background: #3a3e42;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fLinkBox{
	width: 1200px;
	height: inherit;
	position: relative;
	margin: 0 auto;
}
.fLinkBox > span{
	color: #ececec;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 93px;
}
.fLinkBox > ul{
	width: 420px;
	height: 100%;
	float: left;
	margin-bottom: 0;
	overflow: hidden;
}
.fLinkBox > ul li{
	background: linear-gradient(#9a9b9c,#9a9b9c) right center/2px 15px no-repeat;
	font-size: 14px;
	float: left;
	line-height: 93px;
	padding-right: 15px;
	margin-right: 12px;
}
.fLinkBox > ul li:last-child{
	background: none;
	padding-right: 0;
	margin-right: 0;
}
.fLinkBox > ul li a{
	color: #b2b2b2;
	-webkit-transition: .4s;
	   -moz-transition: .4s;
	    -ms-transition: .4s;
	     -o-transition: .4s;
	        transition: .4s;
}
.fLinkBox > ul li a:hover{
	color: #fff;
}

.tiXing{
	width: 1040px;
	height: 133px;
	background-image: url('../images/tiXing.png');
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 530px;
	z-index: 9;
	overflow: hidden;
}
.tiXing > ul{
	width: 386px;
	height: 100%;
	margin-left: 280px;
	margin-bottom: 0;
}
.tiXing > ul li{
	width: auto;
	height: 100%;
	float: left;
	margin-right: 72px;
	overflow: hidden;
}
.tiXing > ul li:last-child{
	margin-right: 0;
}
.tiXing > ul li > p{
	width: auto;
	height: 100%;
	float: left;
	margin-right: 8px;
	overflow: hidden;
	text-align: center;
}
.tiXing > ul li > p > span,
.tiXing > ul li > p > b{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
}
.tiXing > ul li > p > span{
	margin-top: 50px;
	margin-bottom: 10px;
}
.tiXing > ul li img{
	width: 100px;
	height: 100px;
	display: block;
	margin-top: 18px;
	float: left;
}

/* friendLink */

/* footer */
#footer{
    width: 100%;
    height: 385px;
    background-image: url('../images/footBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.footerCon{
    width: 1200px;
    height: 268px;
    margin: 32px auto 40px;
    overflow: hidden;    
}
#footMap{
	width: 392px;
	height: 198px;
	float: left;
	margin-top: 42px;
	margin-right: 74px;
	overflow: hidden;
}
.footInfo{
	width: 270px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.footInfo > h4{
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	margin-top: 32px;
	margin-bottom: 12px;
	opacity: .8;
}
.footInfo > span{
	color: #fff;
	display: block;
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 22px;
}
.footInfo > p{
	color: #fff;
	font-size: 14px;
	opacity: .8;
	margin-bottom: 15px;
}
.shareBox{
	width: 100%;
	height: 20px;
	display: block;
	line-height: 20px;
	overflow: hidden;
}
.shareBox > b{
	color: #aeaeae;
	display: block;
	font-size: 14px;
	float: left;
}
.shareBox > .share{
	width: 136px;
	height: 20px;
	float: left;
	overflow: hidden;
}
.shareBox .shares .bdsharebuttonbox {
    width: 100%;
    height: 100%;
    margin: 0;
}
.shareBox .shares .bdsharebuttonbox a {
    width: 20px!important;
    height: 20px!important;
    display: block;
    float: left;
    background-image: url("../images/fIcos.png");
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.shareBox .shares .bdsharebuttonbox .bds_qzone {
    background-position: 0px 0px!important;
}
.shareBox .shares .bdsharebuttonbox .bds_tsina {
    background-position: -27px 0px!important;
}
.shareBox .shares .bdsharebuttonbox .bds_renren {
    background-position: -54px 0px!important;
}
.shareBox .shares .bdsharebuttonbox .bds_weixin {
    background-position: right 0!important;
}
.shareBox .shares .bdsharebuttonbox a:last-child {
    margin-right: 0;
}
.formBox{
	width: 400px;
	height: 100%;
	float: right;
	overflow: hidden;
}
.formBox h3{
    width: 100%;
	height: 19px;
	background-image: url('../images/formTit.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-bottom: 22px;
}
.formBox input{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,.4);
    box-sizing: border-box!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    font-size: 14px;
    float: left;
    padding: 0 20px;
    margin-bottom: 10px;
    outline: none;
}
input::-webkit-input-placeholder{
    color: #9bb9cb;
}
input:-moz-placeholder {
    color: #9bb9cb;
}
input::-moz-placeholder {
    color: #9bb9cb;
}
input:-ms-input-placeholder {
    color: #9bb9cb;
}
.formBox textarea{
    width: 100%;
    height: 73px;
    box-sizing: border-box!important;
    border: none;
    background: rgba(0,0,0,.4);
    color: #fff;
    display: inline-block;
    padding: 14px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    float: left;
    outline: none;
    resize: none;
}
textarea::-webkit-input-placeholder{
    color: #9bb9cb;
}
textarea::-moz-input-placeholder{
    color: #9bb9cb;
}
textarea:-ms-input-placeholder{
    color: #9bb9cb;
}
.tjBtn{
    width: 100%;
    height: 40px;
    background-color: rgba(24, 62, 94, .9);
    color: #fff!important;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;

    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
}
.tjBtn:hover{
    background-color: rgba(24, 62, 94);
}

.copyText{
    width: 100%;
    height: auto;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.copyText p{
    color: #ffffff;
}
.copyText p a{
    color: #ffffff!important;
}

/* footer */

/*float*/
#float{
    width: 90px;
    height: 276px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999999;
    opacity: 0;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
    transform-origin: right center;
    -webkit-transform: perspective(100px) rotateY(90deg);
       -moz-transform: perspective(100px) rotateY(90deg);
        -ms-transform: perspective(100px) rotateY(90deg);
         -o-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
}
#float.on{
    right: 0;
    opacity: 1;
    -webkit-transform: perspective(0) rotateY(0deg);
       -moz-transform: perspective(0) rotateY(0deg);
        -ms-transform: perspective(0) rotateY(0deg);
         -o-transform: perspective(0) rotateY(0deg);
            transform: perspective(0) rotateY(0deg);
}
#float ul{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
#float ul li{
    width: 100%;
    height: 80px;
    background-color: #0072b9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    position: relative;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#float ul li:last-child{
    height: 30px!important;
    margin-bottom: 0;
}
#float ul li a{
    height: 100%;
    display: block;
    position: relative;
    z-index: 99999;
    overflow: hidden;
}
/* #float ul li a i{
    width: 28px;
    height: 28px;
    background-image: url("../images/floatBg.png");
    background-repeat: no-repeat;
    display: block;
    margin: 15px auto 6px;
    -webkit-transform: scale(0.82);
       -moz-transform: scale(0.82);
        -ms-transform: scale(0.82);
         -o-transform: scale(0.82);
            transform: scale(0.82);
}
#float ul li:nth-child(1) a i{
    background-position: -4px 1px;
}
#float ul li:nth-child(2) a i{
    background-position: 0px -82px;
}
#float ul li:nth-child(3) a i{
    background-position: -2px -167px;
} */
#float ul li a span{
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
}
#float ul li.returnTop a span{
    line-height: 30px!important;
}
.floatTel{
    width: 160px;
    height: 80px;
    background: #ad0000;
    border-right: 1px solid #fff;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 90px;
    margin: auto;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: center;
    z-index: -1;

    opacity: 0;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#float ul li:hover .floatTel{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#float ul li.flEwm > div{
    width: 110px;
    height: 110px;
    background: #ad0000;
    border-right: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 9;

    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#float ul li.flEwm > div img{
    width: 100%;
    height: 100%;
}
#float ul li.flEwm:hover > div{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#float ul li,
#float ul li span{
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
#float ul li:hover{
    background-color: #ad0000;
    border-color: transparent;
}

/*float*/