﻿
.bandiv {
    width: 150px;
    height: 35px;
    border: 2px solid #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei,'宋体';
    color: #ffffff;
    margin: 0 auto;
    padding-top: 6px;
}

    .bandiv:hover {
        color: #0271cd;
        background-color: #ffffff;
    }

.bandivbot {
    width: 150px;
    height: 35px;
    border: 2px solid #0271cd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei,'宋体';
    color: #0271cd;
    margin: 0 auto;
    padding-top: 6px;
}

    .bandivbot:hover {
        color: #ffffff;
        background-color: #0271cd;
    }

.bandivmain {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.bandivmainbot {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.daohang {
    width: 100%;
    text-align: center;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }


ul, li {
    list-style: none
}

.tabClick {
    margin-top: 20px;
    overflow: hidden
}

    .tabClick li {
        height: 40px;
        line-height: 40px;
        width: 20%;
        float: left;
        text-align: center;
        color: #222222;
        font-size: 14px;
    }

        .tabClick li.active {
            color: #2277da;
            transition: 0.1s;
            font-weight: bold
        }

.tabCon {
    overflow: hidden
}





.lineBorder {
    height: 2px;
    overflow: hidden;
    /*width: 1450px;*/
    /*background: #f3f3f3*/
}

.lineDiv {
    background: #2277da;
    height: 2px;
    width: 25%;
}

.pstyle_title {
	
    font-size: 30px;
    font-family: Microsoft YaHei,'宋体';
    font-weight: bold;
    color: #0271cd;
}

.pstyle_Content {
    font-size: 14px;
    font-family: Microsoft YaHei,'宋体';
    color: #333;
    line-height: 33px;
    text-indent: 25px;
}

.pstyle_Content a{ font-size:14px;color: #555555;}



.about_zizi {
    width: 100%;
    background: url(../img/git.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 85px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}

.about_zizi .box {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}


.about_zizi .box .first {
    margin: 0 100px;
    overflow: hidden;
    position: relative;
}

.about_zizi .box .first ul {
    width: 100%;
    height: 390px;
    position: relative;
}

.about_zizi .box .first li {
    width: 20%;
    *width: 19.98%;
    float: left;
}

.about_zizi .box .first li img {
    width: 100%;
    *width: 98%;
    height: auto;
    border: solid 2px #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.about_zizi .box .first li.active img {
    border-color: #DD0817;
}

.about_zizi .box .left, .about_zizi .box .right {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../img/about.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -19px;
}

.about_zizi .box .left {
    left: 10px;
    background-position: 0px -400px;
}

.about_zizi .box .right {
    right: 10px;
    background-position: 0px -605px;
}

.about_zizi .box .left:hover {
    background-position: 0px -505px;
}

.about_zizi .box .right:hover {
    background-position: 0px -705px;
}


.about_zizi .p {
    width: 100%;
    height: 50px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.about_lianxi {
    width: 100%;
    height: auto;
    background: #fff;
}

.about_lianxi .box {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

/***  证书轮播 */
#d_tab29 ul, #d_tab29 li { margin: 0; padding: 0; list-style: none }
#d_tab29 img { border: 0; vertical-align: top }
#d_tab29 { position: relative; height: 400px;   text-align: left }
#d_tab29 .d_img { position: relative; margin: 0 auto; width: 860px; height: 100% }
#d_tab29 .d_img li { position: absolute; display: none; z-index: 0 }
#d_tab29 .d_img .cont{ width:100%; height:87px; background:rgba(0,0,0,0.5); position:absolute; bottom:0px; left:0px; z-index:99999;}
#d_tab29 .d_img li img { width: 100%;
		border:1px solid #888; 
		-webkit-box-shadow:0 0 4px 4px rgba(33,33,33,.5);
		-moz-box-shadow:0 0 4px 4px rgba(33,33,33,.5);  
		box-shadow:0 0 4px 4px rgba(33,33,33,.5); 
}
#d_tab29 .d_img img{cursor:pointer;}
#d_tab29 .d_img li.d_pos1 { display: block; width: 180px; left: 0; top: 60px; z-index: 1 }
#d_tab29 .d_img li.d_pos2 { display: block; width: 200px; left: 20%; top: 40px; z-index: 2 }
#d_tab29 .d_img li.d_pos3 { display: block; width: 250px; left: 35%; top: 20px; z-index: 3 }
#d_tab29 .d_img li.d_pos4 { display: block; width: 200px; right: 20%; top: 40px; z-index: 2 }
#d_tab29 .d_img li.d_pos5 { display: block; width: 180px; right: 0; top: 60px; z-index: 1 }
#d_tab29 .d_menu { position: absolute; bottom: -55px; width: 100%; text-align: center }
#d_tab29 .d_menu li {display:none;}
#d_tab29 .d_menu li.d_select { display: inline-block; zoom: 1; *display:inline; cursor: pointer;color:#fff}
#d_tab29 .d_menu li.d_select a{ font-size:14px;color:#333;/*text-shadow:#000 2px 2px 6px;*/}
#d_tab29 .d_next, #d_tab29 .d_prev{
    display: block;
    width:40px;
    height:40px;
    top: 140px;
    z-index: 10;
    cursor: pointer ;
    background:url("../images/button.png");
}

#d_tab29 .d_prev {
    position: absolute;
    left: 9%;
    background-position: -150px -350px;
}

#d_tab29 .d_next {
    position: absolute;
    right: 9%;
    background-position: -150px -399px;
}
@media (max-width:375px)
{
/***  证书轮播 */
#d_tab29 ul, #d_tab29 li { margin: 0; padding: 0; list-style: none }
#d_tab29 img { border: 0; vertical-align: top }
#d_tab29 { position: relative; height: 400px;   text-align: left }
#d_tab29 .d_img { position: relative; margin: 0 auto; width: 100%; height: 100% }
#d_tab29 .d_img li { position: absolute; display: none; z-index: 0 }
#d_tab29 .d_img .cont{ width:100%; height:87px; background:rgba(0,0,0,0.5); position:absolute; bottom:0px; left:0px; z-index:99999;}
#d_tab29 .d_img li img { width: 100%;
		border:1px solid #888; 
		-webkit-box-shadow:0 0 4px 4px rgba(33,33,33,.5);
		-moz-box-shadow:0 0 4px 4px rgba(33,33,33,.5);  
		box-shadow:0 0 4px 4px rgba(33,33,33,.5); 
}
#d_tab29 .d_img img{cursor:pointer;}
#d_tab29 .d_img li.d_pos1 { display: block; width: 130px; left: 0; top: 60px; z-index: 1 }
#d_tab29 .d_img li.d_pos2 { display: block; width: 150px; left: 20%; top: 40px; z-index: 2 }
#d_tab29 .d_img li.d_pos3 { display: block; width: 200px; left: 23.5%; top: 20px; z-index: 3 }
#d_tab29 .d_img li.d_pos4 { display: block; width: 150px; right: 20%; top: 40px; z-index: 2 }
#d_tab29 .d_img li.d_pos5 { display: block; width: 130px; right: 0; top: 60px; z-index: 1 }
#d_tab29 .d_menu { position: absolute; bottom: -55px; width: 100%; text-align: center }
#d_tab29 .d_menu li {display:none;}
#d_tab29 .d_menu li.d_select { display: inline-block; zoom: 1; *display:inline; cursor: pointer;color:#fff}
#d_tab29 .d_menu li.d_select a{color:#333;text-shadow:#000 2px 2px 6px;}
#d_tab29 .d_next, #d_tab29 .d_prev{
    display: block;
    width:40px;
    height:40px;
    top: 140px;
    z-index: 10;
    cursor: pointer ;
    background:url("../images/button.png");
}

#d_tab29 .d_prev {
    position: absolute;
    left: 9%;
    background-position: -150px -350px;
}

#d_tab29 .d_next {
    position: absolute;
    right: 9%;
    background-position: -150px -399px;
}
}

@media (min-width:376px) and (max-width:480px)
{
	/***  证书轮播 */
#d_tab29 ul, #d_tab29 li { margin: 0; padding: 0; list-style: none }
#d_tab29 img { border: 0; vertical-align: top }
#d_tab29 { position: relative; height: 400px;   text-align: left }
#d_tab29 .d_img { position: relative; margin: 0 auto; width: 100%; height: 100% }
#d_tab29 .d_img li { position: absolute; display: none; z-index: 0 }
#d_tab29 .d_img .cont{ width:100%; height:87px; background:rgba(0,0,0,0.5); position:absolute; bottom:0px; left:0px; z-index:99999;}
#d_tab29 .d_img li img { width: 100%;
		border:1px solid #888; 
		-webkit-box-shadow:0 0 4px 4px rgba(33,33,33,.5);
		-moz-box-shadow:0 0 4px 4px rgba(33,33,33,.5);  
		box-shadow:0 0 4px 4px rgba(33,33,33,.5); 
}
#d_tab29 .d_img img{cursor:pointer;}
#d_tab29 .d_img li.d_pos1 { display: block; width: 130px; left: 0; top: 60px; z-index: 1 }
#d_tab29 .d_img li.d_pos2 { display: block; width: 150px; left: 20%; top: 40px; z-index: 2 }
#d_tab29 .d_img li.d_pos3 { display: block; width: 200px; left: 25%; top: 20px; z-index: 3 }
#d_tab29 .d_img li.d_pos4 { display: block; width: 150px; right: 20%; top: 40px; z-index: 2 }
#d_tab29 .d_img li.d_pos5 { display: block; width: 130px; right: 0; top: 60px; z-index: 1 }
#d_tab29 .d_menu { position: absolute; bottom: -55px; width: 100%; text-align: center }
#d_tab29 .d_menu li {display:none;}
#d_tab29 .d_menu li.d_select { display: inline-block; zoom: 1; *display:inline; cursor: pointer;color:#fff}
#d_tab29 .d_menu li.d_select a{color:#333;text-shadow:#000 2px 2px 6px;}
#d_tab29 .d_next, #d_tab29 .d_prev{
    display: block;
    width:40px;
    height:40px;
    top: 140px;
    z-index: 10;
    cursor: pointer ;
    background:url("../images/button.png");
}

#d_tab29 .d_prev {
    position: absolute;
    left: 9%;
    background-position: -150px -350px;
}

#d_tab29 .d_next {
    position: absolute;
    right: 9%;
    background-position: -150px -399px;
}
}


