@charset "utf-8";
/*初始化  reset*/
body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,li,ol,p,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font:14px/1.5 "微软雅黑",sans-serif; color:#2a3233;}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,i{font-style:normal}
ol,ul{list-style:none}
a{text-decoration:none;color:#333;}
img{border:0; display:block;}
textarea{resize:none;}
a,input,button,select,textarea{outline:none;}
a,button{cursor:pointer;}
/*清除浮动*/
.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
*html .clearfix { height: 1%; }
.clearfix { display: block; }
*+html .clearfix { min-height: 1%; }
/*-------------------------------banner----------------------------------------------------*/
.banner{ width:100%; overflow:hidden; display:none; }
.banner_ph{width:100%; overflow:hidden; }
.banner_ph img{ width:100%;}
.con{ width:98%; padding:1%; margin:auto; overflow:hidden;}
.con_left{ width:100%; overflow:hidden; }
.bt{ font-size:20px; font-weight:bold; color:#2A3233; padding-left:10px; border-left:7px solid #D13537; margin:10px 0;}
.left_01{ overflow:hidden;}
.left_01 dl{ overflow:hidden;}
.left_01 dl dt{ width:100%;}
.left_01 dl dt img{ margin:auto; width:50%;}
.left_01 dl dd{ width:100%;}
.left_01 dl dd p{ line-height:24px;}
.left_01 dl dd strong{ font-size:18px; display:block; margin:10px 0;}
/*-------------------------------left02----------------------------------------------------*/
.left_02{ overflow:hidden; width:100%;}
.left_02 ul li{ overflow:hidden; margin-bottom:20px;}
.left_02 ul li dl{ width:96%; padding:2%; overflow:hidden; background:#E8E8E8; color:#333;}
.left_02 ul li dl:hover{ background:#D13537; color:#FFF;transition:all 0.8s;}
.left_02 ul li dl dt{ width:100%;}
.left_02 ul li dl dt img{ margin:auto; width:100%;}
.left_02 ul li dl dd{ width:100%;}
.left_02 ul li dl dd h2{ font-size:18px; margin:10px 0;}
.left_02 ul li dl dd p{ line-height:24px;}
/*-------------------------------left03----------------------------------------------------*/
.left_03{ overflow:hidden; width:100%;}
.ul01{ overflow:hidden; margin-bottom:20px;}
.ul01 li{ float:left; width:46%; margin:2%; overflow:hidden;}
.ul01 li img:hover{ -webkit-transform: scale(1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;}
.ul02{ width:100%; overflow:hidden;}
.ul02 li{ width:94%; float:left; background:#CF2727; padding:2% 2%; margin:1%; color:#FFF;}
.ul02 li img{ display:block; margin-left:20px; margin:auto; float:left;}
.ul02 li strong{ display:block; font-size:24px;}
/*-------------------------------left04----------------------------------------------------*/
.left_04{ overflow:hidden; width:100%;}
.left_04 ul{ width:100%; overflow:hidden;}
.left_04 ul li{ overflow:hidden; margin-bottom:20px;}
.left_04 ul li h2{ background:#CF2727; height:34px; width:100%; color:#FFF; font-size:18px; line-height:34px; text-align:center; font-weight:normal;}
.left_04 ul li dl{ background:#EDEDED; width:96%; padding:2%; overflow:hidden;}
.left_04 ul li dl dt{}
.left_04 ul li dl dt img{ margin:auto; width:100%}
.left_04 ul li dl dd{ }
.left_04 ul li dl dd p{ line-height:24px; font-size:14px;}
.left_04 ul li dl dd p strong{ display:block; font-size:16px; margin:5px 0;}
.left_04 .an02 li dl dt{ }
.left_04 .an02 li dl dd{ }




/*-------------------------------right----------------------------------------------------*/
.con_right{ background:#35495e; width:96%; padding:2%; }
.r_bt{ font-size:20px; font-weight:bold; color:#fff; padding-left:10px; border-left:7px solid #D13537; margin:10px 0;}
.right_01{ overflow:hidden; margin-bottom:40px;}
.right_01 ul{ width:244px; overflow:hidden; margin:auto;}
.right_01 ul li{ width:244px; height:38px; background:#D13537; color:#FFF; line-height:38px; text-align:center;}
.right_01 ul img{ margin:10px auto;}
/*-------------------------------right02----------------------------------------------------*/
.right_02{ overflow:hidden; margin-bottom:20px; width:100%;}
.right_02 p{ color:#FFF;}
.right_02 ul{ width:100%; overflow:hidden;}
.right_02 ul li{ margin:10px 0;}
.right_02 ul li input{ width:92%; padding:8px; border:none; border-radius:3px; font-size:15px; }
.right_02 ul li select{ height:38px; background-color:#FFF; width:96%; padding:8px; border:none; border-radius:3px;color:#999;  font-size:15px;}
.right_02 ul li span{ color:#F00;}
.right_02 ul li p{ font-size:12px; color:#F00;}
.tj{ width:100%; height:40px; background:#CF2927; color:#FFF; border:none; margin-top:10px;}
/*-------------------------------right03----------------------------------------------------*/
.right_03{ overflow:hidden; margin-bottom:40px;}
.right_03 p{ color:#FFF;}
.right_03 img{ margin:20px auto;}
/*-------------------------------right04----------------------------------------------------*/
.right_04{ overflow:hidden; margin-bottom:40px;}
.right_04 p{ color:#FFF !important;}
/*-------------------------------foot----------------------------------------------------*/
.foot{ width:96%; padding:1% 2%; background:#CF2727; color:#FFF !important; text-align:center; }
/*-------------------------------fu----------------------------------------------------*/
.fuchuang{ position:fixed; right:1%; bottom:2%; width:100px;height:100px;background:url('images/html5icon.png') center center no-repeat;}
.fuchuang img{cursor:pointer;-webkit-animation: scaleout 1.3s infinite ease-in-out;animation: scaleout 1.3s infinite ease-in-out; width:100px;}
@-webkit-keyframes scaleout {
    0% { -webkit-transform: scale(1.0) }
    100% {
        -webkit-transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    } 100% {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          opacity: 0;
      }
}



