﻿@charset "UTF-8";
html,body,div,ol,ul,li,ol,h1,h2,h3,h4,p,dl,dt,dd,form,a,input,textarea,select,label,img {margin: 0;padding: 0;font-weight: normal;}
body,button,input,select,textarea {font-family: SegoeUI, "Microsoft YaHei", "HanHei SC","PingHei","PingFang SC","Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 12px;}
body {color: #444;background-color: #f3f4f7;min-width: 320px;}
a{text-decoration: none;color: #33363c;}
a:hover {text-decoration: none;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;color: #ff7900;}
a:focus {-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;text-decoration: none;}
img {border: 0;vertical-align: top;}
ul,ol,li {list-style: none;}
a,a:focus,input,input:focus {outline: none;}

.top{width: 1160px; margin: auto; background-color: #eaecfe; height: 24px; line-height: 24px; border-bottom: solid 1px #95a4ef; padding: 0px 20px;}
.gktop {
    width: 1160px;
    margin: auto;
    background-color: #eaecfe;
    height: 24px;
    line-height: 24px;
    border-bottom: solid 1px #95a4ef;
    padding: 0px 20px;
}
.top01,.top02{width: 30%; float: left;}
.top02{margin-top: 2px;}
.top03{width: 40%; float: left; text-align: center;}
.top03 a{color: #ff7700;}
.top04{width: 10%; float: left;}
.top04 dt{width: 50%; float: left;}
.top04 dd{width: 50%; float: left; margin-top: 2px;}
.top04 a{font-weight: bold;color: #ff7700;}
.top05{width: 20%; float: left; text-align: right;}
.top01 a,.top05 a{color: #333; font-family: "微软雅黑", arial;font-size: 12px;}
.top a:hover{text-decoration: underline; color: #ff0000;}

.header{width: 1200px; margin: auto; padding: 10px 0px; background: #fff;}
.logo{width: 150px; float: left; margin-right: 50px;}
.logo img{width: 150px; height: 60px;}
.lanmu{width: 830px; float: left; color: #999;font-size: 12px; font-family: "微软雅黑", arial;}
.lanmu a{color: #333; font-family: "微软雅黑", arial; font-size: 12px;line-height: 30px;padding: 0px 8px;}
.lanmu a:hover{text-decoration: underline; color: #ff0000;}
.tiyan{width: 120px; float: right;}

.nav{background-color: #fe7900; height: 35px; line-height: 35px; width: 1200px; margin: auto;}
.nav_left{width: 900px; float: left;}
.nav_left a{padding: 0px 11px;color: #fff; font-family: "微软雅黑"; font-size: 14px; display: block; float: left;}
.nav_left a:hover{background: #b95800;}
.nav_right{width: 245px; float: right;}
.nav_right h1{width: 75px; font-size: 14px; border-right:solid 1px #ccc ; float: left; color: #333; font-weight: normal; background-color: #eee;height: 25px; line-height: 25px; background-color: #eee; margin-top: 5px; text-align: center;border-radius: 3px 0px 0px 3px;box-shadow:0 0 3px 0px #eee;}
.tab_search{height: 25px; background-color: #fff; margin-top: 5px;float: left;width: 160px;border-radius: 0px 3px 3px 0px;box-shadow:0 0 3px 0px #eee;}
.searchinput{width: 120px;float: left;border: none;outline: none;background: transparent; margin-left: 10px; margin-top: 5px;}
.searchaction{width: 21px;float: left;height: 17px;border: none;outline: none;background: transparent; margin-top: 4px;}

.cptj{width: 1200px; margin: auto; margin-bottom: 10px;}
.cptj h1{font-weight: normal;height: 32px; line-height: 32px; color: #333; font-family: "微软雅黑"; font-size: 16px; padding: 0px 12px; background: url(../images/index_2017/cptj_xian.png) left top no-repeat;}
.cptj_01{width: 232px; float: left;background-color: #f7f7f7; margin-right: 10px;}
.cptj_03{background-color: #f7f7f7;float: right;width: 232px;}
.cptj01_text,.cptj03_text{width: 110px; float: left; padding: 6px;height: 108px;}
.cptj01_text h2,.cptj03_text h2{line-height: 30px; height: 30px; overflow: hidden; color: #666; font-family: "微软雅黑"; font-size: 13px;}
.cptj01_text p,.cptj03_text p{line-height: 20px;color: #666; font-family: "微软雅黑"; font-size: 12px;}
.cptj_01 a,.cptj_03 a{color: #fff;}
/*.cptj_01 a:hover,.cptj_02 a:hover,.cptj_03 a:hover{text-decoration: underline;}*/
.cptj01_text span,.cptj03_text span{padding-top: 6px; display: block; color: #eeeeee;}
.cptj01_pic,.cptj03_pic{float: left;
    display: block;
    width: 110px;
    height: 120px;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.cptj01_pic img,.cptj03_pic img{margin-top: 10px; margin-left: 5px;}
.cptj01_pic:hover,.cptj03_pic:hover {opacity:0.9;filter:alpha(opacity=90);-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
    
}



.footer{width: 1200px; margin: auto; background-color: #dddddd;}
.footer_01,.footer_02,.footer_03{width: 220px; margin: 20px 30px; float: left;}
.footer_04{width: 350px;float: left; margin-top: 20px;}
.footer p{padding-top: 20px; font-size: 12px; color: #444; line-height: 24px;}
.footer h1{font-size: 14px; color: #444; line-height: 40px;}
.footer_04 ul{padding-top: 20px;/*! text-align: left; *//*! display: block; */}
.footer_04 li{width: 100px; height: 100px; float: left; margin-right: 15px;}
.footer_04 li{width: 100px; height: 100px; float: left;/*! display: block; */}
.footer a{font-size: 12px; color: #444; line-height: 24px;}
.footer a:hover{color: #000; text-decoration: underline;}
.copy{width: 1140px; margin: auto; background-color: #999999; padding: 10px 30px;}
.copy p{font-size: 12px; color: #eee; line-height: 24px; text-align: center;}
.copy02{padding-left: 12px;}
.copy03{padding-left: 12px;}
.copy a{font-size: 12px; color: #eee; line-height: 24px; padding: 0px 6px;}
.copy a:hover{color: #fff; text-decoration: underline;}
.copy01 a,.copy02 a,.copy03 a{padding: 0px;}



.header{width: 1200px; margin: auto; padding: 10px 0px;}
.logo{width: 150px; float: left; margin-right: 75px;}
.logo img{width: 150px; height: 60px;}
.lanmu{width: 795px; float: left; color: #999;font-size: 12px; font-family: "微软雅黑", arial;}
.lanmu a{color: #333; font-family: "微软雅黑", arial; font-size: 12px;line-height: 30px;padding: 0px 8px;}
.lanmu a:hover{text-decoration: underline; color: #ff0000;}

.tiyan{width: 180px; float: right;}
.hom_tuijian li{width: 90px; float: left;}
.hom_tuijian_img01{background: url(/images/icon_zhibo_a.png) center center no-repeat; width: 35px; height: 35px; margin: auto; background-color: #2bce6d; border: solid 1px #2bce6d; border-radius: 100%;}
.hom_tuijian_img02{background: url(/images/icon_tiyan_a.png) center center no-repeat; width: 35px; height: 35px; margin: auto; background-color: #d44137; border: solid 1px #d44137; border-radius: 100%;}
.hom_tuijian_text{font-size: 12px; color: #333; padding-top: 5px; display: block; text-align: center;}
.hom_tuijian li:hover .hom_tuijian_img01{background: url(/images/icon_zhibo_a.png) center center no-repeat;background-color: #fe7900; border: solid 1px #fe7900; transition: all 0.3s ease-in-out;}
.hom_tuijian li:hover .hom_tuijian_img02{background: url(/images/icon_tiyan_a.png) center center no-repeat;background-color: #fe7900; border: solid 1px #fe7900; transition: all 0.3s ease-in-out;}
.hom_tuijian li:hover .hom_tuijian_text{color: #fe7900; transition: all 0.3s ease-in-out;}


