@charset "utf-8";

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, p {

	margin:0;

	padding:0;

	font-style: normal;

	font-weight:normal;

	font-size:14px;

}

ol, ul, li {

	list-style: none;

}

img {

	border: 0;

	vertical-align:top;

}

body {

	font-family: "Arial";

	color: #4c4c4c;

	background: #fff;

}

a {

	text-decoration:none;

	color: #4c4c4c;

}

.clear {

	clear:both;

	height:0;

	line-height:0;

	font-size:0;

	display:block;

	overflow:hidden

}

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

	font-size:0

}

.clearfix {

	zoom:1

}

.fl {

	float:left;

	display: inline;

}

.fr {

	float:right;

	display: inline;

}

a:hover {

	color: #da251c;

}

input:focus {

	outline: 0 none;

}

/*common*/



body, html {

	background: #fff;

	min-width: 1200px;

}

.banner_text {

	min-width: 1200px;

}

textarea:focus {

	outline: 0 none;

}

html, body {

	width: 100%;

	overflow-x:hidden;

	min-width: 1200px;

	font-family: "微软雅黑";

}







::-moz-placeholder {

color: #afb0b4;

}



::-webkit-input-placeholder {

color:#afb0b4;

}



:-ms-input-placeholder {

color:#afb0b4;

}

* {

	-webkit-animation-fill-mode:both !important;

	-ms-animation-fill-mode:both !important;

	-moz-animation-fill-mode:both !important;

	-o-animation-fill-mode:both !important;

	animation-fill-mode:both !important;

}

.pre {

	position: relative;

}

.animate_top {

	-webkit-animation: s1-1 0.7s ease;

	-ms-animation: s1-1 0.7s ease;

	-moz-animation: s1-1 0.7s ease;

	-o-animation: s1-1 0.7s ease;

	animation: s1-1 0.7s ease;

}

 @-webkit-keyframes s1-1 {

 0% {

 opacity: 0;

 -webkit-transform:translateY(40px);

}

}

 @-ms-keyframes s1-1 {

 0% {

 opacity: 0;

 -ms-transform:translateY(40px);

}

}

 @-moz-keyframes s1-1 {

 0% {

 opacity: 0;

 -moz-transform:translateY(40px);

}

}

 @-o-keyframes s1-1 {

 0% {

 opacity: 0;

 -o-transform:translateY(40px);

}

}

 @keyframes s1-1 {

 0% {

 opacity: 0;

 transform:translateY(40px);

}

}

.animate_opa0 {

	-webkit-animation: s1-2 0.7s ease;

	-ms-animation: s1-2 0.7s ease;

	-moz-animation: s1-2 0.7s ease;

	animation: s1-2 0.7s ease;

}

 @-webkit-keyframes s1-2 {

 100% {

 opacity: 0;

 -webkit-transform:translateY(-40px);

}

}

 @-ms-keyframes s1-2 {

 100% {

 opacity: 0;

 -webkit-transform:translateY(-40px);

}

}

 @-moz-keyframes s1-2 {

 100% {

 opacity: 0;

 -webkit-transform:translateY(-40px);

}

}

 @keyframes s1-2 {

 100% {

 opacity: 0;

 -webkit-transform:translateY(-40px);

}

}

body{

	padding-top: 58px;

}

.header {

	width: 100%;

	height: 58px;

	z-index: 9;

	background: #fff;

	position: absolute;

	top: 0;

	left:0;

}

.header.down {

	position: fixed;

	top: -58px;

	left: 0;

	box-shadow: 0 0 5px #666;

}

.header.up {

	top: -58px;

	left: 0;

	box-shadow: 0 0 5px #666;

	position: fixed;

    -webkit-transform:translateY(58px);

    -moz-transform:translateY(58px);

    -ms-transform:translateY(58px);

    -o-transform:translateY(58px);

    transform:translateY(58px);

    -webkit-transition: -webkit-transform .3s linear;

    -moz-transition: -moz-transform .3s linear;

    -ms-transition: -ms-transform .3s linear;

    -o-transition: -o-transform .3s linear;

    transition: transform .3s linear;







}



.header_inner {

	width: 1200px;

	margin: 0 auto;

}

.header .header_logo a {

	display: block;

	width: 122px;

	height:58px;

	background: url(../images/logo.png) no-repeat center center;

}

.header .r_box {

	

}

.nav {

	margin-left: 80px;

}

.nav li {

	float: left;

	display: inline;

	position: relative;

	margin-right:53px;

}

.nav li .a {

	font-size:14px;

	color: #444343;

	display: block;

	height: 55px;

	border-bottom: 3px solid #fff;

	line-height: 58px;

	text-align: center;

}

.nav li .on, .nav li a:hover {

	border-bottom: 3px solid #dd3730;

	color: #dd3730;

}

.header .submit_btn {

	position: absolute;

	right: 15px;

	top: 13px;

	width: 24px;

	height: 24px;

	background: url(../images/i2.png) no-repeat 0 center;

	border: 0 none;

	cursor: pointer;

	z-index: 1;

}

.header .search_box {

	position: relative;

	margin: 19px 17px 0 0;

}

.header .search_box span {

	display: block;

	width: 20px;

	height: 19px;

	cursor: pointer;

	background: url(../images/i6.png) no-repeat 0 center;

}

.header .login_modal{

	padding-top: 19px;

}

.header .login_modal a{

	margin-right: 14px;

	color: #4d4d4d;

}

.header .login_modal a:hover{

	color: #dd3730;

}





.header .search_modal {

	position: absolute;

	top: 19px;

	left: 0;

	width: 100%;

	height: 60px;

	display: none;

}

.header .search_in {

	position: absolute;

	left: 50%;

	margin-left: 460px;

    top: 39px;

	height: 60px;

}

.header .search_in .text {

	height: 47px;

	line-height: 47px;

	background: #fff;

	padding-left: 10px;

	width: 263px;

	position: absolute;

	right: 0;

	top: 0;

	z-index: 1;

	border: 1px solid #ccc;

}

.header .link {

	margin-top: 13px;

}

.header .link a {

	display: block;

	width: 112px;

	height: 30px;

	color: #fff;

	font-size: 16px;

	line-height: 30px;

	text-align: center;

	background: #dd3730;

	border-radius: 4px;



}

.o_header .header_logo a {

	display: block;

	width: 70px;

	height: 100px;

	background: url(../images/logo1.png) no-repeat center center;

}

.o_header .nav li .a, .o_header .search_box span, .o_header .phone, .o_header .link a {

	color: #5e5e5e;

}

.o_header .nav li .a:hover {

	color: #e60012;

}

.o_header .search_box span {

	background: url(../images/i6.png) no-repeat 0 center;

}

.o_header .link a {

	border-color: #5e5e5e;

}

.o_sub_nav{

	border-top: 1px solid #e5e5e5;

	position: absolute;

	top:58px;

	left: 50%;

	margin-left: -600px;

	width: 1200px;

	background: #fff;

	border-top: 1px solid #ebecec;

	display: none;

	box-shadow: 0 5px 5px rgba(0,0,0,0.1);

}



.o_sub_nav .in {

	padding: 30px 30px 1px;

}

.o_sub_nav .in .t{

	border-bottom: 1px solid #e5e5e5;

	padding-bottom: 27px;

	margin-bottom: 30px;

}

.o_sub_nav dt{

	margin-bottom: 10px;

}

.o_sub_nav dt a{

	color: #de3731;

	font-size: 18px;

}
.o_sub_nav .t dt a{
	color: #333;
}


.o_sub_nav dd {

	font-size: 16px;

	color: #ababab;

	margin-right: 5px;

}

.o_sub_nav dt a:hover{

	font-weight: bold;

}

.o_sub_nav  .b dl{

	float: left;

	width: 21%;

	height:55px;

	margin-right: 4%;

	margin-bottom: 30px;

	padding-bottom: 20px;

	border-bottom: 1px solid #e5e5e5;

}

.o_sub_nav_2  .b dl{

	width: 31%;

	margin-right: 2%;

}

.o_sub_nav .f{

	padding-bottom: 30px;

}

.o_sub_nav .f a{

	margin-right: 25px;

}



.banner {

	width: 100%;

	height:600px;

	min-width: 1200px;

	position: relative;

}

.o_banner{

	height: 460px

}

.o_banner li img{
	display: inline-block;
}
.o_banner li{

	height: 460px!important;

    background-attachment: fixed!important;

    background-size:  auto 518px!important;
    text-align: center;

}

.banner .d1 {

	padding-top: 126px;


}

.banner .d1 .p1{

	font-size: 50px;

	color: #fff;

}

.banner .d1 .p2 {

	font-size: 22px;

	color: #fff;

	padding-top: 14px;

	-webkit-animation-delay:0.3s;

	-moz-animation-delay:0.3s;

	-ms-animation-delay:0.3s;

	-o-animation-delay:0.3s;

	animation-delay:0.3s;

}

.banner .d1 .p3 {

	padding-top: 30px;

	-webkit-animation-delay:0.6s;

	-moz-animation-delay:0.6s;

	-ms-animation-delay:0.6s;

	-o-animation-delay:0.6s;

	animation-delay:0.6s;

}

.banner .d1 .p3 a {

	display: inline-block;

	width:170px;

	height: 56px;

	line-height: 56px;


	font-size: 18px;

	color: #fff;

	border-radius: 3px;
	text-align: center;
	background: #dd3730;
	margin: 0 15px;

}
.banner .d1 .p3 a:hover{
	background: #c21310;
}
.banner .d1 .p3 .a2{
	background: #fff;
	color: #dd3730;
}
.banner .d1 .p3 .a2:hover{
	background: #eee;
}
.banner .d2{

	padding-top: 0;

	position: absolute;

	left: 50%;

	margin-left:-0;

}



.o_banner .d1 {


	position: absolute;

	left: 0%;

width: 100%;

}



#num-nav1 {

	position: absolute;

	bottom: 150px;

	left: 0;

	text-align: center;

	width: 100%;

	z-index: 9;

}

#num-nav1 a {

	background:rgba(255, 255, 255, 0.4);

filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff, endcolorstr=#7Fffffff);

	height: 4px;

	width: 24px;

	text-align: center;

	line-height: 116px;

	border-radius:0;

	color: #fff;

	margin-right: 10px;

	overflow: hidden;

	display: inline-block;

}

.slideBox1 .hd {

	display: block;

}

#num-nav1 .active-slide {

	background: #fff;

}

.slideBox .hd a {

	position: absolute;

	width: 80px;

	height: 80px;

	top: 50%;

	left: 10%;

	margin: -40px 0 0 0;

	z-index: 3;

	cursor: pointer;

	background: url(../images/arr_l.png) no-repeat center center;

	display: none;

}

#next2 {

	margin: -40px 0 0 0;

	right: 10%;

	left: auto;

	background: url(../images/arr_r.png) no-repeat center center;

}

#prev2:hover {

	opacity: 0.8

}

#next2:hover {

	opacity: 0.8

}

.slideBox1 .effect {

	width: 100%;

	height: 100%;

}

.slideBox {

	position:relative;

	width: 100%;

}

.slideBox .bd {

	position:relative;

	height:100%;

	z-index:0;

}

.slideBox .bd ul {

	width: 100%!important;

}

.slideBox .bd li {

	width: 100%!important;

	height: 600px;

}

.footer {

	width: 100%;

	background: #424242;

}

.footer .in{

	width: 1200px;

	margin: 0 auto;

	padding: 50px 0 55px;

}

.footer .t {

	overflow: hidden;

	padding-bottom: 50px;

	border-bottom: 1px solid #555;

}

.footer .t li{

	float: left;

	width: 25%;

	height: 58px;

	border-left: 1px solid #545658;

	margin-left: -3px;

	background: url(../images/i14.png) no-repeat 90px 0;

}

.footer .t li p{

	padding-left: 160px;

}

.footer .t li .p1{

	font-size: 22px;

	color: #fff;

	margin-bottom:3px;

}

.footer .t li .p2{

	font-size: 18px;

	color: #8b8b8b;

}

.footer .t .li_2{

	background-position: -245px 0;

}

.footer .t .li_3{

	background-position: -574px 0;

}

.footer .t .li_4{

	background-position: -910px 0;

}

.footer .t li:hover{

	background: url(../images/i15.png) no-repeat 90px 0;

}

.footer .t li:hover p{

	color: #dd3730;

}

.footer .t .li_2:hover{

	background-position: -245px 0;

}

.footer .t .li_3:hover{

	background-position: -574px 0;

}
.over,.img-holder1{height: 884px!important;}
.footer .t .li_4:hover{

	background-position: -910px 0;

}

.footer .m {

	padding: 55px 0 20px;

}

.footer .m dl{

	float: left;

	width: 140px;

}

.footer .m dt a{

	font-size: 18px;

	color: #fff;

}

.footer .m dt{

	margin-bottom: 30px;

}

.footer .m dd a{

	color: #9f9f9f;

	font-size: 16px;

	display: block;

	margin-bottom: 18px;

}

.footer .m dd a:hover{

	color: #fff;

}

.footer .r .d1{

	color: #fff;

	padding-left: 40px;

	margin-bottom: 28px;

	background: url(../images/i16.png) no-repeat 0 3px;

}

.footer .r .p1{

	font-size: 18px;

	color: #fff;

}

.footer .r .p2{

	font-size: 14px;

	color: #9f9f9f;

}

.footer .r .d2{

	color: #fff;

	padding-left: 40px;

	margin-bottom: 28px;

	background: url(../images/i16.png) no-repeat 0 -63px;

}

.footer .r .d3 a{

	display: block;

	color: #9e9e9e;

	font-size: 16px;

	margin-bottom: 10px;

}

.footer .r .d1:hover{

	background: url(../images/i17.png) no-repeat 0 3px;

}

.footer .r .d2:hover{

	background: url(../images/i17.png) no-repeat 0 -63px;

}

.footer .r .d1:hover p{

	color: #dd3730;

}

.footer .r .d2:hover p{

	color: #dd3730;

}

.footer .r .d3 .on{

	color: #fff;

}

.footer .r .ewm_box img{

	display: none;
	width: 94px;

}



.footer  .b{

	border-top: 1px solid #555;

	padding-top: 20px;

}

.footer  .b p{

	color: #9f9f9f;

	font-size: 14px;

}



.footer  .b .r {

	color: #9f9f9f;

	font-size: 14px;

}

.footer  .b .r a{

	color: #9f9f9f;

	font-size: 14px;

}

.footer  .b .r a:hover{

	color: #fff;

}





a:hover {

 -webkit-transition: all .1s linear;

 transition: all .1s linear;

}



.com_hd{

	text-align: center;

	margin-bottom: 54px;

}



.com_hd .p1{

	font-size: 36px;

	color: #545454;

	margin-bottom: 20px;

}

.com_hd .p2{

	font-size: 18px;
	line-height: 32px;
	color: #a4a4a4;

}



.index_main .modal_1 {

	width: 100%;

	background:#fff;

	min-height: 545px;

	padding-top: 70px;

}

.index_main .modal_1 .in {

	width: 1200px;

	margin: 0 auto;

	overflow: hidden;

	display: none;

}

.index_main .modal_1 .img{
	margin-right: 38px;
}
.index_main .modal_1 li{
	font-size: 12px;
	color: #6e6e6e;
	padding-left: 21px;
	background: url(../images/zt_img2.png)  no-repeat  0 1px;
	margin-bottom:25px;

}


.index_main .modal_1 li:hover p{

    -webkit-transform:translateY(-5px);

    -ms-transform:translateY(-5px);

    transform:translateY(-5px);

    -webkit-transition: -webkit-transform .3s linear;

    transition: transform .3s linear;

    color: #dd3730;

}







.index_main .modal_2 {

	width: 100%;

	background: url(../images/zt_img2.jpg)  no-repeat  center 0;

	min-height: 662px;

	padding-top: 63px;

}

.index_main .modal_2 .in {

	width: 1200px;

	margin: 0 auto;

	display: none;

}



.picScroll-left{ position:relative;  }

.picScroll-left .hd{text-align: center; position: absolute; bottom:-30px; left: 0; width: 100%;}

.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:50px; height:50px; float:right;  overflow:hidden;

 cursor:pointer; background:url("../images/i8.png") 0 0 no-repeat;position: absolute; top: -180px;

left: -25px; z-index: 5; }

.picScroll-left .hd .next{ background:url("../images/i9.png") 0 0 no-repeat; position: absolute; top: -180px; left: auto;

right:-18px; z-index: 5;   }

.picScroll-left .hd .prevStop{ background-position:0 0; }

.picScroll-left .hd .nextStop{ background:url("../images/i9.png") 0 0 no-repeat;  }

.picScroll-left .hd ul{overflow:hidden; zoom:1; margin-top:10px; zoom:1; }

.picScroll-left .hd ul li{display: inline-block;  width:24px; height:4px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#ccc;}

.picScroll-left .hd ul li.on{  background:#eb0013; }

.picScroll-left .bd{ overflow: hidden;width: 1200px;   }

.picScroll-left .bd ul{ overflow:hidden; zoom:1; }

.picScroll-left .bd ul li{  width:223px; height:297px; margin-right:19px;float:left; _display:inline; overflow:hidden; text-align:center; position: relative;  }


.index_main .modal_2 .com_hd .p1{
	color: #fff;
}
.index_main .modal_2 .bd{
	position: relative;
}
.index_main .modal_2 .b_circle{
	width: 268px;
	height: 268px;
	position: absolute;
	left: 50%;
	margin-left: -134px;
	top: 100px;
}
.index_main .modal_2 .s_circle{
	position: absolute;
}
.index_main .modal_2 .s_circle p{
	font-size: 12px;
	color: #fff;
	padding-left: 16px;
	background:url("../images/zt_img5.png") 0 5px no-repeat;
	display: inline-block;
}
.index_main .modal_2 .s_circle img{
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.index_main .modal_2 .s_circle_1{
	top: 0;
	left: 50%;
	margin-left: -448px;

	-webkit-animation-delay:0.5s;

	-moz-animation-delay:0.5s;

	-ms-animation-delay:0.5s;

	-o-animation-delay:0.5s;

	animation-delay:0.5s;
}
.index_main .modal_2 .s_circle_2{
	top: 155px;
	left: 50%;
	margin-left: -546px;

	-webkit-animation-delay:0.8s;

	-moz-animation-delay:0.8s;

	-ms-animation-delay:0.8s;

	-o-animation-delay:0.8s;

	animation-delay:0.8s;
}
.index_main .modal_2 .s_circle_3{
	top: 299px;
	left: 50%;
	margin-left: -536px;

	-webkit-animation-delay:1.1s;

	-moz-animation-delay:1.1s;

	-ms-animation-delay:1.1s;

	-o-animation-delay:1.1s;

	animation-delay:1.1s;
}
.index_main .modal_2 .s_circle_4{
	top: 0;
	left: 50%;
	margin-left:86px;

	-webkit-animation-delay:0.5s;

	-moz-animation-delay:0.5s;

	-ms-animation-delay:0.5s;

	-o-animation-delay:0.5s;

	animation-delay:0.5s;
}
.index_main .modal_2 .s_circle_5{
	top: 155px;
	left: 50%;
	margin-left:147px;

	-webkit-animation-delay:0.8s;

	-moz-animation-delay:0.8s;

	-ms-animation-delay:0.8s;

	-o-animation-delay:0.8s;

	animation-delay:0.8s;
}
.index_main .modal_2 .s_circle_6{
	top:317px;
	left: 50%;
	margin-left:104px;
	-webkit-animation-delay:1.1s;

	-moz-animation-delay:1.1s;

	-ms-animation-delay:1.1s;

	-o-animation-delay:1.1s;

	animation-delay:1.1s;
}
.index_main .modal_2 .s_circle img{

    -webkit-transition: -webkit-transform .5s linear;

    transition: transform .5s linear;

}

.index_main .modal_2 .s_circle:hover  img{

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

    -webkit-transition: -webkit-transform .5s linear;

    transition: transform .5s linear;

}



 .index_main .picScroll-left .bd ul li:hover .text{

    -webkit-transform:translateY(-10px);

    -ms-transform:translateY(-10px);

    transform:translateY(-10px);

    -webkit-transition: -webkit-transform .3s linear;

    transition: transform .3s linear;

}

.left_to_middle{
    -webkit-animation: s1-21  0.7s linear;
}
.right_to_middle{
    -webkit-animation: s1-41  0.7s linear;
}

@-webkit-keyframes s1-21 {
    0% { 
        opacity: 0; 
        -webkit-transform:translateX(-100%);
    }
    100% { 
        opacity:1; 
        -webkit-transform:translateX(0);
    }
}
@-webkit-keyframes s1-41 {
    0% { 
        opacity: 0; 
        -webkit-transform:translateX(100%);
    }
    100% { 
        opacity:1; 
        -webkit-transform:translateX(0);
    }
}

.index_main .modal_3 {
	height: 809px;
}
.index_main .modal_3 .in{
	background: url(../images/zt_img3.jpg) no-repeat center center;
	height: 809px;
	display: none;
}
.index_main .modal_3 .com_hd{
	padding-top: 70px;
}


.index_main .modal_4{
	background: url(../images/zt_img4.jpg) no-repeat center center;
	height: 758px;
	position: relative;
}
.index_main .modal_4 .in{
	display: none;
}
.index_main .modal_4 .bd{
	width: 100%;
	height: 600px;
}
.index_main .modal_4 .com_hd{
	padding-top: 60px;
}
.index_main .modal_4 .com_hd p{
	color: #fff;
}
.index_main .modal_4 .bd .d{
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -630px;
}

.index_main .modal_4 .d1,.index_main .modal_4 .d10{
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}
.index_main .modal_4 .d2,.index_main .modal_4 .d11{
	-webkit-animation-delay:0.6s;
	-moz-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
.index_main .modal_4 .d3,.index_main .modal_4 .d12{
	-webkit-animation-delay:0.9s;
	-moz-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}
.index_main .modal_4 .d4,.index_main .modal_4 .d13{
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
.index_main .modal_4 .d5,.index_main .modal_4 .d14{
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	-ms-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	animation-delay:1.5s;
}
.index_main .modal_4 .d6,.index_main .modal_4 .d15{
	-webkit-animation-delay:1.8s;
	-moz-animation-delay:1.8s;
	-ms-animation-delay:1.8s;
	-o-animation-delay:1.8s;
	animation-delay:1.8s;
}
.index_main .modal_4 .d7,.index_main .modal_4 .d16{
	-webkit-animation-delay:2.1s;
	-moz-animation-delay:2.1s;
	-ms-animation-delay:2.1s;
	-o-animation-delay:2.1s;
	animation-delay:2.1s;
}
.index_main .modal_4 .d8,.index_main .modal_4 .d17{
	-webkit-animation-delay:2.4s;
	-moz-animation-delay:2.4s;
	-ms-animation-delay:2.4s;
	-o-animation-delay:2.4s;
	animation-delay:2.4s;
}
.index_main .modal_4 .d9,.index_main .modal_4 .d18{
	-webkit-animation-delay:2.7s;
	-moz-animation-delay:2.7s;
	-ms-animation-delay:2.7s;
	-o-animation-delay:2.7s;
	animation-delay:2.7s;
}


.index_main .modal_5{
	background: url(../images/zt_img5.jpg) no-repeat center center;
	height: 1007px;
	position: relative;
}
.index_main .modal_5 .in{
	padding-top: 65px;
	position: relative;
	display: none;
}
.index_main .modal_5  .d{
	position: absolute;
	top: 147px;
	left: 50%;
	margin-left: -604px;
}
.index_main .modal_5  .d1{
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}
.index_main .modal_5  .d2{
	-webkit-animation-delay:0.6s;
	-moz-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
.index_main .modal_5  .d3{
	-webkit-animation-delay:0.9s;
	-moz-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}
.index_main .modal_5  .d4{
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}


.index_main .modal_6 {

	width: 100%;

	height: 884px;

	overflow: hidden;	

	position: relative;

}

.index_main .modal_6 .com_hd {

	padding-top: 70px;

}

.index_main .modal_6 .com_hd .p1{

	color: #fff;

}

.index_main .modal_6  .bd{

	width: 100%;

}


.index_main .modal_6  .inner{

	width: 1217px;

	position: absolute;

	top: 0;

	left: 50%;

	margin-left: -609px;
	display: none;
}
.index_main .modal_6 .d{
	position: absolute;
	top: 133px;
	left: 0;
	width: 100%;
}
.index_main .modal_6  .d1{
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}
.index_main .modal_6  .d2{
	-webkit-animation-delay:0.6s;
	-moz-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
.index_main .modal_6  .d3{
	-webkit-animation-delay:0.9s;
	-moz-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}




.com_modal_9 {

	width: 100%;

	height:262px;

	line-height:262px;

	background: url(../images/bg3.jpg)  no-repeat center 0;

}

.com_modal_9 .in {

	text-align: center;

}

.com_modal_9 .in p{

	color: #fff;

}

.com_modal_9 .in p span{

	font-size: 32px;

	margin-right: 135px;

}

.com_modal_9 .in p  a{

	display: inline-block;

	font-size: 18px;

	color: #fff;

	width: 170px;

	height: 56px;

	line-height: 56px;

	text-align: center;

	border: 1px solid #fff;

	border-radius: 3px;

}

.com_modal_9 .in p  a:hover{

	background: #fff;

	color: #dd3730;

}






.index_main .modal_1 .bd {

	-webkit-animation-delay:0.5s;

	-moz-animation-delay:0.5s;

	-ms-animation-delay:0.5s;

	-o-animation-delay:0.5s;

	animation-delay:0.5s;

}












.fixed_r_nav{
    position: fixed;
    top:50%;
    right: 0;
    width: 49px;
    z-index: 10;
}
.fixed_r_nav li{
    margin-bottom: 7px;
}
.fixed_r_nav li a{
    display: block;
    width:50px;
    height: 49px;
    background: url(../images/i40.png) no-repeat center center;
}
.fixed_r_nav li a:hover{
    background: url(../images/i40_on.png) no-repeat center center;
}
.fixed_r_nav .li_1 {
    width: 50px;
    height: 49px;
    position: relative;
}
.fixed_r_nav .li_1 a{
    position: absolute;
    top: 0;
    left: 0;
    width:210px;
    background-position:  0 1px;
}
.fixed_r_nav .li_2 a{
    background-position:  0 -58px;
}
.fixed_r_nav .li_4 {
	display: none;
}
.fixed_r_nav .li_4 a{
    background-position:  0 -116px;
}
.fixed_r_nav .li_1 .on{
    left: -160px;
    background: url(../images/i40_on1.png) no-repeat 0 center;
}
.fixed_r_nav .li_2 a:hover{
    background-position:  0 -58px;
}
.fixed_r_nav .li_4 a:hover{
    background-position:  0 -116px;
}










