﻿* {
    -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;
}


input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}
body{ background:#87888A;
    font-family:"微软雅黑","Microsoft Yahei";
    color: #686868;
    font-size: 14px;
    overflow-x: hidden;
}

#main{
    margin: 15px auto;
    max-width: 1180px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    /*overflow-x: hidden;*/
    overflow: hidden; 
}
.wp{
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
a{
    color: #686868;
}
a:hover{
    color: #e60012;
}


/*头部*/
#hd{padding: 20px 0 25px 0;background: #fff;height: 106px;overflow: hidden;border-radius: 5px 5px 0 0;}
#hd .logo{float:left;}
#hd .hdr{float: right;}
#hd .hdr .logo-1{float: right; margin-top:27px;}

#hd .global{display: inline-block;padding-left: 28px;line-height: 56px;}

#nav{background: url(../images/nav.png) repeat-x;height: 40px;position: relative;z-index: 9999; margin-bottom:3px;}
#nav ul li{float: left;width: 14.08%;position: relative;text-align: center;}
#nav .leftline{float: left; background:url(../images/leftnav.jpg) no-repeat; width:2px;}

#nav ul li > a{line-height: 40px;color: #333;font-size: 15px;display: block;}
#nav ul li dl{position: absolute;left: 0;top: 40px;	width: 100%;background: url(../images/shaw_78.png) repeat;border-bottom: 4px solid #e60012;padding: 10px 0;display: none;}
#nav ul li dl dd a{display: block;color: #fff;line-height: 30px;font-size: 13px;}
#nav ul li dl dd a:hover{color: #e60012;}
#nav ul li.ok > a,#nav ul li.on > a{color: #fff;background: url(../images/nav_on.png) repeat-x;}

.laugese img{ float:left; margin-left:0.5em;}
.laugese {margin:0 auto 0; text-align: center;} 
.laugese ul {padding: 0;list-style: none;position: relative; z-index:999999;display: inline-table;}
.laugese ul li {float: left;font-size:13px; min-width:75px;font-family:"微软雅黑",Arial; height:22px; line-height:15px; background:#87888A; padding:3px 0; margin-right:1px;color:#fff;}
.laugese ul li:hover {color:#fff;background:#E60012; min-width:75px; padding:3px 0;}
.laugese ul li a{color:#fff;}

.free-tel{ float:right; margin-top:27px;border-right:1px solid #c3bfbe; margin-right:10px; padding:1px 10px 1px 27px;}
.free-tel font{ text-align:center;line-height:20px}
.free-tel .t1{ font-size:15px; color:#221815; float:left; margin-right:2px;}
.free-tel .t2{ color: #F00000; font-size:20px; font-weight:bold; text-indent:inherit;}

/* ==========================================================================
Navigation
========================================================================== */
#mobile-hd{background: #fff;display: none;}
#mobile-hd .top-nav{padding: 15px 10px;}
nav { background-color: #f3f5f8; position: fixed; width: 100%; z-index: 9999; margin: 0 auto;padding: 5px 50px 0;}
nav ul { list-style: none; padding: 0; }
nav ul li { color: rgba(255, 255, 255, 0.6); display: block; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; padding-left: 0; position: relative; }
nav ul li:last-child { border: none; }
nav ul li a { color: #5ab3e8; display: block; padding: 20px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; padding-left: 0; position: relative; }
nav ul li a:hover, nav ul li a:focus { text-decoration: none; color: #5ab3e8; }
#nav-toggle { position: absolute; right: 10px; top: 26px; display:none; }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #353535; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
.navicon { position: relative; height: 26px; }
.indicator { position: absolute; right: 0 !important; }
.pull { display: none;border-top: 7px solid #e60915; }
.slider-nav{background-color: #444;}
.slider-nav li{
    font-size: 14px;
    line-height: 3.4em;
    border-bottom: 1px solid #585858;
}
.slider-nav li > a{
    color: #fff;
    display: block;
    padding-left: 2em;
    width: 100%;
    height: 45px;
    position: relative;
}
.slider-nav li > a:before,
.slider-nav li dd a:before{
    content: "";
    width: 27px;
    height: 27px;
    margin-left: -13.5px;
    margin-top: -13.5px;
    top: 50%;
    position: absolute;
    right: 2em;
    background-image: url(../images/arrow_nav_link.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.slider-nav li > a:after{
    content: "";
    height: 1px;
    line-height: 1px;
    background-color: #353535;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-nav li > a.on:before{
    background-image: url(../images/arrow_nav_down.png);
}
.slider-nav li dl{
    display: none;
}
.slider-nav li dd a{
    display: block;
    padding-left: 2em;
    color: #fff; font-size:13px;
    position: relative;
    border-bottom: 2px solid #727272;
    background: #636363;
}
.phone-top{
    background: #444444;
    padding: 1em; color:#FFFFFF;
}
.m-hd .logo-m a{
    display: inline-block;
    width: 50%; 
    float: left;
    padding: 0 10px;
    margin: 10px 0;
}

#bd{
    clear:both;
}

/*底部*/
#fd{ 
	clear:both;
	overflow: hidden;
	margin-top:15px;
    transition: .3s;  -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
#fd dl{
    float: left;
    font-size: 13px;
    line-height: 28px;color: #fff;
}
#fd dl dt{text-align:left;  
    font-size: 13px; margin-right:5px;
}
#fd dl dt a{color: #fff;}
#fd dl dt a:hover{color: #BF0000;}

.copy{
    line-height:28px;
    font-size: 13px;
    font-family: Arial,微软雅黑;
    color: #fff;
}
.copy a{color: #fff;}
.copy a:hover{color: #BB0000;}
#top{
    width: 57px;
    height: 57px;
    position: fixed;
    right: 24px;
    bottom: 115px;
    display: none;
}
#top a{
    background: url(../images/top.jpg) no-repeat;
    display: block;
    height: 57px;
}



/*首页*/
#banner{
    overflow: hidden;
    position: relative;
}
#banner *{
    outline: none;
}
.safari #banner .slick-slide{
    position: relative;
    right: -1px;
} 

#banner .slider .pic{
    /*padding-top: 7.9%;*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#banner .slick-dots{
    display: none !important;
}
#banner .slick-arrow{
    position: absolute;
    right: 10%;
    bottom: 20px;
    width: 42px;
    height: 43px;
    background-image: url(../images/arr_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,.4);
    font-size: 0;
    z-index: 60;
    border: 0;
    cursor: pointer;
}
#banner .slick-prev{right: 13.5%;}
#banner .slick-next{background-image: url(../images/arr_right.png);}
#banner .slick-arrow:hover{background-color: #fff;}


.i-gray{background: #E1E1E1;padding:30px 0 30px 0;	overflow: hidden;}
.i-gray button{display: none !important;}
.i-gray *{outline: none;}
.i-gray .slick-dots{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.i-gray .slick-dots li{width: 22px;height: 22px;    background: url(../images/disc_gray.png) no-repeat;display: inline-block;margin: 0 5px;border-radius: 100%;cursor: pointer;}
.i-gray .slick-dots li.slick-active{background: url(../images/disc_red.png) no-repeat;}
.ul-imgtxt{padding-bottom: 60px;}
.ul-imgtxt .li{
    float: left;
    width: 25%; background-color:#FFFFFF;
    text-align: center;
    font-size: 14px;
    color: #686868;
    transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    -o-transition: .6s;
    opacity: 1 !important; 
	margin: 0 0.2%;

}
.ul-imgtxt .li img{display: inline-block;}
.ul-imgtxt .li h3{
    line-height: 2.5em;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.ul-imgtxt .li p{
	padding:0 15px;
	line-height: 24px;
	margin:8px 0;
	height:48px;
}

.i-box{
    padding-top:5px;
}
.col-l-i{
    width: 50%;
    float: left;

    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.col-r-i{
    width: 50%;
    float: right;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.icon{
  display: block;  background: url(../images/icon.png) left top no-repeat;
}
.icon-horizontal-1{
	width: 30px; margin:0 auto; text-align:center;
	height: 4px;
	background-position:-205px 0;
}
.btn {
  display: inline-block;
  +display:inline;
  _isplay:inline;
  zoom: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  margin-bottom:15px;
}
.btn-default-warning{
  color: #CC0000;
  background-color: #fff;
  border: solid #CC0000 1px;
}
.btn-default-warning:hover {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.i_about{float: left;width: 49%;}
.i_about li{ position: relative; float: left; margin-right: 2px; margin-bottom: 2px;}
.i_about li img{ width: 100%; height: 100%;}
.i_about li.l1{ width: 67%;}
.i_about li.l2{ width: 32%;}
.i_about li ._txt{ position: absolute; bottom: 0; right: 0; width:58%; padding:4% 5%; background:url(../images/blue.8.png); color: #fff;}
.i_about li.l1 ._txt:before{ content:""; position: absolute; top: 30px; left: -9px; width: 9px; height: 14px; background-image: url(../images/iabout_arr.png);}
.i_about li ._txt ._t span{ display: block;}
.i_about li ._txt ._t span._en{ font-size: 14px; font-family: 'Arial'; line-height:26px;font-weight: normal;}
.i_about li ._txt ._t span._ch{ height: 35px; font-size: 22px; font-weight: bold; margin-bottom: 8px; line-height:35px; font:"微软雅黑";}
.i_about li ._txt ._t span._ch i{ padding-left: 10px; font-family: '微软雅黑'; font-weight: bold;}
.i_about li ._txt ._p{ font-size:13px; line-height:22px;}

.i_about li ._intro{ position: absolute; right: 0; bottom: 0; width: 80%; height: 35px; line-height: 35px; text-align: center; background: url(../images/blue.8.png); font-size: 14px; color: #fff;}
.ip1{ margin:20px 0;}
.icht{ font-size: 25px; font-weight: bold; color: #333; line-height:normal; margin-bottom: 20px;}
.icht ._tip{ display:inline-block; vertical-align: -2px; font-size: 13px; font-weight: normal; color: #666; border-left: 1px solid #666; padding-left: 5px; line-height: 1;}
.eff1{ overflow: hidden;}
.eff1 img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.eff1:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}

.eff2{-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;}
.eff2:hover{transform:rotateY(180deg);-ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg); 	-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}	

.eff3{transition:all .5s ease 0s;}
.eff3:hover{transform: rotate(45deg);}
.show_on{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}


.i_news{ float: right; width: 48%;}
.i_news ._list li{ margin-bottom:4.5%;}
.i_news ._list .itime{ float: left; width: 70px; margin-right: 15px;}
.i_news ._list ._txt ._t{ font-size: 15px; color: #494949; line-height:30px;}
.i_news ._list ._txt ._p{ font-size: 13px; color: #666; line-height:28px;}
.i_news ._list ._txt ._more{font-size: 13px; font-family:Arial; color: #666;}
.i_news ._list li:hover .itime{ border-color: #008cd6;}
.i_news ._list li:hover .itime span._date{ background-color: #008cd6;}
.i_news ._list li:hover ._txt ._t { color: #008cd6;}
.i_news ._list li:hover ._txt span._more{color: #008cd6;}
.top_news { margin-bottom: 20px;}
.top_news ._img{ float: left; width: 42.5%;}
.top_news ._txt{ float: right; width: 53.5%;}
.top_news ._txt ._t{ font-size: 14px; color: #494949;}
.top_news ._txt  time{ margin: 5px 0; color: #666;}
.top_news ._txt ._p{ font-size: 12px; color: #666;}
.itime { border: 1px solid #aaaaaa;}
.itime span{ display: block; font-family: 'Arial';}
.itime span._date{ line-height: 45px; height: 45px; text-align: center; background-color: #ababab; font-size: 22px; font-weight: bold; color: #fff;}
.itime span._year{ color: #666; text-align: center; height:30px; line-height:30px;}

.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}


.w_0100{ float:left; width:100%;}
.w_1180{ margin:0 auto; max-width:1180px;}

/*top*/
.c_1200_1{ float:left; width:100%; height:85px;}
.t_1200_1{ float:left; width:100%; margin:23px 0;}
.li_6{ float:left; width:25%; margin:22px 0 0 0; background: url(images/main_img3.jpg) bottom right no-repeat;}
/*.li_6:hover{ margin:12px 0 0 0; padding:0 0 10px 0;transition: all 0.5s ease 0s;}*/
.li_6 .l_41{ float:left; width:41px; height:47px; margin:7px 0 8px 15%;}
.li_6 .l_41 a{ float:left; width:41px; height:47px;}
.li_6 .l_41 a.bg41_1{ background:url(../images/main_img1.png) no-repeat;}
.li_6:hover .l_41 a.bg41_1{background:url(../images/main_img1_h.png) no-repeat;}
.li_6 .l_41 a.bg41_2{ background:url(../images/main_img4.png) no-repeat;}
.li_6:hover .l_41 a.bg41_2{background:url(../images/main_img4_h.png) no-repeat;}
.li_6 .l_41 a.bg41_3{ background:url(../images/main_img5.png) no-repeat;}
.li_6:hover .l_41 a.bg41_3{background:url(../images/main_img5_h.png) no-repeat;}
.li_6 .l_41 a.bg41_4{ background:url(../images/main_img6.png) no-repeat;}
.li_6:hover .l_41 a.bg41_4{background:url(../images/main_img6_h.png) no-repeat;}
.li_6 .l_140{ float:left; width:46%;}
.li_6 .l_140 .t_140_1{ float:left; width:100%; margin:12px 0 0 8px;}
.li_6 .l_140 .t_140_1 a{ float:left; width:100%; color:#333333; font-size:16px; line-height:24px; text-align:left; font-weight:bold; font-family:"微软雅黑";}
.li_6:hover .l_140 .t_140_1 a{ color:#BF0000;}
.li_6 .l_140 .t_140_2{ float:left; width:100%; margin:0 0 0 8px;}
.li_6 .l_140 .t_140_2 a{ float:left; width:100%; color:#969696; font-size:12px; line-height:13px; text-align:left;  font-family:Arial, Helvetica, sans-serif;}
.li_6 .l_17{ float:left; width:17px; height:17px; margin:22px 0 0 0; background:url(images/main_img2.png) no-repeat;}
.li_6:hover .l_17{ background:url(images/main_img2_h.png) no-repeat;}
.li_6:nth-child(4){ background:0;}



/*分页*/
.pages li{
    float: left;
    margin-right: 8px;
}
.pages li a{
    display: block;
    width: 43px;
    height: 43px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 43px;
    font-family: Arial;
    color: #888;
}
.pages li a:hover,
.pages li.on a{
    background: #e70012;
    border: 1px solid #e70012;
    color: #fff;
}
	