@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none; color:#333333;}
li{ list-style:none;}
table,tr,td,ul,li,dl,dt,dd,div,img{ border:0;}
body{ font-size:14px; font-family:微软雅黑; overflow-x: hidden;-webkit-text-size-adjust: 100% !important; color:#333333; background:#FFFFFF}
hr{border: none;height: 1px;background-color: #e5e5e5;}
input[type='text'], input[type='button'], input[type='submit'], input[type='reset'], select, textarea,button {-webkit-appearance: none;border-radius:0;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 100px white inset;}
.float_l{ float:left !important;}
.float_r{ float:right !important;}
.text_c{ text-align:center !important;}
.blank0{ width:100%; height:0px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}

/*首页*/
.center{ width:1200px; margin:0 auto; word-break:break-all;word-wrap: break-word;}

.center{ width:1200px; margin:0 auto;}
.headertop{ height:37px; line-height:37px; background:#002631; display:block; color:#fff}
.headertop a{ font-size:14px; color:#fff; margin-left:25px;}
.headertop img{ margin-right:7px;vertical-align: -2px;}

.header{ width:100%; height:97px; display:block; position:relative; z-index:2;}
.header .logo{ float:left; margin-top:21px;}
.header .nav{ float:right; margin-top:20px;}
.header .float_r{ margin-top:32px;display: table;}
.header .float_r img{ vertical-align: middle; margin-left:20px;}

.nav1{ float:right; font-size:16px; color:#FFFFFF; margin-top:20px;}
.nav1 li{ float:left; height:52px; line-height:52px; position:relative}
.nav1 li:hover{ background:#002631;}
.nav1 li:hover a{ color:#FFFFFF}
.nav1 li:hover .nav2{ display:block;}
.nav1 .lis:hover{ background:url(../images/nav.jpg) no-repeat center bottom #002631;}
.nav1 li a{ margin:0 14px;}


.nav2{ display:block; position:absolute; width:100%; overflow:hidden; top:52px; left:0px; display:none; font-size:14px}
.nav2 li{ width:100%; height:35px; background:#002631; height:33px; line-height:33px; text-align:center}
.nav2 li:hover { background:#aa1e23;}


.mobile_bg{ width:100%; display:none; background:#FFF; position:relative; }
.mobile_nav{ width:100%;  border-top:1px solid #ccc; border-bottom:1px solid #ccc; position:relative; padding:10px 0 5px 0; text-align:left;}
.mobile_logo{ display:inline-block; height:36px; margin-left:3%; }

.mobile_nav_in{ width:100%; overflow:hidden; float:left; display:none; background:#FFF;}
.mobile_nav_in>li{ float:left; width:100%; min-height:40px; border-bottom:1px solid #ccc; text-align:left;}
.mobile_nav_in>li div{ color:#FFF; line-height:40px;}
.mobile_nav_in>li .span_arrow{ display:block; width:40px; height:40px; background:url(../images/nav_mobie_bg.png) center center no-repeat; position:absolute; top:0; right:2.5%;}
.mobile_nav_in>li a{ position:relative;}

.nav_step1{ float:left; display:block; width:94%; padding:0 3%; min-height:40px; line-height:40px; color:#666;}
.nav_step2_list{ width:100%; display:none;}
.nav_step2_list>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.nav_step2{ float:left; display:block; width:93%; padding:0 3% 0 4%; min-height:40px; line-height:40px; color:#666;}
.nav_step3_list{ width:100%; display:none;}
.nav_step3_list>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.nav_step3{ float:left; display:block; width:92%; padding:0 3% 0 5%; min-height:40px; line-height:40px; color:#666;}
.nav_step4_list{ width:100%; display:none;}
.nav_step4_list>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.nav_step4{ float:left; display:block; width:91%; padding:0 3% 0 6%; min-height:40px; line-height:40px; color:#666;}

.header_mobile1{ width:33px; height:33px; position:absolute; right:12px; top:11px;}
.header_mobile1 .span1{ display:block; height:3px; background:#002631; width:33px; position:absolute; top:6px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span2{ display:block; height:3px; background:#002631; width:33px; position:absolute; top:15px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span3{ display:block; height:3px; background:#002631; width:33px; position:absolute; top:24px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

.header_mobile_in_open .span1{
	top:15px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.header_mobile_in_open .span2{ display:none;}
.header_mobile_in_open .span3{
	top:15px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/* banner css */
.slideBox{ width:100% !important; height:530px; overflow:hidden; position:relative; z-index:1; display:block; background:#eeeeee}
.slideBox .hd{ width:100%; height:20px; overflow:hidden; position:absolute; left:0; bottom:27px; z-index:1; cursor:pointer;}
.slideBox .hd ul{ overflow:hidden; zoom:1; display:inline-table;}
.slideBox .hd ul li{ float:left; margin:0 8px; width:17px; height:17px; background:url(../images/point.png) no-repeat; cursor:pointer;}
.slideBox .hd ul li.on{ background:url(../images/point_on.png) no-repeat;}
.slideBox .bd{ width:100% !important; position:relative; height:100%; z-index:0;}
.slideBox .bd ul{ width:100% !important;}
.slideBox .bd ul li{ width:100% !important; height:530px; zoom:1; vertical-align:middle;}
.slideBox .bd ul li a{ display:block; width:100% !important; height:462px;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; left:3%; top:50%; margin-top:-12px; z-index:1; display:block; width:31px; height:89px; background:url(../images/prev.png) center center no-repeat;}
.slideBox .next{ position:absolute; right:3%; top:50%; margin-top:-12px; z-index:1; display:block; width:31px; height:89px; background:url(../images/next.png) center center no-repeat;}

#swiper1 {
	width: 100%;
	height: 100%;
	display:none;
}
#swiper1 .swiper-slide img{ width:100%; display:block;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}


.index1{ padding-top:30px; padding-bottom:22px;}
.index1 .adv{ overflow:hidden}
.index1 .adv li{float:left;width:378px; margin:19px 11px; position:relative}
.index1 .adv li img{width:100%; height:313px; display:block}
.index1 .adv li div{ position:absolute; bottom:0; width:100%; background:#002631; line-height:38px; color:#FFFFFF}


.index2 .title{ margin-left:11px; font-size:22px; color:#002631; margin-bottom:16px;}
.index2 .news{ margin-left:11px; margin-right:11px; border: 2px solid #cccccc; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.index2 .news li{ background:#eeeeee; line-height:40px; padding-left:20px; border-left:5px solid #dddddd}


.index2 .news li:nth-child(2){ background:#f9f9f9}
.index2 .news li:nth-child(4){ background:#f9f9f9}
.index2 .news li:nth-child(6){ background:#f9f9f9}

.index2 .news li:hover{ background:#dddddd; border-left:5px solid #aa1e23}




.neiye_banner{ width:100%; height:300px; display:block; background-repeat:no-repeat; background-position:center; color:#FFFFFF; position:relative; overflow:hidden;}
.neiye_banner .title{ padding-top:95px; padding-left:15px;}
.neiye_banner .title_1{ font-size:39px; color:#aa1e23}
.neiye_banner .title_2{ font-size:38px; color:#002631}
.neiye_banner .title_3{ font-size:18px; color:#002631; margin-top:5px;}

.neiye_banner .yin{ background:#002635;  height:49px; width:100%; opacity:0.4;  position:absolute; bottom:0;}
.neiye_banner .menu{ font-size:16px; position:absolute; bottom:0; z-index:1; font-weight:normal}
.neiye_banner .menu li{ float:left;}
.neiye_banner .menu a{ color:#FFFFFF; padding:0 36px; display:block; line-height:49px; height:49px;}
.neiye_banner .menu .on { background:#aa1e23;}

.position1 span{ color:#aa1e23}
.position2{ font-size:28px;}

.details .content{ line-height:30px; font-size:16px;}
.details .content img{ max-width:100%}

.w50{ float:left; width:48%; margin-right:2%}
.w50 img{ max-width:100%; display:block; margin-bottom:20px;}

.page{ font-size:16px;  text-align:center;}
.page a{ display:inline-block; padding:0px 5px; margin:0 6px}
.page span{ display:inline-block; padding:0px 5px; margin:0 6px}
.pager span.current{ background:#ab1e26; color:#FFF;}

.turnpage{ line-height:32px; font-size:16px; border-top:1px solid #e5e5e5}
.turnpage a:hover{ color:#ab1e26}




.details .news{ border: 2px solid #cccccc; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.details .news li{ background:#eeeeee; line-height:40px; padding-left:20px; border-left:5px solid #dddddd}

.details .news li:nth-child(2){ background:#f9f9f9}
.details .news li:nth-child(4){ background:#f9f9f9}
.details .news li:nth-child(6){ background:#f9f9f9}
.details .news li:nth-child(8){ background:#f9f9f9}
.details .news li:nth-child(10){ background:#f9f9f9}
.details .news li:nth-child(12){ background:#f9f9f9}
.details .news li:hover{ background:#dddddd; border-left:5px solid #aa1e23}

.details .newsin{ border-bottom:1px solid #eeeeee;}
.details .newsin .title{ margin-top:-17px; font-size:24px; text-align:center}
.details .newsin .title2{ color:#999999; text-align:center; line-height:34px; border-bottom:1px solid #eeeeee; padding-bottom:10px; margin-bottom:38px;}

.details .product_l{ overflow:hidden;}
.details .product_l .product_l_1{ float:left; margin-left:51px; margin-top:20px;}
.details .product_l .product_l_2{ float:left; margin-left:33px; margin-top:20px; width:788px; height:83px; display:table;}
.details .product_l .product_l_2 span{ display: table-cell; vertical-align:middle}

.details .product_2{ border-bottom:43px solid #aa1f24; border-left:20px solid transparent; height:0; color:#FFFFFF; font-size:18px; font-weight:bold; line-height:48px; padding-left:10px;}
.details .blue{ border-bottom:43px solid #19499d;}

.details .product_3{ overflow:hidden;}
.details .product_3 li{float:left; margin:0 4px}
.details .product_3 li img{width:290px; height:280px; display:block; border:1px solid #e7e7e7}
.details .product_3 li .title_1{ font-size:20px; font-weight:bold; color:#aa1f22; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-top:15px;}
.details .product_3 li .title_2{ font-size:16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-bottom:15px;}
.details .product_3 li .blue_2{ color:#19499c; }



.details .video_3{ overflow:hidden}
.details .video_3 li{float:left; margin:19px 11px; position:relative}
.details .video_3 img{width:378px; height:313px; display:block}
.details .video_3 div{ position:absolute; bottom:0; width:100%; background:#002631; line-height:38px; color:#FFFFFF; overflow:hidden; height:38px; }


.details .product_in .pic{ float:left; width:473px; margin-right:60px;}
.details .product_in .float_l{ width:500px;}
.details .product_in .title{ line-height:50px; font-weight:bold; font-size:30px; color:#aa1f24}
.details .product_in .blue3{ color:#19499c}
.details .product_in .desc{ line-height:50px; font-weight:bold; font-size:30px;  border-bottom:0px solid #e5e5e5}
.details .product_in .title2{ font-size:20px; margin-bottom:20px;}
.details .product_in .content{ border-top:1px solid #e5e5e5; clear:both}

.details .agent{background:url(../images/agent.jpg) right bottom no-repeat; overflow:hidden}
.details .agent li{ float:left; width:33%; height:288px;}

.details .contact{ border-top:1px solid #e5e5e5; overflow:hidden; font-size:16px}
.details .contact .float_l{ margin-top:43px; line-height:26px;}
.details .contact .title{ font-size:22px; line-height:40px;}
.details .contact .red{ color:#aa1e23}
.details .contact .float_r{ margin-top:60px; padding-left:80px; border-left:1px solid #e5e5e5;}



.input1{ color:#888; padding:0 27px; height:42px; border:1px solid #b2b2b2; outline:none; margin-top:20px; width:530px;}
.textarea1{ padding:9px 27px; border:1px solid #b2b2b2; outline:none; margin-top:20px; height:100px; width:530px}
.button1{ height:42px; width:130px; background:#aa1d23; border:1px solid #aa1d23; color:#FFFFFF; cursor:pointer; font-size:16px}
.button2{ height:42px; width:130px; background:#ffffff; border:1px solid #b2b2b2; color:#888888; cursor:pointer; font-size:16px; margin-left:10px;}
.code{ float:left; margin-top:20px; border:1px solid #b2b2b2; border-left:none; height:34px; padding-top:8px; width:120px }
.code1{ color:#888; padding:0 27px; height:42px; border:1px solid #b2b2b2; outline:none; margin-top:20px; width:408px; border-right:none; float:left}

.footer1{ background:#002631; overflow:hidden; color:#b8bdbf}
.footer1 a{ color:#b8bdbf}
.footer1 .footer1_1{ overflow:hidden}
.footer1 .footer1_1 .footer1_1_1{ float:left; margin:28px 47px 24px -3px;}
.footer1 .footer1_1 .footer1_1_2{ float:left; margin-top:43px;}
.footer1 .footer1_1 .footer1_1_2 a{ float:left; margin-right:25px;}
.footer1 .footer1_1 .footer1_1_3{ float:right; margin-top:15px; margin-left:15px; }
.footer1 .footer1_1 .footer1_1_4{ float:right; margin-top:43px; font-size:16px}
.footer1 .footer1_1 .footer1_1_4 li{ float:left; margin-right:25px;}
.footer1 .footer1_2{ border-top:1px solid #33515b; height:35px; line-height:35px; overflow:hidden; }