/*
 * 公共样式-导航
 *
 * 公共样式-导航
 *
 */

.head_nav{
    width:100%;
    min-width: 1200px;
    position: fixed;
    top:0;
    font-size:20px;
    z-index:999;
}
.head_nav_list{
    width: 750px;
    height:60px;
    margin:35px 50px 0 0;
    line-height:60px;
    background: rgba(0,20,45,.5);
    -webkit-box-shadow: 0px 1px 0px rgba(27,27,27,.3);
    -moz-box-shadow: 0px 1px 0px rgba(27,27,27,.3);
    -ms-box-shadow: 0px 1px 0px rgba(27,27,27,.3);
    box-shadow: 0px 1px 0px rgba(27,27,27,.3);
}
.head_nav_list>li{
    width:150px;
    float: left;
    position: relative;
}
.head_nav_list>li:hover{
    background-color: #466e84;
}
.head_nav_list>li>a{
    width:100%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.head_nav_list>li.active>a{
    -background-color:rgba(0,195,255,.3);
    background: -webkit-linear-gradient(rgba(0,195,255,.3), rgba(0,195,255,.2)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,195,255,.3), rgba(0,195,255,.2)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,195,255,.3), rgba(0,195,255,.2)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,195,255,.3), rgba(0,195,255,.2)); /* 标准的语法 */
}
.head_nav_list>li.active a i{
    width:146px;
    position: absolute;
    top:0;
    left:0;
    border: 2px solid #00c3ff;
}
.head_nav_logo span{
    font-size:36px;
    color: #2f9ce1;
    position: relative;
    top:6px;
    left:15px;
}
.head_nav_logo{
    position: relative;
    top:40px;
    left:50px;
}
.nav_list_subnav{
    width:100%;
    text-align: center;
    position: absolute;
    top:100%;
    display: none;
}
.nav_list_subnav>li{
    background: rgba(78,113,132,.8);
}
.nav_list_subnav>li:hover{
    background: rgba(5 ,119,154,.3);
}
.nav_list_subnav>li>a{
    width: 100%;
    height:100%;
    display: block;
    color: #fff;
}
#fullPage-nav li{
    width: 30px;
    height: 30px;
}
#fullPage-nav span{
    width: 30px;
    height:30px;
    background: url("../Images/btn.png") center center no-repeat;
    border: 0;
}
#fullPage-nav li .active span{
    width: 30px;
    height: 30px;
    background: url("../Images/btn2.png") no-repeat;
    background-size: 100%;
}
.fullPage-slidesNav li{
    width: 100px;
    height: 8px;
    margin: 6px;
}
.fullPage-slidesNav span{
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
    border-radius: 0;
}
.fullPage-slidesNav .active span{
    background: #fff;
}
.fullPage-slidesNav li:nth-child(1) span{
    border-radius: 20px 0 0 20px;
}
.fullPage-slidesNav li:nth-child(4) span{
    border-radius: 0 20px 20px 0px;
}
/*首页轮播图*/
.section1 .slide{
    position: relative;
}
.section1 .slide{
    background-size: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.section1 .slide1{
     background: url("../Images/banner1.jpg");
     background-size: 100%;
    position: relative;
    width: 100%;
 }
.section1 .slide1 img{
    width:80%;
    position:absolute; left:50%; top:65%; 
    transform:translate(-50%,-60%);
    -ms-transform:translate(-50%,-60%); 	/* IE 9 */
-moz-transform:translate(-50%,-60%); 	/* Firefox */
-webkit-transform:translate(-50%,-60%); /* Safari 和 Chrome */
-o-transform:translate(-50%,-60%); 	/* Opera */
}
.section1 .slide2{
    background: url("../Images/banner2.jpg");
    background-size: 100%;
}
.section1 .slide2 img{
    width:60%;
    position:absolute; left:68%; top:50%; transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
-moz-transform:translate(-50%,-50%); 	/* Firefox */
-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%); 	/* Opera */
}
.section1 .slide3{
    background: url("../Images/banner3.jpg");
    background-size: 100%;
}
.section1 .slide3 img{
    -width:75%;
    width: 50%;
    position:absolute; left:35%; top:50%; transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
-moz-transform:translate(-50%,-50%); 	/* Firefox */
-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%); 	/* Opera */
}
.section1 .slide4{
    background: url("../Images/banner4.jpg");
    background-size: 100%;
}
.section1 .slide4 img{
    width:50%;
    position:absolute; left:33%; top:50%; transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
-moz-transform:translate(-50%,-50%); 	/* Firefox */
-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%); 	/* Opera */
}
.Mycanvas{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.section2_list{
    width: 1200px;
    height:626px;
    text-align: center;
    position: absolute;
    top:60%;
    left:50%;
    margin-left:-600px;
    margin-top:-313px;
}
.section2_list li{
    display: inline-block;
    position: relative;
    font-size:40px;
    margin: 0 20px;
}
.section2_list li a{
    color: #2f9ce1;
    text-align: center;
}
.poster span{
    display: inline-block;
    margin-top:130px;
    position: relative;
    z-index:10;
}
.section4_con{
    width: 1200px;
    height:300px;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-150px;
    margin-left:-600px;
}
.section4_con li{
    display: inline-block;
}
.section4_con a{
    display: inline-block;
    width: 302px;
    height: 360px;
    background: url("../Images/img_list7.png") no-repeat;
}
.section4_con .section4_con_2 a{
    background: url("../Images/img_list8.png") no-repeat;
}
.section4_con a,
.section4_con a span{
    display: inline-block;
    transition:all 0.5s;
}
.section4_con a:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.section4_con a:hover span{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.section4_con a{
    margin: 0 100px;
}
.section4_con a .quality{
    font-size:40px;
    color: #fff;
    margin-top:130px;
    margin-bottom:5px;
}
.section4_con a .quality2{
    font-size:24px;
    color: #fff;
    opacity: 0;
    
}
.section4_con a:hover .quality2{
   opacity: 1;
}
.section4_con a:hover .quality{
    margin-top:110px;
}
@media screen and (max-width: 1300px){
    .poster{
        width:290px;
    }
    .poster span{
        font-size:30px;
    }
    .section2_list{
        position: absolute;
        top:65%;
    }
}
/*返回顶部*/
.go-top{
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    border-radius:60px;
    -moz-border-radius:60px; /* 老的 Firefox */
    -background: #fff;
    -top:66%;
    bottom: 6%;
    z-index:9999;
    overflow: hidden;
}
.go-top .circle {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.go-top .circle em.left {
    float: left;
}
.go-top .circle em.left::before {
    border-bottom-color: #B0B0B0;
    border-left-color: #B0B0B0;
    left: 0;
}
.go-top .circle em::before {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid transparent;
    position: absolute;
    top: 0;
}
.go-top .circle em {
    display: block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.go-top .circle em.right {
    float: right;
}
.go-top .circle em.right::before {
    border-top-color: #B0B0B0;
    border-right-color: #B0B0B0;
    right: 0;
}
.go-top .circle em::before {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid transparent;
    position: absolute;
    top: 0;
}
.go-top i {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin: -11px 0 0 -11px;
    z-index: -1;
}
.go-top i:first-of-type{
     top: 50%;
     -webkit-transition: top 0.7s;
      -moz-transition: top 0.7s;
      -o-transition: top 0.7s;
      transition: top 0.7s;
}
.go-top i:last-child {
    top: 120%;
    -webkit-transition: top 0.7s;
     -moz-transition: top 0.7s;
     -o-transition: top 0.7s;
     transition: top 0.7s;
}
.go-top i::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: 10px;
    background-color: #B0B0B0;
/*    -o-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;*/
}
.go-top i::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-top-color: #B0B0B0;
    border-right-color: #B0B0B0;
/*    -o-transition: border-color .2s linear;
    -moz-transition: border-color .2s linear;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;*/
    position: absolute;
    left: 3px;
    top: 3px;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.go-top i:last-child::before {
    background-color: #fff;
}
.go-top i:last-child::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.go-top:hover{
    background: #00C3ff;
}
.go-top:hover em.left:before{
    border-bottom-color:#00C3ff;
    border-left-color:#00C3ff;
}
.go-top:hover em.right:before{
    border-top-color:#00C3ff;
    border-right-color:#00C3ff;}
.go-top:hover i:first-of-type{   
    top: -50%;
}
.go-top:hover i:last-child{   
    top: 50%;
}
/*.go-top:hover .circle{
    -o-animation:moreRotation .8s linear 0s 1 normal;
    -moz-animation:moreRotation .8s linear 0s 1 normal;
    -webkit-animation:moreRotation .8s linear 0s 1 normal;
    animation:moreRotation .8s linear 0s 1 normal;
    animation-fill-mode:backwards;-webkit-animation-fill-mode:backwards}
.go-top:hover em.left:before{
    border-bottom-color:#00C3ff;
    border-left-color:#00C3ff;
    -o-animation:more_Animation .3s linear .3s 1 normal;
    -moz-animation:more_Animation .3s linear .3s 1 normal;
    -webkit-animation:more_Animation .3s linear .3s 1 normal;
    animation:more_Animation .3s linear .3s 1 normal;
    animation-fill-mode:backwards;
    -webkit-animation-fill-mode:backwards
}
.go-top:hover em.right:before{
    border-top-color:#00C3ff;
    border-right-color:#00C3ff;
    -o-animation:more_Animation .3s linear 0s 1 normal;
    -moz-animation:more_Animation .3s linear 0s 1 normal;
    -webkit-animation:more_Animation .3s linear 0s 1 normal;
    animation:more_Animation .3s linear 0s 1 normal}
.go-top:hover i:before{
    background-color:#00C3ff;
}
.go-top:hover i:after{
    border-top-color:#00C3ff;
    border-right-color:#00C3ff;
}*/
@-webkit-keyframes more_Animation{
    from{
        transform:rotate(-135deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
    to{
        transform:rotate(45deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
}
@-moz-keyframes more_Animation{
    from{
        transform:rotate(-135deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
    to{
        transform:rotate(45deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
}
@-ms-keyframes more_Animation{
    from{
        transform:rotate(-135deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
    to{
        transform:rotate(45deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
}
@keyframes more_Animation{
    from{
        transform:rotate(-135deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
    to{
        transform:rotate(45deg);
    -ms-transform:rotate(-135deg); 	/* IE 9 */
-moz-transform:rotate(-135deg); 	/* Firefox */
-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
-o-transform:rotate(-135deg); 	/* Opera */
    }
}
#fullPage-nav{
    right:22px !important;
}
/*隐藏箭头*/
.controlArrow{
    display: none !important;
}
/*简介页面*/
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.container>img{
    width:1300px;
    position: absolute;
    top:-40px;
    left:-50px;
    z-index: 2;
}
.summary_head_nav{
    position: relative;
    margin-bottom:80px;
    z-index: 10;
}
.container_con{
    position: relative;
    z-index:2;
}
.container_con_top{
    position: relative;
    height:171px;
}
.container_title{
    width:216px;
    height:36px;
    font-size:36px;
    color: #434343;
    font-weight: normal;
    text-align: center;
    position:absolute ;
    left: 50%;
    bottom:0;
    margin-left:-108px;
}
.container_title a{
    color: #434343;
}
.list{
    width:1058px;
    height: 255px;
    margin: 195px auto;
}
.list .list_summary{
    margin:4px 0 0 33px;
}
.list .list_summary li{
    tab-index: 2em;
    line-height:22px;
    font-size:12px;
    text-align: left;
    color: #434343;
}
/*新闻页面*/
.list_news{
    margin: 5px 10px;
}
.list_news li{
    line-height:28px;
    font-size:14px;
    color: #434343;
}
.list_news li a{
    color: #434343;
    line-height: 24px;
}
.list_news li a:hover{
    color: #2f9ce1;
}
.go-top_news{
    width:40px;
    height:40px;
    position: relative;
}
.go-top_news .circle em::before{
    width: 36px;
    height: 36px;
}
/*翻页*/
.page{
    width:100%;
    height:40px;
    position: absolute;
    bottom:30px;
    left: 0;
    -left:50%;
    -margin-left: -200px;
    text-align: center;
}
.page li{
    float: left;
    margin: 0 5px;
}
.go-top_news i::after{
    -o-transform: rotate(-137deg);
    -ms-transform: rotate(-137deg);
    -moz-transform: rotate(-137deg);
    -webkit-transform: rotate(-137deg);
    transform: rotate(-137deg);
}
.go-top_news i::before{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.go-top_news3 i::after{
    -o-transform: rotate(400deg);
    -ms-transform: rotate(400deg);
    -moz-transform: rotate(400deg);
    -webkit-transform: rotate(400deg);
    transform: rotate(400deg);
}
.go-top_news3 i::before{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.go-top_news p{
    width: 20px;
    height: 20px;
    font-size:24px;
    color: #B0B0B0;
    text-align: center;
    position: absolute;
    top:45%;
    left:50%;
    margin-left:-10px;
    margin-top:-10px;
}
.go-top_news2 p{
    top:25%;
}
.go-top_news:hover p{
    color: #00C3ff;
}
.little span{
    border: 1px solid red;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
}
.detailed h3{
    font-size:24px;
    font-weight: normal;
    text-align: center;
    color: #434343;
    margin-bottom:39px;
    line-height: 34px;
}
.detailed h6{
    text-align: center;
    color: #434343;
    font-weight: normal;
    font-size:12px;
    margin-bottom:36px;
}
.detailed-msg{
    margin-bottom:58px;
}
.detailed-msg li{
    -text-indent: 2em;
    text-align: left;
    line-height:22px;
    font-size:12px;
    color: #434343;
}
/*合作伙伴*/
.container-partner{
    background: rgba(255,255,255,.9);
    border-top: 7px solid #2f9ce1;
}
.container_partner{
    text-align: center;
    font-size:36px;
    font-weight: normal;
    margin: 40px auto;
}
.container_partner a{
    color: #333;
}
.container_partner_p{
    text-align: center;
    font-size:18px;
    color: #434343;
    padding-bottom:28px;
}
.partner_con{
    width: 1144px;
    padding-bottom: 30px;
    margin: 0 auto;
}
.partner_con ul.partner_con_list{
    margin-right:-38px;
}
.partner_con ul.partner_con_list li{
    width: 255px;
    height: 128px;
    border: 1px solid #3ca2e3;
    float: left;
    margin-right:38px;
    margin-bottom:38px;
}
.partner_con ul.partner_con_list li img{
    width:100%;
    height:100%;
}
.container_con_top2{
    height:100%;
    position: relative;
}
.container_con_top2_img{
    position: absolute;
    right:52px;
    top:-24px;
}
/*招贤纳士*/
.partner_con_table{
    width:100%;
    font-size:14px;
    color: #434343;
    margin-bottom:100px;
}
.partner_con_table thead{
    height:60px;
    line-height:60px;
    background: #e8f3fa;
}
.partner_con_table tbody{
    height:60px;
    line-height:60px;
}
.partner_con_table tbody tr:nth-child(even){
    background: #f8f8f8;
}
.partner_con_table tbody tr a{
    color: #434343;
}
.partner_con_table tbody tr th{
    font-weight: 400;
}
.partner_con_table tbody tr a:hover{
    color:#2f9ce1;
    text-decoration: underline;
}
.partner_con_table .width1{
    width:426px;
    text-align: left;
    text-indent: 40px;
}
.partner_con_table .width2{
    width:220px;
    text-align: left;
}
.partner_con_table .width4{
    width:216px;
    text-align: left;
}
.container_con p.borbottom{
    -border-bottom: 3px solid #13b5b1;
}
.gw-datails{
    margin-top:2px;
    font-size:14px;
    color: #434343;
}
.gw-datails dd{
    line-height:26px;
    margin-bottom:35px;
}
.gw-datails dd a{
    color: #2f9ce1;
    font-size:14px;
}
.btn_sub{
    width: 130px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url("../Images/btn_img.png") no-repeat;
    margin-bottom:40px;
}
.btn_sub:hover{
    background: url("../Images/btn_img2.png") no-repeat;
}
.btn_sub span{
    color: #fff;
    font-size: 14px;
    padding-left: 42px;
    /* padding-top: 5px; */
    line-height: 30px;
    display: inline-block;
    letter-spacing: 2px;
}
.contact_list li{
    overflow: hidden;
    padding-bottom:30px;
}
.contact_list .dz i{
    width: 20px;
    height: 27px;
    float: left;
    background: url("../Images/dw_icon.png") no-repeat;
}
.contact_list .dz p{
    line-height:30px;
    margin-left:17px;
    float: left;
}
.contact_list .dh i{
    width: 26px;
    height:26px;
    float: left;
    background: url("../Images/iphone_icon.png") no-repeat;
}
.contact_list .dh p{
    line-height:30px;
    margin-left:11px;
    float: left;
}
.contact_list .yz i{
    width: 26px;
    height: 20px;
    float: left;
    background: url("../Images/xf_icon.png") no-repeat;
}
.contact_list .yz p{
    float: left;
    margin-left:11px;
}
.contact_list li p{
    height: 20px;
    line-height:20px;
    font-size:14px;
    color: #434343;
}
.contact_list{
    margin-left:72px;
}
.contact_list .map a{
    width: 110px;
    height: 30px;
    text-align: center;
    line-height:30px;
    border-radius: 2px;
    background: #2f9ce1;
    color: #fff;
    display: block;
    font-size:14px;
    margin-bottom:100px;
    letter-spacing: 3px;
}
.contact_list .map a:hover{
    background: #00c3ff;
}
.complaint_title{
    height:60px;
    line-height:60px;
    border: 1px solid #eaeaea;
    position: relative;
    margin-bottom:25px;
}
.complaint_title input{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    border: 0;
    background: none;
    text-indent: 24px;
    font-size:14px;
}
.complaint_content{
    width:100%;
    height: 180px;
    border: 1px solid #eaeaea;
    margin-bottom:25px;
}
.complaint_content textarea{
    border: 0;
    width: 1096px;
    height:132px;
    resize: none;
    padding: 24px;
    font-size:14px;
    background: none;
}
.partner_contact{
    width: 100%;
    border: 1px solid #eaeaea;
    height:60px;
    line-height:60px;
    font-size:14px;
    color: #434343;
}
.partner_contact .index1 input{
    float: left;
    -width:1008px;
    width:504px;
    height:60px;
    border: 0;
    background: none;
    text-indent: 24px;
    -color: #434343;
}
.partner_contact .index3 input{
    float: left;
    width:503px;
    height:60px;
    border: 0;
    background: none;
    text-indent: 24px;
    border-right:1px solid #eaeaea;
    -color: #434343;
}
.partner_contact .index2{
    width:133px;
    height:60px;
    float: left;
    border-left:1px solid #eaeaea;
    position: relative;
}
.partner_contact .index2 select{
    background: none;
    border: 0;
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height:60px;
    text-indent: 20px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
}
.partner_contact .index2 i{
    width: 20px;
    height: 11px;
    position: absolute;
    right:22px;
    top:25px;
    background: url("../Images/icon_img.png") no-repeat;
}
.btn_complaint{
    width: 110px;
    height: 30px;
    text-align: center;
    line-height:30px;
    background: #2f9ce1;
    font-size:14px;
    color: #fff;
    display: block;
    margin: 30px auto 40px auto;
    border-radius: 2px;
    letter-spacing: 3px;
}
.btn_complaint:hover{
    background: #00c3ff;
}
.list_summary li p{
    -text-indent: 2em;
    color: #434343;
    -line-height: 30px;
}
.container_title_jz{
    width:216px;
    margin-left:-108px;
}
.list_jg{
    height: 580px;
    text-align: center;
}


.fourth-link {
    width: 100%;
    height: 71%;
    position: absolute;
    bottom: 100px;
    z-index: 1;
}
.section .content {
    height: 100%;
    position: relative;
    z-index: 2;
}
.content {
    width: 1400px;
    margin: 0 auto;
    font-family: "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei";
}
.fourth-link ul {
    width: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 32.5%;
}
.section-active .fourth-link li {
    -o-animation: top_bottom_Animation .3s ease-in-out 1.5s 1 normal;
    -moz-animation: top_bottom_Animation .3s ease-in-out 1.5s 1 normal;
    -webkit-animation: top_bottom_Animation .3s ease-in-out 1.5s 1 normal;
    animation: top_bottom_Animation .3s ease-in-out 1.5s 1 normal;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}
.fourth-link li:first-child {
    margin-left: 0!important;
}
.fourth-link li {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    height: 84px;
    text-align: left;
    margin-left: 6.5%;
}
.fourth-link a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    cursor: pointer;
    background: url(../../images/front/1.png);
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.fourth-link a:hover {
    text-decoration: none;
    color: #2f9ce1;
}
.fourth-link a span {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
}
.fourth-link a i.icon07 {
    background-position: 0 -386px;
}

.fourth-link a i.icon01 {
    background-position: 0 -134px;
}

.fourth-link a i.icon02 {
    background-position: -42px -134px;
}

.fourth-link a i.icon03 {
    background-position: -84px -134px;
}
.fourth-link a i.icon04 {
    background-position: 0 -260px;
}
.fourth-link a i.icon05 {
    background-position: -42px -260px;
}
.fourth-link a i.icon06 {
    background-position: -84px -260px;
}
.fourth-link a i.icon07 {
    background-position: 0 -386px;
}

.fourth-link a:hover i.icon01 {
    background-position: 0 -218px;
}

.fourth-link a:hover i.icon02 {
    background-position: -42px -218px;
}

.fourth-link a:hover i.icon03 {
    background-position: -84px -218px;
}
.fourth-link a:hover i.icon04 {
    background-position: 0 -344px;
}
.fourth-link a:hover i.icon05 {
    background-position: -42px -344px;
}
.fourth-link a:hover i.icon06 {
    background-position: -84px -344px;
}
.fourth-link a:hover i.icon07 {
    background-position: 0 -470px;
}
.fourth-link a i {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    -o-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -webkit-transition: background-position .3s ease;
    transition: background-position .3s ease;
}
.icon, .third-content i:before {
    background: url(../Images/common.png) no-repeat;
}

.fourth-img {
    width: 91.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.fourth-link .geo-qr-code {
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-top: 0;
    position: absolute;
    bottom: 4%;
}
.geo-qr-code {
    margin-top: 40px;
}
.fourth-link .geo-qr-code p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 40px;
}
.fourth-link .geo-qr-code p strong {
    display: block;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 400;
}
.geo-qr-code span {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    margin: 0 20px;
}
.fourth-link .geo-qr-code a {
    color: #FFF;
}
.geo-qr-code a {
    display: block;
    color: #000;
}
.fourth-link a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    cursor: pointer;
    background: url(../../images/front/1.png);
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.geo-qr-code em {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.fourth-linkifo{
    width: 100%;
    height: 100px;
    background: #445367;
    position: absolute;
    bottom: -100px;
    text-align: center;
    font: 14px/24px "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei";
    line-height: 100px;
}
.fourth-linkifocon{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fourth-linkifocon p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 100px;
}
.notfindbg{
    width: 958px;
    height: 599px;
    margin: 0 auto;
    background: url(../Images/404.png);
    position: relative;
}
.notfindbg a.notfindbtn{
    width: 144px;
    height: 43px;
    display: block;
    position: absolute;
    top: 370px;
}
.notfindbg a.homepage{
    background: url(../Images/homepage.png) no-repeat left;
    left: 370px;
}
.notfindbg a.homepage:hover{
    background: url(../Images/homepageon.png) no-repeat left;
}
.notfindbg a.backpre{
    background: url(../Images/backpre.png) no-repeat right;
    right: 245px;
}
.notfindbg a.backpre:hover{
    background: url(../Images/backpreon.png) no-repeat right;
}
/***底部***/
.pagefoot{
    width: 100%;
    height: 100px;
    background: #445367;
}
.pagefoot .footcon{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footcon p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 100px;
}
.footlogo{
    position: absolute;
    right: 0;
    width: 15%;
    vertical-align: middle;
    top: 30px;
}
#go-top{
    position: fixed;
    bottom: 120px;
}

.page a{
    color: #b5b5b5;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 2px solid #b5b5b5;
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
}
.page span.current{
    color: #2f9ce1;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 2px solid #2f9ce1;
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
}
.page em{
    margin: 0 10px;
    display: inline-block;
}

.chankanmap{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
}
.chankanmapbg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
    z-index: -1;
}
.chankanmapbg:hover{
    cursor: pointer;
}
.chankanmap center{
    margin-top: 200px;
}
.pop-title {
    text-align: center;
    font: 24px/30px "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei";
    height: 30px;
    padding: 15px 0;
    color: #000;
    background-color: #EEE;
    border-bottom: 1px solid #E6E6E6;
    width: 700px;
    margin: 0 auto;
    position: relative;
}
.pop-close {
    display: block;
    color: #747474;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 21px;
    height: 17px;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 20px;
}
.pop-close i {
    display: inline-block;
    width: 21px;
    height: 17px;
    font: 30px/12px tahoma;
    text-align: center;
    overflow: hidden;
    -o-transition: transform 250ms linear;
    -moz-transition: transform 250ms linear;
    -webkit-transition: transform 250ms linear;
    transition: transform 250ms linear;
}
.toumconbg{
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.list.detailed{
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.list.newslistjs{
    padding-bottom: 30px;
}

.section2 .poster span ,.section3 .poster span{
    margin-top: 155px;
}