﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a{
    color: #000;
}
a:hover{
    color: #f7ef12;
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

body{
    font-family:"微软雅黑","Microsoft Yahei";
    font-size: 14px;
}
.wp{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/*头部*/
#hd{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background-color: rgba(0,0,0,.8);
    padding-top: 40px;
    z-index: 999;
}
#hd:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #c6c5c3;
}
#hd .logo{
    float: right;
}
#hd .logo a{
    display: block;
    line-height: 30px;
}
#hd .logo a img{
    display: inline-block;
    vertical-align: middle;
}
#nav{
    float: left;
}
#nav ul{
    float: left;
}
#nav ul li{
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#nav ul li a{
    display: inline-block;
    padding: 0 25px;
    height: 30px;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    -webkit-transition:.3s;
    transition:.3s;
    background: url(../images/line1_1.gif) no-repeat right 7px;
    font-size: 13px;
}
#nav ul li a:hover{
	line-height: 110px;
	color: #ffea00;
}
#nav ul li a span{
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: -40px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#nav ul li:last-child a{
    background: none;
}
#nav .code{
    float: left;
    position: relative;
}
#nav .code .code-img{
    position: absolute;
    width: 188px !important;
    max-width: 188px;
    height: 188px;
    left: 50%;
    top: 30px;
    display: block;
    margin-left: -94px;
    display: none;
    z-index: 100;
}
#nav .code a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
#nav .code a img{
    display: inline-block;
    vertical-align: middle;
}
.inner-hd{
    background: #000 !important;
}
.inner-bd{
    padding-top: 120px;
}

/*手机头部*/
.m-bar{
    height: 60px;
    background-color: #000;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 30px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    z-index: 1000000;
}
.m-nav{
    clear: both;
    top: 60px;
    left: 0;width: 100%;
}
.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #000;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(../images/menu_1.png) no-repeat center center;
    background-size: 25px;
}
.m-nav{display: none;}
.m-sub{
    display: none;
}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}



/*底部*/
#fd{
    margin-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    font-size: 13px;
}
#fd .l{
    width: 50%;
    background: url(../images/fd_line_1.png) right center no-repeat;
    line-height: 30px;
    font-style: italic;
    color: #000;
}
#fd .copy{
    color: #909090;
    font-style: normal;
    margin-top: 30px;
}
#fd .r{
    width: 50%;
    padding-left: 10%;
}
#fd dt{
    float: left;
    margin-right: 20px;
}
#fd dd{
    overflow: hidden;
    line-height: 40px;
    padding-top: 15px;
}
#fd dd p{
    background: url(../images/icon_1.png) no-repeat;
    padding-left: 46px;
    font-style: italic;
    color: #000;
}
#fd dd p a{
    color: #000;
}
#fd dd .s1{
    background-position: 0 2px;
}
#fd dd .s2{
    background-position: 0 -42px;
}
#fd dd .s3{
    background-position: 0 -82px;
}
#fd dd .s4{
    background-position: 0 -122px;
}



#banner{
    height: 100%;
}
#banner *{
    outline: none;
}
#banner .slick-list,
#banner .slick-track{
    height: 100% !important;
}
#banner a{
    display: block;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
#banner .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    background: url(../images/icon_arrows_1.png) no-repeat;
    width: 65px;
    height: 65px;
    border: 0;
    font-size: 0;
    z-index: 999;
    cursor: pointer;
}
#banner .slick-prev{
    left: 7%;
}
#banner .slick-next{
    right: 7%;
    background-position: right 0;
}
#banner .slick-dots{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#banner .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ffffff;
    margin: 0 10px;
    cursor: pointer;
}
#banner .slick-dots li button{
    display: none;
}
#banner .slick-dots li.slick-active{
    background-color: #f7ee13;
}
.ul-case{
    margin: 0 -10px;
}
.ul-case li{
	float: left;
	padding: 0 10px;
	width: 25%;
    /*width: 336px;*/
    margin-bottom: 20px;
}
.ul-case li:nth-child(4n){
    margin-right: 0;
}

.ul-case .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 66%;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case a:after{
	content: '';
	position: absolute;
	background-color: #000;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 10;
	height: 100%;
	opacity: 0;
}
.ul-case a{
	position: relative;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
}
.ul-case h3{
	font-size: 26px;
	font-weight: normal;
	font-family: \5b8b\4f53;
	transform: translateY(-10px);
	-webkit-transition:.3s;
	transition:.3s;
	opacity: 0;
	transition-delay: .1s;
}
.ul-case h3:after{
	content: '';
	border-bottom: 1px solid #fff;
	display: block;
	margin-top: 6px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: 50% 50%;
	-webkit-transition:.5s;
	transition:.5s;
	transition-delay: .2s;
}
.ul-case .txt{
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	z-index: 20;
	padding: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.ul-case .txt p{
	padding-top: 6px;
	font-style: italic;
	transform: translateY(10px);
	-webkit-transition:.5s;
	transition:.5s;
	opacity: 0;
	transition-delay: .1s;
}

.ul-case a:hover h3:after{
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
}


.ul-case a:hover:after{
	opacity: .7;
}
.ul-case a:hover h3,
.ul-case a:hover p{
	transform: translateY(0);
	opacity: 1;
}
.ul-case a:hover .img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tit-i{text-align: center;
	font-size: 30px;
	font-style: italic;
	margin: 66px 0;
	background: url(../images/line2_1.gif) no-repeat 50%;
}
.show-more{
}
.show-more .pad{
	background-color: #393939;
	padding-top: 66%;
	font-size: 20px;
	font-style: italic;
	position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.show-more .pad a{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #f7ee13;
}
.show-more a:after{
	display: none;
}
.show-more a:hover{text-decoration: underline;}
.show-more .pad:hover{
    background-color: #f7ef12;
}
.show-more .pad:hover a{
    color: #393939;
    text-decoration: none;
}

.ul-news li{
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #e0e0e0;
}
.ul-news li span.time{
    width: 175px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    float: left;
}
.ul-news li span.time b{
    font-size: 60px;
    font-weight: bold;
    display: block;
}
.ul-news li .pic{
    float: left;
    width: 232px;
    /*width: 23%;*/
    margin-right: 25px;
}
.ul-news li .pic img{
    display: block;
}
.ul-news li .txt{
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.ul-news li .txt h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.ul-news li .txt h3 a{
    color: #666;
}
.ul-news li .txt h3 a:hover{
    color: #000;
}

.pages{
    text-align: center;
    margin-top: 43px;
    margin-bottom: 20px;
}
.pages ul{
    font-size: 0;
}
.pages li{
    display: inline-block;
    font-size: 18px;
    margin: 0 2px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.pages li a{
    display: inline-block;
    /*width: 36px;*/
    padding: 0 15px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #d0d0d0;
    color: #666;
}
.pages li a:hover,
.pages li a.on{
    background-color: #ffea00;
    border-color: #ffea00;
    color: #fff;
}
.pages li a.next_page,
.pages li a.prev_page{
    font-family: \5b8b\4f53;
    font-weight: bold;
}

.classtype-box{
    background: url(../images/classtype_bg_1.jpg) repeat;
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
}
.classtype-box h3{
    font-size: 24px;
    font-weight: normal;
}
.ul-snv-a{
    padding-top: 20px;
    font-size: 0;
}
.ul-snv-a li{
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
}
.ul-snv-a li a{
    display: inline-block;
    background: url(../images/snv_li_1.png) no-repeat;
    width: 110px;
    height: 33px;
    line-height: 33px;
    background-position: right 0;
    color: #666;
}
.ul-snv-a li a:hover,.ul-snv-a li.on a{
    background-position: 0 0;
    color: #000;
}
.ul-snv-a2 li:last-child a{
	width: 185px;
	background-image: url(../images/snv_li2_1.png);
}


.cont{
    color: #666;
    line-height: 24px;
    padding: 30px 0;
}
.wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.con-txt {padding: 20px;}
.con-txt-tit {font-size: 16px; line-height: 1.5em;}
.con-txt-info { line-height: 25px; height: 25px; border: 1px dotted #ddd; border-left: 0; border-right: 0; font-size: 12px; margin: 10px 0;}
.con-txt-body {font-size: 14px; line-height: 2em;}




.case-pic-m{display: none;}
.ul-case3 .li{
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.ul-case3 .li .pad{
	overflow: hidden;
}
.ul-case3 .li a{
	display: block;
	padding-top: 66%;
	width: 100%;
	overflow: hidden;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case3 .li a:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.ul-order li{
	margin-bottom: 20px;
}
.ul-order li a{
	background: url(../images/order01_1.jpg) center center no-repeat;
	height: 219px;
	display: block;
}
.ul-order li.s2 a{
	background-image: url(../images/order02_1.jpg);
}
.ul-order li.s1 a:hover{
	background-image: url(../images/order01_h_1.jpg);
}
.ul-order li.s2 a:hover{
	background-image: url(../images/order02_h_1.jpg);
}
.ul1 li{
	float: left;
	width: 33.333%;
	height: 40px;
	line-height: 40px;
}
.ul1 li .th{float: left;width: 120px;text-align: right;padding-right: 10px;font-weight: bold;}
.ul1 li .td{overflow: hidden;}
.ul1 li .inp{height: 30px;width: 98%;}
.ul1 li select{width: 98%;height: 30px;}
.ul1 .li{width: 100%;height: auto;}
.ul1 .li .th{width: auto;text-align: left;display: inline-block;}
.ul1 .li label{margin-right: 15px;display: inline-block;}
.ul1 .li label .check{display: inline-block;vertical-align: middle;margin-right: 5px;margin-top: -3px;}
.sub{background: #ffea00;color: #333;border: 0;width: 120px;height: 40px;line-height: 40px;text-align: center;border-radius: 5px;margin-top: 30px;cursor: pointer;font-size: 15px;}
.order-form2 .ul1{width: 80%;margin: 0 auto;}
.order-form2 .ul1 li{width: 100%;float: none;}