@charset "utf-8";
body {
    font-family: microsoft yahei;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #888888;
    background: #FFF;
}

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    transition: color 0.2s,background 0.4s;
    -webkit-transition: color 0.2s,background 0.4s;
    -moz-transition: color 0.2s,background 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul ,li {
    list-style: none;
    overflow: hidden;
}

div {
    overflow: hidden;
}

input,select,textarea {
    vertical-align: middle;
    font-family: microsoft yahei;
}

input:focus,textarea:focus {
    outline: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

/* Link */
a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #d70000;
    text-decoration:none;
}

/* Other */
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clear::after {
    content: "";
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

/*top menu*/
.header {
    width: 100%;
    height: auto;
}
.mfbox {
    width: 1200px;
    margin: 0 auto;
}
.mfbox .logo {
    float: left;
    min-width: 100px;
    margin: 16px 0;
}
.mfbox .i_text {
    float: left;
    font-size: 30px;
    color: #011aa2;
    font-weight: bold;
    margin: 26px 0 20px 30px;
}
.mfbox .i_server {
    float: right;
    width: 170px;
    margin: 26px 0;
}
.mfbox .i_server .hotline {
    float: left;
}
.mfbox .i_server .hotline span {
    width: 100%;
    font-size: 18px;
    margin-left: 10px;
}
.mfbox .i_server .hotline p {
    width: 100%;
    font-size: 14px;
    margin-left: 10px;
}

/* menu */
.Big_box {
    width: 100%;
    height: 68px;
    margin: 4px auto 0 auto;
    background-image: url("/templates/default/images/menu_bei.jpg");
}
.Big_box .i_nav {
    width: 1120px;
    margin: auto;
}
.Big_box .i_nav ul {
    width: 1120px;
    margin: 0 auto;
}
.Big_box .i_nav ul li {
    float: left;
    width: 138px;
    text-align: center;
}
.Big_box .i_nav ul li a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 138px;
    height: 68px;
    background-image: url("/templates/default/images/menu_bai.jpg");
    line-height: 74px;
}
.Big_box .i_nav ul li a:hover {
    background-image: url("/templates/default/images/menu_tu.jpg");
    color: #000000;
    font-weight: bold;
}
.Big_box .i_nav ul .i_n01 {
    font-size: 18px;
    font-weight: bold;
}
.Big_box .i_nav .nav_active{
    background-image: url("/templates/default/images/menu_tu.jpg");
    color: #000000;
    font-weight: bold;
}

/*pic*/
#banner {
    width:100%;
    height:300px;
    position:relative;
}
#banner ul {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
#banner ul li a {
    display:block;
}
#banner ul li img {
    height:300px;
}
#banner ul li {
    position:absolute;
    left:0px;
    top:0px;
    width: 100%;
    text-align: center;
}
#banner .tagle {
    width:1600px;
    height:57px;
    position:absolute;
    z-index:999;
    top:50%;
    margin-top:-40px;
    left:50%;
    margin-left:-800px;
}
#banner .tagle #prev {
    width:45px;
    height:60px;
    background:url(../img/prev.png);
    float:left;
    background-size:100% 100%;
}
#banner .tagle #next {
    width:45px;
    height:60px;
    background:url(../img/next.png);
    float:right;
    background-size:100% 100%;
}
#banner #num {
    width:186px;
    height:20px;
    position:absolute;
    z-index:999;
    left:50%;
    margin-left:-78px;
    bottom:42px;
}
#banner #num span {
    width:20px;
    height:20px;
    border-radius:20px;
    border:1px solid #e6ddd0;
    behavior:url(PIE.htc);
    margin-left:16px;
    margin-right:16px;
    display:inline-block;
}
#banner #num span:hover {
    background:#ffffff;
    cursor:pointer;
}
#banner #num span.on {
    border:1px solid #e6ddd0;
    background:#ffffff;
}







/*首页第一部分*/
.i_box01 {
    width: 1260px;
    margin: 30px auto 0px auto;
}
.i_box01 ul {
    width: 100%;
    margin: 0 auto;
}
.i_box01 ul li {
    width: 294px;
    background-color: #000066;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 10px;
    height: 120px;
    float: left;
}
.i_box01 .b01 {
    background-color: #c90000;
}
.i_box01 .b02 {
    background-color: #03d0d0;
}
.i_box01 .b03 {
    background-color: #dad802;
}
.i_box01 .b04 {
    background-color: #03d903;
}
.i_box01 .topL {
    width: 74%;
    float: left;
}
.i_box01 .topL span {
    display: block;
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto auto 10px;
}
.i_box01 .topL p {
    display: block;
    color: white;
    font-size: 14px;
    margin: 10px auto auto 10px;
}
.i_box01 .topR {
    width: 26%;
    float: left;
    margin-top: 30px;
}

/*首页第二部分*/
.i_container {
    width: 100%;
    margin: 30px auto 0 auto;
}
.i_container .i_columnbg01 {
    background-color: #fdefdd;
}
.i_container .i_columnbg02 {
    background-color: #e9fddd;
}
.i_container .i_columnbg03 {
    background-color: #ffe3ec;
}
.i_container .i_column {
    width: 100%;
}
.i_container .i_column .i_product {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}
.i_container .i_column .i_product .product_top {
    width: 260px;
    margin:0 auto 10px auto;
}
.i_container .i_column .i_product .product_top .tz {
    float: left;
    margin-left: 10px;
}
.i_container .i_column .i_product .product_top .tz span {
    display: block;
    text-align: center;
    font-size: 28px;
}
.i_container .i_column .i_product .p_menu {
    width: 1200px;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;

}
.i_container .i_column .i_product .p_menu a {
    display: inline;
    margin: 0 20px;
}
.product_bottom {
    width: 1200px;
    margin: 0px auto;
    padding: 10px 0;
    background-color: white;
}
.product_bottom .p_products {
    width: 100%;
}
.product_bottom .p_products ul {
    width: 1180px;
    margin: 10px auto;
}
.product_bottom .p_products ul li {
    float: left;
    width: 274px;
    margin: 0 10px;
    height: 316px;
    border-radius:5px;
    overflow: hidden;
}
.product_bottom .p_products .p_item_img {
    width: 100%;
}
.product_bottom .p_products .p_item_img img {
    width: 100%;
    height: 200px;
}
.product_bottom .p_products .p_item_wrapper {
    width: 100%;
    margin: 10px auto;
}
.product_bottom .p_products .p_item_wrapper p {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #343434;
}
.product_bottom .p_products .p_item_wrapper p a {
    font-weight: bold;
}
.product_bottom .p_products .p_item_wrapper .p_ck {
    width: 100%;
    display: inline-table;
}
.product_bottom .p_products .p_item_wrapper span {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    line-height: 160%;
    margin: 4px auto;
    text-align: left;
}
.product_bottom .p_products .p_item_wrapper .p_ck a {
    font-size: 12px;
    float: right;
    margin-right: 18px;
}
/*为什么选择科泰*/
.i_column4 {
    width: 1200px;
    margin: 0 auto;
}
.i_column4 .chooseT {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.i_column4 .chooseT span {
    font-size: 26px;
    margin: 10px auto;
    display: block;
}
.i_column4 .chooseB {
    width: 100%;
}
.i_column4 .chooseB ul {
    width: 100%;
    margin: 20px auto;
}
.i_column4 .chooseB ul li {
    width: 300px;
    text-align: center;
    margin: 20px auto;
    float: left;
    height: 160px;
}
.i_column4 .chooseB ul li p {
    color: black;
    font-size: 18px;
    margin: 10px auto;
}
.i_column4 .chooseB ul li span {
    color: #999;
    font-size: 14px;
    margin: 0 20px;
}
.chooseB ul li .choosepic {
    border-radius: 50%;
    border: #cb0404 solid 1px;
    width: 70px;
    height: 70px;
    clear: both;
    margin: 0 auto;
    position: relative;
}
.chooseB ul li .choosepic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*新闻部分*/
.i_column6 {
    width: 100%;
    background-color: #e7fce5;
}
.i_column6 .i_news {
    width: 1200px;
    margin: 40px auto;
}
.i_column6 .i_news .news {
    width: 380px;
    float: left;
}
.i_column6 .i_news .news .newsT {
    width: 100%;
    border-bottom: solid 3px #b00101;
    padding-bottom: 6px;
}
.i_column6 .i_news .news .newsT .newsL {
    float: left;
    width: 200px;
}
.i_column6 .i_news .news .newsT .newsL span {
    font-size: 20px;
    color: #333;
    width: 100%;
    display:block;
 }
.i_column6 .i_news .news .newsT .newsL p {
    font-size: 12px;
    color: #e30303;
    float: left;
}
.i_column6 .i_news .news .newsT .newsR {
    float: right;
    font-size: 12px;
    margin-top: 22px;
}
.mag-30 {
    margin: 0 30px;
}
.i_column6 .i_news .news .newsB {
    width: 100%;
    margin: 20px auto 0 auto;
}
.i_column6 .i_news .news .newsB .one {
    width: 100%;
}
.i_column6 .i_news .news .newsB .one img {
    width: 100%;
    height: 200px;
}
.i_column6 .i_news .news .newsB .one h3 {
    width: 100%;
    font-size: 16px;
    margin: 6px auto;
}
.i_column6 .i_news .news .newsB .one p {
    width: 100%;
    font-size: 12px;
}
.i_column6 .i_news .news .newsB .one span {
    width: 100%;
    font-size: 13px;
    line-height: 150%;
}
.i_column6 .i_news .news .newsB .two {
    width: 100%;
}
.i_column6 .i_news .news .newsB .two {
    width: 100%;
}
.i_column6 .i_news .news .newsB .two-news {
    width: 100%;
    margin: 20px auto;
}
.i_column6 .i_news .news .newsB .two-news a {
    float: left;
    font-size: 14px;
}
.i_column6 .i_news .news .newsB .two-news span {
    float: right;
}

/*底部样式*/
.footer {
    width: 100%;
    background-color: black;
}
.footer .footerB {
    margin: 20px auto;
    width: 1200px;
    text-align: center;
    line-height: 160%;
    font-size: 14px;
    color: white;
}
.top-img {
    width: 100%;
    height: 220px;
}
.top-img img {
    width: 100%;
    height: 220px;
}
.page_main {
    width: 100%;
    margin: 30px auto;
}
.page_main .page-part {
    width: 1200px;
    margin: 0 auto;
}
.page_main .page-part .page-left {
    float: left;
    width: 220px;
}
.page_main .page-part .page-left .page-l-title {
    background: url("/templates/default/images/duobianxing.png");
    height: 123px;
}
.page_main .page-part .page-left .page-l-title .wz {
    font-size: 60px;
    float: left;
    margin: 15px 0 0 26px;
    color: white;
}
.page_main .page-part .page-left .page-l-title .wzyou {
    float: left;
    width: 150px;
}
.page_main .page-part .page-left .page-l-title .wzyou .hanzi {
    width: 100%;
    font-size: 26px;
    color: white;
    margin-top: 26px;
}
.page_main .page-part .page-left .page-l-title .wzyou .yingwen {
    width: 100%;
    font-size: 14px;
    color: white;
}
.page_main .page-part .page-left .liebiao {
    margin-top: 40px;
    width: 100%;
}
.page_main .page-part .page-left .liebiao .one-liebiao {
    background: url("/templates/default/images/shubiaoqian.jpg");
    width: 100%;
    height: 45px;
}
.page_main .page-part .page-left .liebiao .one-liebiao:hover {
    background: url("/templates/default/images/shubiaohou.jpg");
    width: 100%;
    height: 45px;
}
.page_main .page-part .page-left .liebiao .one-liebiao a {
    margin-left: 60px;
    display: block;
    font-size: 18px;
    line-height: 100%;
}

/*新闻样式*/
.page_main .page-part .page-right {
    float: left;
    width: 930px;
    margin-left: 50px;
}
.page_main .page-part .page-right .news-content {
    width: 100%;
}
.page_main .page-part .page-right .news-content .news_title {
    font-size: 24px;
    line-height: 300%;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #333;
}
.page_main .page-part .page-right .news-content .news_time {
    font-size: 14px;
    line-height: 200%;
    text-align: right;
    width: 100%;
}
.page_main .page-part .page-right .news-content .news_con {
    font-size: 16px;
    line-height: 200%;
    text-align: left;
    width: 100%;
    margin: 30px auto;
}
.page_main .page-part .page-right .page-one {
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: dotted 1px #484848;
    margin-bottom: 20px;
}
.page_main .page-part .page-right .page-one .news-img {
    float: left;
    width: 250px;
 }
.page_main .page-part .page-right .page-one .news-img img {
    width: 100%;
    height: 140px;
}
.page_main .page-part .page-right .page-one .news-info {
      float: left;
      width: 600px;
      margin-left: 30px;
}
.page_main .page-part .page-right .page-one .news-info .news-title {
    width: 100%;
    font-size: 18px;
    line-height: 200%;
    color: #333;
    font-weight: bold;
}
.page_main .page-part .page-right .page-one .news-info .news-date {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
}
.page_main .page-part .page-right .page-one .news-info .news-hit {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
}
.page_main .page-part .page-right .page-one .news-info .news-hit a {
    color: #c90101;
}

/*分页*/
.page-list {
    width: 100%;
    text-align: center;
}
.page-list a {
    display: inline-table;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 1px;
    color: #000000;
    background-color: #dad8d8;
}
.page-list .current {
    display: inline-table;
    background-color: #a20404;
    color: white;
    font-weight: bold;
    border: none;
    padding: 0 8px;
    border: solid 1px #770505;
    margin: 0 1px;
}


/*图片展示*/
.page_main .page-part .page-right .p-img {
    width: 100%;
}
.page_main .page-part .page-right .p-img img {
    width: 930px;
    height: 300px;
}
.page_main .page-part .page-right .page-imginfo {
    width: 100%;
    margin: 30px auto;
}
.page_main .page-part .page-right .page-imginfo .one-info {
    float: left;
    width: 300px;
    background-color: #efefef;
    height: 306px;
    border-radius:5px;
}
.charu {
    margin: 0 15px 20px 15px;
}
.page_main .page-part .page-right .page-imginfo .one-info .one-img {
    width: 100%;
}
.page_main .page-part .page-right .page-imginfo .one-info .one-img img {
    width: 300px;
    height: 200px;
}
.page_main .page-part .page-right .page-imginfo .one-info .one-title {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 200%;
    text-align: center;
    font-weight: bold;
}
.page_main .page-part .page-right .page-imginfo .one-info .one-date {
    width: 95%;
    font-size: 13px;
    margin-left: 10px;
    line-height: 140%;
}
.page_main .page-part .page-right .page-imginfo .one-info .one-hit {
    width: 96%;
    font-size: 14px;
    margin: 0 auto;
    line-height: 200%;
    color: #a10202;
    text-align: right;
}

/**/
.link_us {
    width: 1200px;
    margin:0 auto;
}
.link_us .link_title {
    width: 100%;
    border-bottom: #011aa2 solid 2px;
}
.link_us .link_title .wz {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    line-height: 300%;
    margin-left: 10px;
}
.link_us .link_info {
    width: 1100px;
    margin: 30px auto;
}
.link_us .link_info .link_map {
    float: left;
    width: 700px;
}
.link_us .link_info .link_neirong {
    float: left;
    width: 400px;
}
.link_us .link_info  .link_neirong .link_wz {
    width: 100%;
    margin-top: 30px;

}
.link_us .link_info  .link_neirong .link_wz p {
    font-size: 20px;
    line-height: 400%;
    color: #333;
    font-weight: bold;
}
.link_us .link_info  .link_neirong .link_wz span {
    font-size: 16px;
    line-height: 200%;
}

.zhengshu_div {
    width: 100%;
    margin:20px auto;
}
.zhengshu {
    width: 800px;
    margin:30px auto;
    border-radius: 5px;
    background: #eeeded;
}
.chaxun {
    float: left;
    width: 350px;

}
.chaxun ul {
    margin: 40px auto;
    width: 100%;
    border-right: #606060 solid 2px;
}
.chaxun ul li {
    width: 100%;
    margin: 10px auto;
}
.shuoming {
    float: left;
    width: 350px;
    margin: 40px auto;
}
.shuming_wz {
    width: 90%;
    float: right;
    color: #343333;
}
.shuming_wz p {
    font-size: 1.2em;
    line-height: 200%;
    font-weight: bold;
}
.shuming_wz span {
    font-size: 1.2em;
    line-height: 180%;
}
.bianhao {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-size: 1.2em;
    color: black;
    line-height: 300%;
}
.zstxt {
    width: 180px;
    height: 30px;
    border-radius: 5px;
    padding-left: 10px;
}
.btm {
    width: 120px;
    border-radius: 5px;
    text-align: center;
    background-color: #389bb2;
    font-size: 1.2em;
    line-height: 200%;
}

.bg-tu-web {
    height: 615px;
    background: url("../images/web-zhsh.jpg");
}
.bg-tu-pm {
    height: 615px;
    background: url("../images/pingmian-zhsh.jpg");
}
.caozuo {
    width: 1200px;
    margin: 0 auto;
    line-height: 300%;
    font-size: 1.4em;
    text-align: right;
    font-weight: bold;
    color: black;
}
.zhengshu ul {
    width: 800px;
    margin: 30px auto;
    color: black;
}
.zhengshu ul li {
    font-family: Hwdht;
}
.zhengshu ul .ming {
    margin-top: 82px;
    text-align: center;
    font-size: 2.4em;
    line-height: 130%;
}
.zhengshu ul .yingming {
    text-align: center;
    font-size: 2.2em;
    line-height: 120%;
}
.zhengshu ul .zhsh {
    margin-top: 136px;
    margin-left: 418px;
    font-size: 1.3em;
    line-height: 180%;
}
.zhengshu ul .zhf {
    margin-left: 418px;
    font-size: 1.3em;
    line-height: 100%;
}
.zhengshu ul .zhr {
    margin-left: 432px;
    font-size: 1.3em;
    line-height: 130%;
    margin-top: 132px;
}
.dis {
    display: none;
}


